*{
    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;
}
/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}



.headlines {
    width: 100%;
    height: 114px;
    margin-top: 40px;
}

.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;
    font-weight: bold;
    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;
}
.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;
}

.mySwiper{width: 700px;height: 450px;position: relative;}


/*头条要闻*/
.ttRight{
    float: right;
    width: 448px;
}
.ttRight ul li{
    height: 63px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 8px;
    text-align: justify;
}
.ttRight ul li:hover{
    background-color: #ca0b13;
    color: #FFFFFF;
}
.ttRight ul li:hover a{
    color: #fff;
}

/*学习贯彻*/
.white {
    color: white;
    background: url(tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;
}
.white i {
    background: url(tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}
.white em {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #ca0b13;
    float: left;
    font-style: normal;
    margin-top: -13px;
    color: white;
}



.threePic li{
    width: 360px;
    margin: 0 20px 40px;
    float: left;
}
.threePic li .aPic{
    display: block;
    overflow: hidden;

}
.threePic li .aPic img{
    width: 360px;
    height: 205px;
}
.threePic li .aTitle{
    line-height: 30px;
    font-size: 18px;
    width: 360px;
    height: 65px;
    text-align: left;
    margin: 20px 0;
    font-weight: bold;
}
.threePic li p{
    text-align: left;
    margin-top: 10px;
    color: #888;
    max-height: 80px;
    font-size: 15px;
}
.threePic li p span a{
    color: #b61d22;
}
.twoArt li{
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    width: 560px;
    margin: 0 20px 15px;
    float: left;
}
.twoArt li h3{
    height: inherit;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    text-indent: 20px;
    color: #333;
    font-weight: bold;
}
.twoArt li h3:after{
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    background: #b61d22;
    position: absolute;
    left: 0;
    top: 7px;
}
.twoArt li p{
    height: 70px;
    line-height: 30px;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
}
.twoArt li p span a{
    color: #b61d22;
}



/*pljd*/
.pljd{
    position: relative;
    height: auto;
}
.pljd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pljd ul li{
    width: 580px;
    height: 126px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    margin-top: 26px;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}
.pljd ul li i{
    position: absolute;
    width: 80px;
    height: 56px;
    left: -10px;
    top: -10px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    background: url(bq3.png) left top no-repeat;
    padding-left: 32px;
    background-size: 40px;
}
.pljd ul li h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}
.pljd ul li a:hover h3{
    color: #ef1c22;
}
.pljd ul li p{
    font-size: 16px;
    line-height: 1.8;
    color: #6d6d6d;
    margin-top: 6px;
    text-indent: 2em;
}


/*底部*/
.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%;
    }
    .mySwiper{
        width: 100%;
    }
    .white{
        width: 100%;
    }
    .qxrcNr{
        width: 100%;
        background: none;
    }
    .qxrcBj{
        width: 98%;
        background: none;
        margin: 0 1% 25px;

    }
    .qxrcBj p{
        width: 100%;
        margin-left: 0;
    }
    .qxrcBj span{
        width: 100%;
        text-indent: 1em;
    }






    .headlines-flag{
        display: none;
    }
    .ttRight{
        width: 100%;
    }
    .ttRight ul li{
        height: auto;
        padding: 12px 8px;
    }
    .threePic li{
        width: 98%;
        margin: 0 1% 40px;
    }
    .twoArt li{
        width: 99%;
        margin-left: 1%;
    }
    .twoArt li p{
        height: auto;
    }
    .pljd ul li{
        width: 96%;
        margin: 26px auto 0;
        height: auto;
        padding: 0 2%;
    }
}
