.wrapper{
    width: 1200px;
    margin: 40px auto;
    position: relative;
}
.leftNav_list{
    width: 200px;
    font-size: 16px;
    font-weight: 400;
}
.leftNav_list .nav_title{
    line-height: 45px;
    padding-left: 30px;
    color: #fff;
    background: #900F09;    
}
.leftNav_list .nav_item{
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background: #EEEEEE;
    margin-bottom: 2px;
}
.leftNav_list .nav_item:hover{
    color: #B31719;
}
.leftNav_list .nav_item.active{
    color: #fff;
    background: #B31719;
}
.wrapper .main{
    width: 960px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    min-height: 800px;
}

.wrapper .main .top-header{
    overflow: hidden;
}
.wrapper .main .top-header .crumbs{
    float: left;
    padding: 0 0 16px;
}
.wrapper .main .top-header .crumbs .icon{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.wrapper .main .top-header .crumbs .icon img{
    float: left;
    width: 100%;
}
.wrapper .main .top-header .crumbs a,
.wrapper .main .top-header .crumbs span{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.wrapper .main .top-header .crumbs a:hover,
.wrapper .main .top-header .crumbs span.active{
    color: #F88F07;
}
.wrapper .main .top-header .crumbs em{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
    padding: 0 6px;
}
.wrapper .main .inner-list .label-title{
    border-bottom: 1px solid #E2E4E6;
}
.wrapper .main .inner-list .label-title span{
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    color: #333;
    font-family: 'PingFangSC';
    border-bottom: 2px solid #F88F07;
    margin-bottom: -1px;
}

/* 数据列表 */
.wrapper .main .inner-list .list-box{
    padding: 20px 0;
}
.wrapper .main .inner-list .list-box ul li{
    float: left;
    width: 220px;
    background: #FAFAFA;
    margin-right: 26px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.wrapper .main .inner-list .list-box ul li:nth-child(4n){
    margin-right: 0;
}
.wrapper .main .inner-list .list-box ul li:hover .box-cover img{
    transform: scale(1.06);
    transition: all .3s ease-in-out;
}
.wrapper .main .inner-list .list-box ul li .box-cover{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.wrapper .main .inner-list .list-box ul li .box-cover img{
    max-width: 100%;
    width: auto;
}
.wrapper .main .inner-list .list-box ul li .box-desc{
    width: 100%;
}
.wrapper .main .inner-list .list-box ul li .box-desc .name{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 2px 0 5px;
    text-align: center;
    width: 100%;
}
.wrapper .main .inner-list .list-box ul li .box-desc .belong-to{
    font-size: 12px;
    line-height: 15px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}