
/*product*/
.m-product { display:block; position:relative; width:830px; padding:20px 0 0 0;}

.m-product a.list_item{ display:block; margin-bottom:20px; text-align: center;}
.m-product a.list_item .thumb{ float:left; width:200px;}
.m-product a.list_item .thumb img{ width:200px; height:auto;}

.m-product a.list_item  .info{ width:600px; 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;}




/*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:#333;}
.m-news li a:hover{ color:red;}
.m-news li span{ color:#aaa;}