@charset "utf-8";
/*综合*/
*{
	padding: 0;
	margin: 0;
	border:0px;
	box-sizing: border-box;
}
body {	
	font-family: "微软雅黑","宋体", Times New Roman;	
	font-size: 16px;
	background:#966e42 url("zhctsshd-mnn202007-26.jpg")  no-repeat top center;
}
div,ul, ol, dl,dt,dd, li {list-style: none;}
html {height: 100%; }
a {color: #fef6d0; 	text-decoration:none; }
img {border: none; 	outline: none; }

/*版心内容*/
.container{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	margin-top: 342px;
	height: 100%;
}

/*导航栏*/
nav{
	height: 73px;
	background: #9d2902;
}

nav ul{
	width: 980px;
	margin: 0 auto;
}
nav ul li{
	width: 120px;
	height: 73px;
	padding-top: 6px;
	line-height: 67px;
	text-align: center;
	font-size: 20px;
	color: #fef6d0;
	float: left;
}
nav ul li:nth-child(7){
	background: url(zhctsshd-mnn202007-23.png) no-repeat center 60px;
}
.holder{
	text-align: center;
}

/*新闻内容区*/
.content{
	width: 773px;
	height: 100%; 
	margin: 0 auto; 
	margin-top: 50px;
}
.content .title{
	color: #1b1b1b;
	font-size: 20px;
	text-align: center;
}
.content .title span{
	color: #bb5222;
	font-size: 24px;
}
.content .article{
	padding-top: 50px;
}

/*底部更多等*/
.bottom{
	margin: 0 auto;
	margin-top: 40px;
	height: 110px;
/*	margin-bottom: 25px;*/
}
.bottom .line{
	margin: 0 auto;
	text-align: center;
	width: 772px;
	height: 1px;
	background-color: #c3c3c3;
}

/*更多新闻列表*/
.morenews{
	display: none;
	width: 773px;
	margin: 0 auto;
}
.morenews .title2{
	color: #bb5222;
	font-size: 18px;
	padding: 0 0 30px 15px;
}
.morenews{
	padding-bottom: 60px;
}
.morenews .newslink a{
	font-family:"宋体", "新宋体", "仿宋", "楷体", "微软雅黑";
	font-size: 14px;
	color: #272727;
	line-height: 30px;
}


/*底部栏目*/
footer {
	background:url(zhctsshd-mnn202007-27.jpg); 
	width: 1200px;
	height:100px; 
	margin: 0 auto;
	text-align: center;
	color:#fae386; 
	font-size:16px; 
	font-family: "微软雅黑","宋体", Times New Roman; 
	line-height:100px;
}