.main {
    background: #f6f6f6;
}

.box1 {
    margin-top: 56px;
}

.box1_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1_cen .l {
    width: 78.49%;
}

.box1_t {
    padding: 60px 78px 110px 70px;
    background: #fff;
}

.box1_t .b_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #e3e3e3;
}

.box1_t .b_t .title {
    width: 810px;
    max-width: 100%;
    font-size: var(--font-size-h2);
    line-height: 1.2;
    color: #333;
    font-family: var(--font-bold);

}

.box1_t .r_ico {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.box1_t .r_ico .time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--font-regular);
    color: #999999;
    margin-bottom: 16px;
}

.box1_t .r_ico .time img {
    display: block;
    margin-right: 5px;
}

.box1_t .r_ico .share {
    display: flex;
    align-items: center;
    font-family: var(--font-semibold);
    color: #333333;
    font-size: 22px;
}

.box1_t .r_ico .share a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}

.box1_t .r_ico .share a img {
    display: block;
    width: 100%;
}

.box1_t .text p{
    font-size: var(--font-size-18);
    line-height: 1.5;
    font-family: var(--font-regular);
    color: #666666;
}

.box1_t .text img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.box1_last {
    width: 100%;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 90px;
}

.box1_last a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}

.box1_last a:last-child {
    border-bottom: none;
}

.box1_last a p {
    font-size: 20px;
    font-family: var(--font-regular);
    color: #666;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.box1_last a:hover p {
    color: #eda333;
}

.box1_last a p span {
    font-family: var(--font-bold);
    color: #333;
    display: block;
    margin-right: 3px;
}

.box1_last a .time {
    display: flex;
    align-items: center;
}


.box1_last a .time img {
    display: block;
    width: 20px;
    margin-right: 10px;

}


.box1_last a .time p {
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-regular);
    color: #999999;
}






.box1_cen .r {
    width: 19.2%;
}

.box1_cen .r .r_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.box1_cen .r .r_item .prc {
    width: 100%;
    overflow: hidden;
}

.box1_cen .r .r_item p {
    text-align: center;
    font-size: var(--font-size-h3);
    line-height: 1;
    font-family: var(--font-semibold);
    color: #333333;
    margin-top: 15px;
}

.box1_cen .r .r_item .prc img {
    display: block;
    transition: all 0.3s ease;
    width: 100%;
}

.box1_cen .r .r_item:hover .prc img {
    transform: scale(1.1);
}

@media (max-width:1500px) {
    .box1 {
        margin-top: 40px;
    }

    .box1_t {
        padding: 40px 50px 90px 50px;
    }

    .box1_t .b_t .title {
        width: 710px;
        max-width: 100%;

    }

    .box1_t .b_t {
        padding-bottom: 28px;
    }

    .box1_t .text {

        line-height: 1.8;
    }

    .box1_last {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .box1_cen .r .r_item p {
        font-size: 17px;
        margin-top: 10px;
    }
}

@media (max-width:1200px) {
    .box1 {
        margin-top: 30px;
    }

    .box1_t {
        padding: 30px 35px 50px 40px;
    }

    .box1_t .b_t {
        flex-wrap: wrap;
    }

    .box1_t .b_t .title {
        width: 100%;

    }

    .box1_t .r_ico {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .box1_t .text {

        line-height: 1.8;
    }

    .box1_last {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .box1_last a p {
        font-size: 20px;
    }

    .box1_last a p span {
        font-size: 18px;
    }

    .box1_cen .r .r_item p {
        font-size: 18px;
        margin-top: 15px;
    }

    .box1_t .r_ico .time {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .box1_cen {
        flex-direction: column;
    }

    .box1_cen .l {
        width: 100%;
    }

    .box1 {
        margin-top: 15px;
    }

    .box1_t {
        padding: 20px 20px 30px 20px;
    }


    .box1_t .text {

        line-height: 1.8;
    }

    .box1_last a p span {
        font-size: 14px;
    }

    .box1_last a p {
        font-size: 15px;
    }

    .box1_last a {
        flex-wrap: wrap;
    }

    .box1_last a .time {
        display: none;
    }

    .box1_cen .r {
        width: 100%;
        margin-bottom: 20px;
    }
}