*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.center{
    width: 1200px;
    margin: 0 auto;
}

.head1200{
    margin-top: 10px;
}
.head1200 img{
    width: 1200px;
    height: 550px;
    border-radius: 10px;
}

/*头条*/
.headlines-content{
    margin-top: 30px;
    margin-bottom: 30px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a {
    color: #000;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}


/*轮播图*/
.swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.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-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.swiper:hover .swiper-button-next{
    opacity: 1;
}
.swiper:hover .swiper-button-prev{
    opacity: 1;
}
.swiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.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;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.mySwiper{width: 610px;height: 350px}

/*动态*/
.ywdt{
    margin-top: 30px;
}
.ttLeft{
    float: left;
}
.ttRight{
    width: 560px;
    float: right;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}

.headlines-article-list2 {
    line-height: 50px;
    border-bottom: 1px dashed #bfbfbf;
}
.headlines-article-list li:first-child{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
    text-align: left;
    text-indent: 2em;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
}
.headlines-article-list li p a {
    color: black;
}


/*纪实报道*/

.white {
    color: white;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;

}
.white em {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #ebe6e0;
    float: left;
    margin-top: -13px;

    color: #777;
}
.white i{
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}
.white a span{
    opacity: 0.1;
    font-style: oblique;
    font-size: 20px;
}






.section2 {
    width: 1200px;
    margin: 100px auto 0 auto;
}
.jmtp {
    width: 1200px;
    height: 460px;
    float: left;
    margin: 30px 0 0 0;
}
.jm_left {
    width: 552px;
    height: 460px;
    float: left;
    position: relative;
}
.jme {
    width: 552px;
    height: 460px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.jm_nav {
    width: 552px;
    height: 40px;
    float: left;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.jm_nav a {
    color: #fff;
}

.jm_right {
    width: 648px;
    height: 460px;
    float: left;
}
.ybtj {
    width: 315px;
    height: 225px;
    float: left;
    margin: 0 0 10px 9px;
    position: relative;
}
.yb_pic {
    width: 315px;
    height: 225px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.short {
    width: 315px;
}
.jm_left .jme img{
    width: 552px;
    height: 460px;
}
.ybtj .yb_pic img{
    width: 315px;
    height: 225px;
}


/*知识科普*/
.mySwiper2{
    height: 450px;
}
.mySwiper2 .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fffafa;
    display: block;
    -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;
}
.mySwiper2 .swiper-slide .slideImg{
    width: 100%;
    height: 180px;
}
.mySwiper2 .swiper-slide .slideCon{
    width: 100%;
    margin-top: 30px;
}
.mySwiper2 .swiper-slide .slideCon a{
    font-size: 20px;
    font-weight: bold;
}
.mySwiper2 .swiper-slide .slideCon p{
    background: none;
    position: unset;
    color: #000;
    height: auto;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 0;
}


/*深度解读*/

.jiedu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jiedu li{
    width: 512px;
    height: 100px;
    margin-top: 20px;
    border: 2px solid #efefef;
    position: relative;
    overflow: visible;
    padding: 25px 15px 0px 45px;
}
.jiedu li .num{
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -32px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #e03637;
    border-radius: 5px;
    font-size: 40px;
    font-family: "Arial";
    color: #fff;
    font-weight: bold;
}


/*县市区快讯*/
.rddbjy{
    width: 49%;
    float: left;
    height: 490px;
}
.zxwyxc{
    width: 49%;
    float: right;
    height: 490px;
}
.m_sideMenu{
    margin-top: 30px;
}
.g_part8 .m_left {
    width: 547px;
    margin-top: 40px;
    float: left;
    overflow: hidden;
}
.g_part8 .m_left .u_title {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.g_part8 .m_right {
    float: right;
}
.m_sideMenu h3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: #F8F8F8;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.m_sideMenu h3 span {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #cd9067;
    cursor: pointer;
}
.m_sideMenu h3 span img {
    padding-left: 5px;
}
.m_sideMenu h3 a {
    color: #000000;
}
.m_sideMenu h3.on {
    background: #28918a;
    color: #FFFFFF;
}
.m_sideMenu h3.on span {
    display: none;
}
.m_sideMenu h3.on a {
    color: #fff;
}
.m_sideMenu div {
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    padding: 0 18px;
    color: #666666;
    height: 80px;
    display: none;
}
.m_sideMenu div a {
    color: #D72523;
}
