*{
    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: 50px auto;
}

.head1200{
    margin-top: 10px;
}
.head1200 img{
    width: 1200px;
    height: 500px;
    border-radius: 10px;
}


/*头条*/
.headlines-content{
    margin-top: 30px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a {
    color: #334fcd;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #888;
    margin: -10px 0 0 0;
}

/*轮播图*/
.mySwiper {
    width: 100%;
    height: 100%;
    float: left;
}
.mySwiper .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;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-button-prev.swiper-button-disabled,.mySwiper .swiper-button-next.swiper-button-disabled{opacity: 0}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.mySwiper :hover .swiper-button-next{
    opacity: 1;
}
.mySwiper :hover .swiper-button-prev{
    opacity: 1;
}
.mySwiper  .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.mySwiper  .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;
}
.mySwiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.mySwiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.mySwiper{width: 610px;height: 350px}

/*动态*/
.ywdt{
    margin-top: 30px;
}
.ttLeft{
    float: left;
}
.ttRight{
    width: 560px;
    float: right;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}

.headlines-article-list2 {
    line-height: 50px;
    border-bottom: 1px dashed #bfbfbf;
}
.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;
    text-align: left;
    text-indent: 2em;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
}
.headlines-article-list li p a {
    color: #2f88ff;
}



/*公益海报*/
.chaLogo {
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/cha-logo.png) no-repeat center center;
    text-align: center;
    height: 60px;
}
.chaLogo span {
    font-size: 40px;
    background-image: linear-gradient(
            0deg, #a6d7ba, #1b8d76);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}


.mySwiper2 {
    width: 1200px;
    height: 485px;
}

.mySwiper2 .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;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper2 .swiper-pagination{
    bottom:0;
}