/*齐银政商贷*/
.qyzs-main{border-radius:10px 10px 0 0;overflow:hidden;box-shadow: 0px 0px 10px #eee;}
.qyzs-text{padding:20px;}
.qyzs-text h3{font-size:18px;font-weight:bold;margin-bottom:20px;}
.qyzs-text p{font-size:16px;line-height:30px;margin-bottom:20px;}
.qyzs-text a{font-size:16px;color:#e71a0f;display:inline-block;position:relative;}
.qyzs-text a .layui-icon{font-size:14px;}
.qyzs-text a::after {content: "";width: 0;height: 2px;background-color: #e71a0f;position: absolute;right: 0px;bottom: -5px;transition: width 0.6s;}
.qyzs-text a:hover:after {width: 100%;left: 0;}

@media screen and (max-width:992px){
.qyzs-img{height:150px;}
.qyzs-img img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;}
.qyzs-text p{font-size:14px;line-height:20px;margin-bottom:10px;}
.qyzs-text h3{margin-bottom:10px;}
.qyzs-text a{font-size:14px;}
}