#content-container .container, .industry-warp{
    margin: auto;
    min-height: calc(100vh - 450px);
}
#content-container img{
    z-index: -1;
}
#content-container .header-right{
    margin-top: -30px;
    z-index: 999;
    text-align: right;
    padding-right: 20px;
}
.left-nav{
    height: 100%;
    width: 240px;
    margin: auto;
    filter: Alpha(Opacity=3); /* 针对IE*/
    background-color: rgba(0, 0, 0, .03); /*针对其他浏览器*/
}
.nav-header{
    width: 240px;
    height: 110px;
    margin: auto;
    margin-top: -125px;
    filter: Alpha(Opacity=3); /* 针对IE*/
    background-color: rgba(0, 0, 0, .03); /*针对其他浏览器*/
}
.nav-header h2{
    line-height: 110px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.nav-list{
    padding-top: 30px;
    padding-left: 35px;
}
.nav-list .nav-item{
    margin: 20px 0;
}
.nav-list .nav-item a{
    font-size: 16px;
    font-weight: bold;
    color: #797c80;
}
.nav-list .nav-item:hover a{
    color: #3c8de6;
}
.nav-list .nav-item i{
    padding-right: 10px;
}
.i-active a{
    color: #3c8de6!important;
}
.industry-warp{
    padding: 13px;
    padding-top: 20px;
}
.item{
    min-height: 174px;
    border-bottom: 1px solid #f5f6f7;
    cursor: default;
    background-color: #fff;
    color: #18191a;
}
.list-item{
    height: 100%;
    overflow: hidden;
    padding: 20px 24px;
}
.list-item .left-warp{
    position: relative;
    width: 200px;
    height: 134px;
    float: left;
    border-radius: 4px;
    background-color: rgba(240,243,245,.966);
    overflow: hidden;
}
.list-item .left-warp img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    transition: transform .5s ease;
}
.list-item .left-warp img:hover{
    transform: scale(1.1);
}
.list-item .right-warp .title-warp{
    margin-top: 0;
}
.list-item .right-warp .title-warp a{
    display: block;
    overflow: hidden;
    max-height: 56px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}
.list-item .right-warp .title-warp a:hover{
    color: #1985ff;
}
.list-item .right-warp .item-main .desc-warp{
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #797c80;
    line-height: 20px;
}
.list-item .right-warp{
    position: relative;
    height: 134px;
    width: calc(100% - 224px);
    float: right;
}
.list-item .right-warp .item-info{
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaeb3;
}
.list-item .right-warp .item-info .time{
    vertical-align: top;
    margin-left: 24px;
}
.list-item .right-warp .item-info .left{
    float: left;
}
.list-item .avatar{
    height: 24px;
    width: 24px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f6f7;
    cursor: pointer;
    overflow: hidden;
}
.list-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.list-item .title{
    vertical-align: top;
    margin-right: 8px;
}
.list-item .right-warp .item-info .right{
    float: right;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color: #1985ff;
    border-color: #1985ff;
    color: #fff;
}
.pagination > li > a, .pagination > li > span, .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
    color: #1985ff;
    border-color: #1985ff;
}
#content-container .container{
    display: flex;
}
.col-md-3, .col-md-9{
    float: none;
}
.i-toggle{
    display: none;
}
.i-open .i-toggle i:before {
    content: "\f00d";
}
.i-open .left-nav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
.news-empty{
    width: 100%;
    height: 200px;
    background: #fff;
    font-size: 18px;
    line-height: 200px;
    text-align: center;
    color: #1985ff;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .industry-nav{
        min-height: 0;
    }
    .left-nav, .nav-header {
        position: fixed;
        top: 50px;
        z-index: 1029;
        height: calc(100vh - 50px);
        padding: 20px 0 20px 0;
        min-width: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 250px;
        left: -250px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .i-toggle {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 60px;
        border-radius: 50%;
        background: #eee;
        font-size: 22px;
        padding: 10px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        text-align: center;
        z-index: 999999;
    }
}
@media (max-width: 767px) {
    #content-container .container{
        display: block;
    }
    .col-md-3{
        float: left;
    }
    .col-md-9{
        float: right;
    }
    .top-bg, .header-right{
        display: none;
    }
    #content-container .container{
        padding: 0;
    }
    .list-item{
        padding: 20px 6px;
    }
    .industry-warp{
        padding: 13px 6px;
    }
    .list-item .left-warp{
        width: 100px;
        height: 100%;
    }
    .list-item .left-warp img{
        height: 67px;
    }
    .list-item .right-warp{
        width: calc(100% - 112px);
    }
    .list-item .left-warp{
        background-color: #fff;
    }
    .left-warp .avatar img{
        width: 100%;
        height: 100%;
    }
    .left-warp .title{
        vertical-align: top;
        margin-right: 0;
        font-size: 13.0000125px;
        line-height: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #aaaeb3;
    }
    .left-warp .avatar, .left-warp .title{
        display: inline-block;
        margin-top: 17.5px;
    }
    .list-item .right-warp .item-main .desc-warp{
        max-height: 20px;
    }
    .item-info .avatar, .item-info .title{
        display: none;
    }
    .list-item .right-warp{
        height: 110px;
    }
    .list-item .right-warp .item-info .time{
        margin-left: 0;
    }
    .industry-warp{
        width: 100%;
        padding: 13px;
        margin: 0 auto;
    }
}