@charset "utf-8";
body{background-color: #fff;}
.switch_title_box_big{
	height: 50px;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,.2);
}
.switch_title_box{
	width: 92%;
	margin: auto;
}
.switch_title_box > li{
	padding: 15px 0 14px 0;
	font-size: 14.5px;
}
.dynamic_box_big{
	margin-top: 0px;
}
.Policy_consultation_box_big2{
	padding: 12px 3% 0 3%;
}
.dynamic_box_big > li{
	margin-top: 0px;
	margin-bottom: 18px;
}
.dynamic_box_big{
	padding-bottom: 10px;
}

/* 资讯详情 */
.Policy_consultation_box_big {
    width: 82%;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 4px 16px 0 rgba(0,0,0,.2);
    margin-top: 20px;
    padding: 20px 5% 20px 5%;
}
.Small_nav_box{
	overflow: hidden;
	margin-bottom: 20px;
}
.Small_nav_box > p{
	float: left;
	color: #999;
}
.Small_nav_box > p > a{
	font-size: 12.5px;
	color: #666666;
}
.Policy_consultation_box_big > h5{
	font-size: 16.5px;
	color: #333333;
	line-height: 1.6;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}
.Small_label_box{
	overflow: hidden;
	margin: 10px 0 0px 0;
}
.Small_label_box > li{
	float: left;
	position: relative;
	font-size: 12.5px;
	color: #999;
	padding: 0 10px;
	margin-bottom: 10px;
}
.Small_label_box > li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	right: 0;
	top: 2px;
}
.Small_label_box > li:first-child{
	/* padding-left: 0; */
}
.Small_label_box > li:last-child::after{
	width: 0px;
}
.date_issue_txt{
	font-size: 12.5px;
	color: #999999;
	margin-left: 10px;
	margin-bottom: 20px;
}
.information_txt{
	/* text-indent: 26px; */
	font-size: 14px;
	line-height: 1.8;
}
.information_txt > p{
	/* text-indent: 26px; */
	font-size: 14px;
	line-height: 1.8;
}
.information_txt > p > img {
    max-width: 92%;
    margin: 25px 0;
}
.QR_code_box{
	width: 151px;
	height: 151px;
	margin: 30px 0 20px 0;
}
.QR_code_box > img{
	width: 100%;
	height: 100%;
}
.Last_Next_box > li{
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Last_Next_box > li > p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 4px;
}
.Last_Next_box > li > a{
	font-size: 14px;
	color: #666666;
}
/* 相关资讯 */
.Related_information_box{
	margin-top: 25px;
}
.Related_information_box > h5{
	position: relative;
	font-size: 18px;
	color: #333333;
	padding-left: 26px;
}
.Related_information_box > h5::before{
	position: absolute;
	width: 17px;
	height: 17px;
	content: "";
	background-image: url(../images/information/information.png);
	left: 0;
	top: 4px;
}
.Related_information_box > ul > li > a{
	display: block;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.Related_information_box > ul > :last-child > a{
	border-bottom: 0px solid #e3e3e3;
}
.Related_information_box > ul > li > a > h5{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.Related_information_box > ul > li > a > h6{
	font-size: 10.5px;
	color: #666666;
	margin-top: 10px;
	font-weight: normal;
}
.Copyright_box_big{
	background-color: #fff;
}
.Copyright_box_big {
    font-size: 12.5px;
    background-color: rgba(163, 95, 95, 0);
    padding-top: 0px;
    margin-top: 25px;
}
.Policy_consultation_box_big2::after{
	height: 0;
}