.aboutMedia-cont .media-tip{
	width: 500px;
	margin: 20px auto;
	height: 20px;
}
.aboutMedia-cont h4{
	text-align: center;
	font-weight: bold;
}
.aboutMedia-cont .media-tip span{
	display: block;
	width: 33.3%;
	float: left;
	text-align: center;
}
.aboutMedia-cont .media-abstract{
	background: rgb(240,251,247);
	padding: 20px;
}
.aboutMedia-cont .media-abstract p:first-child{
	font-size: 16px;
	color: #666;
}
.aboutMedia-cont .media-abstract p:last-child{
	padding-left: 40px;
}

.aboutMedia-cont .media-info{
	min-height: 400px;
	margin-top: 40px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 10px;
	height: auto;
}
.aboutMedia-cont .media-info p{
	text-indent: 2em;
}
.aboutMedia-cont .loan-info .page{
	margin-top: 20px;
}
.aboutMedia-cont .loan-info .page span{
	display: -webkit-box;
	width: 46%;
	padding: 0 2%;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*火狐适配*/
	display: -moz-box;
    -moz-line-clamp: 1 !important;
    -moz-box-orient: vertical;
    height: 18px;
}
/*火狐适配*/
.qusetion .media-1{
	
}

.qusetion .media-1 p:first-child{
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 5px;
}

.qusetion .media-1 p:last-child{
	font-size: 17px;
}
.qusetion-search{
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 20px;
	position: relative;
}
.qusetion-search input{
	width: 610px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
}
.qusetion-search button{
	width: 120px;
	height: 40px;
	position: absolute;
	right:110px;
	top:0;
}
.qusetion-search  article:last-child{
	margin-top: 20px;
}
.qusetion-search  article:last-child span{
	padding: 0 10px;
	cursor: pointer;
}
.qusetionInfo-cont .qusetionInfo-list{
	border-bottom: 1px dashed #e5e5e5;
	padding: 20px 0;
}
.qusetionInfo-cont .qusetionInfo-list p:first-child{
	font-size: 18px;
}
.qusetionInfo-cont .qusetionInfo-list p:first-child i{
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
	display: block;
	background: #00c06f;
	text-align: center;
	line-height: 22px;
	color:#fff;
	font-size: 14px;
	margin-top: 2px;
}
.qusetionInfo-cont .qusetionInfo-list p:first-child span{
	display: block;
}
.qusetionInfo-cont .qusetionInfo-list:hover p:first-child span{
	color:#00c06f;
}
.qusetionInfo-cont .qusetionInfo-list p:last-child{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	/*火狐适配*/
	display: -moz-box;
   -moz-line-clamp: 1 !important;
   -moz-box-orient: vertical;
	 height: 18px;
}
/*火狐适配*/

 /*关于我们 */
 .about-info .about-txt{
 	padding: 0 115px;
	margin-top: 20px;
 }
 .about-info .about-txt1{
	 margin-top: 50px;
	 padding: 0 60px;
 }
 .about-info .about-txt1 p:last-child{
	 line-height: 35px;
	 margin-left: 20px;
	 color: #666666;
 }
 .gaog p{
	 width: 440px;
	 height: 160px;
	 float: right;
	 display: flex;
	 flex-direction: column;
	 padding: 10px;
 }
  .gaog p:first-child{
	 margin-top: 15px;
 }
 .gaog p:last-child{
	 margin-top: 70px;
	 
 }
 .gaog p span{
	 display: block;
 }
 .gaog p span:first-child{
	 font-size: 16px;
	 font-weight: bold;
	 margin-bottom: 15px;
 }
 .about-media{}
 .about-media .media-list{
	 padding: 40px 0;
	 cursor: pointer;
	 border-bottom: 1px dashed #e5e5e5;
 }
 .about-media .media-list .mediaList-pic{
	 width: 200px;
	 height: 100px;
	 margin-right: 30px;
	 
 }
 .about-media .media-list .mediaList-pic img{
 	width: 200px;
 	height: 100px;
 }

 .about-media .media-list .mediaList-txt{
	 width: 600px;
 }
  .about-media .media-list:hover .mediaList-txt p:first-child{
  	color:#00c06f
  }
 .about-media .media-list .mediaList-txt p:first-child{
	 color: #333;
	 font-size: 18px;
	 margin-bottom: 20px;
 }
  .about-media .media-list .mediaList-txt p{
  color:#666;
  }
 .about-media .media-list .mediaList-txt p:nth-child(2){
 	margin-bottom: 30px;
 	
 }
 .about-media .media-list .mediaList-txt p:nth-child(2) span{
	 color: #999;
 }
 .about-media .media-list .mediaList-txt p:nth-child(2) span:first-child{
 	display: -webkit-box;
	min-width: 230px;
	max-height: 330;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*火狐适配*/
	display: -moz-box;
    -moz-line-clamp: 1 !important;
    -moz-box-orient: vertical;
}
/*火狐适配*/
 .about-media .media-list .mediaList-txt p:last-child{
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 1;
	 overflow: hidden;
	/*火狐适配*/
	display: -moz-box;
    -moz-line-clamp: 1 !important;
    -moz-box-orient: vertical;
	height: 18px;
	margin-bottom: 0;
}
/*火狐适配*/
 .aboutZiz-box article{
	 width: 33.3%;
	 margin-top: 20px;
	 padding: 0 30px;
 }
 .aboutZiz-box{
	 padding: 20px;
	 margin-bottom: 30px;
 }
 .aboutZiz-box article p img{
	 max-height: 100%;
 }
 .conperation-info{
	 /* padding: 20px; */
	 margin-bottom: 30px;
	 margin-top: 80px;
 }
 .conperation-info article{
	 width: 33.3%;	
	 margin-top: 20px;	
 }
 .conperation-info article a{
	 display: block;
	 width: 100%;
	 height: 100%;
 }
 .conperation-info article a img{
	 width: 200px;
 }
 .contact-info{
	 padding: 20px;
	 margin-bottom: 30px;
 }
 .contact-list{
	 padding: 15px 0;
	 border-bottom: 1px dashed #e5e5e5;
 }
 .contact-cont p{
	 color: #666;
 }
 .contact-cont p:first-child{
	 font-size: 18px;
	 color: #333;
	 margin-bottom: 25px;
 }
 .contact-cont {
	 width: 50%;
 }
 .contact-map{
	 width: 700px;
	 margin: 30px auto;
 }
 .map-tle{
	 text-align: center;
	 font-weight: bold;margin-bottom: 10px;
	 font-size: 16px;
 }
 .qusetion-search .choice-this label{
	 font-weight: initial;
	 padding: 0 10px;
 }
 
 .aboutMap-box{
	 background: #fff;
	 padding: 70px 0;
 }
 .aboutMap-box .aboutMap-cont{
	 width: 765px;
	 margin: 0 auto;
 }
 .aboutMap-box .aboutMap-cont article{
	 margin-top: 30px;
 }
 .aboutMap-box .aboutMap-cont article a{
	 padding: 0 10px;
	 border-left: 1px solid #666666;
 }
 .aboutMap-box .aboutMap-cont article a:first-child{
	 padding-left: 0;
	 border-left: none;
 }
 .aboutMap-box .aboutMap-cont article p:first-child{
	 font-size: 16px;
	 color: #FE9A0C;
	 border-bottom: 1px dashed #e5e5e5;
	 padding-bottom: 5px;
 }
 
.related-cases{
	margin-top: 60px;
}
.related-cases h4{
	border-bottom: 1px dashed #e5e5e5;
	padding: 10px 0;
}
.related-cases ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.related-cases ul li span{
	margin-left: 30px;
		font-size: 14px;
		color: #999;
}
.aboutMedia-cont .related-cases h4{text-align: left;}
.aboutMedia-cont .success-case h4{text-align: left;}

.map-a{
	color: #FE9A0C;
}
