.banner {
	width: 100%;
	padding-top: 100px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 105px;
	padding-bottom: 40px;
}

.main .top .en_title img {
	display: block;
	margin: 0 auto;
}

.main .top h4 {
	font-family: 'pingfang';
	font-size: 36px;
	text-align: center;
	color: #000000;
	line-height: 92px;
	font-weight: 500;
}

.main .bottom .l {
	width: 280px;
}

.main .bottom .l ul.typelist>li {
	margin-bottom: 20px;
	position: relative;
}

.main .bottom .l ul.typelist>li .line {
	width: 18px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	top: calc(50% - 0.5px);
	right: -9px;
}

.main .bottom .l ul.typelist>li>a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 48px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.main .bottom .l ul.typelist>li.active>a {
	color: #FFFFFF;
	background-color: #e15300;
	background-image: url(../images/typelist_active_i.png);
}

.main .bottom .l ul.typelist>li.active .line,
.main .bottom .l ul.typelist>li:hover .line {
	display: none;
}

.main .bottom .l ul.typelist>li:hover>a {
	color: #FFFFFF;
	background-color: #e15300;
	background-image: url(../images/typelist_active_i.png);
}

.main .bottom .r {
	width: calc(100% - 350px);
}

.main .r .news_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}

.main .r .news_list li {
	width: calc((100% - 120px) / 3);
	margin: 0 20px;
	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 {
	
}

.main .r .news_list li a .pic img {
	display: block;
	width: 100%;
}

.main .r .news_list li a .txt {
	
}

.main .r .news_list li a .txt h5.title {
	font-size: 18px;
	color: #323232;
	line-height: 18px;
	margin-top: 22px;
}

.main .r .news_list li a .txt .addtime {
	font-size: 14px;
	color: #858585;
	font-weight: 500;
	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;
}

.main ul.news_list li:hover .c h5.title {
	color: #f08300;
}

.main ul.news_list li:hover .c span.more {
	border: 1px solid #f08300;
	color: #FFFFFF;
	background-color: #f08300;
}

@media screen and (max-width: 550px) {
	
	.banner {
		padding-top: 0px;
	}
	
	.main {
		padding-bottom: 80px;
	}
	
	.main .top {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.main .top .en_title img {
	    width: 60%;
	}
	
	.main .top img {
		display: block;
		width: 100%;
	}
	
	.main .top h4 {
		font-size: 28px;
		line-height: 68px;
	}
	
	.main .bottom .l {
		display: none;
	}
	
	.main .bottom .r {
		width: 100%;
	}
	
	.main .r .news_list {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.main .r .news_list li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	
	.main #pagination {
		text-align: center;
	}
	
}