.section{
    width: 100%;
    height: auto;
    padding-top: 140px;
}
.section .warp{
    margin: auto;
    padding: 0 20px;
    width: 90%;
    min-width: 1024px;
    max-width: 1488px;
    box-sizing: border-box;
}
.section .warp .crumbs {
    display: flex;
    align-items: center;
}
.section .warp .crumbs a {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-right: 15px;
}
.section .warp .title {
    margin-top: 49px;
}
.section .warp .title span {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.section .warp .title .line {
    width: 100%;
    height: 2px;
    background: #5b5b5b;
    margin-top: 12px;
}
.section .warp .crumbs .color-active{
    color: #EA5413;
}


.section .warp .title p{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
    margin-top: 41px;
}
.section .warp .title .content{
    margin-top: 41px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section .warp .title .content .item{
    margin-bottom: 26px;
    display: flex;
    width: 48%;
    overflow: hidden;
}
.section .warp .title .content .item a{
    display: flex;
    width: 100%;
}
.section .warp .title .content .item .images{
    width: 320px;
    height: 330px;
    overflow: hidden;
    cursor: pointer;
}
.section .warp .title .content .item .images img{
    transition: 2s;
}
.section .warp .title .content .item .images img:hover{
    transform: scale(1.05);
}
.section .warp .title .content .item .text{
    width: 458px;
    height: 330px;
    background: #E5E5E5;
}
.section .warp .title .content .item .text p{
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-left: 41px;
    margin-bottom: 196px;
}
.section .warp .title .content .item .text span{
    float: right;
    font-size: 25px;
    font-weight: 200;
    margin-right: 22px;
}

/*@media screen and (max-width: 1660px) {
    .section .warp{
        width: 90%;
    }
    .section .warp .title .content .item .text{
        width: 50%;
        min-width: 296px;
    }
    .section .warp .title .content .item{
        width: 48%;
    }
    .section .warp .title .content .item a{
        width: 100%;
    }
    .section .warp .title .content .item .images{
        width: 50%;
    }
    .section .warp .title .content .item .images img{
        width: 100%;
        height: 100%;
    }
}*/

@media screen and (max-width: 768px) {
    .section .warp .crumbs{
        flex-wrap: wrap;
        line-height: 30px;
    }
    .section{
        padding-top: 158px;
    }
    .section .warp{
        padding: 0;
        min-width: auto;
    }
    .section .warp .crumbs a{
        font-size: 16px;
    }
    .section .warp .title p{
        font-size: 16px;
        line-height: 30px;
    }
    .section .warp .title .content .item{
        flex-direction: column;
        width: 49%;
        margin-right: 0 ;
    }
    .section .warp .title .content .item .text{
        min-width: 100%;
    }
    .section .warp .title .content .item a{
        flex-direction: column;
    }
    .section .warp .title .content .item .images{
        width: 100%;
        height: auto;
    }
    .section .warp .title .content .item .images img{
        width: 100%;
    }
    .section .warp .title .content .item .text{
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .section .warp .title .content .item .text p{
        margin: 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        height: 50px;
        line-height: unset;
    }
    .section .warp .title .content .item .text span{
        float: unset;
        margin-top: 5px;
        margin-right: 0;
    }
}