.info_boxs {
    max-width: 1400px;
    margin: 0 auto;
}

.info_row {}

.info_img_box {
    padding: 0 35px;

}

.info_img {
    width: 450px;
    height: 274px;
    background: #D8D8D8;
}

.info_r {}

.info_title {
    font-weight: 500;
    font-size: 26px;
    color: #303133;
    line-height: 49px;
}

.info_time {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #909399;
    line-height: 22px;
}

.info_desc {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #909399;
    line-height: 22px;
}

.info_btn_box {
    margin-top: 39px;
}

.info_btn_img {
    width: 54px;
    height: 54px;
}

.info_btn {
    padding: 8px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 100px;
}

.info_btn_text {
    padding-left: 22px;
    padding-right: 46px;
    color: #3778FA;
}

.details_boxs {
    max-width: 1400px;
    margin: 0 auto;
}

.details_box {
    margin-top: 86px;
    background: #F3F5F7;
    border-radius: 30px;
    padding: 59px 67px;
    margin-bottom: 75px;
}

.details_title {
    font-weight: 500;
    font-size: 32px;
    color: #191919;
    line-height: 76px;
    position: relative;
    z-index: 20;
}

.details_title_bg {
    content: "";
    position: absolute;
    left: 83px;
    top: 39px;
    width: 267px;
    height: 20px;
    background: #BED4FF;
    z-index: -1;
}

.details_row {
    display: flex;
    margin-top: 32px;
}

.details_item {
    max-width: 389px;


    font-weight: 400;
    font-size: 20px;
    color: rgba(25, 25, 25, 0.8);
    line-height: 51px;
}

.details_item2 {
    font-weight: 400;
    font-size: 20px;
    color: rgba(25, 25, 25, 0.8);
    line-height: 44px;
    margin-left: 44px;
}