.news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.news-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	zoom: 1;
	overflow: hidden;	
}
.news-title h2{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.news-title ul li{
	width: 293px;
	height: 180px;
	position: relative;
	float: left;
	margin: 20px 3.5px;
	overflow: hidden;
}
.news-title ul li img{
	width: 293px;
	height: 180px;
	transition: all 0.5s; 
}
.news-title ul li h3{
	bottom: 0px;
	color: #fff;
	width: 293px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 10px;
	font-weight: normal;
	left: 0px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(000,000,000,0.5);
}
.news-title ul li:hover img{
	transform: scale(1.11);
}


.news-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
.news-top-title{
	height: 60px;
}
.news-top-title ul li{
	height: 51px;
	float: left;
	margin: 0px 20px;
}
.news-top-title ul li a{
	display:block;
	height: 51px;
	width:100%;
	color: #7d7d7d;
	font-size: 14px;
	padding: 15px 13px;
	outline:none;
}
.news-top-title ul li:nth-child(1){
	margin-left: 0px;
}
.news-top-title .active a{
	height: 51px;
	width:100%;
	background-image: linear-gradient(to right, #05a8da 20%, #35e6a8 100%);
	color: #fff;
	border-radius: 4px;
}

.news-top-ul div{
	display: none;
}
.news-top-ul div:nth-child(1){
	display: block;
}
.news-top-li{
	clear: both;
}

.news-top-li ul li{
	width: 1200px;
	height: 202px;
	border: 3px solid #fff;	
	border-bottom: 1px dashed #e8e8e8;
	padding: 26px;
	margin: 20px 0px;
}
.news-top-li-im{
	display: block !important;
	float: left;
	width: 250px;
	height: 150px;
	overflow: hidden;
	margin-right: 30px;
}
.news-top-li-im img{
	width: 250px;
	height: 150px;
	transition: all 0.5s; 
}
.news-top-li ul li:hover .news-top-li-im img{
	transform: scale(1.11);
}

.news-top-li-text{
	display: block !important;
	width: 850px;
	height: 150px;
	float: left;
}



.news-top-li-text h2{
	font-size: 18px;
	color: #333333;
	height: 24px;
	line-height: 24px;
	font-weight: normal;

}
.news-top-li ul li:hover .news-top-li-text h2{
	color: #3EBCC7;
}



.news-top-li-text span{
	display: block;
	float: left;
	font-size: 14px;
	color: #bbbbbb;
	height: 30px;
	line-height: 30px;
	margin: 15px 20px 10px 0px;
}
.news-top-li-text span img{
	margin-right: 5px;
	margin-top: 6px;
}
.news-top-li-text span:nth-child(3) img{
	margin-top: 8px;	
}

.news-top-li-text p{
	clear: both;
	display: block;
	width: 850px;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-top-li ul li:hover{
	box-shadow: 0px 0px 25px rgba(7,40,42,0.14);
	background: #fff;
	transform: 0.5s;
	transition: 0.5s;
}




.news-bom-but{
	width: 170px;
    height: 50px;
    margin: 40px auto;
    text-align: center;
    margin-top: 40px;
	display: block !important;
	clear: both;
}
.news-bom-but a{
	display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    border-image: linear-gradient(to top, #05a8da, #35e6a8);
    border-image-slice: 1;
    color: #12b7f5;
    font-size: 20px;
}
.news-bom-but:hover a{
	background-image: linear-gradient(to right, #05a8da 20%, #35e6a8 100%);
	border: none;
	color: #fff;
	transition: 0.5s;
}



