.section {
    padding: 0 0 110px
}

.section .wrap {
    width: 1440px;
    margin: 0 auto
}

.section .wrap .crumb_link {
    padding: 14px 0 0;
    margin: 0 0 80px
}

.section .wrap .title {
    padding: 0 0 15px;
    border-bottom: 1px solid #E9EEF4;
    margin-bottom: 45px
}

.section .wrap .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 32px;
    margin-bottom: 20px
}

.section .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1
}

.section .wrap .content {
    padding: 0 0 30px;
    border-bottom: 1px solid #E9EEF4;
    margin-bottom: 40px
}

.section .wrap .content p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 40px
}

.section .wrap .news_page {
    margin-bottom: 75px
}

.section .wrap .news_page a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    transition: 0.6s
}

.section .wrap .news_page a:hover {
    color: #F98800
}

.section .wrap .related h2 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 1;
    margin-bottom: 25px
}

.section .wrap .related .flex {
    display: flex
}

.section .wrap .related .flex .item {
    display: block;
    width: 320px;
    margin-bottom: 60px
}

.section .wrap .related .flex .item .img {
    overflow: hidden
}

.section .wrap .related .flex .item .img img {
    display: block;
    transition: 3s
}

.section .wrap .related .flex .item h5 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 32px;
    width: 280px;
    height: 64px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px;
    transition: 0.6s
}

.section .wrap .related .flex .item p {
    width: 280px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.section .wrap .related .flex .item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.section .wrap .related .flex .item:hover .img img {
    transform: scale(1.1)
}

.section .wrap .related .flex .item:hover h5 {
    color: #F98800
}

.section .wrap .related .flex .item:not(:nth-child(4n)) {
    margin: 0 50px 0 0
}

@media screen and (max-width: 1920px) {
    .section {
        padding: 0 0 5.7291666667vw
    }

    .section .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .section .wrap .crumb_link {
        padding: 0.7291666667vw 0 0;
        margin: 0 0 4.1666666667vw
    }

    .section .wrap .title {
        padding: 0 0 0.78125vw;
        border-bottom: 1px solid #E9EEF4;
        margin-bottom: 2.34375vw
    }

    .section .wrap .title h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 1.6666666667vw;
        margin-bottom: 1.0416666667vw
    }

    .section .wrap .title p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        line-height: 1
    }

    .section .wrap .content {
        padding: 0 0 1.5625vw;
        border-bottom: 1px solid #E9EEF4;
        margin-bottom: 2.0833333333vw
    }

    .section .wrap .content p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
        line-height: 2.0833333333vw
    }

    .section .wrap .news_page {
        margin-bottom: 3.90625vw
    }

    .section .wrap .news_page a {
        display: block;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.875vw;
        transition: 0.6s
    }

    .section .wrap .news_page a:hover {
        color: #F98800
    }

    .section .wrap .related h2 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 1;
        margin-bottom: 1.3020833333vw
    }

    .section .wrap .related .flex {
        display: flex
    }

    .section .wrap .related .flex .item {
        display: block;
        width: 16.6666666667vw;
        margin-bottom: 3.125vw
    }

    .section .wrap .related .flex .item .img {
        overflow: hidden
    }

    .section .wrap .related .flex .item .img img {
        display: block;
        transition: 3s
    }

    .section .wrap .related .flex .item h5 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.6666666667vw;
        width: 14.5833333333vw;
        height: 3.3333333333vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 0 0.78125vw;
        transition: 0.6s
    }

    .section .wrap .related .flex .item p {
        width: 14.5833333333vw;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 1.5625vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 1.0416666667vw
    }

    .section .wrap .related .flex .item span {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999
    }

    .section .wrap .related .flex .item:hover .img img {
        transform: scale(1.1)
    }

    .section .wrap .related .flex .item:hover h5 {
        color: #F98800
    }

    .section .wrap .related .flex .item:not(:nth-child(4n)) {
        margin: 0 2.6041666667vw 0 0
    }

}
@media screen and (max-width: 1024px) {
    .section .wrap {
        width: 90%;
        padding: 40px 0 0;
    }
    .section .wrap .title h1 {
        font-size: 24px;
        line-height: 1.6;
        margin: 0 0 10px;
    }
    .section .wrap .title p {
        font-size: 14px;
    }
    .section .wrap .title {
        padding: 0 0 15px;
        margin: 0 0 30px;
    }
    .section .wrap .content p {
        font-size: 16px;
        line-height: 2;
    }
    .section .wrap .content {
        padding: 0 0 20px;
        margin-bottom: 30px;
    }
    .section .wrap .news_page a {
        font-size: 16px;
        line-height: 1.6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    .section .wrap .news_page {
        margin-bottom: 40px;
    }
    .section .wrap .related h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .wrap .related .flex {
        display: block;

    }
    .section .wrap .related .flex .item {
        width: 100%;
        margin: 0 0 50px !important;
    }
    .section .wrap .related .flex .item .img img {
        width: 100%;
    }
    .section .wrap .related .flex .item .img {
        margin-bottom: 15px;
    }
    .section .wrap .related .flex .item h5 {
        width: 100%;
        font-size: 18px;
        height: unset;
        line-height: 1.6;
        margin: 0 0 10px;
    }
    .section .wrap .related .flex .item p {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 5px;
    }
    .section .wrap .related .flex .item span {
        font-size: 14px;
        line-height: 1.6;
    }
}
