/*新闻*/

.news-con .newswrap {
    padding: 0 50px;
}

.news-con {
    /*background-color: #fefaf1;*/
   
   
}

.news-con .news-tit h2 {
    font-size: 65px;
    line-height: 92px;
    color: #9e1612;
    font-family: shruti;
	padding: 40px 0;
}

.news-con .list {
  
    width: 88%;
    margin: 0 auto;
}

.news-con .list .data {
    line-height: 22px;
    color: #7f7f7f;
}

.news-con .list .s-tit {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 40px;
    color: #9e1612;
}

.news-con .list .word {
    display: block;
    line-height: 24px;
    margin-top: 20px;
}

.news-con .list .line {
    display: block;
    width: 11px;
    height: 1px;
    background-color: #9e1612;
    margin-top: 29px;
}

.news-con .list .more {
    display: inline-block;
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
    font-family: Arial;
    color: #9e1612;
}

.news-con .list ul li {
    background-color: #fff;
    margin-bottom: 80px;
}

.news-con .list ul li .img {
    display: block;
    position: relative;
    overflow: hidden;
}

.news-con .list ul li .img img {
    width: 100%;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.news-con .list ul li .img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
}

.news-con .list .cont-wrap {
    padding-top: 150px;
    width: 79%;
    margin-left: 8.3%;
}

/*新闻内页*/

.news-con .out-wrap {
    padding-top: 93px;
   
}

.news-con .main-wrap {
    background-color: #fff;
    border-top: 1px dotted #c7c4bd;
    padding-top: 68px;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.news-info h4 {
    font-weight: normal;
    font-size: 28px;
    line-height: 68px;
    color: #333;
    text-align: center;
}

.news-info .date {
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    line-height: 30px;
    margin-top: 14px;
}

.news-info .main-wrap .line {
    display: block;
    width: 70px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 8px auto 0;
}

.news-info .cent-wrap {
    width: 85.6%;
    margin: 58px auto 0;
}

.news-info .cent-word {
    
    padding-bottom: 85px;
    font-size: 14px;
    line-height: 30px;
    width: 82%;
    margin: 0 auto;
	text-align: left;
}
.news-info .cent-word img {
	margin:0 auto;
}



.news-info .paging {
    border-top: 1px solid #e5e5e5;
    padding-top: 14px;
}

.news-info .paging .fl {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    float: left;
}

.news-info .paging .fl a {
    color: #999;
}

.news-info .paging .back {
    display: inline-block;
    padding-right: 25px;
    background: url(../enimg/ico_18.png) no-repeat 35px center;
    font-family: Arial;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    float: right;
}
@media screen and (max-width: 768px) {
	
	.news-con .list .cont-wrap {
		padding-top: 0px!important;
		    margin-bottom: 30px;
			width:100%;
			margin-left: 0%;
	} 
	.news-con .newswrap {
		padding:0;
	}
	
	.news-con .out-wrap {
		padding-top:30px;
	}
	
	.news-con .main-wrap {		
		padding-top:10px;
		width:100%;
		padding-bottom: 0px;
		
	}
	
	.news-info h4 {
		font-size:18px;
		line-height:30px;
	}
	
	.news-info .cent-word {
		width:100%;
		padding-bottom:20px;
	}
	.news-info .paging .back{
		float:none;
	}
	
	
	.news-info .cent-wrap {
		margin:10px auto;
	}
	
	.cent-word img {
		width:375px;
		height:236px;
	}
	
}

