/*=========index-top========*/

/*分类页面css*/
.container{ width:100%; padding:0; overflow:hidden; margin:auto;}

.category-box{ margin-top:-45px; height:100%; width:100%; overflow:hidden}
.category1{ height:100%; float:left; width:25%;background-color:#fff;}
.category1 ul{
    /*width:100%; overflow:hidden;*/
        flex-shrink: 0;
    width: 92px;
    background: #f2f2f2;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
}
.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*/
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 4px 0 8px;
}
.category1 li span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    margin: 12px 0;
    font-size: 12px;
    color: #3a3e4a;
    word-break: break-word;
    overflow: hidden;
    line-height: 16px;
}

.category1 .cur{
    background: #fff;
        color: #ff3e00;
    font-weight: 800;
}

.category1 .cur span{
    background: #fff;
        color: #ff3e00;
    font-weight: 800;
    
}
.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{ float:left; width:75%; height:100%; background-color:#fff; }
.category2 dl{ width:95%; margin:auto;overflow:hidden; padding-bottom:60px}
.category2 dl span{ display:block; width:100%; height:100px; overflow:hidden; position:relative; margin-top:8px;}
.category2 dl span img{ display:block; width:100%; height:auto}
.category2 dl span em{ display:block; width:20px; font-size:12px; height:60px; position:absolute; right:0px; bottom:0px;
 padding:25px 10px 25px 10px;background-color:rgba(27,27,27,0.5); color:#FFF; font-style:normal; line-height:150%; font-family:'宋体';} 

.category2 dt{ width:100%; height:20px;margin-top:10px; margin-bottom:10px;}
.category2 dt a{ display:block; height:20px;font-size:14px; line-height:20px;font-weight:bold;}
.category2 dd{ width:100%; overflow:hidden; margin-bottom:10px;}

.fenimg{ width:100%; overflow:hidden;}
.fen_img{width:33.3%; overflow:hidden;float: left; margin:0px; margin-bottom:5px;}
.fen_img a{ display:block; width:100%;height:130px; margin:auto;overflow:hidden; background:#FFF; padding-top:3px;}
.fen_img a span{ display:block; width:100%; height:90px;}
.fen_img a span img{ display:block; width:90px;height:90px; margin:auto;}
.fen_img a em{ display:block; width:90%; height:30px; margin:auto; text-align:center;font-size:12px; color:#999; line-height:30px;}

.fen{width:33.3%;float:left; overflow:hidden;text-align:left; }
.fen a{display:block; width:90%; height:35px; line-height:35px; border:1px solid #e5e5e5;margin-bottom:5px; text-align:center;font-size:12px; color:#999; background:#FFF}