.main{
	width: 1140px;
	margin:0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.banner{
	height: 260px;
	position: relative;
}
.banner img{
	height: 100%;
	width: 100%;
}
.page-title{
	position: absolute;
	height: 90px;
	width: 350px;
	background: #216483;
	top: 80px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	line-height: 90px;
}
/*二级内容区域*/
.main .sec-block{
	width: 65%;
	float: left;
	overflow: hidden;
}
.my-path{
	height: 34px;
	border-bottom: 1px solid #999999;
}
.path-icon{
	height: 30px;
	width: 30px;
	float: left;
}
.path{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.news-list{
	margin-top: 22px;

}
.article-block h2{
	text-align: center;
	padding-top: 10px;
}
.article-msg{
	text-align: center;
}
.article-msg span{
	margin-right: 30px;
}
.article-body{
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
}
/*相关文章*/
.main .sec-more{
	width: 35%;
	float: left;
	overflow: hidden;
	padding-left: 30px;
}
.more-title{
	height: 34px;
	border-bottom: 2px solid #FF9900;
	font-size: 18px;
	color:#FF9900;
}
.more-news-list{
	margin-top: 20px;
}
.more-news-list li{
	height: 95px;
	background: #F0EEEF;
	padding: 10px;
	margin-bottom: 20px;
}
.news-date{
	height: 70px;
	width: 100px;
	border-right: 2px solid #aaa;
	color: #aaa;
	padding-right: 10px;
	float: left;
}
.day{
	font-size: 33px;
	text-align: center;
}
.year-month{
	text-align: center;
}
.news-inner{
	float: left;
	width: 240px;
	padding-left: 10px;
	position: relative;
}
.news-inner:hover .news-title{
	color: #FF9900;
}
.news-inner a{
	color: #333;
}
.news-title{
	font-size: 16px;
	transition:.3s;
}
.news-disc{
	font-size: 12px;
	color:#aaa;
	margin-top: 5px;
	line-height: 20px;
}
.enter{
	position: absolute;
	top: -15px;
	right: -13px;
	font-size: 25px;
	color:#aaa;
}