
.news{
    padding-bottom:80px;
}
.news_box{
    padding-top:20px;
}
.news_box .list_box{
    width:380px;
    margin-bottom:30px;
    float:left;
    margin-right:28px;
}
.news_box .list_box:nth-child(3n){
    margin-right:0;
}
.news_box .list_box .img_box{
    width:323px;
    height:165px;
    margin-bottom:30px;
	overflow:hidden;
	 
}
 

.news_box .list_box a .img_box img {
	transition: transform 1s;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	-ms-transition: transform 1s;
}
.news_box .list_box a:hover img{
transition: transform 1s;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	-ms-transition: transform 1s;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);}


.news_box .list_box .text_box{
    font-size:14px;
    color:#838383;
    text-align:left;
    width:100%;
    height:100px;
    border-bottom:1px solid #ccc;
    position:relative;
}
.news_box .list_box .text_box h4{
    font-size:16px;
	font-weight:normal;
    color:#434343;
    margin:8px 0;
}
.news_box .list_box .text_box i{
    width:0;
    height:1px;
    display:inline-block;
    background:#C29F67;
    position:absolute;
    left:0;
    bottom:-1px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.news_box .list_box:hover>a>.text_box>i{
    width:100%;
}
.news_box .list_box .text_box .tag_box{
    display:inline-block;
    position:absolute;
    top:10px;
    right:5px;
}
.news_box .list_box .text_box .tag_box span{
    width:20px;
    height:20px;
    display:inline-block;
}
.news_box .list_box .text_box .tag_box span.box1{
    background:url(../images/index_news_tag1.png) no-repeat center -20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.news_box .list_box .text_box .tag_box span.box2{
    background:url(../images/index_news_tag2.png) no-repeat -20px center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.news_box .list_box:hover>a>.text_box>.tag_box>.box1{
    background:url(../images/index_news_tag1.png) no-repeat center center;
}
.news_box .list_box:hover>a>.text_box>.tag_box>.box2{
    background:url(../images/index_news_tag2.png) no-repeat center center;
}






.pages{
    padding:50px 0;
    text-align:center;
}
.pages a{
    height:35px;
    padding:0 14px;
    display:inline-block;
    background:#fff;
    font-size:17px;
    line-height:35px;
    color:#757575;
    border:1px solid #e5e5e5;
    border-radius:3px;
    margin:0 3px;
}
.pages a.on,
.pages a:hover{
    background:#3d3d3d;
    color:#fff;
    border:1px solid #3d3d3d;
}





.newsv{
    padding-bottom:60px;
}
.newsv_box{
    padding:20px 0;
}
.newsv_box .info_box{
    
    margin:0 auto;
}
.newsv_box .htit{
    padding:50px 0 10px;
    text-align:center;
	border-bottom:1px solid #eee;
}
.newsv_box .htit h2{
    font-size:20px;
    color:#333;
    font-weight:bold;
    padding:5px 0;
}
.newsv_box .htit p{
    font-size:12px;
    color:#6f6f6f;
}
.newsv_box .text_box{
    font-size:16px;
    color:#333;
    line-height:28px;
    padding:30px 0;
	
}
.newsv_box .text_box img{
    max-width:100%;
}

.newsv_box p.next{
    height:50px;
    line-height:50px;
	float:right;
	font-size:14px;
}
.newsv_box p.prev{
    height:50px;
    line-height:50px;
	float:left;
	font-size:14px;
}
.newsv_box p.next a ,.newsv_box p.prev a{
    display:inline-block;
    height:50px;
    margin-right:60px;
    font-size:14px;
    color:#444;
}
.newsv_box p.next a:hover, .newsv_box p.prev a:hover{
color:#C29F67;
}

