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

.new-wp {
    /* margin-top: 6.25rem 100/16; */

    flex-wrap: wrap;
    /*  display: flex;
     justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.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.1);
    transition: all 0.5s;
}

.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: 1.125rem /* 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/news/news-bg.png') no-repeat center 29%/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: 2rem 23rem 7rem 23rem;
    margin: 0 auto;
    max-width: 1920px;
}
@media screen and (min-width: 1024px) {
	@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) {
    .main-title {
        width: 100%;
        /* height: 37.19rem; */
    }
    .new-wp{
        display: block;
    }
    .new-wp .new-item {
        width: 100%;
    }

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

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