.main {
    background: #fff;
}

.box1 {
   padding: 80px 0 70px;
   background-color: #f6f6f6;
}

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

.box1_cen .prc {
    width: 40%;
}

.box1_cen .prc img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box1_cen .r {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 50px 0 50px;
}

.box1_cen .r .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-regular);
    color: #999999;
    font-size: var(--font-size-p);
    margin-bottom: 60px;
}

.box1_cen .r .time img {
    display: block;
    margin-right: 5px;
}

.box1_cen .r .zi {
    width: 100%;
}

.box1_cen .r .zi .tit {
    font-size:var(--font-size-h2);
    line-height: 1;
    font-family: var(--font-bold);
    margin-bottom: 10px;
    color: #333;
}

.box1_cen .r .zi .text {
    font-size: var(--font-size-18);
    font-family: var(--font-regular);
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.mroe {
    display: flex;
    align-items: center;
    justify-content: center;
    width:160px;
    height: 42px;
    border: 1px solid #eda333;
    color: #eda333;
    text-transform: uppercase;
    font-family: var(--font-regular);
    transition: all 0.3s ease;
    border-radius: 25px;
    margin-top: 100px;
    cursor: pointer;
}
.mroe p{
    font-size: 14px;
}
.mroe:hover {
    background-color: #eda333;
    color: white;
}

.mroe .iconfont {
    display: block;
    margin-left: 5px;
}

.xlogo {
    display: block;
    position: absolute;
    bottom: 22px;
    right: 30px;
}

.box2 {
    width: 100%;
}

.box2_cen {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box2_cen .item {
    width: 31%;
    margin-right: 3%;
    margin-top: 55px;
}

.box2_cen .item:nth-child(3n) {
    margin-right: 0;
}

.box2_cen .item .prc {
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}

.box2_cen .item .prc img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.box2_cen .item:hover .prc img {
    transform: scale(1.05);
}

.box2_cen .item .tit {
    font-size:var(--font-size-h3);
    line-height: 1.5;
    color: #222;
    font-family: var(--font-bold);
    margin-top: 20px;
    margin-bottom: 12px;
}

.box2_cen .item .text {
    font-size: var(--font-size-p);
    line-height: 1.5;
    font-family: var(--font-regular);
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box2_cen .item .bom {
    padding-top: 30px;
    margin-top: 22px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box2_cen .item .bom .time img {
    display: block;
    margin-right: 5px;
}

.box2_cen .item .bom .time {
    display: flex;
    align-items: center;
    font-family: var(--font-regular);
    color: #999999;
    font-size: 16px;
}

.box2_cen .item .bom .mroe {
    margin-top: 0;
}


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

    .box1_cen .r .time {
        margin-bottom: 30px;
    }


    .box1_cen .r .zi .text {
        font-size: 18px;
    }

    .mroe {
        margin-top: 40px;
    }

    .box2_cen .item .tit {
      
        margin-top: 15px;
        margin-bottom: 9px;
        line-height: 1;
    }

    .box2_cen .item .bom {
        padding-top: 20px;
        margin-top: 20px;
    }

    .box2_cen .item .bom .time img {
        width: 15px;
    }

    .box2_cen .item .bom .time {
        font-size: 15px;
    }

    .mroe {
        font-size: 15px;
    }

    .box2_cen .item {
        margin-top:40px;
    }
}

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

    .box1_cen .r {
        padding: 0 25px 0 30px;
    }

    .box2_cen .item {
        margin-top: 25px;
    }

    .box2_cen .item .tit {
       
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .box2_cen .item .bom {
        padding-top: 10px;
        margin-top: 14px;
    }

    .box1_cen .r .zi .text {
        font-size: 16px;
    }
}

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

    .box1_cen .prc {
        width: 100%;
    }

    .box1_cen .prc img {
        object-fit: cover;
        max-height: 300px;
    }

    .box1_cen .r {
        width: 100%;
        padding: 0 10px 0 10px;
        margin-top: 20px;
    }
    
    .box1_cen .r .zi .text{ font-size:16px;}

    .box1_cen .r .time {
        margin-bottom: 10px;
    }

    .mroe {
        margin-top: 20px;
    }

    .box2_cen {
        justify-content: space-between;
    }

    .box2_cen .item {
        width: 49%;
        margin-right: 0;
    }

    .box2_cen .item .bom {
        padding-top: 6px;
        margin-top: 10px;
        flex-direction: column;
    }
    .box2_cen .item .bom .time{margin:15px 0;}

    .mroe {
        font-size: 13px;
    }
    .xlogo{
        max-width: 30%;
        right: 0;
        bottom: 0;
    }
}

@media (max-width:560px) {
    .box2_cen .item {
        width: 100%;
    }
}