.bx,
.patetns {
    padding-left: 12.5rem
    /* 200/16 */;
}

.new-wp {
    /* margin-top: 6.25rem 100/16; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* flex-wrap: wrap;
  justify-content: space-between; */
}

.new-wp .new-item {
    width: 22.5rem
    /* 360/16 */;
    background-color: #f8f8f8;
    margin-bottom: 2.5rem
    /* 40/16 */;
    display: block;
    text-decoration: none;
}

.new-wp .new-item .img-wp {
    width: 22.5rem
    /* 360/16 */;
    height: 13.75rem
    /* 220/16 */;
    overflow: hidden;
}

.new-wp .new-item img {
    width: 100%;
    height: 100%;
}

/* .new-wp .new-item .img-wp > img:hover {
  transform: scale(1.2);
  transition: all 0.8s;
} */

.new-wp .new-item .new-info {
    padding: 1rem /* 16/16 */ 1.25rem /* 20/16 */ 1.875rem
    /* 30/16 */;
}

.new-wp .new-item a.new-info {
    display: block;
    text-decoration: none;
}

.new-wp .new-item .new-info .desc {
    color: rgb(102, 102, 102);
    font-size: 1.125rem
    /* 18/16 */;
    line-height: 1.8
    /* 30/16 */;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    height: 60px;
}

.new-wp .new-item .new-info .time {
    font-size: 0.88rem
    /* 18/16 */;
    color: #999999;
    margin-top: 1.4375rem
    /* 23/16 */;
}

.new-wp .new-item .new-info .more {
    display: block;
    font-size: 1.125rem
    /* 18/16 */;
    color: #999999;
    line-height: 1.8
    /* 30/16 */;
    margin-top: 1.125rem
    /* 18/16 */;
    cursor: pointer;
    text-decoration: none;
}

.new-wp .new-item .new-info .more span {
    color: #999999;
    font-size: 1.125rem
    /* 18/16 */;
    line-height: 1.8
    /* 30/16 */;
}

.new-wp .new-item .new-info .more img {
    width: 2.25rem
    /* 36/16 */;
    height: 1rem
    /* 16/16 */;
    margin-left: 2.3125rem
    /* 37/16 */;
}

.main-title {
    width: 100%;
    height: 28.19rem;
    background: url('../../images/about/hopered.png') no-repeat center /100% 100%;
}

.main-title-content {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .4); */
    color: #fff;
    box-sizing: border-box;
    padding: 9rem 23rem;
}

h1 {
    font-size: 4.38rem;
    font-weight: 600;
}

h3 {
    font-size: 1.63rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    margin-top: 2.5rem;
}

.news-content {
    width: 100%;
    box-sizing: border-box;
    padding: 8rem 23rem;
    max-width: 1920px;
    margin: 0 auto;
}

.new-item-empty {
    width: 22.5rem;
    background-color: #ffffff;
    margin-bottom: 2.5rem;
    display: block;
    text-decoration: none;
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}


@media screen and (max-width: 1023px) {
    .news-content {
        padding: 8rem 10rem;
    }

    .new-wp .new-item .img-wp {
        width: 100%;
        height: auto;
    }

    .new-wp .new-item {
        width: 32%;
    }

    .new-item .img-video {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 750px) {

    .new-wp {
        display: block;
    }

    .main-title {
        width: 100%;
        height: 37.19rem;
    }

    .new-wp .new-item {
        width: 100%;
    }

    .video-box video {
        width: 100% !important;
        height: auto !important;
    }

    .new-wp .new-item .new-info .desc {
        font-size: 14px;
    }

    .new-wp .new-item .new-info .time {
        font-size: 12px;
    }
}