.news-title{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-top: 50px;
}
.news-title h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
.news{
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 30px 0px;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-l{
	width: 135px;
	height: 510px;
	background: #fff;
	float: left;
	margin-left: 5px;
	box-shadow: 0px 0px 25px rgba(7,40,42,0.1);
}

.news-l ul{
	padding-bottom: 10px;
}
.news-l ul li{
	width: 135px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;	
}

.news-l ul li a{
	display: block;
	width: 135px;
	height: 50px;
	color: #999;
	background: #fff;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	outline:none;
}






.news-l ul li.active a{
	width: 135px;
	height: 50px;
	display: block;
	background: #3ebcc7;
	color: #fff;
}
.news-l ul li:hover a{
	width: 135px;
	height: 50px;
	background: #3ebcc7;
	color: #fff;
	transform: 0.7s;
	transition: 0.7s;
}
.news-r{
	float: right;
	width: 1045px;
	height: auto;
	zoom: 1;
	overflow: hidden;
}

.news-r div{
	display: none;
}
.news-r div:nth-child(1){
	display: block;
}
.news-r div ul{
	zoom: 1;
	overflow: hidden;
}
.news-r div ul li{
	width: 340px;
	height: 340px;
	padding: 15px;
	float: left;
	border: 1px solid #EFEEEC;
	margin:7px 4px;
	overflow: hidden;
}
.news-im{
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
}
.news-im img{
	width: 100%;
	height: 100%;
}
.news-im h2{
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	padding: 0px 10px;
	border-radius: 50px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: rgba(0,0,0,0.5);
}
.news-text{
	width: 100%;
	height: 125px;
	display: block !important;
}
.news-text h2{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news-text hr{
	margin: 0 auto;
	width: 35px;
    border: none;
    height: 2px;
    background: #3ebcc7;
    margin-bottom: 15px;
}
.news-text p{
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-but{
	width: 100%;
	height: 40px;
	display: block !important;
	text-align: center;
}
.news-but a{
	display: block;
	width: 110px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #3ebcc7;
	color: #3ebcc7;
	margin: 0 auto;
}
.news-r div ul li:hover .news-but a{
	background: #3ebcc7;
	color: #fff;
	transform: 0.7s;
	transition: 0.7s;
}
.news-r div ul li:hover{
	box-shadow: 0px 0px 15px #efeeec;
	transform: 0.7s;
	transition: 0.7s;
}

#li-but{
	width: 110px;
    height: 40px;
    margin: 0 auto;
	display: block !important;	
}
#li-but a{
	width: 110px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #CB8A53;
    color: #CB8A53;
	display: block !important;
	border-radius: 10px;
}
#li-but a:hover{
	background: #CB8A53;
	color: #fff;
	transform: 0.7s;
	transition: 0.7s;
}

.news-bom-but{
	width: 170px;
    height: 50px;
    margin: 0 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;
}