@charset "utf-8";

/* css document */

body {
    font-family: "pingfang sc", "lantinghei sc", helvetica, arial, "microsoft yahei", sans-serif;
    background-color: #ecf6f8;
    font-size: 16px;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p {
    color: #333;
    line-height: 1.8;
}

.bga {
    background-color: #fff;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}

.clear {
    display: block;
    content: "";
    clear: both;
}


/* banner */

.banner {
    width: 100%;
    display: block;
}

.banner img {
    display: block;
}

.m_banner {
    display: none;
}

.nav {
    text-align: center;
    margin: 0px auto;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav a {
    color: #fff!important;
    font-size: 18px;
    padding: 0 20px;
    text-shadow: 1px 1px 2px #000;
    border-right: 1px #fff solid;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}

.nav a:last-child:last-child {
    border-right: 0;
}

.nav .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 170px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

.nav .logo img {
    width: 120px;
    height: 60px;
}

.m_nav {
    display: none;
}


/* 内容区域 */

.main {
    text-align: left;
}


/* 头条 */

.tout {
    border-bottom: #999 1px dashed;
    text-align: center;
    margin-top: 25px;
}

.tout h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 36px;
}

.tout h4 {
    font: 16px/60px "microsoft yahei";
    padding: 0 20px 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.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 p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-slide p a {
    color: #fff;
}

 :root {
    --swiper-theme-color: #612c2b
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 45px;
    left: 0;
    width: 100%
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #612c2b;
}


/* 要闻 最新报道*/

.yaow {
    height: 420px;
}

.yaow_pic {
    width: 660px;
    height: 420px;
    padding: 20px;
    position: relative;
}

.yaow_pic img {
    width: 620px;
    height: 380px;
    display: block;
}

.yaow_con .article {
    height: 200px;
    padding: 20px 0 20px 20px;
    border-bottom: dashed 1px #ccc;
}

.news .topic {
    border-top: 3px #612c2b solid;
    border-bottom: 1px #612c2b dashed;
    font: 22px/56px "microsoft yahei";
    background-color: #eae8e8;
    padding: 0px 20px;
}

.news .topic a,
.news .m_topic a,
.news_int .topic a {
    font-weight: bold;
}

.news .m_topic {
    display: none;
}

.news_con {
    margin-right: 20px;
    padding: 20px 20px 36px 20px;
}

.news_con .article {
    border-bottom: dashed 1px #ccc;
    overflow: hidden;
    height: 230px;
}

.news_con .article img {
    padding: 0 20px 20px 0;
    float: left;
}

.news_con p {
    margin: 20px 0;
}


/* 侧栏 视频 简介 */

.news_int {
    padding: 20px;
}

.news_int h3,
.news_int p {
    font-size: 14px;
    line-height: 2;
}

.news_int .topic {
    font: 22px/60px "microsoft yahei";
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.news_int .topic a {
    color: #fff;
}

.news_int_sp,
.news_int_js,
.news_int_hg {
    margin-bottom: 20px;
}

.news_int_sp .top_con {
    position: relative;
    margin-bottom: 20px;
    width: 360px;
    height: 220px;
    object-fit: cover;
}

.news_int_sp .top_con img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_int_sp .top_con .tit {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_int_sp .top_con .tit a {
    color: #fff;
    padding: 0 5px;
}

.news_int_sp h3 {
    /* padding-left: 30px; 
    background: url(/uploads/image/zximages/spbtn.png) no-repeat 5px 10px; */
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_int_sp h3::before {
    display: inline-block;
    content: "◉";
}

.news_int_sp h3 a {
    color: #333;
}

.news_int_js .con img {
    width: 360px;
    height: 220px;
}

.news_int_hg img {
    padding: 0 20px 20px 0;
    width: 45%;
    height: 116px;
    object-fit: cover;
    float: left;
}

.news_int_hg h4 {
    font-size: 16px;
    padding: 0.5rem;
    font-weight: normal;
}

.news_int_hg h4 a {
    color: #333;
}


/* 10月新增网络完全周 */

.schedule {
    margin: 20px 0px 0px 20px;
    height: 493px;
    overflow-y: scroll;
}

.schedule::-webkit-scrollbar {
    width: 14px;
    border: 5px #ecf6f8 solid;
    /*height: 4px;*/
}

.schedule::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px #4994cc; */
    background: #004a97;
}

.schedule::-webkit-scrollbar-track {
    /* -webkit-box-shadow: 0 0 5px #1c4677; */
    border-radius: 10px;
    background: #ecf6f8;
    margin-right: 2px;
    padding-right: 4px;
}


/* div#pl_live {
    width: 100%!important;
} */

.weibo .wbcon {
    text-align: center;
}


/* 手机样式 */

@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 */
    .con1200 {
        width: 100%;
    }
    .yaow_pic {
        width: 100%;
    }
    .yaow_con {
        width: 100%;
    }
}


/* small devices (phones) */

@media only screen and (max-width: 767px) {
    /* 宽度设定100% */
    body {
        font-size: 16px;
        background: #f2f2f2;
    }
    h3 {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    .con1200 {
        width: 100%;
        margin: 0 auto;
    }
    .banner {
        display: none;
    }
    .m_banner,
    .m_banner img {
        display: block;
    }
    .nav {
        display: none;
    }
    .m_nav {
        display: block;
    }
    .tout h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 0 0.25rem;
    }
    .tout h4 {
        display: none;
    }
    .yaow {
        height: auto;
    }
    .yaow_pic,
    .news_int {
        padding: 0;
        width: 100%;
    }
    .yaow_pic {
        height: 250px;
        /* object-fit: cover; */
    }
    .yaow_pic img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .yaow_con {
        padding: 0 0.5rem;
        width: 100%;
    }
    .yaow_con .article {
        padding: 1rem 0;
        width: 100%;
        height: auto;
    }
    .news,
    .news_int {
        width: 100%;
    }
    .bga.news_int {
        margin-bottom: 1rem;
    }
    .news_con,
    .news_int,
    .schedule {
        margin: 0;
        padding: 0.5rem;
    }
    .news_con .article {
        height: auto;
        padding: 0.5rem 0;
    }
    .news_con .article img,
    .news_int_hg .con img {
        padding: 0.5rem;
        width: 45%;
        border-radius: 1rem;
        float: left;
    }
    .news_int_hg .con img {
        margin: 0 0.5rem 1rem 0;
    }
    .news_con .article p {
        padding: 0.5rem;
        margin: 0;
        height: 90px;
        line-height: 30px;
        margin-bottom: 0.5rem;
        overflow: hidden;
    }
    /* 导航 */
    .m_nav {
        text-align: center;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    .m_nav a {
        color: #fff!important;
        text-decoration: none;
    }
    .m_nav .mmenu {
        width: 100%;
        color: #fff;
        border-top: 1px #fff solid;
    }
    .m_nav .mmenu .flexitem.hiden {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        z-index: 999;
    }
    img.btnimg {
        width: 30px;
        vertical-align: middle;
    }
    .m_nav .mmenu a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 0.5rem;
    }
    .m_nav .show {
        width: 100%;
        font-size: 14px;
        text-align: left;
        display: none;
        z-index: 9999;
    }
    .yaow_pic .focus,
    .yaow_pic .focus-item,
    .yaow_pic .content_left {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden
    }
    .yaow_pic .focus-tips {
        padding: 0 5rem;
        color: #fff;
        font-size: 16px;
    }
    .news .topic {
        display: none;
    }
    .news .m_topic {
        display: block;
        font: 22px/60px "microsoft yahei";
        text-align: center;
        margin: 1rem 0;
    }
    .news .m_topic a {
        color: #fff;
    }
    .news_int h3,
    .news_int p {
        font-size: 16px;
    }
    .nes_int_hg h4 {
        font-size: 16px;
    }
    .news_int_sp .top_con {
        width: 100%;
        height: auto;
    }
    .news_int_js .con img {
        width: 100%;
        height: auto;
    }
    /* 轮播图按钮 */
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 25px;
    }
    /* 导航左右滑动 */
    /* 导航右侧按钮 */
    /* #m_nav_fl {
        padding-right: 50px;
    } */
    /* #m_nav_fl .swiper-wrapper .swiper-slide {
        border: 0;
    } */
}