
/*信息详情*/
.details {
	padding:20px 0;
}

.details .title {
	border-bottom: 1px solid #ddd;
	line-height: 2;
	font-size: 36px;
	font-family: "Microsoft YaHei UI", "微软雅黑", "PingFang SC";
	text-align: center;
	padding:0 30px 15px 30px;
	color: #222;
}

.details .title_wide {
	line-height: 1.6;
	font-size: 36px;
	font-family: "Microsoft YaHei UI", "微软雅黑", "PingFang SC";
	text-align: center;
	padding:0 15px;
	margin:0 30px 20px;
	color: #222;
}
.details .notes {	
	text-align: center;
	font-size: 16px;
	color: #999;
	font-family: "Microsoft YaHei UI", "微软雅黑", "PingFang SC";
	line-height: 1.875;border-bottom: 1px solid #ddd;margin:0 60px 20px;padding-bottom:10px;
}
.details .text {
	line-height: 2;
	font-size: 18px;text-align:justify;
	margin:10px 20px;
	color: #444;
}
.details .text.wide {
	margin:10px 54px;
}
.details .text>*{
	padding: 10px 0;
	line-height: 2;
	font-size: 18px;
}
.details hr{font-size:0 !important;line-height:0 !important;padding:0 !important;}

/* 针对文章正文 表格不居中问题 */
.details .text table{margin:0 auto;margin-left:auto !important;margin-right:auto !important;vertical-align: middle;padding:0;}
.details .text table tr{vertical-align: middle;}
.details .text table td{vertical-align: middle;}
.details .text table p{margin:0;}

.details *{max-width:100%;}
.details p{margin-bottom:10px;}


.wx_code {
	width: 160px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #666;line-height: 1.6;
}
.wx_code img{
	width: 160px;
	height: 160px;
}
.control {
	margin: 40px 50px 10px 50px;
	display: block;
	text-align: center;
}
.control a{
	display: inline-block;
	border-radius: 6px;
	padding: 0 20px 0 15px;
	line-height: 36px;
	text-decoration: none;
	color: #777;
	font-size: 14px;
}
.control a .iconfont{
	color: #bbb;
	font-size: 18px;
	vertical-align: -2px;
	margin-right: 8px;
}
.control a:link,.control a:visited{	
	border:1px solid #eee;
	background-color: #f8f8f8;
}
.control a:hover{	
	border:1px solid #3E7DB7;
	background-color: #3E7DB7;
	color: #fff;
}
.control a:hover .iconfont{	
	color: #fff;
}

/* 相关文档、相关附件 标题 */
.chnldesc-correlation{height:40px;line-height:40px;font-size:18px;color:#13569F;overflow: hidden;border-bottom:2px solid #999;font-weight: bold;margin:0 auto;}
.chnldesc-correlation a{color:#13569F;}
.chnldesc-correlation+.chnldesc-correlation{margin-top:20px;}

.chnldesc-correlation.style1{width: 1130px;}

.chnldesc-correlation.style1+ul.home_news_list2{
    width: 1130px;
    margin: 15px auto;
}


/* 落款 */
.luokuan_Container {display: grid;
    grid-template-areas: 
    '. . . a'
    '. . . a1'
    '. . . a2'
    '. . . a3'
    '. . . a4'
    '. . . a5'
    '. . . a6'
    '. . . a7'
    '. . . a8'
    '. . . a9'
    ;
}
.luokuan_Container>*{text-align: center;}
.luokuan_Container>*:nth-child(1){grid-area: a;}
.luokuan_Container>*:nth-child(2){grid-area: a1;}
.luokuan_Container>*:nth-child(3){grid-area: a2;}
.luokuan_Container>*:nth-child(4){grid-area: a3;}
.luokuan_Container>*:nth-child(5){grid-area: a4;}
.luokuan_Container>*:nth-child(6){grid-area: a5;}
.luokuan_Container>*:nth-child(7){grid-area: a6;}
.luokuan_Container>*:nth-child(8){grid-area: a7;}
.luokuan_Container>*:nth-child(9){grid-area: a8;}
.luokuan_Container>*:nth-child(10){grid-area: a9;}
