<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*about zyr
 * 内容：贷款-贷款问答
 * 2017-8-10
 */
/*页面公用 start*/
.center-nav{
	background: url(../images/public/nav-bg_02.jpg) center bottom no-repeat;
}
.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;
}
.box1{
	background: #f7f7f7;
	box-shadow: 0 0 15px 0 #e3e6ed;
}
/*页面公用 end*/
/*咨询问答 start*/
.qa-box{overflow: hidden;padding-bottom: 40px;}
.online-box{
	width: 550px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.qa-tt{
	padding: 33px 0 20px;
	font-size: 0;
	line-height: 0;
}
.qa-tt p{
	font-size: 30px;
	line-height: 70px;
	color: #333;
}
.qa-tt span{
	width: 103px;
	height: 2px;
	background: #0e2746;
}
.online-form{
	width: 550px;
	padding-bottom: 20px;
}
.online-input, .online-form a{
	width: 100%;
}
.online-input{
	overflow: hidden;
	margin-bottom: 10px;
    line-height: 0;
}
.online-input textarea{
	padding: 15px 10px;
	width: 528px;
	height:50px;
	max-height: 50px;
	overflow: hidden;
	text-align: left;
	line-height:20px;
	font-size: 14px;
	color: #333 !important;
	background:#fff;
	border: none;
	border: 1px solid #dedede;
}
.onlieb-textarea.online-input textarea{
	height: 120px;
	max-height: 120px;
}
.input-box{
	width: 270px;
	overflow: hidden;
	position: relative;
}
.input-box span{
	width: 70px;
	height: 50px;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height:50px;
	background: #e6e6e6;
	font-size: 14px;
	color: #333;
}
.input-box select,
.input-box input{
	float: left;
	width: 195px;
	text-align: left;
	padding-left: 5px;
	height: 50px;
	line-height: 50px;
	position: relative;
	background:#fff;
	border: none;
	color: #666;
	font-size: 14px;
}
.input-box input{
	border: 1px solid #dedede;
	width: 193px;
	height: 48px;
	line-height: 48px;
}
.input-box input.dummy{    
	width: 192px;
	padding: 15px 0 15px 5px;
	line-height: 16px;
	height: 36px;
	border: 1px solid #e8e8e8;
	text-align: left;
	padding: 6px 0 6px 6px;
	font-size: 14px;
	vertical-align: middle;
}
#dummydata a {
    height: 40px;
    border-top: 1px solid #ccc;
}
#dummydata a:first-child{border: none !important;}
#dummydata a:hover {
    background: #10bbb8;
}
.select-box&gt;i{
	width: 14px;
	height: 8px;
	background-position: -83px -20px;
	position: absolute;
    top: 23px;
	right:10px;
	z-index: 5;
}
.online-form&gt;button{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height:50px;
	font-size: 16px;
	color: #fff;
	background: #10bbb8;
}
.cr-text{
	width: 550px;
	color: #666;
}
.cr-text b{
	font-size: 16px;
	line-height: 18px;
	color: #014991;
}
.cr-text p{
	font-size:14px;
	line-height: 24px;
}
/*在线咨询 end*/
/*贷款问答 start*/
.ask-box{
	width: 605px;
	text-align: right;
}
.ask-tt{
	margin:50px 0 20px;
	text-align: left;
}
.ask-tt p{
	font-size: 26px;
	line-height:28px;
	color: #333;
	border-left: 4px solid #10bbb8;
	padding-left:6px;
}
.ask-list,.ask-list li,.ask-list li p{width: 100%;}
.ask-list{padding-top:2px;}
.ask-list li{
	border-bottom: 1px solid #e7e7e7;
	padding: 28px 0 20px;
	text-align: left;
}
.ask-list li:first-child{border-top: 1px solid #e7e7e7 ;}
.ask-list li p{overflow: hidden;}
.ask-list li p b{
	overflow: hidden;
	font-size: 19px;
	color: #10bbb8;

	font-weight: normal;
	float: left;
	padding-left: 5px;
	line-height: 22px;
}
.ask-list li p span,
.ask-list li p font{
	width: 570px;
	float: left;
	margin-left: 10px;
}
.ask-list li p font{
	font-size: 18px;
	color: #333;
	line-height: 22px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
}
.ask-list li p span{
	max-height: 52px;
	font-size: 15px;
	line-height: 26px;
	color:#666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.ask-list li p:first-child{padding-bottom:13px;}
.ask-list li p:first-child b{
	color: #97D3CB;
}
.more-text{
	font-size: 16px;
	color: #0e2746;
	text-align: right;
	padding-top: 40px;
}
.more-text:hover{
	text-decoration: underline;
}
.more-btn{
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size:14px ;
	color: #fff;
	background: #0e2746;
	margin-top: 40px;
}
.xd-text{
	font-size: 60px;
	color: #0e2746;
	filter:alpha(opacity=10);       /* IE */
	-moz-opacity:0.1;              /* 老版Mozilla */
	-khtml-opacity:0.1;              /* 老版Safari */
	opacity: 0.1;
	text-transform: uppercase;
	position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: 396px;
}
/*咨询问答 end*/
/*问答展示 start*/
.fa-box{
	padding: 50px 0 70px;
}
.fa-box .hd,.hd-list,.fa-box .bd{width: 100%;}
.hd-list{overflow: hidden;padding-bottom: 20px;}
.hd-list li{
	width: 13.2%;
	float: left;
	text-align: center;
	position: relative;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #10bbb8;
	margin-left: 12px;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
}
.hd-list .on{background:#10bbb8 ;}
.hd-list li:first-child{margin-left: 0 !important;}
.hd-list li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: transparent transparent transparent transparent;
}
.hd-list .on:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #10bbb8 transparent transparent transparent;
}
.fa-text{
	width: 100%;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
.fa-text i{
	width: 40px;
	height: 40px;
	background: url(../images/faqs/qa-icon_03.png) no-repeat;
	margin: 24px 0 8px;
}
.fa-text .fa-icon2{background-position: -40px 0;}
.fa-text .fa-icon3{background-position: -80px 0;}
.fa-text .fa-icon4{background-position: -120px 0;}
.fa-text .fa-icon5{background-position: -160px 0;}
.fa-text .fa-icon6{background-position: -200px 0;}
.fa-text .fa-icon7{background-position: -240px 0;}
.fa-text p{
	font-size: 16px;
	color: #2b2e33;
	line-height: 18px;
}
.hd-list .on .fa-text{
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
}
.hd-list li a{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 46px;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}
.hd-list .on a{
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* 老版Mozilla */
	-khtml-opacity:1;              /* 老版Safari */
	opacity:1;
}
.bd-list,
.bd-list li,
.bd-box,
.bd-box a{width: 100%;}
.bd-list,.bd-list li{overflow:hidden ;}
.bd-box a{
	line-height: 0;
	padding: 18px 0 17px;
	border-bottom: 1px solid #e7e7e7;
    -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.3s;
    transition-duration: 0.3s;
}
.bd-box a: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.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bd-box a:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bd-box a p{
	width: 1128px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	 overflow: hidden;
	 padding:0 70px 0 2px;
}
.bd-box a p span{
	font-size: 20px;
	color: #10bbb8;

}
.bd-box a p:first-child{
	font-size: 20px !important;
	color: #333 !important;
	margin-bottom: 11px !important;
}
.bd-box a p:first-child span{
	color: #97D3CB !important;
}
.bd-box a p font{
	font-size: 16px;
	color: #10bbb8;
	position: absolute;
	right: 5px;
	top: 3px;
}
.bd-box a:hover p font{color: #10bbb8;}
.bd-box a p font:hover{text-decoration: underline;}
/*问答展示 end*/

/*最新提问 start*/
.quiz-box{
	width: 700px;
	text-align: left;
	padding: 30px 0 10px;
}
.tt-H4{
	padding: 18px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	line-height: 28px;
}
.tt-H4 span{
	padding-left: 5px;
	font-size: 26px;
	color: #333;
	border-left: 4px solid #0e2746;
}
.tt-H4 a{padding: 0;}
.quiz-list,.quiz-list a{width: 100%;}
.quiz-list{padding-top: 10px;  line-height: 0;}
.quiz-list a{
	line-height:36px;
	font-size: 16px;
	color: #333;
	overflow: hidden;  
}
.quiz-list a span{
	width: 85%;
	text-overflow: ellipsis; 
	white-space: nowrap;
	 overflow: hidden; 
}
.quiz-list a font{
	font-size: 12px;
	color: #666;
}
.quiz-list a:hover,.quiz-list a:hover font{color: #10bbb8;}
.news-box{
	width: 450px;
	background: #fff;
	margin-top: 50px;
}
.news-box&gt;p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #10bbb8;
	color: #fff;
}
.news-box&gt;p span{
	padding-left: 20px;
	font-size: 26px;
}
.news-box&gt;p a{padding: 0 15px 0 0;color: #fff;}
.news-text{
	width: 410px;
	padding: 0 20px;
    line-height: 0;
}
.news-text a{
	width: 100%;
	text-align: left;
	border-top: 1px solid #e8e8e8;
	line-height: 55px;
	font-size: 16px;
	color: #666;
}
.news-text a:hover{color: #10bbb8;}
.news-text a:first-child{border: none;}

/* 最新提问 end*/</pre></body></html>