@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: #c90001;
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.websiteMap dd .title a{
	color: #c90001;
}
.websiteMap dd .title span:before{
	position: absolute;
	display: block;
	content: '';
	background: #c40001;
	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;
	padding-right: 20px;
	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: #c80201;
}
.websiteMap dd .text a:hover{
	color: #c20100;
}
/* 网站地图end */

/*单篇+文章页start*/
.whdcTable {
	margin-top: 20px;
	margin-bottom: 0;
}

.whdcTable table {
	border: 1px solid #dddddd;
}

.whdcTable table tr {
	border: 1px solid #dddddd;
	height: 46px;
}

.whdcTable table tr td {
	border: 1px solid #dddddd;
	color: #666;
}

.whdcTable table tr td .con {
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	text-align: left;
}

.whdcTable table tr td.gray {
	background: #f3f3f3;
	text-align: center;
}

.whdcTable table tr td.gray .con{
	padding: 0 10px;
	text-align: center;
}

.articlePage a.hover {
    background: #c20100;
}
.articlePage a:hover {
    background: #c20100;
}
.pageUp a:hover{
	color: #c20100;
}
/* 相关文档 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: #c20100;
}
/* 相关文档 end */

/*单篇+文章页end*/
/*全图列表页start*/

/*全图列表页end*/
/*图文列表页start*/
.imgText1 dd a:hover{
	color: #c30009 !important;
}
/*图文列表页end*/
/*全文列表页start*/
.textList1 dd a:hover{
	color: #c30009 !important;
}
.textList2 dd{
	padding: 10px 20px 8px;
	border-bottom: 1px solid #f5f5f5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList2 dd .title{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.textList2 dd .title a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList2 dd .info{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 16px;
}
.textList2 dd .timeBox{
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.textList2 dd:hover{
	box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
}
.textList2 dd:hover a{
	color: #b80c0a;
}
/*全文列表页end*/

/*下载列表start*/
.downList dd:hover a.text{
	color: #b80c0a;
}
.downList dd:hover a.downBtn{
	color: #b80c0a;
}
/*下载列表end*/
/*
-----------------------------内页样式end-----------------------------
*/