.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 .news_recommend .box {
	padding-bottom: 35px;
}

.main .r .bottom_content .news_recommend .news_l {
	width: calc(100% - 285px);
	box-sizing: border-box;
	padding-right: 25px;
}

.main .r .bottom_content .news_recommend .news_l h4 {
	font-size: 20px;
	color: #f37020;
	line-height: 50px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.main .r .bottom_content .news_recommend .news_l p.summary {
	font-size: 15px;
	color: #363636;
	line-height: 26px;
	text-indent: 2em;
}

.main .r .bottom_content .news_recommend .news_r .pic {
	width: 275px;
	border: 5px solid #ebebeb;
}

.main .r .bottom_content .news_recommend .news_r .pic img {
	display: block;
	width: 100%;
}

.main .r .bottom_content .news_recommend a.more {
	display: block;
	font-size: 16px;
	color: #f37020;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
}

.main .r .bottom_content .news_list {
	padding-top: 40px;
	padding-bottom: 90px;
}

.main .r .bottom_content .news_list li {
	border-bottom: 1px  dashed #e0e0e0;
	box-sizing: border-box;
	padding-left: 15px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
}

.main .r .bottom_content .news_list li p {
	font-size: 15px;
	color: #363636;
	line-height: 32px;
	width: calc(100% - 100px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.main .r .bottom_content .news_list li span.add_time {
	font-size: 16px;
	color: #363636;
	line-height: 32px;
}



.main #pagination {
	text-align: center;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group {
	display: inline-block;
}

.main #pagination .btn-group span.btn {
	padding: 5px;
	font-size: 14px;
	color: #666;
	background-color: #e5e3e5;
	margin: 0 5px;
}

.main #pagination .btn-group a.btn {
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background-color: #f27360;
	margin: 0 5px;
}
