*{
    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: 571px;
    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: #be1721;
}
.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;
}
.mySwiper{width: 590px;height: 350px}
.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-pagination{bottom: 5px !important;}
.swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    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: 12px;
    height: 12px;
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}



/*动态*/

.headline{
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
    line-height: 80px;
    height: 155px;
    background: url(toutiao.png) no-repeat;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.headline h1{
    line-height: 90px;
}
.headline a{
    font-size: 34px;
    color: #1F4D83;
    font-weight: bold;
}
.headline p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    margin: -5px 15px;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}
.headlines-article-list li {
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.headlines-article-list li a:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
    text-indent: 2em;
}
.headlines-article-list li p a {
    color: #2f88ff;
}
.imgnews{
    height: 100%;
    width: 600px;
    float: right;
}


/*栏目样式*/
.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: #a01a16;
    float: left;
    margin-top: -13px;

    color: #fff;
}
.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;
}


/*图秀*/

.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;
}

@media screen and (max-width: 767px) {
    .center{width: 100%}
    .head1200 img{width: 100%;height: auto}
    .mySwiper{width: 100%}
    .headlines-article-list{width: 98%;margin: 0 1%}
    .white{width: 100%}

    .jmtp{width: 98%;height: auto;margin: 0 1%;}
    .jm_left,.jm_right,.ybtj .yb_pic img{width: 100%;height: auto;}
    .jme,.jm_left .jme img,.ybtj,.yb_pic{width: 100%;height: auto;position: initial;margin: 0 auto;}
    .jm_nav{width: 100%;bottom: 40px;margin-top: -40px;position: initial;}

}