.box1 .cont {
    justify-content: space-around !important;
    height: 132px;
    background: rgba(44, 166, 224, 0.08);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #2CA6E0;
}

.box2 {
    background: #EDF6FF;
    padding-top: 60px;
    padding-bottom: 40px;
}

.box2 .content .left_tab {
    width: 476px;
    flex-wrap: wrap;
}

.box2 .content .left_tab .item {
    width: 228px;
    height: 111px;
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}

.box2 .content .left_tab .active {
    background-color: #2CA6E0;
    color: #fff;
}

.box2 .content .left_tab .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.box2 .content .right .item {
    position: relative;
    display: none;
    width: 682px;
    height: 380px;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}

.box2 .content .right .item .item_cont {
    position: absolute;
    bottom: 0;
    width: 682px;
    height: 158px;
    padding-top: 26px;
    padding-left: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    /* 背景颜色，部分透明是必须的 */
    backdrop-filter: blur(14px);
    /* 虚化效果 */
}



.box3 {
    padding-bottom: 50px;
}

.box3 .cont {
    padding-top: 36px;
    flex-wrap: wrap;
}

.box3 .item {
    position: relative;
    width: 375px;
    height: 323px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.box3 .item .item1 {
    position: absolute;
    left: 40px;
    bottom: 28px;
    font-size: 31px;
}

.box3 .item .item2 {
    width: 100%;
    height: 100%;
    background-color: rgba(7, 7, 7, 0.3);
    backdrop-filter: blur(2px);
    padding: 53px 40px;
}

.box3 .item .item2 .item2_t {
    font-size: 31px;
}

.box3 .item .item2 .item2_c {
    margin-top: 23px;
    font-size: 16px;
}

.box3 .item .item2 .item2_b {
    margin-top: 53px;
    font-size: 24px;
}

.box4 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(272deg, #EDF6FF 0%, #ECF4FF 100%);

}

.box4 .cont {
    margin-top: 36px;
    flex-wrap: wrap;
}

.box4 .cont .item {
    width: 586px;
    height: 164px;
    margin-bottom: 24px;
    padding: 17px 50px 17px 19px;
    background: linear-gradient(272deg, #EDF6FF 0%, #ECF4FF 100%);
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #FFFFFF;
}

.box4 .cont .item img {
    width: 130px;
    height: 130px;
}

.box4 .cont .item .item2 {
    width: 362px;
}

.box4 .cont .item .item2 .item2_b {
    margin-top: 10px;
    color: rgba(51, 51, 51, 0.80);
    font-size: 16px;
}

.box5 {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F7F8FA;
}

.box5 .cont {
    margin-top: 100px;
    flex-wrap: wrap;
}

.box5 .cont .item {
    width: 375px;
    height: 353px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.box5 .cont .item img {
    width: 100%;
}
.box5 .cont .item div {
    padding: 21px 27px 0;
}
.box6 .cen {
    width: 1200px;
    margin: 50px auto 0;
}
.box6 .cen li {
    width: 174px;
}
.box6 .cen img {
    width: 174px;
    height: 76px;
}
.box7 {
    padding-top: 60px;
    padding-bottom: 88px;
    background: linear-gradient(272deg, #EDF6FF 0%, #ECF4FF 100%);
}
.box7 .cont .item {
    width: 368px;
    height: 366px;
    margin-top: 35px;
    background-color: #fff;
}
.box7 .cont img {
    width: 100%;
    height: 217px;
    vertical-align: middle;
}
.box7 .cont .item_cont {
    padding: 15px 20px 0;
}
.box7 .cont .item_cont .title {
    font-size: 20px;
    line-height: 1.6;
}
.box7 .cont .item_cont .time {
    margin-top: 20px;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.60);
}
.box7 .cont .btn {
    display: block;
    margin: 60px auto 0;
    background-color: #EDF6FF;
    border: 2px solid #2CA6E0;
    color: #2CA6E0;
}