@media screen and (max-width: 750px) {
    html{
        font-size: 2vw;
    }
}
body{
    margin: 0;
}
.dsh-news{
    width: 100%;
    margin-bottom: 120px;  
}
.dsh-news .dsh-news-mulu{
    position: relative;
}
.dsh-news .dsh-news-mulu .news-img{
    height: 432px;
    width: 100% ;
    position: absolute ;
    z-index: 10;
}
.dsh-news .dsh-news-mulu .news-img-d{
    height: 432px;
    width: 100% ;
    position: absolute ;
}
.dsh-news .news-mulu .news-mulu-list:nth-child(2){
    color: #4573F5;
}
.dsh-news .news-mulu .news-mulu-list a:nth-child(1){
    border-bottom: 4px solid #fff;
    font-weight: 700;
}
.dsh-news .yd-nav .yd-nav-list a:nth-child(1){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
    font-weight: 700;
}
.dsh-news .news-content1{
    width: 1200px;
    margin: 0 auto;
    
}
.dsh-news .news-content1 .news-content1-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 100px  0;
}
.dsh-news .news-content1 .news-content1-mulu{
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.dsh-news .news-content1 .content1-mulu-list{
    display: flex;
}
.dsh-news .news-content1 .content1-mulu-list a{
    text-align: center;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #D5D5DB;
    cursor: pointer;
}
.dsh-news .news-content1 .content1-mulu-list a:nth-child(1){
    border-radius: 8px 0 0 8px;
}
.dsh-news .news-content1 .content1-mulu-list a:nth-child(2){
    color: #FFF;
    background: #4573F5
}
.dsh-news .news-content1 .content1-mulu-list a:nth-child(5) {
    border-radius: 0 8px 8px 0;
}
.dsh-news .news-content1 .content1-mulu-list a:hover{
    color: #fff;
    background: #4573F5
}
.dsh-news .news-content1 .content1-txt{
    display: flex;
    flex-direction: column;
}
.dsh-news .news-content1 .content1-txt .content-list{
    position: relative;
    margin-bottom: 64px;
    height: 250px;
    max-height: 300px;
}
.dsh-news .news-content1 .content-list .img-l{
    width: 200px;
    position: absolute;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 20px;
}
.dsh-news .news-content1 .content-list .img-r{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F5F6FA;
    border-radius: 0 0 100px 20px;
    height: 200px;
    padding-left: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    /* border: 20px; */
}
.dsh-news .news-content1 .content-list .img-r .img-r-name{
    font-size: 24px;
    color: #323233;
    font-weight: 600;
    /* margin-bottom: 20px; */
    /* margin-left: 65px; */
    margin: 34px 0 30px;
}
.dsh-news .news-content1 .content-list .img-r .img-r-txt{
    text-align: justify;
    font-size: 18px;
    color: #323233;
    margin-bottom: 20px;
    /* margin-left: 65px; */
    width: 90%;
}