.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-top: 52px;
	padding-bottom: 120px;
}

.main .top h4.title {
	font-family: 'pingfang';
	font-size: 52px;
	color: #646464;
	line-height: 108px;
	background-image: url(../images/news_title_bg.png);
	background-repeat: no-repeat;
	background-position: left 208px bottom;
}

.main .bottom {
	padding-top: 35px;
}

.main .bottom .l {
	width: 250px;
}

.main .bottom .l ul.typelist>li {
	margin-bottom: 45px;
	position: relative;
}

.main .bottom .l ul.typelist>li>a {
	display: block;
	font-size: 18px;
	color: #636363;
	line-height: 20px;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	background-image: url(../images/product_more.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.main .bottom .l ul.typelist>li .line {
	position: absolute;
	width: 36px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	right: 48px;
	top: calc(50% - 0.5px);
	transition: 0.5s;
}

.main .bottom .l ul.typelist>li.active>a {
	color: #f08300;
	
}

.main .bottom .l ul.typelist>li:hover>a {
	color: #f08300;
}

.main .bottom .l ul.typelist>li.active .line {
	width: 72px;
}

.main .bottom .l ul.typelist>li:hover .line {
	width: 72px;
}

.main .bottom .r {
	width: calc(100% - 307px);
}

.main ul.news_list {
	margin-bottom: 50px
}

.main ul.news_list li {
	padding-top: 10px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.main ul.news_list li a:after {
	display: table;
	content: "";
	clear: both;
}

.main ul.news_list li .l,
.main ul.news_list li .c,
.main ul.news_list li .r {
	float: left;
}

.main ul.news_list li .l {
	width: 30%;
}

.main ul.news_list li .l .day {
	font-family: arial;
	font-size: 58px;
	color: #2c5b41;
	/*line-height: 44px;*/
}

.main ul.news_list li .l .month {
	font-family: arial;
	font-size: 36px;
	color: #737373;
	/*margin-top: 25px;*/
	/*line-height: 36px;*/
}

.main ul.news_list li .c {
	width: 70%;
}

.main ul.news_list li .c h5.title {
	font-size: 18px;
	color: #4e4e4e;
	transition: 0.7s;
}

.main ul.news_list li .c p.summary {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 42px;
}

.main ul.news_list li .c span.more {
	display: block;
	width: 126px;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	color: #434343;
	text-align: center;
	line-height: 34px;
	margin-top: 10px;
	transition: 0.7s;
}

.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) {
	
	.main {
		box-sizing: border-box;
	    padding: 0 10px;
	    padding-bottom: 70px;
	}
	
	.main .top h4.title {
		font-size: 28px;
		line-height: 64px;
		background-position: left bottom;
		background-size: 80%;
	}
	
	.main .bottom>.l {
		display: none;
	}
	
	.main .bottom>.r {
		width: 100%;
	}
	
	.main ul.news_list li {
		padding-bottom: 20px;
	}
	
	.main ul.news_list li .l {
		padding-top: 20px;
	}
	
	.main ul.news_list li .l .day {
		font-size: 40px;
		text-align: center;
		line-height: 64px;
	}
	
	.main ul.news_list li .l .month {
		font-size: 16px;
		text-align: center;
	}
	
	.main ul.news_list li .c h5.title {
		font-size: 16px;
		line-height: 26px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow: ellipsis;
	}
	
	.main ul.news_list li .c p.summary {
		line-height: 26px;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	
	.main #pagination {
		text-align: center;
	}
	
}