@charset "utf-8";
/*about zyr
 * 内容：贷款-贷款资讯+资讯详情
 * 2017-8-14
 */
/*页面公用 start*/
.center-nav{
	background: url(../images/public/nav-bg_02.jpg) center bottom no-repeat;
}
.xgtj{
	margin-top: 40px;
	display: inline-block;
}
.zgw-box{
	min-width: 1200px;
}
.opactity:hover{
	filter:alpha(opacity=85);       /* IE */
	-moz-opacity:0.85;              /* 老版Mozilla */
	-khtml-opacity:0.85;              /* 老版Safari */
	opacity: 0.85;
}
.blue{color: #97D3CB;}
/*页面公用 end*/

/*资讯列表内容 start*/
.zbw-bd{
	width: 100%;
}
.zgw-fl{
	width: 900px;
	box-shadow: 0 0 15px rgba(227,230,237,1);
}
.sort-list{
	width:840px ;
	padding: 10px 30px 0;
}
.sort-list li{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	line-height: 54px;
	font-size: 14px;
	color: #666;
}
.sort-list li span{
	font-weight: bold;
}
.sort-tab a{
	padding: 0 16px;
}
.sort-tab a:hover{color: #97D3CB;}
.sort-tab .cur{color: #97D3CB;}
/*资讯列表 start*/
.zgw-list,.zgw-list li{width: 100%;}
.list-box{
	width:840px ;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.zgw-list li{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.zgw-list li:first-child .list-box{border-top: none;}
.zgw-list li:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6faff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.zgw-list li:hover:before, .zgw-list li:focus:before, .zgw-list li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.gw-img{
	width: 190px;
	height: 163px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
.gw-img img{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 100%;
	min-height:163px;
	min-width: 190px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.zgw-list li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gw-text{
	width:630px;
	text-align: left;
}
.gw-text h3{
	line-height: 25px;
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.gw-text p{
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow:hidden;
}
.gw-text p span{
	color: #333;
}
.gw-text p.dd-text{
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	word-break:break-all;
	word-wrap:break-word;
	margin-bottom: 20px;
}
.gw-text p font{color: #999;}
.gw-text p a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2px;
	/*background: #97D3CB;*/
	font-size: 14px;
	color: #21b5b4;
}
/*资讯列表 end*/
/*资讯列表内容 end*/
/*成功案例 start*/
.agw-fr{
	width: 260px;
}
.case-box{
	width: 100%;
}
.case-tt{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.case-tt b{
	float: left;
	font-size: 20px;
	color:#565656;
	padding-left: 15px;
	border-left: 3px solid #1786ef;
	line-height: 22px;
}
.case-tt a:hover{text-decoration: underline;}
.case-tt a{
	float: right;
	font-size: 14px;
	color: #97D3CB;
}
.case-list,.case-list li, .case-list li a{
	width: 100%;
}
.case-list li a{
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	display: block;
	line-height: 0;
}
.case-list li:first-child a{border: none;}
.case-img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin-right: 15px;
}
.case-img img{
	width: 100%;
	min-width: 100px;
	min-height:100px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list li:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.case-text{
	width: 145px;
	text-align: right;
}
.case-text p{
	font-size: 14px;
	line-height: 21px;
	color: #333;
	text-align: left;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
	word-break:break-all;
	word-wrap:break-word;
}
.case-text span{
	font-size: 12px;
	color: #666 ;
	line-height: 14px;
}
/*成功案例 end*/
/*贷款资讯详情 start*/
.details-bd{
	width: 920px;
    float: left;
	text-align: center;
	box-shadow: 0 0 15px rgba(227,230,237,1);
	padding: 13px 0 35px;
}
.details-bd>h4{
	font-size: 24px;
	line-height: 60px;
	color: #000;
}
.details-bd p{
	font-size: 14px;
	color: #666;
}
.details-bd>p>span{
	line-height:18px;
	padding: 0 25px;
}
.details-text{
	width: ;
	padding: 12px 70px 19px;
	text-align: left;
}
.details-text p{
	line-height:24px;
	text-indent: 28px;
}
.share-box{
	overflow:hidden ;
	padding: 0 70px;
}
.turn-text a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.turn-text a:hover{
	text-decoration: underline;
	color: #97D3CB;
}
/*贷款资讯详情 end*/

/*tag*/

 .tag-list li{
     width: 115px;
     float: left;
     border: 1px solid gainsboro;
     margin: 5px;
     height: 35px;
     line-height: 35px;
     text-align: center;
 }
.tag-list{
    margin-top: 20px;
}
.show-tag{
    text-align: left;
    text-indent: 65px;
}
.tag-all ul li{
    float: left;
    padding: 5px;
}