*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.center{
    width: 1200px;
    margin: 0 auto;
}

/*自适应头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}

/*1200背景图*/
.head1200 {
    margin-top: 10px;
}
.head1200 img {
    width: 1200px;
    height: 550px;
    border-radius: 10px;
}

/*头条*/
.headline{
    margin-top: 30px;
    margin-bottom: 30px;
}
.headline h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headline h1 a {
    color: #dc2a1c;
}
.headline p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}




/*2025元宵红底轮播图*/
.part01_top .swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.part01_top .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;
}
.part01_top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.part01_top .swiper:hover .swiper-button-next{
    opacity: 1;
}
.part01_top .swiper:hover .swiper-button-prev{
    opacity: 1;
}
.part01_top .swiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.part01_top .swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 50px;
    text-align: left;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.part01_top .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.part01_top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.part01_top .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.part01_top .swiper-pagination-bullet-active{
    background-color: #fff;
}
.part01_top .mySwiper{width: 610px;height: 350px}

/*2025元宵红底轮播样式*/
.part01_top{
    margin-top: 40px;
    overflow: hidden;
}
.part01_top .part01_topPic{
    width: 780px;
    height: 440px;
    float: left;
}
.part01_top .part01_topPic img{
    width: 100%;
    height: 440px;
    object-fit: contain;
}
.part01_top .text{
    width: 360px;
    height: 389px;
    padding: 50px 30px 0 30px;
    float: left;
    color: #fff5d8;
    background: linear-gradient(to bottom, rgba(254, 121, 63, 1) 0%, rgba(196, 3, 10, 1) 100%);
}
.part01_top .text h3{
    font-size: 24px;
    font-weight: bolder;
    color: #fff5d8;
    line-height: 36px;
}

.part01_top .text h3 a {
    color: #fff5d8;
}

.part01_top .text p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.part01_top .text span {
    border: 1px solid #fff;
    color: #fff5d8;
    font-size: 14px;
    padding: 5px;
    margin-top: 20px;
}

.part01_top .text span a {
    color: #fff5d8;
}



/*2025端午轮播图*/
.mySwiperDW {
    width: 1200PX;
    height: 440PX;
    float: left;
}
.mySwiperDW .lImg{
    width: 600px;
    height: 440px;
    float: left;
}
.mySwiperDW .lImg img{
    width: 100%;
    height: 440px;
    object-fit: contain;
}
.mySwiperDW .text{
    width: 540px;
    height: 389px;
    padding: 50px 30px 0 30px;
    float: left;
}
.mySwiperDW .text p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    text-indent: 2em;

}

.mySwiperDW .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;
}
.mySwiperDW .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiperDW .swiper-button-next:after, .mySwiperDW .swiper-rtl .swiper-button-prev:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    left: -78px;
    top: 17.5px;
    background: #19586c;
}
.mySwiperDW .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: none}

.mySwiperDW .swiper-button-next{
    opacity: 1;
    background-image: url("http://www.xnnews.com.cn//ztbd/material/comImg/DWarrow-right.png");
    width: 36px;
    height: 36px;
    right: 230px;
    top: 70%;
}
.mySwiperDW .swiper-button-prev{
    opacity: 1;
    background-image: url("http://www.xnnews.com.cn//ztbd/material/comImg/DWarrow-left.png");
    width: 36px;
    height: 36px;
    left: 800px;
    top: 70%;
}
.mySwiperDW .swiper-button-next:hover, .mySwiperDW .swiper-button-prev:hover{
    transition: all .6s;
    transform: rotateX(180deg);
}

.mySwiperDW .swiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.mySwiperDW .swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 50px;
    text-align: left;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.mySwiperDW .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
}
.mySwiperDW .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiperDW .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.mySwiperDW .swiper-pagination-bullet-active{
    background-color: #fff;
}
/*2025端午轮播下资讯*/
.m-news-list{
    width: 1100px;
    height: 165px;
    padding: 25px 0;
    margin: -50px 0 0 70px;
    position: relative;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/zx-bg.png) 0 0 repeat;
    z-index: 99;
}
.m-news-list ul{
    position: absolute;
}
.m-news-list ul li{
    float: left;
    width: 520px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 16px;
    margin: 0 0 0 28px;
    color: #fefeff;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/ywsd-icon.png) left center no-repeat;
    white-space: nowrap;
    background-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-news-list ul li a {
    color: #fefeff;
}
.m-news-list .u-more {
    position: absolute;
    width: 86px;
    height: 24px;
    background: url("http://www.xnnews.com.cn//ztbd/material/comImg/DWmore2.png") 0 0 no-repeat;
    right: 0;
    bottom: -10px;
}


/*适配手机端*/
@media screen and (max-width: 767px) {

    /*通用*/
    .center{width: 100%}
    .white{width: 100%;}
    .white span {display: none;}

    .section2{width: 100%}

    /*1200px背景*/
    .head1200 img {
        width: 100%;
        height: auto;
    }

    /*动态 左图右文 1+5CSS*/
    .mySwiper{width: 100%}

    .dt{background: none}
    .ttRight{
        width: 97%;
        margin-right: 0;
        padding: 0 1.5%;
    }
    .ttRight .headlines-article-list{width: 100%}

    /*纯图栏目 1大+4小*/
    .jmtp{
        width: 100%;
        height: auto;
        float: none;
    }
    .jm_left,.jm_right{
        width: 100%;
        height: auto;
        float: none;
    }
    .jme{
        width: 100%;
        height: auto;
        float: none;
        position: relative;
    }
    .jm_left .jme img{
        width: 100%;
        height: auto;
    }
    .jm_nav{
        width: 100%;
        float: none;
    }
    .ybtj{
        width: 100%;
        height: auto;
        margin-left: 0;
        float: none;
    }
    .yb_pic{
        width: 100%;
        height: auto;
        float: none;
        position: relative;
    }
    .ybtj .yb_pic img{
        width: 100%;
        height: auto;
    }
    .short{width: 100%}


    /*纯文字栏目 圈、竖线  灰色bg*/
    .qxrcNr{
        width: 100%;
        float: none;
        background: none;
    }
    .qxrcBj{
        width: 100%;
        float: none;
    }
    .qxrcBj p{
        width: 94%;
        float: none;
    }
    .qxrcBj span{
        width: 94%;
        float: none;
    }

}