.btn{
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #dee2e1;
	text-align: center;
}
.btn span{
	display:inline-block;
	width:300px;
	text-align: center;
	background-color: #edf4f2;
	box-sizing: border-box;
	
}

.btn span.active{
	color: #fff;
	background-color:#00694d;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ntit{
	text-align: center;
	padding:50px 0;
	font-size: 28px;
	display: none;
}
.ntit span{
	display: inline-block;
	height: 2px;
	width: 2em;
	background-color: #f29600;
}
.new-con>ul li{
	width: 100%;
	border-radius: 15px;
	margin:30px 0 0;
}
.n-img{
	overflow: hidden;
	float: left;
	width: 30%;
}
.n-img img{
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.n-img:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.mi{
	float: right;
    width: 68%;
    padding: 25px;
    box-sizing: border-box;
}
.mi .time{
	height:36px;
    margin-bottom: 7px;
    font: bold 28px/28px Arial;
    color: #888;
}

.mi h5{
	font-size: 25px;
    color: #333;
}
.new-nr p{
	margin-top: 7px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.new-nr span.more{
	width: 77px;
    height: 28px;
    margin-top: 16px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #00694d;
    border:1px solid #00694d;
    border-radius: 9px;
}

/*article*/
#article{
	margin-bottom: 50px;
}
.article{
	padding:50px 80px;
	background-color:rgba(0, 105, 77, 0.08);
}
.ar-tit{
	text-align: center;
	border-bottom: 1px solid #bdbdbd;
	padding:30px 0;
}
.ar-tit p{
	font-weight: 600;
	font-size: 25px;
	color: #00694d;
}
.ar-tit span{
	display: block;
	padding:15px 0;
	font-size: 14px;
}
.ar-con{
	padding-top: 30px;
}
.ar-con p{
	text-indent: 2em;
	line-height: 2;
	margin-bottom: 15px;
}
.ar-con p>img{
	margin-left: -2em;
	height: auto!important;
	width: auto!important;
}
.ar-img{
	text-align: center;
}
.a-img3 img{
	width: 33.333333%;
	float: left;
}
.a-img2 img{
	width: 50%;
	float: left;
}
@media (max-width:1200px){
	/*ar*/
	.article{
		padding:45px;
	}
	.ar-tit{
		padding:20px 0;
	}
	.ar-tit p{
		font-size: 20px;
	}
	.ar-tit span{
		font-size: 13px;
		padding:10px 0;
	}
	.ar-con p{
		font-size: 15px;
	}
	/*news*/
}
@media (max-width:1080px){
	.btn span{
		display: block;
		width: 33.333333%;
		float: left;
	}
	.mi{
		padding: 0;
		width: 66%;
	}
	.mi h5{
		font-size: 20px;
	}
	.mi .time{
		height: 24px;
		margin-bottom: 0px;
	}
	.new-nr p{
		font-size: 14px;
	}
}
@media (max-width:768px){
	.n-img{
		float: none;
		width: 100%;
	}
	.mi{
		width: 100%;
		margin: 15px 0 20px;
	}
	.new-nr p{
		white-space:normal;
		line-height:1.8; 
	}
}
@media (max-width:640px){
	/*ar*/
	.article{
		padding:25px;
	}
	.ar-tit{
		padding:15px 0;
	}
	.ar-tit p{
		font-size: 16px;
	}
	.ar-tit span{
		font-size: 12px;
		padding:8px 0;
	}
	.ar-con p{
		font-size: 13px;
	}
	/*news*/
	.mi .time{
		font:bold 24px/24px Arial;
	}
	.new-nr span.more{
		font-size: 14px;
	}
	.btn{
		margin-bottom: 30px;
	}
}
@media (max-width:414px){
	.btn{
		margin-bottom: 20px;
	}
	.btn span{
		font-size: 15px;
	}
	.mi h5{
		font-size: 18px;
	}
	.a-img3 img,.a-img2 img{
		width:100%;
		float: none;
	}
}