@charset "utf-8";

.visual_slide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    /* padding-top: .48rem; */
    /* padding-left: .48rem; */
    /* padding-right: 1.55rem; */
    background: url(../image/bannerbj.png) no-repeat;
    background-size: cover;
}

.visual_slide .slide_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    /* transform: translateY(.48rem); */
}

.visual_slide .line {
    width: 0.01rem;
    display: block;
    height: 0.9rem;
    background-color: #ffffff;
    margin: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    display: none;
}

.visual_slide .slide_item {}

/* .visual_slide .slide_item .vis {
    width: 100%;
    height: 100%;
    position: absolute;
} */

.visual_slide .slide_item .vis img,
.visual_slide .slide_item .vis video {
    /* position: relative; */
    /* left: 50%; */
    /* top: 0; */
    width: 100%;
    /* transform: translate(-50%, 0) scale(1.2); */
    transform: scale(1.1);
    transition: all 3s;
    -webkit-transition: all 3s;
    object-fit: cover;
    opacity: 0.4;
}

.visual_slide .slide_container,
.visual_slide .slide_item .vis img,
.visual_slide .slide_item .vis video {
    height: 26.72vw;
    min-height: 120px;
}

.visual_slide .slick-current.slick-active.slide_item .vis img,
.visual_slide .slick-current.slick-active.slide_item .vis video {
    /* transform: translate(-50%, 0) scale(1);
    -webkit-transform: translate(-50%, 0) scale(1);  */
    transform: scale(1);
    opacity: 1;
}

.visual_slide .slide_item .cont_tit {
    font-size: .24rem;
    color: #fff;
    position: absolute;
    left: .1rem;
    bottom: .35rem;
}

.visual_slide .control {
    z-index: 1;
    /* display: flex; */
    align-items: center;
    position: absolute;
    right: 0;
    bottom: .52rem;
    text-align: center;
    width: 1.55rem;
}

.visual_slide .control .btn {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50% 50%;
    /* border: 0.02rem solid #fff; */
    /* opacity: .8;  */
    background-repeat: no-repeat;
    background-size: .1rem 0.09rem;
    background-position: center center;
    position: relative;
    transition: .5s;
    box-sizing: border-box;
}

.visual_slide .slick-arrow {
    display: none !important;
}

.visual_slide .control .btn:hover {
    color: #f98224;
    border-color: #f98224;
    opacity: 1;
}

.visual_slide .control .auto.btn i {
    display: none;
    transition: .5s;
}

.visual_slide .control .auto.btn.play i.ri-play-mini-fill,
.visual_slide .control .auto.btn.stop i.ri-pause-mini-line {
    display: block;
}

.visual_slide .control .auto.btn.play i.ri-play-mini-fill {
    color: #f98224;
}

.visual_slide .control .btn.prev i {}

.visual_slide .control .btn.next i {}

.visual_slide .control .btn.auto {
    /* border: 2px solid transparent;
    width: 0.52rem;
    height: 0.52rem; */
}

.visual_slide .control .counter {
    font-family: Arial, serif;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-left: .2rem; */
    margin-top: .1rem;
}

.visual_slide .control .counter span {
    font-size: .16rem;
    color: #fff;
}

.visual_slide .control .counter .now {
    color: #f98224;
    font-size: .24rem;
    font-weight: 600;
}

.visual_slide .control .devider {
    /* padding: 0 0.3em; */
    color: #fff;
    font-weight: normal;
}

.visual_slide .control .btn.auto svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.visual_slide .control .btn.auto svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.visual_slide .control .btn.auto svg circle {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 100%;
}

.visual_slide .control .btn.auto svg .bar {
    fill: transparent;
    stroke-width: 2px;
    stroke: #f98224;
    opacity: 0;
}

.visual_slide .control .btn.auto:before {
    content: "";
    display: block;
    border-radius: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border: 2px solid #FFF; */
}

.visual_slide .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.visual_slide .lunbodian1,
.visual_slide .slick-dots li {
    padding: .14rem 0;
    width: 30px;
    height: 30px;
}

.visual_slide .lunbodian1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.visual_slide .lunbodian {
    position: relative;
    display: inline-block;
}

.visual_slide .slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
}

/*  */

.title1 {
    margin-bottom: 0.5rem;
    padding: 0 0.9rem;
    padding-bottom: 0.28rem;
    position: relative;
    box-sizing: border-box;
}

.title1::before {
    height: 0.03rem;
    width: 0.67rem;
    background-color: #2abba1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title1 .title2 {
    display: flex;
    margin: auto;
    align-items: center;
}

.title1 .title2 .icon {
    flex: 1;
    height: 0.11rem;
    position: relative;
}

.title1 .title2 .icon::before {
    content: '';
    position: absolute;
    height: .01rem;
    width: 100%;
    position: absolute;
    background-color: #beeae3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title1 .title2 .icon::after {
    content: '';
    position: absolute;
    height: .11rem;
    width: .11rem;
    background: url(../image/title11.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title1 .title2 .icon2::after {
    /* right: auto; */
    left: 0;
}

.title1 .title2 .name {
    margin: 0 1rem;
    font-size: 0.5rem;
    /* font-weight: 600; */
}

.title1 .more {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0.15rem;
    height: 0.22rem;
}

.title1 .more .icon1 {
    width: 0.06rem;
    height: 0.12rem;
    background: url(../image/more1.png);
    background-size: 100% 100%;
    transition: all 0.4s;
}

.title1 .more .mroe1 {
    margin: 0 0.04rem;
    font-size: 0.14rem;
    transition: all 0.4s;
}

.title1 .more:hover .icon1 {
    background-image: url(../image/more1_.png);
}

.title1 .more:hover .mroe1 {
    color: #2abba1;
}


.box1 {
    background: url(../image/zhxw1.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
}

.box1 .left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 0.44rem;
}

.box1 .left .slick-arrow {
    display: none !important;
}

.box1 .left .img img {
    height: 4.8rem;
}

.box1 .left .fade-1 {
    box-shadow: 0.02rem 0.03rem 0.12rem 0rem rgba(84, 84, 84, 0.2);
}

.box1 .left .text {
    box-sizing: border-box;
    padding: 0 0.3rem;
    padding-bottom: 0.3rem;
    background-color: #ffffff;
}

.box1 .left .text .date {
    color: #ffffff;
    background: url(../image/zhxwtp2.png) no-repeat;
    width: 0.92rem;
    height: 0.92rem;
    text-align: center;
    margin-top: -0.68rem;
    position: relative;
    padding-top: 0.13rem;
    box-sizing: border-box;
}

.box1 .left .text .date1 {
    font-family: SourceHanSerifSCBold;
    font-size: 0.36rem;
    box-sizing: border-box;
}

.box1 .left .text .date2 {
    font-size: 0.14rem;
    margin-top: 0.05rem;
    font-family: SourceHanSansCNRegular;
}

.box1 .left .text .l1 {
    font-size: 0.24rem;
    margin-top: 0.25rem;
    margin-bottom: 0.2rem;
    transition: all 0.4s;
}

.box1 .left .text .l2 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    height: 0.56rem;
    transition: all 0.4s;
    color: rgba(1, 1, 1, 0.7);
}

.box1 .left .text .more {
    width: 0.82rem;
    float: right;
    margin-top: 0.22rem;
}

.box1 .left .a:hover .l1,
.box1 .left .a:hover .l2 {
    color: #2abba1;
}

.box1 .right {
    width: 50%;

}

.box1 .right .item1 {
    padding-bottom: 0.38rem;
    border-bottom: 0.01rem solid #b1b1b2;
    margin-bottom: 0.17rem;
}

.box1 .right .item1 .a {
    padding: 0.32rem 0;
    box-sizing: border-box;
    background: url(../image/zhxwtp3.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.box1 .right .item1 .date {
    text-align: center;
    width: 1.24rem;
    height: 0.85rem;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    padding-top: 0.12rem;
}

.box1 .right .item1 .date1 {
    font-size: 0.36rem;
    font-family: SourceHanSerifSCBold;
}

.box1 .right .item1 .date2 {
    font-size: 0.14rem;
    margin-top: 0.08rem;
    font-family: SourceHanSansCNRegular;
}

.box1 .right .item1 .text {
    width: calc(100% - 1.24rem);
    padding-right: 0.37rem;
    padding-left: 0.34rem;
    box-sizing: border-box;
}

.box1 .right .item1 .text .l1 {
    font-size: 0.22rem;
    transition: all 0.4s;
}

.box1 .right .item1 .text .l2 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.08rem;
    transition: all 0.4s;
}

.box1 .right .item1 .a:hover .l1 {
    font-weight: 600;
}

.box1 .right .item1 .a:hover .l2 {
    color: #ffffff;
}

.box1 .right .item .date,
.box1 .right .item .l1 {
    line-height: 0.73rem;
    color: rgba(0, 0, 0, 0.7);
}

.box1 .right .item .l1 {
    font-size: 0.22rem;
    padding-left: 0.24rem;
    background: url(../image/zhxwtp5.png) no-repeat left center;
    background-size: .11rem;
}

.box1 .right .item .date {
    float: right;
    margin-left: 0.1rem;
    font-size: 0.14rem;
}

.box1 .right .item:hover .date,
.box1 .right .item:hover .l1 {
    color: #2abba1;
    font-weight: 600;
}

.box2 {
    background: url(../image/bjtzgg.png) no-repeat center bottom;
    background-size: cover;
}

.box21 {
    padding-top: 0.5rem;
}

.box21 .list {
    width: calc(100% + 0.8rem);

}

.box21 .list .item {
    padding-right: 0.8rem;
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0.5rem;
}

.box21 .list .item .date {
    width: 0.74rem;
    height: 0.74rem;
    float: left;
    margin-right: 0.2rem;
    background: url(../image/tzgg1.png);
    background-size: 100% 100%;
    text-align: center;
    padding-top: 0.07rem;
    box-sizing: border-box;
    transition: all 0.4s;
}

.box21 .list .item .date1 {
    font-size: 0.36rem;
} 

.box21 .list .item .date2 {
    margin-top: 0.03rem;
    font-size: 0.14rem;
}

.box21 .list .item .text {}

.box21 .list .item .text .l1 {
    font-size: 0.22rem;
}

.box21 .list .item .text .l2 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: .52rem;
    /* color: #494b4c;    */
    margin-top: 0.1rem;
}

.box21 .list .a:hover .text .l1 {
    font-weight: 600;
}

.box21 .list .a:hover .date {
    background-image: url(../image/tzgg1_.png);
    color: #ffffff;
}

.box22 {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
}

.box22 .a {
    position: relative;
}

.box22 .block1 {
    filter: drop-shadow(0 0rem 0.06rem rgba(0, 0, 0, 0.2));
    transition: all 0.4s;
}

.box22 .a:hover .block1 {
    filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.3));
}

.box22 .block {
    height: 3.56rem;
    background-color: #ffffff;
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 100% 4%, 100% 96%, 0% 100%);
    padding: 0.3rem;
    box-sizing: border-box;
}

.box22 .list {
    margin: 0 -0.4rem;
}

.box22 .list1 {
    position: relative;
}

.box22 .list1::before {
    position: absolute;
    border-bottom: .01rem dashed #2abba1;
    left: 0;
    bottom: 0.07rem;
    content: '';
    width: 100%;
}

.box22 .list .item {
    padding: 0 0.4rem;
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.box22 .list .date {
    color: #2abba1;
    float: left;
    margin-right: 0.25rem;
}

.box22 .list .date1 {
    font-size: 0.52rem;
    font-family: SourceHanSerifSCBold;
    line-height: 1;
}

.box22 .list .date2 {
    font-size: 0.14rem;
    font-family: SourceHanSansCNRegular;
    margin-top: 0.05rem;
}

.box22 .list .label {
    padding-top: 0.1rem;
}

.box22 .list .label1 {
    line-height: 0.21rem;
    width: 0.21rem;
    color: #ffffff;
    text-align: center;
    font-size: 0.12rem;
    background-color: #f98121;
    float: left;
}

.box22 .list .label1:nth-child(2) {
    background-color: #2abba1;
    margin-left: 0.04rem;
}

.box22 .list .icon {
    position: absolute;
    width: .92rem;
    right: 0.15rem;
    top: -0.15rem;
    z-index: 1;
}

.box22 .list .title {
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
    border-bottom: 1px solid #d0d0d0;
}

.box22 .list .title .l2 {
    font-size: 0.22rem;
    line-height: 0.34rem;
    height: 0.68rem;
}

.box22 .list .address {
    line-height: 0.34rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
    background: url(../image/jzyg2.png) no-repeat left center;
    background-size: .17rem;
    font-size: 0.16rem;
}

.box22 .list .address1 {
    background-image: url(../image/jzyg3.png);
}

.box22 .list .icon1 {
    margin: auto;
    height: 0.43rem;
    width: 1px;
    background-color: #2abba1;
    margin-bottom: 0.02rem;
    margin-top: 0.08rem;
}

.box22 .list .icon2 {
    width: 0.15rem;
    height: 0.15rem;
    position: relative;
    margin: auto;
    border-radius: 50%;
    transition: all 0.4s;
}

.box22 .list .icon2::before {
    position: absolute;
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background-color: #2abba1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box22 .list .a:hover .icon2 {
    background-color: #bbe6de;
}

.box22 .list .a:hover .l2 {
    font-weight: 600;
    color: #2abba1;
}

@media screen and (max-width: 1500px) {
    .box22 .list .item {
        padding: 0 0.2rem;
    }

    .box22 .list {
        margin: 0 -0.2rem;
    }
}

@media screen and (max-width: 1000px) {
    .box22 .block {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .box22 .list .item {
        margin-bottom: 25px;
        width: 50%;
    }

    .box22 .list .icon,
    .box22 .list1::before,
    .box22 .list .icon2,
    .box22 .list .icon1 {
        display: none;
    }

    .box22 .list .date1 {
        font-size: 34px;
    }

    .box22 .list .title .l2 {
        font-size: 17px;
    }

    .box22 {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .box21 .list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .box21 {
        padding-top: 30px;
    }

    .box21 .list .item .date {
        padding-top: 9px;
    }

    .box21 .list .item .text .l1 {
        font-size: 17px;
    }

    .box21 .list .item .date1 {
        font-size: 25px;
    }

    .box21 .list .item .text .l2 {
        margin-top: 5px;
    }

    .title1 .title2 .icon {
        display: none;
    }

    .box1 .left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .box1 .right {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 30px;
    }

    .box1 .left .img img {
        height: 59vw;
    }

    .title1 .title2 {
        justify-content: center;
    }

    .title1 {
        margin-bottom: 27px;
    }

    .title1 {
        padding-bottom: 15px;
    }

    .title1::before {
        width: 40px;
    }

    .title1 .title2 .name {
        margin: 0;
        font-size: 24px;
    }

    .box1 {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .visual_slide .line,
    .visual_slide .lunbodian {
        display: none !important;
    }

    .visual_slide {
        /* padding: 0 20px; */
        padding: 0;
    }

    .visual_slide .slide_container {
        /* transform: translateY(20px); */
        transform: translateY(0px);
    }

    .visual_slide .control {
        bottom: 15px;
        right: 20px;
        width: auto;
    }
}

@media screen and (max-width: 550px) {
    .box22 .list .item {
        width: 100%;
    }

    .box22 .list .title .l2,
    .box22 .block {
        height: auto;
    }

    .box1 .left .text .l1 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .box1 .left .text {
        padding: 0 15px;
        padding-bottom: 20px;
    }

    .box1 .left .text .more {
        width: 50px;
    }

    .box1 .left .text .date1 {
        font-size: 24px;
    }

    .box1 .left .text .date {
        width: 65px;
        height: 65px;
        margin-top: -45px;
    }

    .fade-1 .slick-dots li {
        width: 9px;
        height: 9px;
        margin: 0 5px;
    }

    .fade-1 .slick-dots {
        bottom: 181px;
        right: 14px;
    }

    .box1 .right .item1 .text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .box1 .right .item1 .date1 {
        font-size: 28px;
    }

    .box1 .right .item1 .text .l1 {
        font-size: 17px;
    }

    .box1 .right .item1 .date {
        width: 88px;
        height: 70px;
    }

    .box1 .right .item1 .text {
        width: calc(100% - 88px);
    }

    .box1 .right .item1 .a {
        padding: 20px 0;
    }

    .box1 .right .item .l1 {
        font-size: 16px;
    }

    .box1 .right .item .date,
    .box1 .right .item .l1 {
        line-height: 52px;
    }
}




.title1 {
    padding-bottom: 0.2rem;
}

.title1 .title2 .name {
    margin: 0 .25rem;
    font-size: 0.38rem;
    font-weight: 600;
}

.box161 .title1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.34rem;
}

.box161 .title1 .title2 .name {
    margin-left: 0;
}

.box161 .title1 .title2 .icon {
    width: 1.14rem;
    flex: none;
}

.box161 .title1::before {
    left: 0;
    transform: translateX(0%);
}

.box2 {
    background-image: url(../image/zzz2.png);
}

.box21,
.box1 {
    display: none;
}

.box161 {
    padding-top: .8rem;
}

.box161 .left {
    width: 61.25%;
}

.box161 .right {
    width: 34.68%;
}

.box161 .list2 {
    width: calc(100% + .4rem);
}

.box161 .list2 .a {
    width: calc(50% - 0.4rem);
    float: left;
    margin-right: 0.4rem;
    background-color: #ffffff;
    /* box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.07); */
    transition: all 0.4s; 
    box-sizing: border-box;
    margin-bottom: .33rem;
}

.box161 .list2 .img img {
    height: 3rem;
}

.box161 .list2 .text {
    padding: 0 0.25rem;
    padding-bottom: 0.2rem;
   border: 1px solid #2dbca2;
    border-top: 0;
}

.box161 .list2 .text1 {
    height: 1.26rem;
}

.box161 .list2 .date {
    color: #fff;
    width: 0.92rem;
    height: 0.92rem;
    background: url(../image/zzz1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -0.66rem;
    position: relative;
}

.box161 .list2 .date1 {
    font-family: SourceHanSerifSCBold;
    font-size: 0.36rem;
    padding-top: 0.14rem;
}

.box161 .list2 .date2 {
    font-size: 0.14rem;
    margin-top: 0.05rem;
    font-family: SourceHanSerifSCRegular;
}

.box161 .list2 .title {
    margin-top: 0.16rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    transition: all 0.4s;
}

.box161 .list2 .summary {
    line-height: 0.26rem;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s;
}

.box161 .list2 .a:hover .title {
    color: #2dbca2;
}

.box161 .list2 .a:hover .summary {
    color: rgba(0, 0, 0, 1);
}

.box161 .list2 .a:hover {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}



.box161 .list3 {}

.box161 .list3 .a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    align-items: center;
    padding: .32rem .2rem;
    border: 1px solid #2dbca2;
    background: url(../image/zzz5.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
}

.box161 .list3 .date {
    text-align: center;
    /* width: 0.78rem; */
    margin-right: 0.2rem;
    color: #2dbca2;
    transition: all 0.4s;
}

.box161 .list3 .date1 {

    font-family: SourceHanSerifSCBold;
    font-size: 0.36rem;
    /* padding-top: 0.14rem; */
}

.box161 .list3 .date2 {
    font-size: 0.14rem;
    margin-top: 0.05rem;
    font-family: SourceHanSerifSCRegular;
}

.box161 .list3 .text {
    flex: 1;
    height: .82rem;
    display: flex;
    align-items: center;
    padding-left: .25rem;
    border-left: 1px solid #2dbca2;
    transition: all 0.4s;
}

.box161 .list3 .text .title {

    font-size: 0.22rem;
    line-height: 0.32rem;
    transition: all 0.4s;
}



.box161 .list3 .a:hover {
    background-image: url(../image/zzz5_.png);
}

.box161 .list3 .a:hover .text {
    border-left: 1px solid #ffffff;
}

.box161 .list3 .a:hover .title {
    color: #ffffff;
}

.box161 .list3 .a:hover .date {
    color: #ffffff;
}

@media screen\0 {
    .box161 .list2 .title {
        max-height: .64rem;
    }

    .box161 .list2 .summary {
        max-height: .52rem;
    }

    .box161 .list3 .text .title {
        max-height: .64rem;
    }
}

@media screen and (max-width: 1000px) {
    .box161 .left {
        width: 100%;
    }

    .box161 .right {
        width: 100%;
    }

    .box161 .list2 .img img {
        height: 29vw;
    }

    .title1 .title2 .name {
        margin: 0;
        font-size: 24px;
    }

    .box161 .title1::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .box161 {
        padding-top: 35px;
    }

    .box161 .list3 .a {
        padding: 20px 20px;
    }

    .box161 .list3 .date1 {
        font-size: 26px;
    }

    .box161 .list3 .text .title {
        font-size: 17px;
        line-height: 26px;
    }

    .box161 .list3 .text {
        height: 60px;
    }

    .box161 .right {
        margin-top: 10px;
    }
}


@media screen and (max-width: 550px) {
    .box161 .list2 .a {
        width: calc(100% - 0.4rem);
    }

    .box161 .list2 .img img {
        height: 58vw;
    }

    .box161 .list2 .text {
        padding-left: 18px;
        padding-right: 18px;
    }

    .box161 .list2 .text1 {
        height: auto;
    }
}