@charset "utf-8";

/* css document */

body {
    font-family: "pingfang sc", "lantinghei sc", helvetica, arial, "microsoft yahei", sans-serif;
    background-color: #02498b;
    font-size: 16px;
    text-align: left;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

a:link,
a:visited,
a:hover,
:active {
    color: #fff;
    text-decoration: none;
}

h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    /* height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

p {
    color: #fff;
    line-height: 1.8;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.pcwrapper {
    width: 100%;
    overflow: hidden;
}

.con1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pcwrapper {
    display: block;
}

.mwrapper {
    display: none;
}


/* 内容 s */

.pcbanner {
    width: 100%;
    height: 900px;
    background: url(/uploads/image/zxidmkjtpt/banner.png) no-repeat center top;
}

.pcnews {
    margin-top: -330px;
    height: 1000px;
    padding: 240px 0;
    background: url(/uploads/image/zxidmkjtpt/yaowbg.png) no-repeat center;
}

.pcnews .con1200 {
    padding: 50px 0;
}

.pcnews h3,
.pcnews h3 a,
.pcnews p {
    color: #fff;
}

.pcnews .fl {
    width: 580px;
    margin-right: 50px;
    padding: 40px 40px 20px 40px;
    box-sizing: border-box;
}

.pcnews .fl .con h3 {
    margin-bottom: 10px;
}

.pcnews .fl .con p {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #fff dashed;
}

.pcnews .xwlist h3 {
    font-size: 18px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-left: 20px;
}

.pcnews .xwlist h3::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -22px;
    display: inline-block;
    width: 8px;
    height: 8px;
    /* border-radius: 50%; */
    background: #fff;
}

.pcnews .p2 {
    text-align: right;
}

.pcnews .p2 a {
    color: #ffe18f;
}

.pcnews .fr {
    margin: 12px 0;
    width: 570px;
    height: 450px;
    border-radius: 20px;
}

.spxc {
    background: #000;
    padding: 60px 0;
}

.yaow_pic {
    position: relative;
    width: 570px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
    line-height: 50px;
}

:root {
    --swiper-theme-color: #fff;
}

.yaow_pic .swiper-pagination,
.myaow_pic .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.pctime {
    margin-top: -120px;
    height: 600px;
    background: url(/uploads/image/zxidmkjtpt/hdlcbg.png) no-repeat center;
}


/* 特刊s */

.zbdh {
    background: #1e66a8;
}

.tekan {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.zbdh .topic {
    height: 200px;
    background: url(/uploads/image/zxidmkjtpt/zbdhtit.png) no-repeat center;
}

.tekan .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0px 0px 60px;
}


/* .tekan .swiper-slide img {
    box-shadow: 0 0 20px 0 #fff;
} */

.tekan .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.tekan .swiper-slide-active,
.tekan .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-button-prev {
    left: 0px;
    right: auto;
    color: #fff;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #fff;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}


/* 特刊 e */

.pcsp {
    background-color: #1e66a8;
    padding-bottom: 100px;
}

.pcsp .topic {
    height: 200px;
    background: url(/uploads/image/zxidmkjtpt/wlpxtit.png) no-repeat center;
}

.pcsp .spcon ul li {
    width: 265px;
    margin-right: 40px;
    float: left;
}

.pcsp .spcon ul li:nth-child(4n) {
    margin-right: 0;
}

.pcsp .spcon ul li .sp {
    position: relative;
    width: 265px;
    height: 224px;
    background: url(/uploads/image/zxidmkjtpt/splistbg.png) no-repeat;
}

.pcsp .spcon ul li .sp img {
    width: 255px;
    height: 143px;
    margin: 41px 5px;
}

.pcsp .spcon ul li .sp i {
    background: url(/uploads/image/xiindex2020/btn_play.png);
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -27.5px 0 0 -27.5px;
    transition: all 0.5s;
}

.pcsp .spcon ul li .wz h3 {
    height: 80px;
}

.pcsp .spcon ul li h3 {
    font-size: 18px;
    /* line-height: 1.2; */
    font-weight: normal;
    margin: 20px 10px 0 10px;
}

.pcsp .spcon ul li p {
    width: 265px;
    height: 75px;
    background: url(/uploads/image/zxidmkjtpt/splistbutton.png) no-repeat center;
}

.mainfooter {
    margin: 0 auto!important;
}


/* 手机样式 */

@media only screen and (min-width: 1200px) {}


/* large devices (pad pro) */

@media (max-width: 1199px) and (min-width: 1024px) {
    /* 宽度设定1000px */
}


/* medium devices (pad) */

@media (max-width: 1023px) and (min-width: 768px) {
    /* 宽度设定750px */
}


/* small devices (phones) */

@media only screen and (max-width: 767px) {
    .pcwrapper {
        display: none;
    }
    .mwrapper {
        display: block;
    }
    /* 内容 s */
    h3 {
        font-size: 20px;
    }
    .mbanner {
        width: 100%;
        /* height: 600px;
        background: url(/uploads/image/zxidmkjtpt/mbanner.png) no-repeat center top; */
    }
    .mbanner img {
        display: block;
    }
    .mnews {
        width: 100%;
        height: auto;
        /* background: url(/uploads/image/zxidmkjtpt/myaowbg.png) no-repeat center; */
        /* background-size: 100%; */
    }
    .mnews .bgt img,
    .mnews .bgb img {
        display: block;
    }
    .mnews .mnwrapper {
        background: url(/uploads/image/zxidmkjtpt/yaowbgc.jpg) repeat-y center;
        background-size: 100%;
        padding: 1rem 3.5rem;
    }
    .mnews .con h3,
    .mnews .con h3 a,
    .mnews .con p {
        color: #fff;
    }
    .mnews .xwlist h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    /* .mnews .xwlist h3 {
        font-size: 18px;
        font-weight: bolder;
        height: 25px;
        line-height: 30px;
        position: relative;
        margin-left: 10px;
    }
    .mnews .xwlist h3::before {
        content: "";
        position: absolute;
        top: 15px;
        left: -10px;
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    background: #fff;
}*/
    .mnews .con p {
        /* font-size: 20px; */
    }
    .mnews .mnwrapper .con p {
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px #fff dashed;
    }
    .mnews .mnwrapper .xwlist {
        font-size: 18px;
        margin-bottom: 10px;
        /* list-style: square;
        color: #fff; */
    }
    .mnews .p2 {
        text-align: right;
    }
    .mnews .p2 a {
        color: #ffe18f;
        padding: 0px 0px 0px 0px;
    }
    .mspxc {
        background: #000;
        padding: 20px 0;
    }
    .myaow_pic {
        background-color: #000;
        position: relative;
        margin: 30px 0;
        padding: 0 10px;
        width: 100%;
        height: 300px;
        border-top: 10px #005e9a solid;
        border-bottom: 10px #005e9a solid;
        border-radius: 10px;
        overflow: hidden;
    }
    .mtime {
        /* margin-top: -120px; */
        /* height: 600px; */
    }
    .mtime .topic {
        height: 90px;
        background: url(/uploads/image/zxidmkjtpt/mlctit.png) no-repeat center;
        background-size: 200px;
    }
    .mtime .con {
        /* height: 750px;
        background: url(/uploads/image/zxidmkjtpt/mhdlcbg.png) no-repeat center;
        background-size: 100%; */
    }
    .mzbdh .topic {
        height: 90px;
        background: url(/uploads/image/zxidmkjtpt/mdytit.png) no-repeat center;
        background-size: 240px;
    }
    .mcon {
        width: 100%;
        overflow: hidden;
    }
    .tekan .swiper-container {
        width: 100%;
        height: 100%;
        padding: 0px 0px 40px;
    }
    .msp .topic {
        height: 90px;
        background: url(/uploads/image/zxidmkjtpt/mpxtit.png) no-repeat center;
        background-size: 200px;
    }
    .msp .spcon {
        padding: 0 0.5rem;
        margin-bottom: 60px;
    }
    .msp .spcon ul li {
        width: 49%;
        float: left;
        margin: 0 0.5rem 0.5rem 0;
        background-size: 100%;
    }
    .msp .spcon ul li:nth-child(2n) {
        margin: 0 0 0.5rem 0;
    }
    .msp .spcon ul li .sp {
        position: relative;
        width: 100%;
        height: 150px;
        background: url(/uploads/image/zxidmkjtpt/splistbg.png) no-repeat center/100%;
    }
    .msp .spcon ul li .sp img {
        padding: 25px 5px 25px;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
    }
    .msp .spcon ul li .sp i {
        background: url(/uploads/image/xiindex2020/btn_play.png) no-repeat center/100%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 9;
        margin: -22.5px 0 0 -22.5px;
        transition: all 0.5s;
    }
    .msp .spcon ul li .wz h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        margin: 10px 0 5px;
    }
    .msp .spcon ul li p {
        width: 100%;
        height: 70px;
        background: url(/uploads/image/zxidmkjtpt/msplistbutton.png) no-repeat center top;
        background-size: 100%;
    }
}