.news-name{
	padding: 40px 0;
}
.main .news-name span{
    /*background-image: url(../images/news-name.jpg);*/
}
.news-box ul li{
	width: 380px;
    margin-right: 30px;
}
.news-box ul li:nth-child(3){
	margin-right:0;
}
.news-box ul li .news-pic{
	position:relative;
}
.news-box ul li .news-pic .news-pic-bg{
	background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	z-index: -1;
}
.news-box ul li .biaoti{
	height: 40px;
    line-height: 40px;
    background: #000000;
    font-size: 18px;
    padding: 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-box .miaoshu{
	padding:10px 0;
	font-size:16px;
	line-height:28px;
	color:#666666;
}
.biaoti a{
	color:#fff;
}
.miaoshu p{
	text-indent:2em;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.miaoshu .dianji{
	text-align:right;
	margin-top:10px;
}
.dianji span{
	margin: 0 15px 0 1px;
}	
.dianji span:last-child{
	margin-right:0;
}
.news-box ul li:hover .news-pic-bg{
	z-index:1;
}
.news-box ul li:hover .biaoti{
	background: -webkit-linear-gradient(0deg,#fd5c59,#fcdb7d); /* Safari 5.1一6.0 */
	background: -o-linear-gradient(0deg,#fd5c59,#fcdb7d); /* Opera 11.1一12.0 */
	background: -moz-linear-gradient(0deg,#fd5c59,#fcdb7d); /* Firefox 3.6一15 */
}
.news-line{
	border-bottom:1px dashed #999999;
	margin: 10px auto;
}
.news-list{
	padding: 20px 0 20px 0;
	border-bottom:1px solid #d2d2d2;
}
.news-list .news-title{
	width:80%;
	font-size:18px;
}
.news-list .news-title a{
	color:#111;	
}
.news-list .news-time{
	font-size:16px;
	color:#666666;
}
.news-list .news-title:hover a{
	color:#ff4545;
}
.page{
	margin:40px auto 100px auto;
	text-align:center;
}
.page a{
	padding:10px 20px;
	border:1px solid #999999;
	border-radius:10px;
	margin-right:15px;
}
.page a:last-child{
	margin-right:0;
}
.page a.first-page{
	border-radius:0;
	background:#999999;
	color:#fff;
}
.page a.last-page,.page a.page-hover{
	background:#ff4545;
	color:#fff;
	border:1px solid #ff4545;
}
.page a:hover{
	background:#ff4545;
	color:#fff;
	border:1px solid #ff4545;
}
.news-title-box{
	text-align:center;
}
.news-title-box h1{
	margin: 40px 0 20px 0;
	font-size: 20px;
	color:#111;
	font-weight:500;
}
.news-title-box .dianji{
	font-size:16px;
	color:#666666;
	margin-bottom:10px;
}
.news-cont{
	font-size:16px;
	color:#666666;
	line-height:28px;
	padding-top:25px;
}
.news-cont p{
	text-indent:2em;
	margin-bottom: 10px;
}
.align{
	text-align:center;
}
.news-cont img{
	max-width:100%;
	margin:auto
}
.fenye{
	margin: 40px 0 40px 0;
	font-size:16px;
	color:#111;
}
.fenye ul li{
	width:49%;
}
.fenye .pre {
	text-align:right;
}
.fenye .next{
	text-align:left;
}
.fenye .pre .ye-pre,.fenye .next .ye-next{
	color:#ff4545;
}
.pre{
	border-right:1px solid #666666;
}
.pre img{
	float: left;
}
.pre a,.next a{
	width: 81%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
}
.ye-pre{
	margin:0 25px 0 10px;
}
.fenye .pre .ye-pre,.next img{
	float: right;
}
.ye-next{
	margin: 0 15px 0px 0;
	float:left;
}
@media(max-width:767px){
	.pre img{
		float: none;
	}
	.pre a,.next a{
		float: none;
		display: initial;
		width: auto; 
	}
	.fenye .pre .ye-pre,.next img{
		float: none;
	}
	.ye-next{
		float: none;
	}
}