.box1 {
    padding-top: 0.63rem;
    padding-bottom: 0.83rem;
}

.box1_box {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    height: 1.77rem;
    width: 100%;
    padding: 0 0.1rem;
    margin-bottom: 0.38rem;
}

.box1_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #D5D8DE;
    left: 0;
    bottom: 0;
}
.box1_box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #BD261D;
    left: 0;
    bottom: 0;
    transition: 0.6s;
}

.box1_box_left {
    width: 1.44rem;
    height: 1.44rem;
    background: #BD261D;
    padding-top: 0.27rem;
}

.box1_box_left_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    margin-bottom: 0.19rem;
}

.box1_box_left_p2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
}
.box1_box_right{
    padding-left: 0.46rem;
}
.box1_box_right .line1 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.29rem;
    transition: 0.3s;
}

.box1_box_right .line2 {
    max-width: 12.79rem;
    ;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.28rem;
}

.box1_box:hover .box1_box_right .line1 {
    color: #BD261D;
}
.box1_box:hover::after{
    width: 100%;
}
.page{
    margin-top: 0.26rem !important;
}