.encyclopedia-banner{
	width: 100%;
	height: 100%;
}

.encyclopedia-banner img{
	width: 100%;
}

.encyclopedia-content{
	width: 1200px;
	margin: 0 auto;
	padding: 16px 0 34px 0;
}

.encyclopedia-left{
	float: left;
	width: 860px;
	margin-right: 20px;
}

.left-content{
	width: 860px;
}

.left-nav{
	position: relative;
	width: 860px;
	height: 40px;
	border: 1px solid #ececec;
	background: #f5f5f5;
}

.left-nav a{
	display: block;
	position: absolute;
	top: -1px;
	width: 164px;
	height: 40px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #666;
	padding: 3px 1px 1px 1px;
}

.left-nav a:first-child{
	left:0;
}

.left-nav a:first-child+a{
	left: 163px;
}
.left-nav a:first-child+a+a{
	left: 326px;
}

.left-nav .left-nav-active{
	background: #fff;
	border: 1px solid #fff;
	border-top: 3px solid #22b0eb;
	padding: 0;
	z-index: 99;
	color: #22b0eb;
}

.left-list{
	width: 860px;
	border: 1px solid #ececec;
	border-top: none;
	padding: 0 14px 13px 14px;
}

.left-list li{
	width: 830px;
	border-top: 1px solid #e9e9e9;
	padding: 20px 0;
	
}

.left-list li:first-child{
	border-top: none;
}

.left-list-img{
	float: left;
	width: 208px;
	height: 140px;
}

.left-list-img img{
	width: 100%;
	height: 100%;
}

.left-list-main{
	float: left;
	width: 622px;
	padding: 10px 15px 10px 16px;
}

.left-list-main a{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #333;
}

.left-list-main a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.left-list-menu{
	font-size: 13px;
	line-height: 33px;
	color: #999;
} 

.left-list-time{
	float: left;
	display: block;
	padding-right: 30px;
}

.left-list-type{
	float: left;
	display: block;
	padding-right: 30px;
}

.left-list-menu i{
	font-style: normal;
	color: #666;
	padding-left: 2px;
}

.left-list-text{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding-top: 8px;
	margin: 0;
}

.encyclopedia-right{
	float: left;
	width: 320px;
	border: 1px solid #ececec;
}

.right-nav{
	width: 318px;
	height: 39px;
}

.right-nav span{
	float: left;
	display: block;
	width: 159px;
	height: 39px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #ececec;
}

.right-nav span:hover{
	cursor:pointer;
}

.right-nav .right-nav-active{
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #22b0eb;
	color: #22b0eb;
}

.right-content{
	padding: 10px;
}

.right-content-main{
	display: none;
	width: 300px;
}

.right-content-active{
	display: block;
}

.right-list{
	width: 300px;
}

.right-list li{
	padding: 10px 0;
}

.right-list li:first-child{
	padding-top: 0;
}

.right-hot{
	position: relative;
	width: 300px;
	height: 188px;
}

.right-hot a{
	display: block;
	width: 300px;
	height: 188px;
}

.right-hot a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 188px;
}

.right-hot a span{
	display: block;
	position: absolute;
	top: 130px;
	left: 0;
	width: 300px;
	height: 58px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 8px 9px 6px 9px;
}

.right-hot a span:hover{
	text-decoration: underline;
}

.right-list-img{
	float: left;
	width: 100px;
	height: 80px;
}

.right-list-img img{
	width: 100%;
	height: 100%;
}

.right-list-main{
	float: left;
	width: 200px;
	padding: 0px 9px;
}

.right-list-main a{
	display: block;
	width: 182px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding: 6px 0 22px 0;
}

.right-list-main a:hover{
	color: #333;
	text-decoration: underline;
}

.right-list-time{
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 0;
}

.encyclopedia-details{
	padding-bottom: 15px;
}

.encyclopedia-details-container {
	width: 1200px;
	margin: 0 auto;
}
.encyclopedia-details-breadcrumb {
	content: " ";
	display: table;
	height: 60px;
	line-height: 60px;
	margin: 0;
	clear: both;
	padding-left: 0;
}
.encyclopedia-details-breadcrumb li {
	float: left;
	font-size: 14px;
	color: #666;
}
.breadcrumbs-arrows:after {
	content: ">\00a0";
	padding: 0 5px 0 8px;
	color: #ccc;
}
.encyclopedia-details-left {
	width: 860px;
	border: 1px solid #ececec;
	padding: 30px;
	float: left;
	margin-right: 20px;
}
.encyclopedia-details-left h1 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.pubdate {
	margin: 22px 0 50px 0;
	font-size: 16px;
	color: #333;
}
.pubdate b {
	font-weight: lighter;
	display: inline-block;
	margin: 0 15px;
	height: 12px;
	border-left: 1px solid #000;
}
.encyclopedia-details-left p {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 22px;
	margin-bottom: 15px;
}
.encyclopedia-details-left p a{
	color: #22b0eb;
}

.encyclopedia-details-left p a:hover{
	color: #006699;
}

.provenance {
	font-size: 14px;
	color: #333;
}

.provenance>a.tag{
	padding-top: 16px;
	display: inline-block;
	color: #333;
}
.provenance>a.tag:hover{
	text-decoration: underline;
	color: #22b0eb;
}
.encyclopedia-details .encyclopedia-details-left p img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.encyclopedia-catalog{
	width: 860px;
	border: 1px solid #efefef;
	padding: 14px 18px 19px 25px;
	margin-bottom:40px; 
}

.encyclopedia-catalog h4{
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
	border-bottom: 1px dashed #efefef;
	padding-bottom: 14px;
	margin: 0
}

.encyclopedia-catalog-text p{
	display: block;
	width: 360px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	padding-top: 8px;
	padding-right:10px; 
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.encyclopedia-catalog-prev{
	float: left;
	width: 360px;
}

.encyclopedia-catalog-prev a:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.encyclopedia-catalog-next{
	float: right;
	width: 360px;
	text-align: right;
}

.encyclopedia-catalog-next a:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
/*百科增加标签 start*/
.left-list-baike .left-list-main{
	padding: 0 15px 10px 16px;
}
.left-list-baike .left-list-text{
	padding-top: 0;
}
.left-list-baike  .left-list-label{
	font-size: 14px;
	line-height: 25px;
	color: #ea4335;
	padding-top: 0;
	margin: 0;
}
.left-list-label span{
	margin: 0 5px;
	cursor: pointer;
}
.left-list-label span a{
	font-size: 14px;
	line-height: 25px;
	color: #ea4335;
	display: inline-block;
}
.encyclopedia-right-baike{
	float: left;
	width: 320px;
	border: none;
}
.encyclopedia-right-baike .right-content-news,.encyclopedia-right-baike .right-content-label{
	width: 320px;
	border: 1px solid #ececec;
	margin-top: 20px;
}
.right-content-label .label-item{
	padding: 25px 20px;
	overflow: hidden;
}
.right-content-label .label-item li a:hover{
	color: #ea4335;
}
.right-content-label .label-item li{
	padding: 5px 10px;
	font-size: 14px;
	float: left;
}
.right-nav-baike{
	width: 318px;
	height: 39px;
}
.right-nav-baike span{
	display: block;
	width: 100%;
	height: 39px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #ececec;
	color: #ea4335;
}
.right-nav-baike span:hover{
	cursor:pointer;
}
/*百科增加标签 end*/
/*新闻详情增加表单 start */
.inforFormCont{
	position: fixed;
	/*width: 680px;*/
	height: 480px;
	top: 100px;
	left: 50%;
	margin-left: -340px;
	padding: 20px 50px;
	background-size: 100% 100%;
	border-radius: 4px;
	z-index: 999;
	border: 1px solid #999;
	display: none;
	background: #fff;
}
.inforFormCont .c-close{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(https://bj-qifu-page-assets.oss-cn-beijing.aliyuncs.com/79/96887d6c8c380cde711186f5a2e1475f1578399675.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.inforFormCont .quote-tit{
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #367bf0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.inforFormCont .quote-tit span{
	display: block;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #8c8c8c;
}
.inforFormCont .inforRadioLabel{
	padding-left: 80px;
}
.inforFormCont .inforRadioLabel label{
	margin-left: 20px;
	padding-left: 30px;
	position: relative;
	height: 50px;
	line-height: 60px;
	cursor: pointer;
	margin-bottom: 0;
}
.inforFormCont .inforRadioLabel label i{
	position: absolute;
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(img/radio-normal.png);
	top: 21px;
	left: 0;
	margin-right: 10px;
}
.inforFormCont .inforRadioLabel label i.active{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(img/radio-active.png);
}
.inforFormCont .inforRadioLabel label input{
	display: none;
}
.inforFormLabel{
	position: relative;
	margin-bottom: 15px;
}
.inforFormLabel .options{
	display: inline-block;
	font-size: 16px;
	text-align: right;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #555555;
	float: left;
}
.inforFormLabel input{
	width: 406px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	padding-left: 10px;
}
.inforFormCont .inforCodeLabel input{
	width: 265px;
}
.inforFormCont .inforCodeLabel .ver-code-img{
	width: 135px;
	height: 50px;
	display: inline-block;
}
.inforFormCont .inforCodeLabel .ver-code-img img{
	width: 100%;
	height: 100%;
}
.inforFormCont .inforQuoteSmt,.inforFormCont .inforQuoteCancel{
	display: inline-block;
	width: 155px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin: 10px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.inforFormCont .inforQuoteSmt{
	background: #999;
}
.inforFormCont  .adopt{background: #008bff;}
.inforFormCont  .adopt:hover{background: #3399ff;}
.inforFormCont .inforQuoteCancel{
	background: #fff;
	border:1px solid #999;
	color: #999;
	margin-right: 10px;
}
.inforFormCont .inforQuoteCancel:hover{
	background: #eeeeee;
}
.inforBtnGroup{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.inforContactText{
	color: red;
	position: absolute;
	right: 5px;
	top: 15px;
}
.isFormMask{
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
/*新闻详情增加表单 end */

.encyclopedia-form{
	width: 860px;
	border: 1px solid #efefef;
	padding: 14px 18px 19px 25px;
	margin-bottom:40px;
	overflow: hidden;
}
.encyclopedia-form .encyclopedia-form-header {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding-bottom: 14px;
	margin: 0;
}
.encyclopedia-form  .encyclopedia-form-bottom{
	overflow: hidden;
}
.encyclopedia-form  .encyclopedia-form-bottom .img-box{
	display: block;
	width: 80px;
	height: 60px;
	float: left;
}
.encyclopedia-form  .encyclopedia-form-bottom .img-box i{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url("img/defaultAvatar.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	overflow: hidden;
}
.encyclopedia-form  .encyclopedia-form-bottom textarea{
	width: 725px;
	height: 80px;
	float: right;
}
.encyclopedia-form-btn{
	margin-top: 10px;
	text-align: right;
}
.encyclopedia-form-btn span{
	color: #999;
	font-size: 14px;
}
.encyclopedia-form-btn .isFormShow{
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #E79E42;
	color:#fff ;
	border: none;
	border-radius: 5px;
}
.encyclopedia-form-btn .isFormShow:hover{
	background: #E28816;
}

/* 弹框 */
.formMask{display: none;}
.layui-layer .layui-layer-page .layui-layer-content{
	width: 560px;!important
	height: 380px;!important
}
.layui-layer .layui-layer-content .layui-layer-ico2{background:url(img/icon-xx.jpg) no-repeat;!important}
.layui-layer-ico{background:url(img/icon.png) no-repeat;!important;background-position: -60px 0;}
.layui-layer-dialog{
	top: 15% !important;}
.contWrap{padding-top: 60px;text-align: center;}
.layui-layer .layui-layer-setwin .layui-layer-close2,.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
	position: absolute;width: 37px;height: 37px;background: url(img/close.png) no-repeat;top:20px;right: 20px;cursor: pointer;
}
.layui-layer .contWrap .success-icon{display: block;width: 120px;height: 120px;margin: 0 auto 15px;background: url(img/success-status.png) no-repeat ;!important}
.contWrap .tit{font-size: 28px;line-height: 50px;}
.contWrap .txt{font-size: 20px;line-height: 40px;font-weight: normal;color: #555;}
