.new_d_banner .breadcrumbs{
    position: static;
    background-color: #f3f4f7;
    line-height: 30px;
}
.new_detail{
    padding-top: 2.68vw;
    padding-bottom: 3.54vw;
}
.new-top{
    width: 65.28%;
}

h1{
    color: #333333;
    line-height: 1.5;
} 
.new-t-b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.12vw;
}
.times{
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.social-share{
    display: flex;
    align-items: center;
}


.new-contain{
   margin-top:0.9375vw;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.new-lf{
    flex: 0 0 65.28%;
    border-top: #d2d2d2 1px solid;
    padding-top: 1.25vw;
}
.new-des{
    line-height: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1em;
}
.new-content{
    line-height: 30px;
    color: #333;
    padding-bottom:2.5vw;
    border-bottom: #d2d2d2 1px solid;
    margin-bottom: 1.51vw;
}
.new-content p{
    text-indent: 2em;
}
.new-content img{
max-width: 100%;
object-fit: contain;
}
.prev,.next{
   font-size: 14px;
   line-height: 30px;



    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.prev a,.next a{
    display: inline-block;
    color: #333;
    position: relative;
 }
 .prev a::after,.next a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0px;
    background-color: #c9151e;
    transition: all .5s;
 }
 .prev a:hover,.next a:hover{
    color: #c9151e;;
 }
 .prev a:hover:after,.next a:hover::after{
     width: 100%;
 }
 .new-rg{
    flex:0 0 29.03%
 }

 .recommend-tit{
    display: flex;
    align-items: center;
    padding: 1.40625vw 0;
    border-top:#d2d2d2 1px solid;
    border-bottom: #d2d2d2 1px solid;
 }
 .recommend-tit span{
    margin-left: 16px;
    color: #333;
    line-height: 2;

 }
 .first-item{
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    border-bottom:#d2d2d2 1px solid;
 }
 .first-tit{
    line-height: 1.5;
    color: #666;
    margin-bottom: 1vw;
 }
 .first-tit a{
    color: inherit;
 }
 .first-tit:hover{
    color: #c9151e;
 }
 .first-item .img img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   transition: all .5s;
 }
 .first-item .img:hover img{
    transform: scale(1.05);
 }
 .first-item .img{
    overflow: hidden;
 }

 .item1{
    display: flex;
    align-items: center;
    padding: 1.04vw 0 ;
    border-bottom:#d2d2d2 1px solid;
 }
 .lf-time{
    width: 64px;
    height: 64px;
    background-color: #eeeeee;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
 }
 .lf-time .fnt_18{
    line-height: 24px;
 }
 .lf-time .fnt_14{
    line-height: 1;
    font-size: 14px;
 }
 .rg-tit{
    padding-left: 1.1vw;
    line-height: 1.5;
    width: calc(100% - 64px);
 }
 .rg-tit a{
    color: #666;
    transition: all .5s;
 }
 .rg-tit a:hover{
    color: #c9151e;
 }


 @media screen and (max-width:768px){

    .new-top{
        width: 100%;
    }
    .new-lf,.new-rg{
        flex:0 0 100%;
    }
    .new_detail{
        padding: 20px 0 30px;
    }
    .new-rg{
    margin-top: 15px;
    }
    .first-item{
        padding: 10px 0;
    }
    .item1{
        padding:10px 0;
    }
    .new-lf{
        padding-top: 20px;
    }
    .new-des,.new-content{
        line-height: 24px;
    }
 }
