.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    width: 90%;
    margin: 95px auto 64px;
}
.section .warp .title span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2F2F2F;
    margin-bottom: 28px;
}
.section .warp .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
}
.section .warp .title .line{
    margin-top: 75px;
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
}
.section .warp .content{
    margin-top: 85px;
}
.section .warp .content .flex{
    display: flex;
    flex-wrap: wrap;
}
.section .warp .content .flex .item{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4%;
}
.section .warp .content .flex .item:nth-child(3n){
    margin-right: 0;
}
.section .warp .content .flex .item .images{
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1920px) {
    .section .warp .content .flex .item .images{
        height: 308px;
    }
}
.section .warp .content .flex .item .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.section .warp .content .flex .item .images img:hover{
    transform: scale(1.05);
}
.section .warp .content .flex .item .text{
    margin-top: 24px;
}
.section .warp .content .flex .item .text span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #272727;
    margin-bottom: 24px;
}
.section .warp .content .flex .item .text div{
    display: flex;
    justify-content: space-between;
}
.section .warp .content .flex .item .text div p{
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    color: #747474;
}
.section .warp .content .flex .item .text div i{
    font-size: 15px;
    color: #747474;
}
.section .warp .content .upload{
    margin-top: 50px;
    text-align: center;
    display: block;
}
.section .warp .content .upload .iconfont{
    font-size: 25px;
    margin-bottom: 14px;
    color: #373737;
    animation: 0.6s rota linear infinite;
}
@keyframes rota {
    100%{
        transform: rotate(360deg);
    }
}
.section .warp .content .upload p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #373737;
}
@media screen and (max-width: 1660px) {
    .section .warp .content .flex .item .images{
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .section .warp .title span{
        font-size: 22px;
        margin-bottom: 21px;
    }
    .section .warp .title p{
        font-size: 14px;
    }
    .section .warp{
        margin: 49px auto;
    }
    .section .warp .title .line{
        margin-top: 28px;
    }
    .section .warp .content{
        margin-top: 39px;
    }
    .section .warp .content .flex{
        justify-content: space-between;
    }
    .section .warp .content .flex .item{
        margin-right: 0;
        width: 48%;
        margin-bottom: 35px;
    }
    .section .warp .content .flex .item .text {
        margin-top: 16px;
    }
    .section .warp .content .flex .item .text span{
        font-size: 18px;
        margin-bottom: 9px;
    }
    .section .warp .content .flex .item .text div p{
        font-size: 12px;
    }
}