
.newstop{
    height: 245px;
}
.newstop .newstopl{
    width: 44.3%;
}
.newstop .newstopr{
    width: 31.38%;
}
.newstop .newstopl h2{
    position: relative;
    color: #24242B;
    line-height: 48px;
    font-size: 34px;
    padding-bottom: 26px;
    margin-bottom: 17px;
}
.newstop .newstopl h2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 6px;
    background: #2196F3;
    content: "";
}
.newstop .newstopl p{
    color: #24242B;
    opacity: 0.7;
    font-size: 18px;
    line-height: 30px;
}

.newstop .newstopr .ftsearch{
    width: 100%;
}






.newsbody {
    height: auto;overflow: hidden;
}
.newsbody a{
    width: 31.15%;
    display: block;
    float: left;
    background: #fff;
    margin-right: 3.23%;
    margin-bottom: 43px;
    border-radius: 6px;
}
.newsbody a .pic{
    display: flex;
    align-items: center;
    height: 251px;
}
.newsbody a .pic img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px 6px 0 0;
}
.newsbody a:nth-child(3n){
    margin-right: 0;
}
.newsbody a .des{
    height: 120px;
    padding: 0 20px;
    overflow: hidden;
}
.newsbody a .des .title{
    line-height: 25px;
    font-size: 18px;
    margin-top: 18px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.newsbody a .des .date{
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
}

@media (max-width:769px) {
    .newsbody{
        padding: 0 15px;
        margin-top: 23px;
    }
    .newsbody a{
        width: 100%;
        margin: 0 0 15px;
    }
    .newstop{
        height: auto;
        display: block;
        padding: 0 15px;
        margin-top: 32px;
    }
    .newstop .newstopl,
    .newstop .newstopr{
        width: 100%;
    }
    .newstop .newstopr{
        margin-top: 25px;
    }
    .newstop .newstopl h2{
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 14px;
        margin-bottom: 8px;
    }
    .newstop .newstopl p{
        font-size: 13px;
        line-height: 18px;
    }

    .newstop .newstopl h2::after{
        width: 19px;
        height: 4px;
    }

    .newsbody a .pic{
        height: auto;
    }

    .newsbody a .des .title{
        font-size: 14px;
        line-height: 20px;
        margin-top: 13px;
    }

    .newsbody a .des{
        padding: 0 19px;
    }
    .newsbody a .des .date{
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 12px;
    }

}







