
/*分类页面css*/

.container{ width:100%; padding:0; overflow:hidden; margin:auto;}



.category-box{ padding-top:56px; margin-top:-56px; height:100%; width:100%; overflow:hidden}

.category1{ height:100%; float:left; width:25%;background-color:#fff;}

.category1 ul{width:100%; overflow:hidden;}

.category1 li{ width:100%;height:50px;line-height:50px;background-color: #fff;border-top: 1px solid #f4f4f4;font-size: 16px; overflow:hidden; text-align:center}

.category1 li.cur{color:#88be46; border-left:2px solid #88be46; background:#f4f4f4}

.category1 li.cur:before{ position:absolute; right:0; top:50%; margin-top:-5px; content:''; display:block;display: inline-block;border-width: 6px;border-color: transparent #fff transparent transparent;border-style: dashed solid dashed dashed;}



.category2{ height:100%; float:left; width:75%; background-color:#f4f4f4; }

.category2 dl{ padding-left:10px;margin:0; overflow:hidden; padding-bottom: 60px;}

.category2 dt a{min-height:50px;font-size:16px; text-indent:20px;color:#999}

.category2 dd{ width:100%; overflow:hidden; margin-bottom:10px;}



.category2 span{display:block; width:100%; overflow:hidden; margin-top:8px;}

.category2 span img{ display:block; margin:auto; width:99%; height:auto; margin-right:10px;}





.fenimg{ width:100%; overflow:hidden;}

.fenimg .fen_img{width:33.3%; height:120px; overflow:hidden;float: left; margin:0px; margin-bottom:5px;}

.fenimg  a { display:block; width:90%;overflow:hidden; background:#FFF;}

.fenimg  a img{ display:block; margin:auto; height:80px;}

.fenimg  a em{ display:block; width:90%; height:30px; margin:auto; text-align:center;font-size:14px; color:#999; line-height:30px;}



.fen{width:33.3%;float:left; overflow:hidden;text-align:left; }

.fen a{display:block; width:90%; height: 35px; overflow: hidden; word-wrap: break-word; line-height:35px; border:1px solid #e5e5e5;margin-bottom:5px; text-align:center;font-size:14px; color:#999; border-radius: 3px;}

.list_pic {
    width: 50px;
    height: 50px;
    padding-top: 5px;
}

#list_rows {
    background: #fff;
    margin-top: 1px;
}

.list_title {
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 20px;
}

.list_title a {
    color: #666;
}

.list_rice {
    color: #666;
    line-height: 22px;
    font-size: 16px;
}

.list_rice em {
    font-style: normal;
    color: #cc0000;
    font-weight: 400;
}
.btn-anniu {
    background: #72d485;
    width: 100%;
    border: none;
    border-radius: 0px;
    line-height: 46px;
    display: block;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    
}
.btn-xz a{color: #fff;font-size: 16px;}






