.new-tit {
    position: relative;
    margin-top: 132px;
    padding-bottom: 90px;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;
}

.new-tit h1 .bg-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(26, 116, 199, 0.15);
    font-family: PingFang HK;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 71.429% */
    letter-spacing: 0.2px;
}

.new-tit h1 .new-big {
    padding-top: 20px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110.5%;
    /* 35.36px */
}

.new-tit h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;

}

.new-cont {
    padding-top: 44px;
    margin-bottom: 90px;

}

.new-cont .item {
    padding-bottom: 55px;
    margin-bottom: 45px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
}

.new-cont .item:last-child {
    margin-bottom: 0;
}

.new-cont .item .img-box {
    margin-right: 32px;
    width: 401px;
    height: 240px;
    flex: 0 0 401px;
}

.new-cont .item .img-box img {
    width: 100%;
    height: 100%;
}

.new-cont .item .txt-box {
    width: 753px;
    position: relative;
    flex: 0 0 753px;
}

.new-cont .item .txt-box .more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.new-cont .item .txt-box .more a {
    color: rgba(0, 0, 0, 0.79);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-cont .item .txt-box .time {
    color: rgba(0, 0, 0, 0.39);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-cont .item .txt-box .title {
    margin-top: 18px;
    margin-bottom: 30px;
}

.new-cont .item .txt-box .title a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-cont .item .txt-box .desc a {
    color: rgba(0, 0, 0, 0.39);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}