body{
    margin: 0;
}
.xw-news{
    width: 100%;
    margin-bottom: 120px;
}
.xw-news .xw-news-mulu{
    position: relative;
}
.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-mulu .news-mulu-list a:nth-child(3){
    border-bottom: 4px solid #fff;
    font-weight: 700;
}
.xw-news .yd-nav .yd-nav-list a:nth-child(3){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
}
.xw-news .news-content3{
    width: 1200px;
    margin: 0 auto;
}
.xw-news .news-content3 .news-content3-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 100px 0 40px;
}
.xw-news .news-content3 .content3-mulu-list{
    display: flex; 
}
.xw-news .news-content3 .content3-mulu-list a{
    text-align: center;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #D5D5DB;
}
.xw-news .news-content3 .content3-mulu-list a:hover{
    color: #fff;
    background: #4573F5
}
.xw-news .news-content3 .content3-mulu-list a:nth-child(1){
    border-radius: 8px 0 0 8px;
}
.xw-news .news-content3 .content3-mulu-list a:nth-child(4){
    border-radius: 0 8px 8px 0 ;
}
.xw-news .news-content3 .content3-mulu-list a:nth-child(3){
    color: #FFF !important;
    background: #4573F5 !important;!i;!;
    border-color: #4574F5 !important;!i;!;
}
.xw-news .news-content3 .news-content3-mulu{
    display: flex;
    justify-content: center;
}
.xw-news .news-foot-three .foot-three-mulu{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50px; */
    margin: 64px 0;
    font-size: 20px;
    color: #969799;
    cursor: pointer;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #F1F4FF 50%, #ffffff 80%, #fff);
}
.xw-news .news-foot-three .foot-three-mulu a{
    font-weight: 400;
    line-height: 63px;
    width: 144px;
    margin: 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #969799;
    text-align: center;
}
.xw-news .news-foot-three .foot-three-mulu a:nth-child(1){
    color: #4573F5;
    border-bottom: 1px solid #4573F5;
    font-weight: 600;
    margin-right: 47px;
    font-size: 24px;
    position: relative;
}

.xw-news .news-foot-three .foot-three-mulu a:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4573F5;
    opacity: 0.5;
}

.xw-news .news-foot-three .foot-three-mulu a:hover{
    color: #4573F5;
    font-weight: 600;
    font-size: 24px;
}
.xw-news .news-foot-three .news-content1-list:hover{
    background-image: linear-gradient(90deg, #7BABFB 0%, #4573F5 100%);
    box-shadow: inset 0 -1px 0 0 #F0F1F5;
    border-radius: 16px;
    .list-r-title,.list-r-time{
        color: #fff;
        a{
            color: #fff;
        }
    }
    .list-r-txt{
        color: #fff;
    }
}
.xw-news .news-foot-three .news-content1-list{
    height: 210px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0px 1px 0px 0px #EBECF0;
}
.xw-news .news-foot-three .news-content1-list .content1-list-time{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 8px;
    margin-right: 20px;
}
.xw-news .news-foot-three .news-content1-list .content1-list-time .list-time-top{
    width: 100px;
    color: #4573F5;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    background: #F6F8FF;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
}
.xw-news .news-foot-three .news-content1-list .content1-list-time .list-time-foot{
    height: 35px;
    line-height: 35px;
    background: #E3EBFF;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
}
.xw-news .news-foot-three .news-content1-list .content1-list-r{
    width: 80%;
    margin-left: 20px;
}
.xw-news .news-foot-three .news-content1-list .list-r-title{
    font-size: 18px;
    color: #323233;
    font-weight: 600;
}
.xw-news .news-foot-three .news-content1-list .list-r-time{
    display: none;
    font-size: 16px;
    color: #4573F5;
    font-weight: 600;
    margin-bottom: 12px;
}
.xw-news .news-foot-three .news-content1-list .list-r-txt{
    font-size: 14px;
    color: #646566;
    line-height: 28px;
    font-weight: 400;
    white-space: inherit;
    overflow: visible;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 520px){
    .xw-news .news-foot-three .foot-three-mulu a{
        width: 14.4rem;
        font-size: 1.4rem !important;!i;!;
        !i;!;
        line-height: 6.3rem;
    }
    .xw-news .news-foot-three .foot-three-mulu a:nth-child(1){
        font-size: 1.8rem !important;!i;!;
        margin-right: 4.7rem;
    }
    .xw-news .news-foot-three .foot-three-mulu a:nth-child(1)::after{
        left:6.4rem
    }
}