/* css document */

/*分类图文列表式*/
.cat-box{width:22%; margin:1.5%; float:left; background:#ebebeb;}
.cat-box dd img{width:100%;}
.cat-box h3{font-size:16px; color:#000; line-height:50px; font-weight:bold; width:100%; text-align:center; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.cat-box .line{background:url(/uploads/image/wtimages/line.png) no-repeat center; height:21px;}
.cat-box dl{font-size:12px;color:#2d2823;line-height:24px; padding:5%;}
.cat-box .more{display:block; text-align:center; margin:0px 0px 10px 0px; line-height:35px;}
.cat-box .more a{font-size:12px;color:#3c3c3c; border:1px solid #b0a894; padding:2% 5%;}
.cat-box .more a:hover{color:#222; background:#b0a894; border:1px solid #b0a894;}

@media screen and (max-width:960px){

}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){

}