.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-top: 85px;
	padding-bottom: 100px;
}

.main .path{
	padding-bottom: 30px;
}

.main .path:after {
	display: table;
	content: "";
	clear: both;
}

.main .path>p {
	float: left;
}

.main .path p.path_read:after {
	display: table;
	content: "";
	clear: both;
}

.main .path p.path_read a {
	display: block;
	float: left;
}

.main .path p.path_read a.icon {
	display: block;
	width: 12px;
	height: 28px;
	background-image: url(../images/path_next.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .path p.path_read a.active {
	font-size: 18px;
	color: #007eb5;
	margin: 0 20px;
	line-height: 28px;
}

.main .article {
	padding-bottom: 60px;
	border-bottom: 1px solid #a4a6aa;
}

.main .article .addtime {
	font-size: 14px;
	color: #494d55;
	text-align: center;
	padding-bottom: 30px;
}

.main .article .content {
	font-size: 14px;
	color: #494d55;
	text-indent: 2em;
	line-height: 24px;
}

.main .article .content p {
	margin-bottom: 35px;
}

.main .article .content p img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main .article_page {
	margin-top: 40px;
}

.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: 40px;
	height: 40px;
	border: 1px solid #bfbfbf;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/news_page_icon.png);
}

.main .article_page>a span.news_prev_icon {
	margin-right: 15px;
	transform: rotateY(180deg);
}

.main .article_page>a span.news_next_icon {
	margin-left: 15px;
}


