@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/* 网站地图start */
.websiteMap dd .title{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
.websiteMap dd .title span{
	font-size: 20px;
	font-weight: bold;
	color: #d93636;
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.websiteMap dd .title a{
	color: #d93636;
}
.websiteMap dd .title span:before{
	position: absolute;
	display: block;
	content: '';
	background: #d93636;
	height: 24px;
	width: 4px;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.websiteMap dd .text{
	padding: 22px 0px 22px 20px;
	overflow: hidden;
}
.websiteMap dd .text .con{
	float: left;
	width: 20%;
	line-height: 56px;
	height: 56px;
}
.websiteMap dd .text a{
	font-size: 18px;
	padding-left: 18px;
	color: #000;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:before{
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #cacaca;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:after{
	width: 9px;
	height: 15px;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
	background: url(../images/websiteIcn.png) no-repeat center center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:hover:after{
	opacity: 1;
	visibility: visible;
}
.websiteMap dd .text a:hover:before{
	background: #d93636;
}
.websiteMap dd .text a:hover{
	color: #d93636;
}
/* 网站地图end */

/* 解读文件列表 start */
.xxgk-docRetrieve{
	background-color: #F5F5F5;
	padding: 20px;
}
.xxgk-docRetrieve .item{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.xxgk-docRetrieve .title{
	width: 70px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
.xxgk-docRetrieve .info{
	margin: 0 20px 0 80px;
	background-color: #e8e8e8;
	border-radius: 2px;
	
}
.xxgk-docRetrieve .inpBox input{
	width: 100%;
	padding: 0 8px;
	border: none;
	background-color: transparent;
	line-height: 30px;
	height: 30px;
}
.layui-laydate-content td.laydate-selected{
	background-color: #ddedff !important;
}
.layui-laydate-footer span:hover {
    color: #d93636 !important;
}
.xxgk-docRetrieve .btn{
	text-align: center;
}
.xxgk-docRetrieve .btn1,
.xxgk-docRetrieve .btn2{
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	background-color: #d93636;
	border-radius: 3px;
	margin: 0 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}
.xxgk-docRetrieve .btn2{
	background-color: #e8e8e8;
	color: #666;
}
.xxgk-docRetrieve .btn1:hover,
.xxgk-docRetrieve .btn2:hover{
	transform: translateY(-1px);
	box-shadow:  0 0 8px 0 rgba(0,0,0,0.1);
}

.xxgk-zcwjT{
	background-color: #d7e0f6;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #d93636;
	font-weight: bold;
}
.xxgk-zcwj .wh,
.xxgk-zcwjT .wh{
	width: 195px;
}
.xxgk-zcwj .title,
.xxgk-zcwjT .title{
	overflow: hidden;
}
.xxgk-zcwj .time,
.xxgk-zcwjT .time{
	width: 110px;
}

.xxgk-zcwj dd{
	text-align: center;
	font-size: 14px;
}
.xxgk-zcwj dd:nth-child(even){
	background: #f8f9fb;
}
.xxgk-zcwj .wh,
.xxgk-zcwj .title{
	line-height: 20px;
	height: 60px;
	color: #333;
	box-sizing: border-box;
	padding: 10px 0;
}
.xxgk-zcwj .title{
	text-align: left;
	padding: 0 10px;
}
.xxgk-zcwj .time{
	line-height: 60px;
	color: #999;
	
}
.xxgk-zcwj dd a:hover{
	color: #d93636;
}

/* 解读文件列表 end */

/*单篇+文章页start*/
.articleFont span.hover {
    color: #d93636;
}
.xxgk-reference{
	margin-top: 20px;
	border-left:1px solid #E5E5E5 ;
	border-top:1px solid #E5E5E5 ;
	overflow: hidden;
}
.xxgk-reference dd{
	border-right:1px solid #E5E5E5 ;
	border-bottom:1px solid #E5E5E5 ;
	box-sizing: border-box;
	width: 50%;
	float: left;
	display: inline;
	line-height: 45px;
}
.xxgk-refTitle{
	background-color: #f3f3f3;
	font-size: 16px;
	color: #666;
	text-align: center;
	border-right:1px solid #E5E5E5 ;
	width: 130px;
	float: left;
}
.xxgk-refText{
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
}

.articlePage a.hover{
	background: #d93636;
}
.articlePage a:hover{
	background: #d93636;
}
.pageUp a:hover{
	color: #d93636;
}

/* 相关文档 start */
.xxgk-related{
	padding-top: 15px;
}
.xxgk-related .title{
	font-weight: bold;
	font-size: 20px;
	color: #4d4d4d;
	padding-left: 30px;
	background: url(../images/wendang.png) left center no-repeat;
}
.xxgk-related .list{
	padding-top: 8px;
}
.xxgk-related .list dd{
	line-height: 45px;
	font-size: 16px;
	color: #4d4d4d;
	position: relative;
	padding-left: 20px;
}
.xxgk-related .list dd::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #444;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -3px;
}
.xxgk-related .list dd a:hover{
	color: #d93636;
}
/* 相关文档 end */
/*单篇+文章页end*/
/* 期刊列表 start */
.qkList1 dd a:hover .text{
	color: #d93636;
}
/* 期刊列表 end */
/*全图列表页start*/
.imgList1 dd .con:hover .text{
	color: #d93636;
}
/*全图列表页end*/
/*图文列表页start*/
.imgText1 dd .text .title a:hover{
	color: #d93636 !important;
}
/*图文列表页end*/
/*全文列表页start*/
.textList1 dd a:hover{
	color: #d93636;
}
/*全文列表页end*/
/*下载列表start*/
.downList dd:hover a{
   color: #d93636;
}
.downList dd:hover a.downBtn {
	color: #d93636;
	background-image: url(../images/downh.png);
}
/*下载列表end*/

/*
-----------------------------内页样式end-----------------------------
*/