@charset "utf-8";
.listall{
    margin: 0 -10px;
}
.tab-box ul {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 5px;
}
.tab-box li {
    /* width: 204px; */
    height: 74px;
    background: #ffffff;
    line-height: 74px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    font-size: 19px;
}
.tab-box li.active{
    background: #d12b27;
}
.tab-box li.active a{
    color: #ffffff;
}
.tab-box .left li:hover {
    background: #d12b27;
    color: #ffffff;
}
.tab-box .left li:hover a {
    color: #ffffff;
}
.AllTitle {
    overflow: hidden;
    height: auto;
    border: 1px solid #cecece;
}
.NewList {
    /* width: 841px; */
    padding: 20px;
}
.NewList ul li{
    overflow: hidden;
    background: url(../../images/public/list-ico-03.png ) left center no-repeat;
    padding-left: 14px;
    height: 38px;
    line-height: 38px;
}
.NewList ul li a:hover {
    color: #d12b27;
}
@media all and (max-width: 767px){
    .AllTitle,.tab-box li{
        border:none;
        font-size: 1.4rem;
        min-width: 1.5em;
        font-weight: 100;
        line-height: 3.2rem;
        height: auto;
    }
    .tab-box ul{
        border: none;
    }
    .tab-box .left li:hover{
        background: none;
        color: #d12b27;
    }
    .tab-box .left li:hover a{
        font-weight: 700;
        color: #d12b27;
    }
    .tab-box li{
        float: left;
        min-width: 6em;
        margin: 0 0 0 3.2rem;
        border-bottom:none;
        font-weight:100;
    }
    .tab-box li.active{
        background: none;
    }
    .tab-box li.active a{
        color: #d12b27;
    }
    .NewList{padding:0;}
}

@media all and (max-width: 750px){
    
}
