.section {
    padding: 0 0 77px
}

.section .main {
    width: 1400px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap
}

.section .main .item {
    display: block;
    width: 450px;
    margin-bottom: 40px;
    background: #f0f1f2;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 0 30px;
}

.section .main .item .img {
    margin: 0 0 23px;
    overflow: hidden;
    border-radius: 6px;
    height: 280px;
}

.section .main .item .img img {
    display: block;
    transition: 3s;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

.section .main .item h5 {
    font-weight: 700;
    font-size: 16px;
    color: #111111;
    line-height: 1;
    margin: 0 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
    padding: 0 30px;
}
.section .main .item .more {
    margin: 20px 0 0 30px;
    font-size: 14px;
    color: #111111;
    line-height: 1;
    text-decoration: underline;
    transition: 0.6s;
}
.section .main .item .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
      padding: 0 30px;
}

.section .main .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.section .main .item:not(:nth-child(3n)) {
    margin-right: 25px
}

.section .main .item:hover .img img {
    transform: scale(1.1)
}
.section .main .item:hover .more {
        color: #005CFF;
}
.section .main .item:hover h5 {
    color: #005CFF
}

.page {
    margin: 28px 0 0
}

@media screen and (max-width: 1919px) {
    .section{
        padding: 0px 0px 4.0104166667vw;
    }
    .section .main{
        width: 72.9166666667vw;
        margin: 2.6041666667vw auto 0px;
    }
    .section .main .item{
        width: 23.4375vw;
        margin-bottom: 2.0833333333vw;
    }
    .section .main .item .img{
        margin: 0px 0px 1.1979166667vw;
        border-radius: 0.3125vw;
        height: 14.5833333333vw;
    }
    .section .main .item h5{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.0416666667vw;
        padding: 0 1.5625vw;
    }
    .section .main .item .text p{
        font-size: 0.7291666667vw;
        
    }
     .section .main .item .text {
         padding: 0 1.5625vw;
     }
    .section .main .item .more {
        font-size: 0.7291666667vw;
    }
    .section .main .item:not(:nth-child(3n)){
        margin-right: 1.3020833333vw;
    }
    .page{
        margin: 1.4583333333vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .section .main {
        width: 90vw;
        margin: 40px auto 0;
    }
    .section .main .item {
        width: 100%;
        margin: 0 0 40px;
    }
    .section .main .item .img {
        height: 50vw;
        margin: 0 0 25px;
    }
    .section .main .item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .section .main .item h5 {
        font-size: 16px;
        margin: 0 0 20px;
        padding: 0 20px;
    }
    .section .main .item .text {
         padding: 0 20px;
    }
    .section .main .item .text p {
        font-size: 14px;
    }
    .section .main .item .more {
        font-size: 14px;
    }
    .links .wrap a {
        margin: 0 6px 0 0;
    }
}