*{
    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;
}

.center{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/

.header {
    position: relative;
    width: 100%;
}
.header>img {
    width: 100%;
}

.headlines {
    width: 100%;
    height: 114px;
    margin-top: 20px;
}

.headlines-flag {
    width: 84px;
    height: 100%;
    background: url(headlines-flag.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a {
    color: #ef3818;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #888;
    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;
}


/*工作部署*/

.mySwiper2{width: 590px;height: 350px}

.gzbs{
    float: left;
    width: 49%;
    margin-top: 30px;
}
.gzbs h2,.fxdt h2 {
    background: url(lm.png) no-repeat;
    height: 48px;
    line-height: 36px;
    font-size: 26px;
    color: #c00;
    margin-bottom: 20px;
    margin-top: 30px;
}
.chaList li{
    background: url(dian.png)no-repeat left center;
    padding-left: 15px;
    color: #393939;
    font-size: 18px;
    line-height: 44px;
}

.fxdt{
    float: right;
    width: 49%;
    margin-top: 30px;
}

/*现场直击*/
.xczj h2{
    background: url(lm2.png) no-repeat;
    height: 48px;
    line-height: 36px;
    font-size: 26px;
    color: #c00;
    margin-bottom: 20px;
    margin-top: 30px;
}
.linePic {
    max-height: 660px;
}
.linePic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.linePic li {
    width: 364px;
    height: 330px;
    border-top: 3px solid #ef3818;
}
.linePic li img {
    width: 364px;
    height: 194px;
}
.linePic li .title {
    font-size: 16px;
    line-height: 29px;
    width: 100%;
    text-indent: 10px;
    font-weight: bold;
}

.linePic li .abstract {
    font-size: 13px;
    line-height: 24px;
    color: #717171;
}


/*图说、自救、科普*/
.news3{
    position: relative;
}
.news_ts,.new_zj,.news_kp{
    width: 390px;
    padding: 0 5px;
    float: left;
}
.news3 li{
    margin-top: 10px;
}
.news_ts li img,.new_zj li img{
    width: 100%;
    height: 300px;
}
.news_kp li img{
    width: 100%;
    height: 900px;
}

/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 70px;
}



/*移动端*/
@media screen and (max-width: 767px) {
    .center{
        width: 100%;
    }
    .headlines{
        height: auto;
    }
    .headlines-article-list{
        width: 98%;
        padding: 0 1%;
    }
    .pb-carouselWarp{
        width: 100%;
    }



    .headlines-flag{
        display: none;
    }
    .gzbs,.fxdt{
        float: none;
        width: 100%;
    }
    .mySwiper,.mySwiper2{
        width: 100%;
    }
    .linePic li{
        width: 100%;
    }
    .linePic li img{
        width: 100%;
    }
    .news_ts, .new_zj, .news_kp{
        width: 100%;
    }
    .newsBg img{
        width: 100%;
    }
}