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

.section .warp {
    width: 1560px;
    margin: 168px auto 101px;
 
}
.section .warp .title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #323232;
    text-align: center;
    margin: 0 0 45px;
}
.section .warp .content{
   display: flex;

    flex-wrap: wrap;
}
.section .warp .item {
    width: 770px;
    height: 449px;
    margin: 0 20px 20px 0;
    display: flex;
}

.section .warp .item:nth-child(2n) {
    margin: 0 0 20px 0;
}


.section .warp .item .text {
    width: 409px;
    height: 100%;
    padding: 70px 41px;
    background: #dbe3e8;
}

.section .warp .item .text span {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin: 0 0 28px 0;
    display: block;
    transition: 1s;
}

.section .warp .item .text:hover span {
    color: #c9151e;
}

.section .warp .item .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    transition: 1s;
    min-height: 145px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(25px);
}

.section .warp .item .text:hover p{
    opacity: 1;
    transform: translateY(0px);
}
.section .warp .item .text .more {
    margin: 67px 0 0 0;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding: 11px 0 0 0;
    transition: 1s;
}

.section .warp .item .text:hover .more {
    color: #c9151e;
}

.section .warp .item .text .more:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 2px;
    background: #c9151e;
}

.section .warp .item .picture {
    width: 359px;
    height: 100%;
    overflow: hidden;
}

.section .warp .item .picture img {
    width: 100%;
    height: 100%;
    transition: 5s;
    cursor: pointer;
}

.section .warp .item .picture img:hover {
    transform: scale(1.1);
}


/*.section .warp .item {*/
/*    width: 770px;*/
/*    height: 280px;*/
/*    background: #ffffff;*/
/*    display: flex;*/
/*    margin-bottom: 35px;*/
/*}*/

/*.section .warp .item .picture {*/
/*    width: 264px;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*}*/

/*.section .warp .item .picture img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: 5s;*/
/*    cursor: pointer;*/
/*}*/

/*.section .warp .item .picture img:hover {*/
/*    transform: scale(1.1);*/
/*}*/

/*.section .warp .item .text {*/
/*    padding: 50px 0 50px 44px;*/
/*}*/

/*.section .warp .item .text .headline {*/
/*    font-size: 26px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 500;*/
/*    color: #0c0c0c;*/
/*    transition: 0.6s;*/
/*}*/

/*.section .warp .item .text .headline:hover {*/
/*    color: #ab0e12;*/
/*}*/

/*.section .warp .item .text h2 {*/
/*    font-size: 14px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #5d5d5d;*/
/*    margin: 15px 0 26px 0;*/
/*}*/

/*.section .warp .item .text .pick {*/
/*    width: 345px;*/
/*    font-size: 16px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #3d3d3d;*/
/*    line-height: 28px;*/
/*    display: block;*/
/*    transition: 0.6s;*/
/*}*/

/*.section .warp .item .text .pick:hover {*/
/*    color: #ab0e12;*/
/*}*/

.page {
    width: 100%;
    min-height: 76.2vh;
    overflow: hidden;
    background: #f6f6f6;
}

.page .warp {
    width: 1360px;
    margin: 230px auto 87px;
}

.page .warp .bread {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.page .warp .bread a {
    display: flex;
    align-items: center;
}

.page .warp .bread a .iconfont {
    color: #535353;
    font-size: 15px;
    opacity: 0.5;
    margin-right: 5px;
    margin-top: -2px;
}

.page .warp .bread a p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1b1b1b;
    line-height: 22px;
    opacity: 0.5;
}

.page .warp .bread .active p {
    opacity: 1;
}

.page .warp .content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.page .warp .content .picture {
    width: 264px;
    height: 280px;
    overflow: hidden;
}

.page .warp .content .introduce {
    width: 1070px;
    height: 567px;
    background: #ffffff;
    padding: 62px 65px;
}

.page .warp .content .introduce span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0c0c0c;
}

.page .warp .content .introduce h2 {
    margin: 15px 0 0 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5d5d5d;
}

.page .warp .content .introduce .line {
    width: 30px;
    height: 3px;
    background: #c42f2f;
    margin: 19px 0 61px 0;
}

.page .warp .content .introduce p {
    width: 932px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 30px;
}


@media screen and (max-width: 1856px) {
    .section .warp{
        width: 90%;
    }
    .section .warp .item{
        width: 48%;
    }
}

@media screen and (max-width: 1550px) {
    .section .warp .item .picture{
        width: 100%;
    }
    .section .warp .item a,.section .warp .item .text{
        width: 50%;
    }
    .page .warp{
        max-width: 90%;
    }
    .page .warp .content .introduce{
        width: 78%;
    }
    .page .warp .content .picture{
        width: 20%;
    }
    .page .warp .content .introduce p{
        max-width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .section .warp{
        flex-direction: column;
        margin: 94px auto 43px;
    }
    .section .warp .item{
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
    }
    .section .warp .item .picture{
        width: 100%;
        height: auto;
    }
    .section .warp .item .text{
        width: 100%;
        height: auto;
        position: relative;
        top: -5px;
        padding: 15px;
    }
    .section .warp .item .text p{
        font-size: 12px;
    }
    .section .warp .item a, .section .warp .item .text{
        width: 100%;
    }
    .section .warp .item .text p{
        opacity: 1;
        transform: none;
        min-height: auto;
    }
    .page .warp{
        margin: 94px auto 51px;
    }
    .page .warp .content {


    margin-top: 28px;
}
.page .warp .content{
    flex-direction: column;
}
.page .warp .content .picture{
    width: 100%;
}
.page .warp .content .introduce{
    width: 100%;
    padding: 5%;
    height: auto;
}
.page {

    min-height: 77vh;

}
.page .warp .content .introduce span{
    font-size: 24px;
}
.page .warp .content .introduce p {
    max-width: 100%;
    font-size: 13px;
}
.page .warp .content .introduce .line {


    margin: 19px 0 0 0;
}
}