.news {
    padding: 80px 0 125px 0;
}

.news .wrap .title h1 {
    font-weight: 800;
    font-size: 24px;
    color: #121212;
    margin: 0 0 20px;
}

.news .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.news .wrap .content {
    margin: 35px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.news .wrap .content .item {
    width: 445px;
    padding: 0 0 48px;
    margin: 0 15px 3px 0;
}

.news .wrap .content .item:nth-child(3n) {
    margin: 0 0 3px 0;
}

.news .wrap .content .item .img {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.news .wrap .content .item .img img {
    width: 100%;
    transition: .6s;
}

.news .wrap .content .item .text {
    padding: 0 20px;
}

.news .wrap .content .item .text .time {
    font-weight: 500;
    font-size: 12px;
    color: #CCCCCC;
}

.news .wrap .content .item .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin: 25px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s;
}

.news .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .wrap .content .item .text .line {
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin: 41px 0 0 0;
    transition: .6s;
}

.news .wrap .content .item .text .more {
    width: 90px;
    height: 31px;
    background: #EC4000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    transition: .6s;
    opacity: 0;
    transform: translateY(10px);
}

.news .wrap .content .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.news .wrap .content .item:hover .img img {
    transform: scale(1.05);
}

.news .wrap .content .item:hover .text h1 {
    color: #EC4000;
}

.news .wrap .content .item:hover .text .line {
    opacity: 0;
}

.news .wrap .content .item:hover .text .more {
    transform: translateY(0);
    opacity: 1;
}

.news_page {
    padding: 80px 0 190px 0;
}

.news_page .wrap {
    display: flex;
    justify-content: space-between;
}

.news_page .wrap .l {
    width: 860px;
    text-align: center;
}

.news_page .wrap .l .title {
    padding: 0 0 30px;
    border-bottom: 1px solid #D9D9D9;
}

.news_page .wrap .l .title h1 {
    font-weight: 800;
    font-size: 24px;
    color: #121212;
    margin: 0 0 21px;
}

.news_page .wrap .l .title p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.news_page .wrap .l .content {
    width: 800px;
    max-width: 100%;
    margin: 40px auto 0;
}

.news_page .wrap .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

.news_page .wrap .l .content img {
    height: fit-content;
    object-fit: contain;
}

.news_page .wrap .r {
    width: 445px;
}

.news_page .wrap .r .headline {
    font-weight: 800;
    font-size: 24px;
    color: #121212;
    margin: 0 0 70px;
}

.news_page .wrap .r .item {
    width: 445px;
    padding: 0 0 48px;
    transition: .6s;
    margin: 0 15px 32px 0;
    display: block;
}

.news_page .wrap .r .item .img {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.news_page .wrap .r .item .img img {
    width: 100%;
    transition: .6s;
}

.news_page .wrap .r .item .text .time {
    font-weight: 500;
    font-size: 12px;
    color: #CCCCCC;
}

.news_page .wrap .r .item .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin: 25px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s;
}

.news_page .wrap .r .item .text .pick {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_page .wrap .r .item .text .line {
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin: 41px 0 0 0;
    transition: .6s;
}

.news_page .wrap .r .item:hover .img img {
    transform: scale(1.05);
}

.news_page .wrap .r .item:hover .text h1 {
    color: #EC4000;
}

@media screen and (max-width: 1920px) {
    .news {
        padding: 4.1666666667vw 0 6.5104166667vw 0;
    }

    .news .wrap .title h1 {
        font-weight: 800;
        font-size: 1.25vw;
        color: #121212;
        margin: 0 0 1.0416666667vw;
    }

    .news .wrap .title p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .news .wrap .content {
        margin: 1.8229166667vw 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .news .wrap .content .item {
        width: 23.1770833333vw;
        padding: 0 0 2.5vw;
        margin: 0 0.78125vw 0.15625vw 0;
    }

    .news .wrap .content .item:nth-child(3n) {
        margin: 0 0 0.15625vw 0;
    }

    .news .wrap .content .item .img {
        width: 100%;
        margin: 0 0 1.0416666667vw;
        overflow: hidden;
    }

    .news .wrap .content .item .img img {
        width: 100%;
        transition: .6s;
    }

    .news .wrap .content .item .text {
        padding: 0 1.0416666667vw;
    }

    .news .wrap .content .item .text .time {
        font-weight: 500;
        font-size: 0.625vw;
        color: #CCCCCC;
    }

    .news .wrap .content .item .text h1 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #444444;
        margin: 1.3020833333vw 0 1.0416666667vw 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: .6s;
    }

    .news .wrap .content .item .text .pick {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        line-height: 1.0416666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news .wrap .content .item .text .line {
        width: 100%;
        height: 0.0520833333vw;
        background: #EDEDED;
        margin: 2.1354166667vw 0 0 0;
        transition: .6s;
    }

    .news .wrap .content .item .text .more {
        width: 4.6875vw;
        height: 1.6145833333vw;
        background: #EC4000;
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.625vw;
        color: #FFFFFF;
        transition: .6s;
        opacity: 0;
        transform: translateY(0.5208333333vw);
    }

    .news .wrap .content .item:hover {
        box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.05);
    }

    .news .wrap .content .item:hover .img img {
        transform: scale(1.05);
    }

    .news .wrap .content .item:hover .text h1 {
        color: #EC4000;
    }

    .news .wrap .content .item:hover .text .line {
        opacity: 0;
    }

    .news .wrap .content .item:hover .text .more {
        transform: translateY(0);
        opacity: 1;
    }

    .news_page {
        padding: 4.1666666667vw 0 9.8958333333vw 0;
    }

    .news_page .wrap {
        display: flex;
        justify-content: space-between;
    }

    .news_page .wrap .l {
        width: 44.7916666667vw;
        text-align: center;
    }

    .news_page .wrap .l .title {
        padding: 0 0 1.5625vw;
        border-bottom: 0.0520833333vw solid #D9D9D9;
    }

    .news_page .wrap .l .title h1 {
        font-weight: 800;
        font-size: 1.25vw;
        color: #121212;
        margin: 0 0 1.09375vw;
    }

    .news_page .wrap .l .title p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .news_page .wrap .l .content {
        width: 41.6666666667vw;
        max-width: 100%;
        margin: 2.0833333333vw auto 0;
    }

    .news_page .wrap .l .content p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
        line-height: 1.5625vw;
    }

    .news_page .wrap .l .content img {
        height: fit-content;
        object-fit: contain;
    }

    .news_page .wrap .r {
        width: 23.1770833333vw;
    }

    .news_page .wrap .r .headline {
        font-weight: 800;
        font-size: 1.25vw;
        color: #121212;
        margin: 0 0 3.6458333333vw;
    }

    .news_page .wrap .r .item {
        width: 23.1770833333vw;
        padding: 0 0 2.5vw;
        transition: .6s;
        margin: 0 0.78125vw 1.6666666667vw 0;
        display: block;
    }

    .news_page .wrap .r .item .img {
        width: 100%;
        margin: 0 0 1.0416666667vw;
        overflow: hidden;
    }

    .news_page .wrap .r .item .img img {
        width: 100%;
        transition: .6s;
    }

    .news_page .wrap .r .item .text .time {
        font-weight: 500;
        font-size: 0.625vw;
        color: #CCCCCC;
    }

    .news_page .wrap .r .item .text h1 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #444444;
        margin: 1.3020833333vw 0 1.0416666667vw 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: .6s;
    }

    .news_page .wrap .r .item .text .pick {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        line-height: 1.0416666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news_page .wrap .r .item .text .line {
        width: 100%;
        height: 0.0520833333vw;
        background: #EDEDED;
        margin: 2.1354166667vw 0 0 0;
        transition: .6s;
    }

    .news_page .wrap .r .item:hover .img img {
        transform: scale(1.05);
    }

    .news_page .wrap .r .item:hover .text h1 {
        color: #EC4000;
    }
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 768px) {
  .news .wrap .title h1 {
    font-size: 20px;
  }
  .news .wrap .title p {
    font-size: 14px;
    line-height: 1.6;
  }
  .news .wrap .title {
    margin: 0 0 30px;
  }
  .news {
    padding: 30px 0 40px;
  }
    .news .wrap .content .item .img {
        margin-bottom: 15px ;
    }
    .news .wrap .content {
        justify-content: space-between;
    }
    .news .wrap .content .item {
        width: 100%;
        margin: 0 0 20px;
    }
    .news .wrap .content .item .text .time {
        font-size: 12px;
    }
    .news .wrap .content .item .text h1 {
        font-size: 14px;
        margin: 10px 0 15px;
    }
    .news .wrap .content .item .text .pick {
        font-size: 12px;
        line-height: 1.6;
    }
    .news .wrap .content .item .text .line {
        margin: 15px 0 0;
    }
    .news .wrap .content .item .text .more {
        width: fit-content;
        height: fit-content;
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 5px;
        opacity: 1;
        margin: 10px 0 0;
    }
    .news_page .wrap {
        display: block;
    }
    .news_page .wrap .l {
        width: 100%;
    }
    .news_page .wrap .l .title h1 {
        font-size: 20px;
    }
    .news_page .wrap .l .title p {
        font-size: 14px;
    }
    .news_page .wrap .l .content p {
        font-size: 12px;
        line-height: 1.8;
    }
    .news_page .wrap .l .content {
        width: 100%;
    }
    .news_page .wrap .l .title {
        padding: 0 0 10px;
        margin: 0 0 30px;
    }
    .news_page .wrap .l .content p span {
        font-size: 14px!important;
    }
    .news_page .wrap .r .headline {
        font-size: 18px;
    }
    .news_page .wrap .r  {
        margin: 40px 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news_page .wrap .r .item {
        width: 48%;
    }
    .news_page .wrap .r .headline {
        width: 100%;
        margin: 0 0 30px;
    }
    .news_page .wrap .r .item .text .time {
        font-size: 12px;
    }
    .news_page .wrap .r .item .text h1 {
        font-size: 14px;
        margin: 10px 0;
    }
    .news_page .wrap .r .item .text .line {
        margin: 15px 0 0;
    }
    .news_page .wrap .r .item .text .pick {
        font-size: 12px;
        line-height: 1.6;
    }
}
