.health ul li.on a {
    padding-left: 10px;
    color: #000;
    -webkit-transition: all 0s !important;
}

.health li.on:before {
    left: 0;
    width: 4px;
    height: 50%;
    top: 10px;
}

.health li.on a {
    color: #2c6db4;
}

.health li:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.health-wrap_con {
    min-height: 0;
}

.health-lest {
    margin-top: 20px;
    background-color: #f4f9ff;
}

.health-item,
.office-list {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    padding: 10px 30px 20px 30px;
    margin: 0 auto;
}

.office-list {
    margin-top: 20px;
}

.health-item .office {
    width: 47%;
}

.office-list .office {
    width: 31%;
}

.office-list .office .synews .frist {
    height: 200px;
}

.office-list .office .synews .frist::before {
    display: none;
}

.office-list .office .synews video,
.office-list .office .synews img {
    width: 100%;
    height: 200px;
}

/* 专题 */

.menubgred {
    margin-bottom: 40px;
    background-color: #b90003;
}

.menubgred ul li a {
    position: relative;
    width: 312px;
    border: none;
}

.menubgred ul li a::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 20px;
}

.menubgred ul li:last-child a::after {
    display: none;
}

.special .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.special .swiper-pagination-bullet-active {
    width: 21px;
    border-radius: 5px;
    background-color: #b90003;
}

.special-warp {
    padding-bottom: 20px;
}

.special-warp,
.special-lest {
    background-color: #fff7ea;
}

.speciallist {
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 6px;
}

.speciallist .tabs01 li.on,
.speciallist .tabs01 li.on a {
    color: #b90003;
    -webkit-transition: all 0s;
}

.speciallist .tabs01 li.on::before {
    display: none;
}

.speciallist a.morepp {
    width: 55px;
    padding: 0;
    color: #000;
    background-image: none;
}

.speciallist .office_menu {
    padding-left: 20px;
    background-image: url(../images/capacity/mtjj_title.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
    border: none;
}

.speciallist a:hover {
    color: #b90003;
}

.special-lest {
    margin-top: 0;
}

.special-lest .health-item .office {
    width: 48%;
}

.special-warp .synews li:before {
    background: #b90003;
}


.special-warp .lunbo_l,
.special-warp .lunbo_r {
    width: 585px;
    height: 406px;
}

.special-footer {
    padding: 20px 0;
    text-align: center;
    background-color: #b90003;
    color: #fff;
}

.special-footer span {
    margin-right: 20px;
}

.special-footer div span:last-child {
    margin-right: 0;
}

.menubg ul li a:hover {
    background-color: #fff;
    color: #b90003;
}

.detail-title {
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #eaeaea;
}

.detail-info {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 30px;
    color: #999999;
    line-height: 30px;
}

.detail-info span:nth-child(2n) {
    margin-left: 30px;
}

.detail-info img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.main {
    padding-top: 20px;
}

.main p {
    text-indent: 2em;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}

.main p img {
    display: block;
    width: 600px;
    margin: 0 auto;
}

.detail-warp {
    padding-bottom: 30px;
    background-color: #f3f3f3;
}

.detail-warp .w1220 {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
}

.lm {
    padding-left: 20px;
    border-bottom: 1px #ae0105 solid;
    overflow: auto;
    margin-bottom: 40px;
}

.lm span {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100px;
    padding-bottom: 15px;
    border-bottom: 2px #ae0105 solid;
}

.special-warp .lm {
    margin-bottom: 10px;
}

/* 分页 */
.paging {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.Pagination {
    display: flex;
}

.Pagination li {
    height: 35px;
    border: 1px solid #dbdbdb;
    margin: 0 5px;
    border-radius: 4px;
    line-height: 35px;
}

.Pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.Pagination div {
    margin-left: 5px;
}

.Pagination input {
    width: 40px;
    height: 22px;
    margin: 0 8px;
}

.Pagination button {
    width: 50px;
    height: 35px;
    margin-left: 10px;
    border: none;
    background-color: #b90003;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.Pagination .Pagination-active {
    background-color: #b90003;
    border: none;
}

.Pagination .Pagination-active a {
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .w1220 {
        margin-top: 30px;
    }

    .health-item,
    .office-list {
        flex-wrap: wrap;
        width: 96%;
        padding: 0 20px;
    }

    .health-item .office,
    .office-list .office {
        width: 100%;
        margin-top: 10px;
    }

    .special-warp .lunbo_l,
    .special-warp .lunbo_r {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .special-lest .health-item {
        padding: 0 8px;
    }

    .special-lest .health-item .office {
        width: 100%;
        margin-top: 0;
    }

    .speciallist {
        margin-bottom: 25px;
    }

    .special-warp .lunbo_r .speciallist {
        margin-bottom: 0;
    }

    .special-warp .blank20 {
        height: 10px;
    }

    .menubg ul li a {
        width: 100% !important;
    }

    .menubgred ul li a::after {
        top: 2px;
        height: 15px;
    }

    .detail-title {
        font-size: 18px;
        padding: 0 10px 10px;
    }

    .detail-info {
        display: block;
        padding: 0 10px 10px;
        margin-top: 10px;
    }

    .detail-info div {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .detail-info div:nth-child(2) {
        justify-content: center;
    }

    .detail-info span {
        margin-left: 0 !important;
    }

    .detail-info .share {
        display: none;
    }

    .main {
        padding: 0px 10px 0;
    }

    .main p img {
        width: 100%;
    }

    .lm {
        margin-bottom: 20px;
    }

    .detail-warp .w1220 {
        padding: 15px 0;
    }

    .paging {
        margin-top: 20px;
        font-size: 14px;
    }

    .Pagination {
        flex-wrap: wrap;
        padding-top: 4px;
        overflow: hidden;
    }

    .Pagination li {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .Pagination li a {
        padding: 0 11px;
        font-size: 14px;
        text-align: center;
    }

    .Pagination li:first-child a,
    .Pagination .next {
        width: 60px;
        padding: 0 4px;
    }

    .Pagination button {
        width: 45px;
        height: 25px;
        margin-top: 4px;
    }

    .detail-warp .special-warp{
        padding: 20px 10px;
    }
}