body{
    margin: 0;
}
.xw-news{
    width: 100%;
}
.location{
    margin-top: 27px;

}
.location >a{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #646566;
    line-height: 28px;
    font-weight: 400;
}
.location >span:last-child{
    color: #4573F5;
}
.xw-news .xw-news-mulu{
    position: relative;
    width: 100%;
}
@media screen and (max-width: 750px) {
    table {
        display:block;
    }
}
.xw-news .xw-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.xw-news .xw-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}
.xw-news .news-content1{
    width: 1200px;
    margin: 0 auto;
}
.xw-news .news-content{
    width: 1200px;
    margin: 0 auto 200px;
}
.xw-news .news-content .news-share{
    height: 100px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 #EBECF0, inset 0 -1px 0 0 #EBECF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: inset 0px -1px 0px 0px #E8E8E8, inset 0px 1px 0px 0px #E8E8E8; */
    
}
.xw-news .news-content .news-share .news-share-link{
    display: flex;
}
.xw-news .news-content .news-share img{
    width: 44px;
    padding: 0 12px;
}
.xw-news .news-content .news-content-time{
    font-size: 16px;
    color: #646566;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
    margin-bottom: 31px;
    box-shadow: inset 0 -1px 0 0 #EBECF0;
}
.xw-news .news-content .news-content-time>span:first-child,.news-content-time>span:nth-child(2){
    margin-right: 37px;
}
.xw-news .news-content .news-content-title{
    font-size: 40px;
    color: #323233;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin: 45px 0 16px;
    text-align: center;
    line-height: 55px;
}
.xw-news .news-content .news-content-nav{
    margin-top: 28px;
}
.xw-news .news-content .new-content-swiper{
    
}
.xw-news .news-content .new-content-swiper .new-swiper{
    position: relative;
    overflow: hidden;
}