*{
    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;
}

/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}



.main{
margin-top: -50px;
    width: 100%;
    height: 1600px;
    background: url("../bg.jpg") no-repeat center;
}


.headlines {
    width: 100%;
    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;
}
.headlines-content h1 a{
    color: #de4e36;
}

.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #111111;
}
.headlines-article {
    width: 100%;
    height: 371px;
    margin-top: 45px;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.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;
    font-weight: bold;
}
.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;
}
.headlines-article-list li p a {
    color: #2f88ff;
}
.imgnews{
    height: 100%;
    width: 600px;
    float: right;
}
.headlines-article-list li p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: normal;
}
.headlines-article-list2 {
    color: #5a5e67;
}

/*轮播图*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
.pb-carouselWarp {
    position: relative;
    width: 600px;
    height: 350px;
    overflow: hidden;
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pb-carouselWarp .pb-carousel li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(10,10,10,0.5);
    color: #fff;
    width: 96%;
    padding: 0px 2%;
    overflow: hidden;
    height: 60px;
    text-align: center;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

/*决策部署*/
.center{
    width: 1200px;
    margin: -100px auto;
}


/*媒体关注*/
.mtgz{
    width: 1200px;
    margin-top: 50px;
}
.listLeft{
    width: 585px;
    height: 300px;
}
.listLeft li{
    padding-left: 30px;
    background: url("../pen.png" ) left center no-repeat;
    height: 50px;
    line-height: 50px;
    font-size: 18px;

}
.picRight{
    width: 585px;
}
.picRight img{

    width: 410px;
    max-height: 305px;
}
.picRight a{
    position: relative;
}
.picRight .more{
    width: 243px;
    height: 157px;
    position: absolute;
    top: 62px;
    background: rgba(182, 201, 204, 0.64);
    text-align: center;
    line-height: 120px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.picRight .more span{
    position: absolute;
    top: 100px;
    left: 100px;
    display: block;
    text-align: center;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0;
    background-color: white;
}


/*咸宁行动*/
.xnxd{
    width: 1200px;
    margin-top: 50px;
}

/*评论*/
.pl{
    width: 1200px;
    margin-top: 50px;
}

.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    text-align: center;
    line-height: 25px;
    color: black;
    font-size: 14px;
}