.banner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner img {
	display: block;
	width: 100%;
}

.banner ul.typelist {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: calc(100% - 220px);
	padding: 25px 0px;
	background-color: rgba(255,255,255,.4);
}

.banner ul.typelist li a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	width: 370px;
	height: 50px;
	background-color: #FFFFFF;
	margin: 0 10px;
}

.banner ul.typelist li.active a {
	color: #FFFFFF;
	background-color: #138e4d;
}

.main {
	background-color: #f4f4f4;
	padding-bottom: 110px;
}

.main .clear {
	height: 1px;
	background-color: transparent;
}

.main .container {
	width: calc(100% - 220px);
	background-color: #FFFFFF;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 80px; 
	margin-top: -65px;
	position: relative;
	z-index: 2;
}

.main .main_top {
	border-bottom: 1px dashed #dcdcdc;
}

.main .main_top h2.typename {
	font-size: 28px;
	color: #333333;
	line-height: 128px;
}

.main .item1 {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 105px;
}

.main .item1 .news_read h4.news_title {
	font-size: 30px;
	color: #333333;
	line-height: 32px;
}

.main .item1 .news_read p.addtime {
	font-size: 18px;
	color: #888888;
	line-height: 58px;
	padding-bottom: 25px;
	background-image: url(../images/title_bg2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 70px;
}

.main .item1 .news_read .content {
	padding-bottom: 100px;
	border-bottom: 1px solid #dcdcdc;
}

.main .item1 .news_read .content p {
	font-size: 20px;
	color: #666666;
	line-height: 47px;
	text-indent: 2em;
}

.main .item1 .news_read .content p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.main .article_page {
	margin-top: 65px;
}

.main .article_page>a {
	display: block;
	font-size: 20px;
	color: #333333;
	line-height: 55px;
}

.main .article_page>a>* {
	float: left;
}

.main .article_page>a span {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/article_page_i.png);
	background-color: #f8bd2c;
	border-radius: 50%;
}

.main .article_page>a span.news_prev_icon {
	margin-right: 15px;
}

.main .article_page>a span.news_next_icon {
	margin-left: 15px;
	transform: rotateY(180deg);
}

@media screen and (max-width: 1600px) {
	.banner ul.typelist li a {
		width: 270px;
	}
}

@media screen and (max-width: 1400px) {
	.banner ul.typelist li a {
		width: 200px;
	}
	
	.main .container {
		padding: 0 40px;
	}
}

@media screen and (max-width: 550px) {
	
	.banner ul.typelist {
		display: none;
	}
	
	.main {
		padding-bottom: 0px;
	}
	
	.main .main_top h2.typename {
		display: none;
	}
	
	.main .main_top .path {
		float: none;
	}
	
	.main .item1 {
		margin-top: 20px;
		padding-bottom: 80px;
	}
	
	.main .container {
		width: 100%;
		margin-top: 0px;
		padding: 0 10px;
	}
	
	.main .item1 {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	
	.main .item1 .news_read h4.news_title {
		font-size: 20px;
	}
	
	.main .item1 .news_read p.addtime {
		font-size: 16px;
		line-height: 34px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	
	.main .item1 .news_read .content {
		padding-bottom: 20px;
	}
	
	.main .item1 .news_read .content p {
		font-size: 16px;
		line-height: 36px;
	}
	
	
	
	.main .article_page {
		margin-top: 30px;
	}
	
	.main .article_page>a span {
		width: 40px;
		height: 40px;
	}
	
	.main .article_page>a {
		font-size: 16px;
		line-height: 40px;
		width: 50%;
	}
	
	.main .article_page>a p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 55px);
	}
	
}