@charset "utf-8";

@font-face {
    font-family: SourceHanSerifSC;
    src: url("../font/SourceHanSerifSC-Bold.otf") format("ttf"),
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        url("../font/SourceHanSerifSC-Bold.otf#FZZHUNYSK") format("svg");
}

/* title */

.title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.title .txt {
    display: flex;
    align-items: center;

}

.title .txt p {
    font-family: SourceHanSerifSC;
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
    color: #333;
}

.title .txt span {
    display: block;
    margin: 0 14px;
    font-size: 26px;
    color: #707070;
    line-height: 26px;
}

.title .txt .active {
    position: relative;
    color: #C30E21;
}

.title .txt .active::before {
    position: absolute;
    content: "";
    width: 136px;
    height: 3px;
    background: #970000;
    left: 0;
    bottom: -24px;
}

.title .more,
.title .more img {
    display: block;
}

.title .more {
    display: none;
}

.title .more.active {
    display: block !important;
}


/* 权威之声/工作动态 */

.gzdt {
    padding: 48px 0 60px;
    background: url(../images/gzdt_bg.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.gzdt_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gzdt_l {
    width: 48%;
}

.gzdt_l .slick-dots {
    position: absolute;
    bottom: 100px;
    right: 20px;
}

.gzdt_l .slick-dots li {
    margin: 0 4px;
}

.gzdt_l .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 12px;
    color: #EC0400;
    line-height: 14px;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
}

.gzdt_l .slick-dots .slick-active button {
    background: #D9B980;
    color: #fff;
}


.gzdt_l .img {
    width: 100%;
    height: 375px;
    overflow: hidden;
}

.gzdt_l .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gzdt_l .txt {
    background: #C30E21;
    padding: 22px 24px;
}

.gzdt_l .txt p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.gzdt_l .txt span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #FFC5C5;
    line-height: 18px;
}

.gzdt_r {
    width: 48.5%;
}

.gzdt_r_main {
    margin-top: 25px;
}

.gzdt_r_main ul {
    display: none;
}

.gzdt_r_main .active {
    display: block;
}

.gzdt_r_main ul li {
    line-height: 77.5px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s ease-in-out;
}

.gzdt_r_main ul li:hover {
    background-color: #C30E21;
    padding: 0 20px;
}

.gzdt_r_main ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gzdt_r_main ul li a p {
    font-size: 18px;
    color: #333333;
    width: calc(100% - 100px);
    transition: all 0.3s ease-in-out;
}

.gzdt_r_main ul li:hover a p,
.gzdt_r_main ul li:hover a span {
    color: #fff;
    font-weight: bold;
}

.gzdt_r_main ul li a span {
    display: block;
    font-size: 16px;
    color: #999999;
    transition: all 0.3s ease-in-out;
}

.gzdt_b {
    margin-top: 40px;
}

.gzdt_b .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 8px;
}

.gzdt_b .slick-dots li {
    margin: 0 4px;
}

.gzdt_b .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 12px;
    color: #EC0400;
    line-height: 14px;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
}

.gzdt_b .slick-dots .slick-active button {
    background: #D9B980;
    color: #fff;
}

/* 清廉铜煤/监督检查 */

.qltm {
    padding: 60px 0;
}

.qltm .w1400 {
    display: flex;
    justify-content: space-between;
}

.qltm_l {
    width: 48%;
}

.qltm_l_main {
    margin-top: 38px;
}

.qltm_l_main li {
    margin-bottom: 30px;
    height: 112px;
    background: url(../images/qltm_li_bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.qltm_l_main li:last-child {
    margin-bottom: 0px;
}

.qltm_l_main li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.qltm_l_main li a .time p {
    font-weight: bold;
    font-size: 38px;
    color: #AC8B70;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.qltm_l_main li:hover a .time p,
.qltm_l_main li:hover a .time span,
.qltm_l_main li:hover a .line-2 {
    color: #C30E21;
}

.qltm_l_main li a .time span {
    display: block;
    font-size: 16px;
    color: #AC8B70;
    line-height: 12px;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

.qltm_l_main li a .line-2 {
    font-size: 17px;
    color: #333333;
    line-height: 27px;
    margin-left: 21px;
    transition: all 0.3s ease-in-out;
}

.qltm_r {
    width: 48.5%;
}

.qltm_r_main {
    margin-top: 38px;
}

.qltm_r_main li {
    margin-bottom: 25px;
    border-bottom: 2px solid #CBA473;
}

.qltm_r_main li:last-child {
    margin-bottom: 0;
}

.qltm_r_main li a {
    display: block;
    padding: 0 55px 0 40px;
}

.qltm_r_main li a .txt {
    line-height: 65px;
    font-size: 18px;
    color: #333333;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qltm_r_main li:hover a .txt {
    font-weight: bold;
}

.qltm_r_main li a .txt::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 65px;
    background: #C2160E;
    left: -40px;
    top: 0;
}

.qltm_r_main li a .sjxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
}

.qltm_r_main li a .sjxx .time {
    display: flex;
    align-items: center;
}

.qltm_r_main li a .sjxx .time p {
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}

/* 案例警示/廉政法规 */

.aljs_lzfg {
    width: 100%;
    display: flex;

}

.aljs {
    width: 48.5%;
    margin-top: -12px;
}

.aljs .title {
    margin-left: calc(100% - 673px);
}

.aljs_main {
    margin-top: 26px;
    width: 100%;
    background: url(../images/aljs_bg.png);
    background-position: bottom;
    background-size: 100% 100%;
    padding: 10px 30px 38px 0;
    padding-left: calc(100% - 673px);
}

.aljs_main li {
    margin-top: 40px;
    margin-left: 30px;
    position: relative;
}

.aljs_main li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    left: -30px;
    top: calc(50% - 6px);
}

.aljs_main li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 105px;
    background: #FFFFFF;
    left: -24.5px;
    top: calc(50%);
}

.aljs_main li:last-child::after {
    display: none;
}

.aljs_main li a {
    border-bottom: 1px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

.aljs_main li a .time {
    position: relative;
}

.aljs_main li a .time::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    top: calc(50% - 25px);
    right: -20px;
}

.aljs_main li a .time p {
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.aljs_main li a .time span {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 13px;
    margin-top: 9px;
}

.aljs_main li a .txt {
    width: calc(100% - 100px);
}

.aljs_main li a .txt span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}

.aljs_main li:hover a .txt span,
.lzfg_main li:hover a p {
    font-weight: bold;
}

.aljs_main li a .txt p {
    margin-top: 14px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
}

.lzfg {
    width: 51.5%;
    padding: 42px 0 58px 4.5%;
    background: url(../images/lzfg_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: calc(51.5% - 727px);
}

.lzfg .title .txt .active {
    color: #fff;
}

.lzfg .title .txt .active::before {
    background: #fff;
}

.lzfg_main {
    margin-top: 5px;
}

.lzfg_main li {
    border-bottom: 1px dashed #EFCE63;
    line-height: 73px;
}

.lzfg_main li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lzfg_main li a p {
    width: calc(100% - 100px);
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.lzfg_main li a p::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    background: #FFFFFF;
    left: 0;
    top: calc(50% - 10px);
}

.lzfg_main li a span {
    display: block;
    font-size: 16px;
    color: #EFCE63;
}

/* 清廉视频/业务之窗 */

.qlsp {
    padding: 70px 0;
}

.qlsp .w1400 {
    display: flex;
    justify-content: space-between;
}

.qlsp_l {
    width: 48%;
}

.qlsp_l_main {
    margin-top: 45px;
}

.qlsp_l_main .sp {
    width: 100%;
    height: 420px;
    margin-bottom: 25px;
}

.qlsp_l_main .sp a {
    position: relative;
}

.qlsp_l_main .sp a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    left: 0;
    top: 0;
}

.qlsp_l_main .sp a,
.qlsp_l_main .sp a .img,
.qlsp_l_main .sp a .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.qlsp_l_main .sp a .bf {
    position: absolute;
    left: calc(50% - 53.5px);
    top: calc(50% - 53.5px);
}

.qlsp_l_main li {
    margin-top: 18px;
    height: 69px;
    background: url(../images/qlsp_l_li_bg.png);
    background-size: cover;
}

.qlsp_l_main li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    line-height: 69px;
    font-size: 18px;
    color: #333333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qlsp_l_main li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 69px;
    background: #DB1E1E;
    left: 0;
    top: 0;
}

.qlsp_r {
    width: 48.5%;
}

.qlsp_r_list {
    margin-top: 20px;
}

.qlsp_r_list li {
    border-bottom: 1px dashed #CBA473;
}

.qlsp_r_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 75px;
}

.qlsp_r_list li a p {
    font-size: 18px;
    color: #333333;
    width: calc(100% - 100px);
    padding-left: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.qlsp_r_list li:hover a p {
    font-weight: bold;
}

.qlsp_r_list li a p::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../images/list_h.png);
    left: 0;
    top: calc(50% - 4.5px);
}

.qlsp_r_list li a span {
    display: block;
    font-size: 16px;
    color: #999999;
}

.qlsp_r .xfjb {
    margin-top: 35px;
    width: 100%;
    height: 211px;
}

.qlsp_r .xfjb a,
.qlsp_r .xfjb a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 清廉文苑 */

.title_r {
    display: flex;
    align-items: center;
}

.title_r ul {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.title_r ul li {
    width: 111px;
    height: 40px;
    line-height: 40px;
    background: #FFECC8;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-right: 11px;
    cursor: pointer;
}

.title_r ul li.active {
    background: #E10000;
    color: #fff;
}

.qlwy {
    height: 490px;
    background: url(../images/qlwy_bg.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.qlwy_main {}

.qlwy_banner {
    display: none;
    width: calc(100% - 20px);
    margin-left: 10px;
}

.qlwy_banner.active {
    display: block;
}

.qlwy_banner .image {
    margin: 0 12px;
}

.qlwy_banner .image a {
    display: block;
    width: 100%;
    height: 218px;
    margin: 58px 0;
}

.qlwy_banner .image a img {
    height: 100%;
    object-fit: cover;
    -webkit-box-reflect: below 2px linear-gradient(transparent, transparent 75%, rgba(0, 0, 0, 0.3));
    box-reflect: below 2px linear-gradient(transparent, transparent 75%, rgba(0, 0, 0, 0.3));
}

.qlwy_banner .slick-arrow {
    font-size: 0;
    width: 28px;
    height: 28px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 14px);
    cursor: pointer;
    z-index: 3;
}

.qlwy_banner .slick-prev {
    left: -24px;
    background-image: url(../images/qlwy_zjt.png);
}

.qlwy_banner .slick-next {
    right: -24px;
    background-image: url(../images/qlwy_yjt.png);
}


@media (max-width: 1500px) {

    .gzdt .w1400,
    .qltm .w1400,
    .qlsp .w1400,
    .qlwy .w1400 {
        width: 100%;
        padding: 0 3%;
    }

    .lzfg {
        padding-right: 3%;
    }

    .aljs .title,
    .aljs_main {
        padding-left: 3%;
    }
}

@media (max-width: 1200px) {
    .title_r ul li {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 16px;
        margin-right: 10px;
    }

    .title_r ul {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .title .txt p {
        font-size: 28px;
        line-height: 28px;
    }

    .title .txt .active::before {
        width: 112px;
        height: 2px;
        bottom: -20px;
    }


}

@media (max-width: 768px) {

    .aljs_lzfg,
    .gzdt_t,
    .qltm .w1400,
    .qlsp .w1400 {
        display: block;
    }

    .gzdt_l,
    .gzdt_r,
    .qltm_l,
    .qltm_r,
    .qlsp_l,
    .qlsp_r,
    .aljs,
    .lzfg {
        width: 100%;
    }

    .lzfg {
        background: url(../images/aljs_bg.png);
    }

    .gzdt_r,
    .qltm_r,
    .qlsp_r {
        margin-top: 50px;
    }

    .qltm_r_main li a {
        padding: 0;
    }

    .aljs .title {
        margin: 0 3%;
        width: 94%;
        padding: 0 0 20px;
    }

    .gzdt_l .img {
        height: calc(90vw/675*375);
    }

    .qlsp_l_main .sp {
        height: calc(90vw/67*42);
    }

    .qlsp_r .xfjb {
        height: calc(90vw/66*21);
    }

    .lzfg {
        padding-top: 0;
    }

    .qlwy .title {
        position: relative;

    }

    .qlwy .title_r ul {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        z-index: 9;
        justify-content: space-between;
    }

    .qlwy .title_r ul li {
        margin-right: 0px;
    }

    .qlwy .title {
        padding-bottom: 70px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    .qlwy .title_r ul li {
        white-space: nowrap;

        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 13px;
    }

    .qlwy_banner .slick-prev {
        left: -10px;
    }

    .qlwy_banner .slick-next {
        right: -10px;
    }

    .qlsp_l_main .sp a .bf {
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .qlsp_l_main .sp a .bf img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .gzdt {
        padding: 30px 0;
    }

    .gzdt_l .txt p {
        font-size: 18px;
        line-height: 18px;
    }

    .gzdt_l .txt span {
        margin-top: 15px;
        font-size: 13px;
        line-height: 13px;
    }

    .gzdt_l .txt {
        padding: 15px 15px;
    }

    .title .txt p {
        font-size: 22px;
        line-height: 22px;
    }


    .title .txt span {
        margin: 0 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .title {
        padding-bottom: 15px;
    }

    .title .txt .active::before {
        width: 88px;
        height: 2px;
        bottom: -15px;
    }

    .title .more img {
        width: 50px;
    }

    .gzdt_r,
    .qltm_r,
    .qlsp_r {
        margin-top: 30px;
    }

    .gzdt_r_main ul li {
        line-height: 50px;
    }

    .gzdt_r_main {
        margin-top: 10px;
    }

    .gzdt_r_main ul li a p {
        font-size: 15px;
        width: calc(100% - 85px);
    }

    .gzdt_r_main ul li a span {
        font-size: 14px;
    }

    .qltm {
        padding: 30px 0;
    }


    .qltm_l_main li {
        margin-bottom: 15px;
        height: auto;
        background-size: 92.5% 100%;
    }

    .qltm_l_main li a {
        padding: 20px 10px 20px 0;
    }

    .qltm_l_main li a .line-2 {
        font-size: 15px;
        line-height: 27px;
    }

    .qltm_l_main li a .time p {
        font-size: 32px;
        line-height: 28px;
    }



    .qltm_l_main li a .time span {
        font-size: 14px;
        line-height: 12px;
    }

    .qltm_r_main li a .txt {
        line-height: 32px;
        font-size: 16px;
    }

    .qltm_r_main li a .sjxx {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .qltm_r_main li {
        margin-bottom: 20px;
        border-bottom: 1px solid #CBA473;
    }

    .qltm_r_main li a .sjxx .time p {
        font-size: 14px;
    }

    .qltm_r_main li a .sjxx img:last-child {
        width: 75px;
    }

    .qltm_r_main li a .sjxx .time img {
        height: 15px;
    }

    .qltm_r_main {
        margin-top: 20px;
    }

    .aljs .title {
        padding: 0 0 15px;
    }

    .aljs_lzfg {
        padding: 20px 0 0;
    }

    .lzfg {
        padding-bottom: 30px;
    }

    .lzfg_main li a p {
        width: calc(100% - 80px);
        font-size: 16px;
        padding-left: 15px;
    }

    .lzfg_main li a span {
        font-size: 14px;
    }

    .lzfg_main li a p::before {
        width: 2px;
        height: 15px;
        left: 0;
        top: calc(50% - 7.5px);
    }


    .lzfg_main li {
        line-height: 60px;
    }

    .aljs_main li a .txt span {
        font-size: 16px;
        line-height: 16px;
    }

    .aljs_main li a .txt p {
        margin-top: 15px;
        font-size: 13px;
        line-height: 13px;
    }

    .aljs_main {
        padding: 10px 3% 38px;
    }

    .aljs_main li a .time p {
        font-size: 28px;
        line-height: 24px;
    }

    .aljs_main li a .time span {
        font-size: 14px;
        line-height: 12px;
    }

    .aljs_main li::before {
        width: 8px;
        height: 8px;
        left: -20px;
        top: calc(50% - 4px);
    }

    .aljs_main li::after {
        height: 90px;
        left: -16.5px;
    }

    .aljs_main li {
        margin-top: 30px;
        margin-left: 20px;
    }

    .aljs_main li a .txt {
        width: calc(100% - 80px);
    }

    .aljs_main li a .time::before {
        height: 45px;
        top: calc(50% - 22.5px);
        right: -15px;
    }

    .qlsp {
        padding: 40px 0;
    }

    .qlsp_l_main {
        margin-top: 30px;
    }

    .qlsp_l_main li {
        height: 50px;
    }

    .qlsp_l_main li a {
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px;
    }

    .qlsp_r_list {
        margin-top: 10px;
    }

    .qlsp_r_list li a p {
        font-size: 16px;
    }

    .qlsp_r_list li a {
        line-height: 55px;
    }

    .qlwy {
        height: auto;
    }

.gzdt_l .slick-dots {
    bottom: 80px;
    right: 10px;
}
 
}