 .news h3{
	text-align: center;
	font-size: 28px;
	color: #1d1d1d;
	font-weight: normal;
	margin-bottom: 61px;
	margin-top: 61px;
}
.news .content{
	width: 1200px;
	margin: 60px auto 115px;
}
.news .content ul:after{
	content: "";
	width: 0;
	clear: both;
	display: block;
}
.news .content li{
	width: 380px;
	height: 211px;
	display: inline-block;
	float: left;
	padding: 33px 29px 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}
.news .content li:hover{
	box-shadow: 0px 0px 35px rgba(37,37,37,0.07);
}
.news .content li:nth-child(3n+2){
	margin: 0 30px;
}
.news .content li .article-title{
	font-size: 20px;
	color: #333333;
	margin-bottom: 22px;
	position:static;
	width:100%;
} 
.news .content li .description{
	font-size: 16px;
	color: #a7a7a7;
	line-height: 24px;
	position:static;
	width:100%;
}
.news .content li .go{
	display: block;
	margin-top: 18px;
	text-align: left;
	font-size: 14px;
	color: #a7a7a7;
}
.news .content li span{
	position:static; font-size: 14px;
}
.news .content li .go a{
	float: right;
}
.news .content li:hover .go img{
	display: inline-block;
}
.news .content li img{
	display: none;
}
@media  screen and (max-width:780px ) {
	.news{
		width:100%;
	}
	.news{
		margin-top:0px;
		height:1100px;
	}
	.news ul li {
		width: 48%;
		margin-right:20px;
	}
	.news ul li:nth-of-type(2n){
		/* float:right; */
		margin-right:0;
	}
}
@media screen and (max-width: 640px) {
	.container h3{
		font-size: 22px;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.news ul li p {
		left: 15px;
	}
}
@media only screen and (max-width:480px ) {
	.news .content{
		width: 100%;
		margin-bottom: 40px;
	}
	.news .content li:nth-child(3n+2){
		margin: 0;
	}
	.news .content ul{
		overflow: hidden;
	}
	.news{
		height:auto;
	}
	.news ul li{
		width:100%;
	}
	.news ul li p{
		width:auto;
	}
	.news ul li h4{
		font-size: 18px;
	}	
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .head .right li:nth-of-type(6) a {
    color: #007cc2;
    font-weight: bold;
	}
.banner{
	/* height:600px;
	background: url(../images/banner2.png) no-repeat; */
	background-size:100% 100%;
	position:relative;
}
.banner .mask{
	width:100%;
	height:100%;
	background-color: rgba(27,27,27,0.3);
}
	.banner h2{
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:240px;
		text-align: center;
		font-size: 50px;
		color:#fff;
		font-family: "苹方","常规";
	}
	.banner span{
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:310px;
		text-align: center;
		font-size: 26px;
		color:#ebeaf0;
		font-family: "苹方","细体";
	}
	.center-box{
		padding-top:130px;
		margin-bottom: 70px;
		box-sizing: border-box;
		background-color: #f9f9f9;
	}
	.center ul{
	width:100%;
	}
	.center ul li{
		width:100%;
		background-color:#fff;
		box-shadow: 0 0 24px rgba(52,52,52,0.09);
		margin-bottom:54px;
		}
	.center ul li img{
		display: inline-block;
		float:left;
		height:100%;
	}
	.center ul li:after{
		content: "";
		display: block;
		clear:both;
	}
	.center ul li .wenzi{
		display: inline-block;
		float:right;
		width:50%;
		margin-left:86px;
		padding-top:96px;
		box-sizing: border-box;
	}
		.center ul li i{
			width:14px;
			height:14px;
			background: #e36713;
			border-radius: 50%;
			display: inline-block;
			margin-right: 14px;
		}
	.center ul li span{
		color:#000;
		font-size: 24px;
	}
	.center ul li p{
		line-height: 34px;
		color:#666;
		width: 70%;
		margin-top:41px;
		font-size: 18px;
	}
@media  screen and  (max-width: 780px) {
	.banner{
		height:280px!important;
	}
	.banner h2{
		top:60px;
		font-size: 40px;
	}
	.banner span{
		top:120px;
		font-size:20px ;
	}
	.center{
		width:100%;
	}
	.center ul li{
		height:100%;
		}
	.center ul li img {
		width:50%;
		height:100%;
		display: inline-block;
	}
	.center ul li .wenzi{
		margin-left:0;
		padding-left:30px;
		padding-top:46px;
		height:100%;
		}
	.center ul li span {
    	color: #666;
	}
	.center ul li p {
    line-height: 32px;
    color: #666;
    width:100%;
    margin-top:22px;
}
@media  screen and  (max-width: 640px) {
	.center ul li img{
		width:47%;
	}
	.center ul li .wenzi{
		padding-top:20px;
		width:40%;
		margin-left:0;
		margin-right:40px;
	}
	.center ul li span {
    	color: #666;

	}
	.center ul li p {
    line-height: 32px;
    margin-top:20px;
    font-size: 14px;
    color: #666;
    width:100%;
	padding-bottom: 20px;
}	
}
@media  screen and (max-width:480px ) {
	.banner{
			height:auto!important;
			}
			.banner h2{
				font-size: 30px;
			}
			.center-box{
				margin-top:0;
				padding-top: 50px;
		}
		.center ul li img{
		width:100%;
	}
	.center ul li .wenzi{
		width:100%;
		margin-right:0;
		padding: 20px 10px 0;
		box-sizing: border-box;
	}
	.center ul li .wenzi span{
		display: inline-block;
		width:100%;
		text-align: center;
	}
	
}
