.border-bottom {
	border-bottom: 2px solid #f0f0f0;
}
.banner {
    margin-top: 100px;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

/*part1*/
.cloud-content {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.part {
    width: 1200px;
    margin: 0 auto;
	overflow:hidden;
}
.news-type {
	float:left;
	overflow: hidden;
	padding-bottom:10px;
}
.news-type li {
	float: left;
	cursor:pointer;
	font-size:16px;
	line-height:38px;
	padding-right:30px;
	color: #898989;
}
.news-type li:hover,.news-type li.active {
	color: #037a1e;
}
.cur-location {
	font-size:16px;
	line-height:38px;
	color: #898989;
}
.cur-location span {
	color: #037a1e;
}
.news-list {
	display:block;
	overflow: hidden;
	margin-top:40px;
}
.news-list img {
	width: 26%;
	float: left;
	min-width:280px;
}
.news-list dl {
	float: left;
	width:74%;
	min-width:800px;
	text-align:left;
	padding-left:35px;
	box-sizing:border-box;
}
.news-list dl dt {
	padding: 12px 0;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:12px;
}
.news-list dl dt h3 {
	color: #000;
	font-size:18px;
}
.news-list dl dt p {
	color: #999;
	font-size:14px;
	line-height:30px;
}
.news-list dl dd {
	color: #8b8b8b;
	font-size:16px;
	line-height:28px;
}
.news-page {
	overflow: hidden;
	margin-top: 20px;
}
.news-page li {
	float:left;
	width: 26px;
	height:26px;
	text-align:center;
	line-height:26px;
	background:#f0f0f0;
	color:#c6c6c6;
	margin-right:5px;
	cursor:pointer;
}
.news-page li.current {
	color: #fff;
	background:#037a1e;
}

/*文章页样式*/
.article-content {
	width:100%;
	padding:48px 0 100px;
}
/* .article-content img {
	width:100%;
	display:block;
	margin-top: 40px;
} */
.article-in {
	width: 1200px;
	margin:0 auto;
}
.article-in h3 {
	margin-top:40px;
	font-size: 24px;
	color:#333;
	font-weight:normal;
	text-align:center;
}
.article-in h6 {
	font-size: 16px;
	color:#999;
	text-align:center;
	font-weight:normal;
	line-height:32px;
}
.article-in h6 span {
	margin-right: 40px;
}
.article-in p {
	padding-top: 3px;
	text-indent:2em;
	font-size:18px;
	color:#6a6a6a;
}
.article-bottom {
	width:1200px;
	margin:0 auto;
}
.srticle-sign {
	font-size:18px;
	color:#666;
	padding-bottom:20px;
}
.srticle-sign span {
	display: inline-block;
	margin-right:20px;
}
.read-more {
	padding: 40px 0 10px;
	border-bottom:1px solid #04791e;
	overflow:hidden;
	color:#333;
	font-size:16px;	
}
.article-bottom ul {
	overflow:hidden;
	padding:25px 0 100px;
}
.article-bottom li {
	float:left;
	width:20%;
}
.article-bottom li img {
	display: block;
	width:187px;
	margin:0 auto;
}
.article-bottom li p{
	width:187px;
	font-size:16px;
	color:#7c7c7c;
	margin:0 auto;
}
.category-content {
	display: none;
}