body{
    margin: 0;
}
.sh-news{
    width: 100%;
    margin-bottom: 120px;
}
.sh-news .sh-news-mulu{
    position: relative;
}
.sh-news .sh-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.sh-news .sh-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}
.sh-news .news-mulu .news-mulu-list a:nth-child(3){
    border-bottom: 2px solid #fff;
}
.sh-news .yd-nav .yd-nav-list a:nth-child(3){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
}
.sh-news .news-content3{
    width: 1200px;
    margin: 0 auto;
}
.sh-news .news-content3 .news-content3-txt2{
    display: flex;
    flex-wrap: wrap;
    
    
}
.sh-news .news-content3 .news-content3-txt2 .news-content3-b{
    position: relative;
    
}
.sh-news .news-content3 .news-content3-txt2 .news-content3-b a{
    text-decoration: revert;
    color: #4573F5;
    position: absolute;
    right: 1px;
    bottom: 0px;
    background: #fff;
}
.sh-news .news-content3 .news-content3-txt2 .content3-txt2-list{
    width: 200px;
    padding: 15px 15px 15px 0;
}
.sh-news .news-content3 .news-content3-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 70px  0;
}
.sh-news .news-content3 .news-content3-mulu{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.sh-news .news-content3 .content3-mulu-list{
    display: flex;
}
.sh-news .news-content3 .content3-mulu-list .on{
    color: #FFF;
    background: #4573F5
}
.sh-news .news-content3 .content3-mulu-list .onMouse{
    cursor: pointer;
}
.sh-news .news-content3 .content3-mulu-list .content3-mulu-first{
    border-radius: 8px 0 0 8px;
}
.sh-news .news-content3 .content3-mulu-list .content3-mulu-last{
    border-radius: 0 8px 8px 0 ;
}
.sh-news .news-content3 .content3-mulu-list div{
    text-align: center;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #D5D5DB;
}
.sh-news .news-content3 .content3-mulu-list div:hover{
    color: #fff;
    background: #4573F5
}