@charset "UTF-8";

/**!
 * 列表页
 * date:2021-09-13
 * author: wppei;
 */

.main {
    padding: 20px 5px;
    margin: 0 15px 20px 15px;
    background-color: #fff;
}


/*  */

.side {
    min-height: 710px;
    background-color: #f9f9f9;
    padding-left: 40px;
}

.side-name {
    display: block;
    padding-left: 32px;
    width: 98%;
    height: 48px;
    line-height: 47px;
    font-size: 17px;
    color: #c70a00;
    font-weight: 600;
    background: url("/images/side_icon.png") no-repeat 18px center;
    border-bottom: 1px solid #f0f0f0;
}

.side-name:hover {
    color: #0050b3;
    text-decoration: underline;
}

.spot-bg {
    margin-left: 178px;
    background: url('/images/dian_bg.png') right center no-repeat;
    height: 36px;
}

.work-tt {
    float: left;
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
    color: #c70a00;
    font-weight: bold;
    font-size: 24px;
}

.work-bd {
    margin-top: 20px;
}

.work-bar {
    padding-bottom: 3px;
}

.work-con {
    display: block;
    height: 32px;
    line-height: 31px;
    font-size: 12px;
    color: #999;
    border-top: 1px dashed #ddd;
}

.work-con:hover,
.work-con:hover .work-text {
    color: #f97e12;
}

.work-text {
    padding-left: 14px;
    margin-right: 120px;
    color: #333;
    background: url("/images/list_icon.jpg") left center no-repeat;
}

.pager {
    margin-top: 100px;
}

.m-pagination-page>li>a {
    line-height: 22px;
    height: 22px;
}

.m-pagination-page>li:hover>a {
    color: #0056b3;
    border-color: #dee2e6;
    background-color: #e9ecef;
}

.m-pagination-page>li.active>a {
    color: #f00;
    font-weight: bold;
    border-color: #fff;
    background-color: #fff;
}


/* 979 */

@media (max-width: 979px) {
    .side {
        min-height: 0;
    }
    .work {
        margin-top: 20px;
    }
    .pager {
        margin-top: 20px;
    }
}


/* 767 */

@media (max-width: 767px) {
    .work-text {
        margin-right: 85px;
    }
}