.mbxnav .nav_bar_box {
    overflow: hidden;
}

.mbxnav .nav_bar_box .breadcrumb {
    display: inline-block;
    width: 62%;
    margin-bottom: 0px;
}

.mbxnav .nav_bar_box .breadcrumb a {
    color: #666;
}

.mbxnav .bar_qy_hy {
    width: 100%;
    display: inline-block;
    text-align: center;
    /* padding: 20px 0; */
}

.mbxnav .bar_qy_hy span {
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    color: #999;
}

.mbxnav .bar_qy_hy .active a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.qylb_pic_box ul li {
    height: 300px;
    padding: 0px;
    margin-bottom: 20px;
}

.qylb_pic_box ul li .pic_box {
    height: 80%;
}

.qylb_pic_box ul li .pic_box img {
    width: 100%;
    height: 100%;
}

.qylb_pic_box ul li .qylb_tit {
    height: 20%;
}

.qylb_pic_box ul li .qylb_tit span {
    display: inline-block;
    height: 100%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.qylb_pic_box ul li .qylb_tit :first-child {
    color: #fff;
    width: 30%;
    background-color: #d11f2c;
    padding: 20px 15px;
    float: left;
}

.qylb_pic_box ul li .qylb_tit :last-child {
    color: #333;
    width: 70%;
    padding: 15px;
    background-color: #f0efff;
    margin-left: -4px;
    font-size: 14px;
    text-align: left;
}

.qylb_pic_box .fy {
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.qylb_pic_box .fy li {
    margin: 0!important;
}

.qylb_pic_box .fy a {
    color: #333;
}

.qylb_pic_box .fy .pagination>.active>a,
.qylb_pic_box .fy .pagination>.active>a:focus,
.qylb_pic_box .fy .pagination>.active>a:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4F0599;
    border-color: #4F0599;
}

.qylb_pic_box .fy .active {
    background-color: #690599 !important;
    color: #fff;
}

.spjszx {
    padding: 45px 8px;
}

.spjszx h4 {
    font-size: 16px;
    color: #6d0fc5;
}

.spjszx .p1 {
    color: #999;
}

.qylb_pic_box {
    margin-top: 4rem;
}
.spjszx p {
    font-size: 14px;
}

.spjszx p .sl_date {
    margin-left: 30px;
}

.click {
    cursor: pointer;
    text-align: center;
    border: 1px solid #e3e3e3;
    width: 32%;
    margin: 3px;
    transition: all .2s;
}
@media (max-width: 980px) {
    .click {
        width: 48%!important;
    }
    .qylb_pic_box ul li .pic_box img {
        height: auto!important;
        width: 100%;
    }
    .qylb_pic_box ul li .qylb_tit {
        height: 30%;
    }
    .qylb_pic_box ul li {
        height: 260px;
        width: 95%!important;
        overflow: hidden;
        margin: 0 2.5% 20px 2.5%;
    }
    .qylb_pic_box ul li .qylb_tit :first-child {
        padding: 0;
        float: none;
    }
    .qylb_pic_box ul li .qylb_tit :last-child {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 5px;
        line-height: 50px;
    }
    .pic_box {
        overflow: hidden;
    }
    .mbxnav .bar_qy_hy {
        display: none;
    }
    .qylb_pic_box {
        margin-top: 20px;
    }
    .qylb_pic_box ul li .qylb_tit :first-child {
        color: #fff;
        width: 30%;
        background-color: #d11f2c;
        padding: 0;
        float: left;
        line-height: 50px;
    }
}