.common_brand {
    position: absolute;
    padding-top: 0;
    top: 133px;
    z-index: 5;
    left: 0
}

.common_brand img {
    filter: brightness(0) invert(1)
}

.common_brand.white a, .common_brand.white span {
    color: #fff
}

.common_section1.white {
    padding: 0;
    overflow: unset
}

.common_section1.white .wrap .flex .title {
    color: #fff;
    font-size: 60px
}

.common_section1.white .wrap .text {
    color: #fff
}

.news1 {
    height: 800px;
    position: relative;
    z-index: 1
}

.news1 .parallax {
    display: flex;
    align-items: center;
    justify-content: center
}

body {
    background: #F4F4F2
}

.news2 {
    padding: 64px 0 93px
}

.news2 .wrap {
    width: 1860px;
    margin: auto
}

.news2 .wrap .content {
    margin: 78px 0 0 0
}

.news2 .wrap .content .item {
    position: relative;
    padding: 40px 30px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

.news2 .wrap .content .item.aos-animate:after {
    transform: scaleX(1)
}

.news2 .wrap .content .item.aos-animate:last-child:before {
    transform: scaleX(1);
    transition-delay: .6s
}

.news2 .wrap .content .item:last-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #111;
    transform-origin: left;
    transform: scaleX(0);
    transition: 2s
}

.news2 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #111;
    transform-origin: left;
    transform: scaleX(0);
    transition: 2s
}

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

.news2 .wrap .content .item:hover .center .p1 {
    color: var(--color)
}

.news2 .wrap .content .item:hover .more p, .news2 .wrap .content .item:hover .more .iconfont {
    color: var(--color)
}

.news2 .wrap .content .item .img {
    width: 500px;
    height: 310px;
    overflow: hidden
}

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

.news2 .wrap .content .item .center {
    width: 889px
}

.news2 .wrap .content .item .center .time {
    font-weight: 400;
    font-size: 20px;
    color: #A2A2A2;
    font-family: 'Archivo r', sans-serif;
    margin: 0 0 20px
}

.news2 .wrap .content .item .center .p1 {
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0 0 30px;
    transition: .6s ease
}

.news2 .wrap .content .item .center .p2 {
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Archivo r', sans-serif
}

.news2 .wrap .content .item .line {
    width: 1px;
    height: 211px;
    background: #D9E3E2
}

.news2 .wrap .content .item .more {
    display: flex;
    align-items: center;
    gap: 15px
}

.news2 .wrap .content .item .more p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    font-family: 'Archivo r', sans-serif;
    transition: .6s ease
}

.news2 .wrap .content .item .more .iconfont {
    color: #111;
    font-size: 16px;
    transition: .6s ease
}

.news2 .wrap .common_paging {
    margin: 70px 0 0 0
}

.activities1 {
    padding: 0 0 140px
}

.activities1.grey .wrap .title {
    color: #999999
}

.activities1.grey .wrap .content .item .time .year {
    color: #666666
}

.activities1.grey .wrap .content .item .time .line {
    background: #666666
}

.activities1.grey .wrap .content .item .time .pick {
    color: #666666
}

.activities1.grey .wrap .content .item .p1 {
    color: #666666
}

.activities1.grey .wrap .content .item .p2 {
    color: #666666
}

.activities1.grey .wrap .content .item .text {
    color: #666666
}

.activities1 .wrap {
    width: 1860px;
    margin: auto
}

.activities1 .wrap .title {
    font-weight: bold;
    font-size: 60px;
    color: #111111;
    margin: 0 0 80px;
    text-align: center;
    text-transform: uppercase
}

.activities1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 60px
}

.activities1 .wrap .content .item {
    width: 100%;
    height: 460px;
    position: relative;
    z-index: 1;
    padding: 30px 28px 54px 28px;
    border-radius: 10px;
    overflow: hidden
}

.activities1 .wrap .content .item:hover .common_bg {
    transform: scale(1.05)
}

.activities1 .wrap .content .item .common_bg {
    transition: 1s
}

.activities1 .wrap .content .item .time {
    display: flex;
    align-items: center
}

.activities1 .wrap .content .item .time .year {
    font-weight: 400;
    font-size: 30px;
    color: #347BA7;
    font-family: "PingFang SC", sans-serif
}

.activities1 .wrap .content .item .time .line {
    width: 1px;
    height: 23px;
    background: #347BA7;
    margin: 0 7px
}

.activities1 .wrap .content .item .time .pick {
    font-weight: 400;
    font-size: 14px;
    color: #347BA7;
    text-transform: uppercase;
    font-family: 'Archivo r', sans-serif
}

.activities1 .wrap .content .item .p1 {
    margin: 60px 0 19px;
    text-align: center;
    font-weight: 200;
    font-size: 50px;
    color: #337BA7;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

.activities1 .wrap .content .item .p2 {
    text-transform: uppercase;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #347BA7;
    line-height: 28px;
    text-align: center;
    margin: 0 0 150px
}

.activities1 .wrap .content .item .text {
    width: 484px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin: auto;
    font-family: 'Archivo r', sans-serif
}

@media screen and (max-width: 1919px) {
    .common_brand{
        top: 6.9270833333vw;
    }
    .common_section1.white .wrap .flex .title{
        font-size: 3.125vw;
    }
    .news1{
        height: 41.6666666667vw;
    }
    .news2{
        padding: 3.3333333333vw 0px 4.84375vw;
    }
    .news2 .wrap{
        width: 96.875vw;
    }
    .news2 .wrap .content{
        margin: 4.0625vw 0px 0px;
    }
    .news2 .wrap .content .item{
        padding: 2.0833333333vw 1.5625vw 2.0833333333vw 0px;
    }
    .news2 .wrap .content .item .img{
        width: 26.0416666667vw;
        height: 16.1458333333vw;
    }
    .news2 .wrap .content .item .center{
        width: 46.3020833333vw;
    }
    .news2 .wrap .content .item .center .time{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .news2 .wrap .content .item .center .p1{
        font-size: 1.5625vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .news2 .wrap .content .item .center .p2{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }
    .news2 .wrap .content .item .line{
        height: 10.9895833333vw;
    }
    .news2 .wrap .content .item .more{
        gap: 0.78125vw;
    }
    .news2 .wrap .content .item .more p{
        font-size: 0.9375vw;
    }
    .news2 .wrap .content .item .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .common_paging{
        margin: 3.6458333333vw 0px 0px;
    }
    .activities1{
        padding: 0px 0px 7.2916666667vw;
    }
    .activities1 .wrap{
        width: 96.875vw;
    }
    .activities1 .wrap .title{
        font-size: 3.125vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .activities1 .wrap .content{
        gap: 3.125vw;
    }
    .activities1 .wrap .content .item{
        height: 23.9583333333vw;
        padding: 1.5625vw 1.4583333333vw 2.8125vw;
        border-radius: 0.5208333333vw;
    }
    .activities1 .wrap .content .item .time .year{
        font-size: 1.5625vw;
    }
    .activities1 .wrap .content .item .time .line{
        height: 1.1979166667vw;
        margin: 0px 0.3645833333vw;
    }
    .activities1 .wrap .content .item .time .pick{
        font-size: 0.7291666667vw;
    }
    .activities1 .wrap .content .item .p1{
        margin: 3.125vw 0px 0.9895833333vw;
        font-size: 2.6041666667vw;
        line-height: 1.875vw;
    }
    .activities1 .wrap .content .item .p2{
        font-size: 1.5625vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 7.8125vw;
    }
    .activities1 .wrap .content .item .text{
        width: 25.2083333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .news1 {
        height: 51vh;
        margin: 60px 0 0 0;
    }
    .common_section1.white .wrap .flex .title {
        font-size: 23px;
        line-height: 31px;
    }

    .news2{
        padding: 30px 0 20px;
    }
    .news2 .wrap{
        width: 90%;
    }
    .news2 .wrap .content .item{
        padding: 20px 0;
        flex-direction: column;
        align-items: unset;
    }
    .news2 .wrap .content .item .img{
        width: 100%;
        height: auto;
    }
    .news2 .wrap .content .item .center{
        width: 100%;
        margin: 20px 0;
    }
    .news2 .wrap .content .item .center .time{
        font-size: 12px;
        margin: 0 0 10px;
    }
    .news2 .wrap .content .item .center .p1{
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .news2 .wrap .content .item .center .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .news2 .wrap .content .item .line{
        display: none;
    }
    .news2 .wrap .content .item .more{
        gap: 10px;
    }
    .news2 .wrap .content .item .more p{
        font-size: 14px;
    }
    .news2 .wrap .content .item .more .iconfont{
        font-size: 14px;
    }
    .activities1{
        padding: 15px 0 30px 0;
    }
    .activities1 .wrap{
        width: 90%;
    }
    .activities1 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .activities1 .wrap .content{
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .activities1 .wrap .content .item{
        height: auto;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .activities1 .wrap .content .item .common_bg{
        position: static;
        height: auto;
        display: block;
    }
    .activities1 .wrap .content .item .time,
    .activities1 .wrap .content .item .p1,
    .activities1 .wrap .content .item .p2,
    .activities1 .wrap .content .item .text
    {
        display: none;
    }


}
