.common_brand {
    background: #F6F5F8
}

.news1 {
    background: #F6F5F8;
    padding: 80px 0
}

.news1 .wrap {
    width: 1440px;
    margin: auto
}

.news1 .wrap .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    margin: 0 0 50px;
    text-align: center
}



.news1 .wrap .content .item {
    height: 300px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 24px 30px 30px;
    display: flex
}

.news1 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news1 .wrap .content .item:hover .title {
    color: var(--color)
}

.news1 .wrap .content .item:hover .center .more {
    background: var(--color);
    color: #fff
}

.news1 .wrap .content .item:not(:last-child) {
    margin: 0 0 20px
}

.news1 .wrap .content .item .img {
    width: 360px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px 0 0
}

.news1 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .wrap .content .item .title {
    width: 100%;
    height: fit-content;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-family: 'OPPOSans m', sans-serif;
    transition: .6s ease
}

.news1 .wrap .content .item .center {
    margin: 20px 80px 0 0;

    width: 100%;
    flex: 1;
}

.news1 .wrap .content .item .center .pick {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.news1 .wrap .content .item .center  .dis{
     margin: 64px 0 0 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
}

.news1 .wrap .content .item .center .more {
   
    width: 152px;
    height: 45px;
    background: #ECECEE;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    transition: .6s ease
}

.news1 .wrap .content .item .time {
    font-weight: 500;
    font-size: 12px;
    color: #999999
}

.video1 {
    background: #F6F5F8;
    padding: 80px 0 110px
}

.video1 .wrap {
    width: 1440px;
    margin: auto
}

.video1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    margin: 0 0 50px;
    text-align: center
}

.video1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px 30px;
    margin: 0 0 65px
}

.video1 .wrap .content .item {
    width: 100%;
    cursor: pointer
}

.video1 .wrap .content .item:hover .images img {
    transform: scale(1.05)
}

.video1 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.video1 .wrap .content .item .images {
    width: 100%;
    height: 306px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.video1 .wrap .content .item .images .img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.video1 .wrap .content .item .images .play {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5
}

.video1 .wrap .content .item .images .play img {
    width: 18px
}

.video1 .wrap .content .item .text {
    margin: 32px 0 0 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #E8E9ED
}

.video1 .wrap .content .item .text .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 0 0 17px;
    transition: .6s ease
}

.video1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.notice1 {
    background: #F6F5F8;
    padding: 80px 0 110px
}

.notice1 .wrap {
    width: 1440px;
    margin: auto
}

.notice1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    margin: 0 0 50px;
    text-align: center
}

.notice1 .wrap .content {
    gap: 30px;
    margin: 0 0 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.notice1 .wrap .content .item {
    width: 705px;
    height: 130px
}

.notice1 .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0 35px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.notice1 .wrap .content .item:hover .joke {
    box-shadow: 0px 10px 25px 0px rgba(67, 76, 88, 0.08)
}

.notice1 .wrap .content .item:hover .l .p1 {
    color: var(--color)
}

.notice1 .wrap .content .item:hover .circle {
    background: var(--color)
}

.notice1 .wrap .content .item:hover .circle .iconfont {
    color: #fff;
    transform: rotate(0)
}

.notice1 .wrap .content .item .l {
    width: 90%
}

.notice1 .wrap .content .item .l .time {
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    margin: 0 0 10px
}

.notice1 .wrap .content .item .l .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    transition: .6s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notice1 .wrap .content .item .circle {
    width: 40px;
    height: 40px;
    background: #F6F5F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.notice1 .wrap .content .item .circle .iconfont {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transform: rotate(-45deg);
    transition: .6s ease
}

.newsInfo1 {
    background: #F6F5F8;
    padding: 180px 0 100px
}

.newsInfo1 .wrap {
    width: 1000px;
    margin: auto;
    position: relative
}

.newsInfo1 .wrap .back {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -213px;
    transition: .6s ease
}

.newsInfo1 .wrap .back:hover {
    background: var(--color)
}

.newsInfo1 .wrap .back:hover .iconfont {
    color: #fff
}

.newsInfo1 .wrap .back:hover p {
    color: #fff
}

.newsInfo1 .wrap .back .iconfont {
    color: #EA5520;
    font-size: 16px;
    margin: 0 8px 0 0;
    transition: .6s ease
}

.newsInfo1 .wrap .back p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    transition: .6s ease
}

.newsInfo1 .wrap .title {
    text-align: center
}

.newsInfo1 .wrap .title .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 0 0 19px
}

.newsInfo1 .wrap .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.newsInfo1 .wrap .title .line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 40px 0 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.newsInfo1 .wrap .title .line.aos-animate {
    transform: scaleX(1)
}

.newsInfo1 .wrap .content {
    text-align: center;
    margin: 40px 0 0 0
}

.newsInfo1 .wrap .content p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px
}

.newsInfo1 .wrap .content img {
    height: fit-content;
    object-fit: contain
}

.newsInfo1 .wrap .other {
    margin: 82px 0 0 0;
    position: relative;
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.newsInfo1 .wrap .other:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #E3E2E5
}

.newsInfo1 .wrap .other a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    transition: .6s ease
}

.newsInfo1 .wrap .other a:hover {
    color: var(--color)
}

.newsInfo1 .wrap .other a:last-child {
    text-align: right
}

.newsInfo1 .wrap .other a p {
    color: #999
}

@media screen and (max-width: 1919px) {
.news1{
padding: 4.1666666667vw 0px;
}
.news1 .wrap{
width: 75vw;
}
.news1 .wrap .p1{
font-size: 1.875vw;
 margin: 0px 0px 2.6041666667vw;
}
.news1 .wrap .content .item{
height: 15.625vw;
 border-radius: 1.0416666667vw;
 padding: 1.5625vw 1.25vw 1.5625vw 1.5625vw;
}
.news1 .wrap .content .item:not(:last-child){
margin: 0px 0px 1.0416666667vw;
}
.news1 .wrap .content .item .img{
width: 18.75vw;
 height: 12.5vw;
 border-radius: 0.5208333333vw;
 margin: 0px 1.5625vw 0px 0px;
}
.news1 .wrap .content .item .title{
font-size: 0.9375vw;
 line-height: 1.3541666667vw;
}
.news1 .wrap .content .item .center{
margin: 1.0416666667vw 4.1666666667vw 0px 0px;
}
.news1 .wrap .content .item .center .pick{
font-size: 0.7291666667vw;
 line-height: 1.25vw;
 margin: 1.0416666667vw 0px 0px;
}
.news1 .wrap .content .item .center .dis{
margin: 3.3333333333vw 0px 0px;
}
.news1 .wrap .content .item .center .more{
width: 7.9166666667vw;
 height: 2.34375vw;
 border-radius: 1.1458333333vw;
 font-size: 0.625vw;
}
.news1 .wrap .content .item .time{
font-size: 0.625vw;
}
.video1{
padding: 4.1666666667vw 0px 5.7291666667vw;
}
.video1 .wrap{
width: 75vw;
}
.video1 .wrap .title{
font-size: 1.875vw;
 margin: 0px 0px 2.6041666667vw;
}
.video1 .wrap .content{
gap: 2.0833333333vw 1.5625vw;
 margin: 0px 0px 3.3854166667vw;
}
.video1 .wrap .content .item .images{
height: 15.9375vw;
 border-radius: 0.5208333333vw;
}
.video1 .wrap .content .item .images .play{
width: 2.0833333333vw;
 height: 2.0833333333vw;
 bottom: 1.0416666667vw;
 left: 1.0416666667vw;
}
.video1 .wrap .content .item .images .play img{
width: 0.9375vw;
}
.video1 .wrap .content .item .text{
margin: 1.6666666667vw 0px 0px;
 padding: 0px 0px 2.0833333333vw;
}
.video1 .wrap .content .item .text .p1{
font-size: 1.0416666667vw;
 margin: 0px 0px 0.8854166667vw;
}
.video1 .wrap .content .item .text .p2{
font-size: 0.7291666667vw;
}
.notice1{
padding: 4.1666666667vw 0px 5.7291666667vw;
}
.notice1 .wrap{
width: 75vw;
}
.notice1 .wrap .title{
font-size: 1.875vw;
 margin: 0px 0px 2.6041666667vw;
}
.notice1 .wrap .content{
gap: 1.5625vw;
 margin: 0px 0px 3.3854166667vw;
}
.notice1 .wrap .content .item{
width: 36.71875vw;
 height: 6.7708333333vw;
}
.notice1 .wrap .content .item .joke{
border-radius: 0.625vw;
 padding: 0px 1.8229166667vw 0px 1.5625vw;
}
.notice1 .wrap .content .item:hover .joke{
box-shadow: rgba(67, 76, 88, 0.08) 0px 0.5208333333vw 1.3020833333vw 0px;
}
.notice1 .wrap .content .item .l .time{
font-size: 0.625vw;
 margin: 0px 0px 0.5208333333vw;
}
.notice1 .wrap .content .item .l .p1{
font-size: 0.9375vw;
}
.notice1 .wrap .content .item .circle{
width: 2.0833333333vw;
 height: 2.0833333333vw;
}
.notice1 .wrap .content .item .circle .iconfont{
font-size: 0.8333333333vw;
}
.newsInfo1{
padding: 9.375vw 0px 5.2083333333vw;
}
.newsInfo1 .wrap{
width: 52.0833333333vw;
}
.newsInfo1 .wrap .back{
width: 6.25vw;
 height: 2.0833333333vw;
 border-radius: 1.0416666667vw;
 right: -11.09375vw;
}
.newsInfo1 .wrap .back .iconfont{
font-size: 0.8333333333vw;
 margin: 0px 0.4166666667vw 0px 0px;
}
.newsInfo1 .wrap .back p{
font-size: 0.7291666667vw;
}
.newsInfo1 .wrap .title .p1{
font-size: 1.25vw;
 margin: 0px 0px 0.9895833333vw;
}
.newsInfo1 .wrap .title .time{
font-size: 0.8333333333vw;
}
.newsInfo1 .wrap .title .line{
margin: 2.0833333333vw 0px 0px;
}
.newsInfo1 .wrap .content{
margin: 2.0833333333vw 0px 0px;
}
.newsInfo1 .wrap .content p{
font-size: 0.8333333333vw;
 line-height: 1.6666666667vw;
}
.newsInfo1 .wrap .other{
margin: 4.2708333333vw 0px 0px;
 padding: 2.0833333333vw 0px 0px;
}
.newsInfo1 .wrap .other a{
font-size: 0.8333333333vw;
 line-height: 1.4583333333vw;
}
}



@media screen and (max-width: 1024px) {
    .common_brand {
        gap: 0 30px
    }

    .news1 {
        padding: 55px 0
    }

    .news1 .wrap .p1 {
        font-size: 24px;
        margin: 0 0 25px
    }

    .news1 .wrap {
        width: 90%
    }

    .news1 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 22px
    }

    .news1 .wrap .content .item {
        height: auto;
        padding: 15px 5%;
        flex-direction: column;
        border-radius: 10px
    }

    .news1 .wrap .content .item .img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 0 0 20px
    }

    .news1 .wrap .content .item .title {
        width: 100%;
        font-size: 15px;
        line-height: 25px
    }

    .news1 .wrap .content .item .center {
        width: 100%;
        margin: 5px 0 0 0
    }
    

    .news1 .wrap .content .item .center {
        margin: 5px 0 15px;
        width: 100%
    }

    .news1 .wrap .content .item .center .pick {
        font-size: 13px;
        height: auto;
        line-height: 25px
    }

    .news1 .wrap .content .item .center .more {
        width: 120px;
        height: 40px;
        font-size: 12px;
        border-radius: 25px;

    }

    .news1 .wrap .content .item .time {
        display: none
    }

    .news1 .wrap .content {
        margin: 0 0 35px
    }

    .newsInfo1 {
        padding: 120px 0 55px
    }

    .newsInfo1 .wrap {
        width: 90%
    }

    .newsInfo1 .wrap .title .p1 {
        font-size: 20px;
        margin: 0 0 16px
    }

    .newsInfo1 .wrap .title .time {
        font-size: 12px
    }

    .newsInfo1 .wrap .content {
        margin: 25px 0 0 0
    }

    .newsInfo1 .wrap .content p {
        font-size: 12px;
        line-height: 30px
    }

    .newsInfo1 .wrap .other {
        margin: 25px 0 0 0;
        padding: 20px 0 0 0;
        flex-direction: column;
        align-items: unset
    }

    .newsInfo1 .wrap .other a {
        font-size: 13px;
        line-height: 25px;
        text-align: left !important
    }

    .newsInfo1 .wrap .other a:not(:last-child) {
        margin: 0 0 20px
    }

    .notice1 {
        padding: 40px 0
    }

    .notice1 .wrap {
        width: 90%
    }

    .notice1 .wrap .title {
        font-size: 22px;
        margin: 0 0 25px
    }

    .notice1 .wrap .content {
        flex-direction: column;
        gap: 20px;
        grid-template-columns:repeat(1, 1fr);
        margin: 0 0 50px
    }

    .notice1 .wrap .content .item {
        width: 100%;
        height: auto
    }

    .notice1 .wrap .content .item .joke {
        padding: 25px 5%;
        flex-direction: column;
        align-items: unset
    }

    .notice1 .wrap .content .item .l .time {
        font-size: 13px;
        margin: 0 0 10px
    }

    .notice1 .wrap .content .item .l .p1 {
        font-size: 16px
    }

    .notice1 .wrap .content .item .circle {
        width: 40px;
        height: 40px;
        margin: 22px 0 0 0
    }

    .notice1 .wrap .content .item .circle .iconfont {
        font-size: 16px
    }

    .video1 {
        padding: 50px 0
    }

    .video1 .wrap {
        width: 90%
    }

    .video1 .wrap .title {
        font-size: 22px;
        margin: 0 0 22px
    }

    .video1 .wrap .content {
        gap: 30px 0;
        margin: 0 0 30px;
        grid-template-columns:repeat(1, 1fr)
    }

    .video1 .wrap .content .item .images {
        height: auto;
        border-radius: 10px
    }

    .video1 .wrap .content .item .text {
        margin: 15px 0 0 0;
        padding: 0 0 20px
    }

    .video1 .wrap .content .item .text .p1 {
        font-size: 18px;
        margin: 0 0 10px
    }

    .video1 .wrap .content .item .text .time {
        font-size: 12px
    }
    .news1 .wrap .content .item .center .dis{
        /*flex-direction: center;*/
        margin: 25px 0 0 0; 
    }
    .news1 .wrap .content .item .time{
        font-size: 14px;
        display: block;
    }
}
