
/*product*/
.m-product { display:block; position:relative; width:930px; padding:20px 0 0 0;}

.m-product a.list_item{ display:block; margin-bottom:20px;}
.m-product a.list_item .thumb{ float:left; width:200px;}
.m-product a.list_item .thumb img{ width:200px; height:130px;}

.m-product a.list_item  .info{ width:700px; height:130px; overflow:hidden; color:#333; float:right;}
.m-product a.list_item  .info .name{ font-size:18px; line-height:30px; color:#28913D;}
.m-product a.list_item  .info .brief{ font-size:14px; line-height:25px;}


@media screen and (max-width: 1000px){
	.m-product{ width:96%; margin:0 auto;}
	.m-product a.list_item  .info{ width:100%;}
	}

/*news*/
.m-news{ width:100%; padding-bottom:20px;}
.m-news .content{ display:block; position:relative; width:100%; padding:10px 0 0 0;}
.m-news li{ height:30px; line-height:30px; font-size:14px;}
.m-news li a{ color:#222;}
.m-news li a:hover{ color:#222;}
.m-news li span{ color:#aaa;}