.domain {
	margin: 0 20px;
	background-color: #fff;
	border-top: 3px solid #ddd;
}

.domain span {
	color: #2C73C3;
	padding: 0 60px 0 10px;
	line-height: 60px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	display: inline-block;
	border-top: 3px solid #2C73C3;
	margin-top: -3px;
	font-size: 24px;
}

.details .mobile_title {
	line-height: 2 !important;
	font-size: 40px !important;
	font-family: "Microsoft YaHei UI", "微软雅黑", "PingFang SC";
	padding: 0 20px 15px 20px;
	margin: 0;
}

.details .notes {
	font-size: 24px !important;margin: 0 15px 20px;
}

.details .text {
	font-size: 32px !important;
	line-height: 2 !important;
	margin: 10px 20px;
	color: #444;
}

.details .text.wide {
	margin: 25px 20px;
}

/* 针对 table 溢出问题 */
.details .text table{width:auto !important;}
.details .text table td{width:auto !important;white-space: normal;}

.details .text img{display:initial;}
.details .text * {
	font-size: 32px !important;
	line-height: 2 !important;
}

.details p{padding:20px 0;}


.wx_code {
	width: 200px;display:none;
	font-size: 24px;
}

.wx_code img {
	width: 200px;
	height: 200px;
}

.control {
	display:none;
}


/* 相关文档、相关附件 标题 */
.chnldesc-correlation{height:60px;line-height:60px;font-size:28px;border-bottom-width:3px;}
.chnldesc-correlation.style1{width: auto;}
.chnldesc-correlation.style1+ul.home_news_list2{width:auto;}

