.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 5.5rem;
}

.box1 .main {
    display: flex;
    justify-content: space-between;
}

.box1_left {
    padding-top: 1.81rem;
}

.box1_p1 {
    display: flex;
    align-items: center;
}

.box1_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: Bold;
    font-size: 0.91rem;
    color: var(--c);
}

.box1_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.91rem;
    color: var(--c);
}

.box1_p4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: var(--c);
    margin-top: 0.26rem;
}

.box1_p5 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.33rem;
    color: var(--c);
    margin-bottom: 0.36rem;
}

.box1_left_btn {
    width: 0.39rem;
    height: 0.23rem;
    background: var(--hc);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1_left_btn img {
    width: 0.16rem;
    height: 0.1rem;
}

.box1_right {
    margin-top: 1.63rem;
    width: 10.24rem;
    height: 2.76rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.18rem 0.21rem;
    overflow-y: scroll;
}

.box1_right::-webkit-scrollbar {
    width: 0.03rem;
}

.box1_right::-webkit-scrollbar-thumb {
    background: var(--c2);
    border-radius: 0.1rem;
}

.box1_right::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 0.1rem;
}

.box1_right::-webkit-scrollbar-button {
    display: none;
}

.box1_right_box {
    width: 2.3rem;
    height: 0.8rem;
    background: var(--c2);
    border-radius: 0.21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
}

.box1_right_box_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
}

.box1_right_box_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
/* box2 box3 背景*/
.news .bg {
    background: var(--bg);
}

/* box2 */
.box2 {
    padding-top: 0.87rem;
    position: relative;
}

.box2 .main {
    display: flex;
    justify-content: space-between;
}

.crumbs {
    /* justify-content: end; */
    position: absolute;
    margin-top: 0 !important;
    width: fit-content !important;
    top: 0.89rem;
    right: 2.51rem;
}

.box2_left {
    width: 6.78rem;
    height: 4.67rem;
}

.box2 .main:hover .box1_btn img {
    animation: lrl 1.5s infinite;
}

.box2_right {
    width: 6.42rem;
    padding-top: 0.71rem;
}


.box2_right_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}

.box2_right_p2 {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.2rem;
    color: #9D9D9D;
    margin-top: 0.35rem;
    margin-bottom: 0.37rem;
}

.box2_right_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #6E6E6E;
    line-height: 0.3rem;
    margin-bottom: 0.61rem;
}

/* box3 */
.box3 {
    padding-top: 1.05rem;
    padding-bottom: 0.9rem;
}

.box3_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.47rem;
    border-bottom: 0.01rem solid #C9C9C9;
    position: relative;
    margin-bottom: 0.53rem;
}

.box3_box::after {
    content: '';
    position: absolute;
    bottom: -0.01rem;
    right: 0;
    width: 0;
    height: 0.01rem;
    background: var(--hc);
    transition: 0.5s ease-in-out;

}

.box3_box_l_p1 {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.8rem;
    color: #B7B7B7;
    margin-top: -0.2rem;
    transition: 0.3s;
}

.box3_box_l_p2 {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.26rem;
    color: #B7B7B7;
    margin-top: -0.15rem;
    transition: 0.3s;
}

.box3_box_m {
    margin-right: 0.3rem;
}

.box3_box_m_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    transition: 0.3s;
}

.box3_box_m_p2 {
    width: 9.9rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #6E6E6E;
    line-height: 0.3rem;
    margin-top: 0.13rem;
}

.box3_box_r {
    width: fit-content;
    padding: 0 0.28rem;
    height: 0.53rem;
    background: #FFFFFF;
    border: 0.01rem solid var(--c2);
    border-radius: 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.21rem;
    transition: 0.3s;
}

.box3_box_r p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: var(--c2);
    transition: 0.3s;
}

.box3_box_r img {
    width: 0.16rem;
    height: 0.1rem;
    transition: 0.3s;
}

.box3_box:hover .box3_box_l_p1,
.box3_box:hover .box3_box_l_p2 {
    color: #000000;
}

.box3_box:hover .box3_box_m_p1 {
    color: var(--c2);
}

.box3_box:hover .box3_box_r {
    background: var(--hc);
    border-color: var(--hc);
}

.box3_box:hover .box3_box_r p {
    color: #FFFFFF;
}

.box3_box:hover .box3_box_r img {
    filter: brightness(0) invert(1);
}

.box3_box:hover::after {
    left: 0;
    width: 100%;
}

.page{
    margin-top: 0.13rem !important;
}
/* 响应式代码，适用于屏幕宽度小于等于 1200px 的设备 */
@media (max-width: 1200px) {
    /* box1 部分 */
    .box1 {
        height: auto;
        padding: 1rem 0;
    }

    .box1 .main {
        flex-direction: column;
        align-items: center;
    }

    .box1_left {
        padding-top: 0;
        text-align: center;
    }

    .box1_p2,
    .box1_p3 {
        font-size: 0.6rem;
    }

    .box1_p4 {
        font-size: 0.22rem;
        margin-top: 0.2rem;
    }

    .box1_p5 {
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
    }

    .box1_left_btn {
        margin: 0 auto;
    }

    .box1_right {
        margin-top: 0.5rem;
        width: 90%;
        height: auto;
        max-height: 200px;
        justify-content: center;
    }

    .box1_right_box {
        width:40%!important;
        height: 0.7rem;
    }

    /* box2 部分 */
    .box2 {
        padding-top: 0.5rem;
    }

    .box2 .main {
        flex-direction: column;
        align-items: center;
    }

    .crumbs {
        position: static;
        margin: 0.2rem auto !important;
    }

    .box2_left {
        width: 90%;
        height: auto;
    }

    .box2_right {
        width: 90%;
        padding-top: 0.3rem;
        text-align: center;
    }

    .box2_right_p1 {
        font-size: 0.25rem;
    }

    .box2_right_p2 {
        font-size: 0.18rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .box2_right_p3 {
        font-size: 0.16rem;
        line-height: 0.25rem;
        margin-bottom: 0.3rem;
    }

    /* box3 部分 */
    .box3 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .box3_box {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .box3_box_l {
        text-align: center;
    }

    .box3_box_l_p1 {
        font-size: 0.6rem;
        margin-top: 0;
    }

    .box3_box_l_p2 {
        font-size: 0.22rem;
        margin-top: 0;
    }

    .box3_box_m {
        margin-right: 0;
        text-align: center;
        margin-top: 0.2rem;
    }

    .box3_box_m_p1 {
        font-size: 0.22rem;
    }

    .box3_box_m_p2 {
        width: 90%;
        font-size: 0.16rem;
        line-height: 0.25rem;
        margin-top: 0.1rem;
        margin: 0.1rem auto;
    }

    .box3_box_r {
        margin-top: 0.2rem;
    }
}