header {
	background-color: #000000;
}

.banner {
	width: 100%;
	margin-top: 107px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 120px;
}

.main .article {
	padding-bottom: 40px;
	border-bottom: 1px solid #a4a6aa;
}

.main .article h5.title {
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 24px;
}

.main .article .addtime {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 44px;
	margin-bottom: 30px;
	background-image: url(../images/news_addtimebg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .article .content p {
	font-size: 14px;
	color: #333333;
	text-indent: 2em;
	line-height: 30px;
}

.main .article .content p img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main .article_page {
	margin-top: 80px;
}

.main .article_page>a {
	display: block;
	font-size: 16px;
	color: #494d55;
	line-height: 42px;
}

.main .article_page>a>* {
	float: left;
}

.main .article_page>a span {
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/article_page_i.png);
	background-color: #a82930;
}

.main .article_page>a span.news_prev_icon {
	margin-right: 15px;
}

.main .article_page>a span.news_next_icon {
	margin-left: 15px;
	transform: rotateY(180deg);
}

