.section {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
}

.section .warp {
    width: 1200px;
    margin: 115px auto 155px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section .warp .item {
    width: 585px;
    height: 263px;
    background: #fff;
    margin: 0 0 32px 0;
    padding: 32px 59px 35px 58px;
    display: flex;
}

.section .warp .item .text {
    width: 224px;
    margin: 35px 103px 0 0;
}

.section .warp .item .text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin: 0 0 18px 0;
    display: block;
}

.section .warp .item .text p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #373737;
}

.section .warp .item .text .button {
    margin: 60px 0 0 0;
    display: flex;
}

.section .warp .item .text .button .circle {
    width: 104px;
    height: 36px;
    border: 1px solid #E4E4E4;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 0;
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #484848;
    transition: 0.6s;
}

.section .warp .item .text .button .circle:last-child {
    margin: 0;
}

.section .warp .item .text .button .circle:hover {
    background: #CD0811;
    color: #fff;
}

.section .warp .item .images {
    width: 141px;
    height: 196px;
}

.section .warp .item .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 1856px) {
    .section .warp{
        width: 66%;
    }
    .section .warp .item{
        width: 48%;
    }
}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .section .warp{
        width: 90%;
        margin: 35px auto;
    }
    .section .warp .item{
        width: 100%;
        height: auto;
        padding: 5%;
        flex-direction: column;
    }
    .section .warp .item .text .button {
        margin: 36px 0 0 0;
    }
    .section .warp .item .images{
        margin: 20px 0 0 0;
    }
}
