.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f7f7f7;
}

.main .r {
	width: calc(100% - 275px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 24px;
	border-radius: 5px;
}

.main .r .top_content {
	border-bottom: 1px solid #e0e0e0;
}

.main .r .top_content h4 {
	font-size: 24px;
	color: #f37020;
	line-height: 44px;
	font-weight: 500;
}

.main .r .bottom_content {
	padding-top: 40px;
	padding-bottom: 120px;
}

.main .r .bottom_content h4.news_title {
	font-size: 20px;
	color: #f37020;
	padding-bottom: 20px;
	text-align: center;
}

.main .r .bottom_content p.state {
	font-size: 15px;
	color: #666666;
	text-align: center;
}

.main .r .bottom_content .article {
	padding-top: 30px;
}

.main .r .bottom_content .article p {
	font-size: 15px;
	color: #363636;
	line-height: 36px;
}

.main .r .bottom_content .article p img {
	display: inline-block;
	margin: 0 auto;
}

.main .r .bottom_content .article_page {
	margin-top: 60px;
}

.main .r .bottom_content .article_page a {
	font-size: 15px;
	color: #333333;
	margin: 0 5px;
}
