.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 85px;
	padding-bottom: 45px;
}

.main .top .l h4.title {
	font-size: 48px;
	color: #009381;
	font-weight: 500;
	line-height: 78px;
}

.main .top .l p {
	font-size: 18px;
	color: #6c6c6c;
	line-height: 48px;
}

.main .top .r h4.en_title {
	font-family: arial;
	font-size: 68px;
	font-weight: 500;
	opacity: 0.15;
	color: #7f7f7f;
	line-height: 126px;
}

.main .bottom .l {
	width: 345px;
}

.main .bottom .l ul.typelist li {
	margin-bottom: 12px;
}

.main .bottom .l ul.typelist li a {
	display: block;
	font-size: 16px;
	color: #626262;
	line-height: 58px;
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	padding-left: 40px;
	background-color: #f7f9f9;
	background-image: url(../images/typelist_i.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.main .bottom .l ul.typelist li a.active {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .l ul.typelist li a:hover {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .r {
	width: calc(100% - 405px);
}

.main .r .news_list li {
	padding-bottom: 50px;
	border-bottom: 1px solid #f1f1f8;
	margin-bottom: 50px;
}

.main .r .news_list li a {
	display: block;
}

.main .r .news_list li a:after {
	display: table;
	content: "";
	clear: both;
}

.main .r .news_list li a .pic {
	width: 320px;
	float: left;
}

.main .r .news_list li a .pic img {
	display: block;
	width: 100%;
}

.main .r .news_list li a .txt {
	width: calc(100% - 360px);
	float: right;
}

.main .r .news_list li a .txt h5.title {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 18px;
	margin-top: 22px;
}

.main .r .news_list li a .txt .addtime {
	font-size: 14px;
	color: #858585;
	font-weight: 600;
	padding-left: 25px;
	background-image: url(../images/zhanhui_addtime.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 60px;
}

.main .r .news_list li a .txt .summary {
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
	
}

.main .r .news_list li a .txt span.more {
	display: block;
	width: 126px;
	height: 34px;
	font-size: 12px;
	color: #434343;
	text-align: center;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	margin-top: 23px;
}

.main .r .news_list li:hover a .txt h5.title {
	color: #f08300;
}

.main #pagination {
	text-align: right;
	display: block;
	height: auto;
	/*margin-top: 20px;*/
}

.main #pagination .btn-group {
	display: inline-block;
	height: auto;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group .btn {
	font-family: pingfang;
	font-size: 12px;
	color: #727272;
	padding: 10px 12px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #f16d03;
	border: 1px solid #f16d03;
	color: #FFFFFF;
}

@media screen and (max-width: 550px ) {
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main .top {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.main .top .l,
	.main .top .r {
		width: 100%;
		float: none;
	}
	
	.main .top .l h4.title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .top .r h4.en_title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .bottom>.l {
		display: none;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main .r .news_list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.main .r .news_list li a .pic {
		float: none;
		width: 100%;
	}
	
	.main .r .news_list li a .txt {
		width: 100%;
		float: none;
	}
	
	.main #pagination {
		text-align: center;
		margin-top: 20px;
	}
}