﻿/*互动交流信件样式*/
.hdhf1, .hdhf2{width:100%;height:auto; margin-top:20px;}
.hdhf1 table,.hdhf2 table{margin:0 auto;border:1px solid #666;}
table td{font-size:14px; line-height:30px; color:#666; padding:3px 3px 3px 8px;}
.hdhf1b{ background:#1E64AA; color:#fff; font-size:16px; padding-left:8px;}

/* 主体内容 */
.content_wrap {
	width: 1200px;
/* 	height: 800px; */
    min-height: 300px;
	background-color: #FFFFFF;
	margin: 0 auto;
	/* padding: 5px; */

}

/* 位置 */
.weizhi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}

.weizhi a {
	cursor: pointer;
	color: #333;
}
/* 新闻内容 */
.news_wrap{
	width: 100%;
	height: auto;
/* 	border: 1px  solid red; */
}
.news_wrap .news_top{
	width: 100%;
	height: auto;
	border-bottom: 1px  solid #E3E3E3;
	text-align: center;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_wrap .news_top h2{
	    color: #CC0000;
       margin-top: 20px;
}
.news_top .from{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
        margin-bottom: 20px;
}
.news_top .from span{
	margin-left: 50px;
}
/* 新闻图文 */
.news_detail{
	width: 100%;
	text-align: center;
	min-height: 485px;
	padding: 25px 25px 100px 25px;
	border-bottom: 1px  solid #E3E3E3;
}

.news_detail img{
	max-width: 95%;
}

/* .news_detail img{
	max-width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
} */
.news_detail p{
	text-indent: 2em;
	text-align: justify;
	margin-top: 10px;
	line-height: 28pt;
}
/* 打印bar */
.print_wrap{
	width: 100%;
	height: 100px;
	/* border: 1px solid red; */
	line-height: 100px;
	text-align: center;
}
.print_wrap >*{
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	background-color: #F2F2F2;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
/* .print_wrap .on{
	background-color: #6EA7D7;
	color: #fff;
} */
.print_wrap>*:hover{
	background-color: #1E64AA;
	color: #fff;
}



.votingFrame .head .leftCon .txt {
    margin-top: -7px;
    font-size: 12px;
	text-align: unset;
}


.votingFrame .head .leftCon .num {
    font-size: 18px;
    margin-top: -4px;
    font-family: Arial,Helvetica,sans-serif;
text-align: unset;
}


.oldModel .news_wrap .news_top h2{line-height:1.8em;font-size:28px;}
.oldModel .news_top .from{font-size:28px;line-height:1.8em;}
.oldModel .print_wrap >*{width:130px;height:1.5em;line-height:1.5em;font-size:28px;}
.oldModel strong{font-size: 28px;}
