/* CSS Document */
@charset 'utf-8';
/*新闻列表页面*/
.erban{}

.news{}
.news .news_top{padding-top: 3%;padding-bottom: 2%;} 
.tech_con{width:1200px;}
.tech_list{margin-left:10px;margin-bottom:20px;}
.tec_ltop{font-size:0;}
.tec_ltop img{width:389px;height:318px;}
.tec_lbot{height:40px;width:100%;line-height:40px;background:#eeeeee;font-size:16px;}
.tec_lbot a{color:#000;}

.pic_daohang{text-align:center;width:100%;margin-bottom:30px;}
.pic_daohang a{color:#42b801;display:inline-block;width:120px;height:40px;line-height:40px;border:1px solid #42b801;border-radius:3px;margin-left:20px;}
.pic_daohang a:hover{color:#FFF;background:#42b801;}


/* 新闻内容页面 */
.news_con{width:1000px;background:#F4F4F4;}
.news_title h4 {line-height:70px;}
.news_title h4 span {padding-left: 70px;font-size: 14px;}


@media(max-width:640px){
.pic_daohang a{
	margin: 5px 5px;
}
.tec_ltop img{
	height: auto;
}
.tech_list{
	margin-right: 10px;
}

/* 新闻内容页面 */
.news_title h4{
	line-height: normal;
    padding-top: 30px;
    padding-bottom: 10px;
}
.news_title h4 span{
	display: block;
    padding-left: 0;
    padding-right: 6%;
    text-align: right;
}
.news_article{
	padding: 0 4%;
}
.news_article img{
	height: auto!important;
	display: block;
    margin: 0 auto;
}

/* media end */
}

/* the end */