
*{
    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%;
    min-width: 1200px;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}

.gtt {
    width: 100%;
    min-width: 1200px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    background: url(2023ba_dh.png) top center no-repeat;
    background-size: auto 100%;
    margin-top: -30px;
    position: absolute;
}
.m-tt{
    width: 1200px;
    margin: 0 auto;
}
.m-tt ul{
    width: 980px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.m-tt li{
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}
.m-tt li a{
    color: #fff;
}
.m-tt li + li{
    margin-left: 59px;
}
/*头条*/
.headlines-content{
    margin-top: 30px;
    margin-bottom: 30px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
}
.headlines-content h1 a {
    color: #2358c7;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}

/*要闻*/
.m-ywList{margin-top:8px;background:url(ywjj_line_bg.png) 34px 0 no-repeat;padding-top:45px;    width: 580px;float: left;}
.m-ywList .m-ywListCon{height:524px;padding-right:5px; overflow:hidden;}
.m-ywList .m-ywListCon ul li{zoom:1;margin-bottom:24px;}
.m-ywList .m-ywListCon ul li:after{content:"";display:block;clear:both;}
.m-ywList .m-ywListCon ul li .u-dateTips{width:50px;margin-top:2px;overflow:hidden;float:left;height:24px;line-height:24px;font-size:14px;background:url(ywjj_date_bg.png) 0 no-repeat;color:#fff;padding-left:6px;}
.m-ywList .m-ywListCon ul li dl{float:left;width:478px;margin-left:34px;}
.m-ywList .m-ywListCon ul li dl dt{font-size:22px;line-height:28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:bold;color:#222;}
.m-ywList .m-ywListCon ul li dl dt a{color:#222;}
.m-ywList .m-ywListCon ul li dl dd{margin-top:10px;font-size:14px;line-height:24px;color:#555;max-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
/*小图*/
.smallpic {
    width: 610px;
    margin-top: 15px;
}
.smallpic .img1 {
    width: 296px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.smallpic .img1 img {
    width: 296px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
}
.smallpic .img1 p{
    width: 296px;
    background: url(jdznq_1.png) center -5px repeat-x;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
}

/*轮播图*/
.lbt{
    float: right;
    margin-top: 35px;
}
.swiper {
    width: 100%;
    height: 100%;
    float: right;
}
.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}


/*视频*/
.chaLogo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.g-whcz{
    width: 1222px;
    margin: 50px auto 0;
}
.m-whcz{
    margin-top: 20px;
    width: 1200px;
    padding: 12px 11px;
    background: url(audioBg1.png) top center no-repeat;
    height: 418px;
}
.m-whcz .videoLeft{
    width: 65%;

}
.m-whcz .videoLeft .vImg{
    width: 80%;
    margin: 30px auto 0px;
    position: relative;
}
.m-whcz .videoLeft .vImg img{
    width: 100%;
    border-radius: 20px;
    height: 310px;
    object-fit: cover;

}
.m-whcz .videoLeft .vImg b{
    display: block;
    width: 624px;
    height: 310px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.m-whcz .videoLeft .vImg i{
    position: absolute;
    background: url(http://www.xnnews.com.cn/ztbd/2020zt/wlgyfplm/material/video-icon.png) no-repeat center center;
    z-index: 55;
    width: 60px;
    height: 60px;
    right: 45%;
    background-size: 60px;
    top: 40%;
}
.m-whcz .videoLeft .vImgTit{
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}

.videoRight{
    width: 35%;
    height: 370px;
    margin-top: 20px;
}
.videoRight li{
    line-height: 50px;
    padding: 0 1.5em;
    font-size: 18px;
}
.videoRight li a{
    color: #fff;
}


/*图片*/
.main1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
.bt_long {
    text-align: center;
}