.meitan_main .banner {
    width: 100%;
    height: 1100px;
    margin-top: 40px;
}

.meitan_box1 {
    margin-top: -615px;
    margin-bottom: 115px;
}

.meitan_box1 .content_gy {
    background: #fff;
    padding: 85px 70px 30px;
    display: flex;
    flex-wrap: wrap;

}

.meitan_box1 .content_gy .txt {
    display: flex;
    width: 100%;
}

.meitan_box1 .content_gy .right {
    width: calc(100% - 300px);
    font-size: 14px;
    color: #777777;
    text-align: justify;
}

.meitan_box1 .content_gy .left {
    position: relative;
    padding-left: 30px;
    width: 300px;
    box-sizing: border-box;
}

.meitan_box1 .content_gy .left::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #333;
    display: block;
    content: '';
}

.meitan_box1 .content_gy .left .p1 {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.meitan_box1 .content_gy .left .p2 {
    font-size: 12px;
    color: #cccccc;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.meitan_box1 .content_gy .left .p3 {
    line-height: 40px;
    color: #189fa7;
    font-size: 32px;
}

.meitan_box1 .content_gy .pic {
    width: 100%;
    margin-top: 70px;
}

.meitan_main .title .span1 {
    color: #189FA7;
}

.meitan_main .title {
    height: 36px;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.meitan_main .meitan_box1 .left .title {
    text-align: left;
}

.meitan_main .e_title {
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
    line-height: 30px;
}

.meitan_main .e_title {
    text-transform: uppercase;
}

.meitan_box2 {
    padding-bottom: 120px;
}

.meitan_box2 .pic {
    margin-top: 40px;
    text-align: center;
}

.meitan_box2 .pic img {
    max-width: 1050px;
}

.meitan_box3 {
    background: #f6f8fb;
    padding-top: 120px;
    padding-bottom: 120px;
}

.meitan_box3 .pic {
    margin-top: 40px;
}

.meitan_box4 {
    background: url("../images/news2023/meitan_pic4_bg.png") no-repeat center;
    background-size: cover;
    padding: 100px 0;
    background: #189FA7;
}

.meitan_box4 .title {
    color: #fff;
}

.meitan_main .title .span1 {
    /* color: #8ce4f2; */
}

.shiyao_main .title .span1 {
    color: #189fa7;
}

.meitan_box4 .pic {
    margin-top: 50px;
    text-align: center;
}

.meitan_box4 .pic img {
    max-width: 1050px;
}

.shiyao_main .meitan_box4 .pic img {
    max-width: 100%;
}

.meitan_box5 {
    padding: 100px 0 120px;
    background: url("../images/news2023/meitan_pic5_bg.png") no-repeat right top;
}

.meitan_box5 .content {
    margin-top: 70px;
    display: flex;
}

.meitan_box5 .content .list {
    width: 185px;
}

.meitan_box5 .content .list .item {
    width: 100%;
    height: 69px;
    line-height: 69px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-bottom: 7px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.meitan_box5 .content .list .item:hover {
    color: #FFF;
    background: #189FA7;
}

.meitan_box5 .content .pic {
    flex: 1;
    margin: 0 15px;
}

.meitan_box5 .content .pic img {
    width: 100%;
}

.meitan_box6 {
    background: url("../images/news2023/meitan_pic6_bg.png") no-repeat left bottom;
    padding: 0px 0 100px;
}

.meitan_box6 .content {
    margin-top: 70px;
}

.meitan_box6 .list {
    display: flex;
    justify-content: space-between;
}

.meitan_box6 .list .item {
    width: calc(33% - 10px);
    margin-bottom: 35px;
}

.meitan_box6 .list1 {
    justify-content: center;
}

.meitan_box6 .list .item {
    margin: 0 10px;
    margin-bottom: 35px;
    padding: 40px 55px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    height: 335px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}

.meitan_box6 .list .item.active {
    background: #189fa7;
    color: #fff;
}

.meitan_box6 .list .item:hover {
    background: #189fa7;
    color: #fff;
}

.meitan_box6 .list .name {
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.meitan_box6 .list .item .name .icon {
    position: relative;
    width: 70px;
    height: 43px;
}

.meitan_box6 .list .item .name .icon .has {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.meitan_box6 .list .item .name .icon .no {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.meitan_box6 .list .item.active .name,
.meitan_box6 .list .item:hover .name {
    color: #fff;
}

.meitan_box6 .list .item.active .name .icon .has,
.meitan_box6 .list .item:hover .name .icon .has {
    opacity: 1;
}

.meitan_box6 .list .item.active .name .icon .no,
.meitan_box6 .list .item:hover .name .icon .no {
    opacity: 0;
}

.gthy_box3 .list1 {
    justify-content: center;
}

 .gthy_box3 .list1 .item {
    margin: 0 15px;
}

 .gthy_box3 .list .item.active .name,
 .gthy_box3 .list .item.active .dsc,
.gthy_box3 .list .item:hover .name,
.gthy_box3 .list .item:hover .dsc {
    color: #fff;
}

 .gthy_box3 .list {
    margin-top: 50px;
}

 .gthy_box3 .list .item.active,
.gthy_box3 .list .item:hover {
    background: #189FA7;
    border: 1px solid #189FA7;
}

.meitan_box7 {
    padding: 100px 0;
    background: url("../images/news2023/meitan_pic7.png") no-repeat center;
    background-size: cover;
}

.meitan_box7 .title {
    color: #fff;
}

.meitan_box7 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.meitan_box7 .list .item1 {
    width: 475px;
}

.meitan_box7 .list .item1 .txt {
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    border: 1px solid #fff;
    margin-bottom: 13px;
}

.meitan_box7 .list .item1 .pic img {
    width: 100%;
}

.meitan_box7 .list .item2 {}

.meitan_box7 .list .item2 .txt {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 9px;
    margin-top: 5px;
}

.meitan_box7 .list .item3 .txt {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 9px;
    margin-top: 8px;
}

.news_box {
    padding: 100px 0;
}

.news_box .title {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    color: #333333;
    font-size: 36px;
    height: 75px;
    justify-content: space-between;
}

.news_box .title::before {
    position: absolute;
    width: 140px;
    height: 4px;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #189fa7;
}

.meitan_main .news_box .title span {
    color: #333333;
    line-height: 75px;
}

.meitan_main .news_box .title a {
    font-size: 14px;
    color: #333333;
    line-height: 75px;
    display: inline-block;
}

.news_box .content_gy {
    display: flex;
    justify-content: space-between;
}

.news_box .left,
.news_box .right {
    width: calc(50% - 30px);

}

.news_box .left .list a {
    width: 100%;
    display: flex;
    padding: 31px 0;
    border-bottom: 1px solid #ededed;
}

.news_box .left .list a .date .p1 {
    color: #999999;
    font-size: 26px;
    margin-bottom: 10px;
}

.news_box .left .list a .date .p2 {
    font-size: 14px;
    color: #999999;
}

.news_box .left .list a .date {
    width: 120px;
    padding: 0 20px;
}

.news_box .left .list a .info .p1 {
    color: #000000;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_box .left .list a .info .p2 {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*这里是超出几行省略 */
    overflow: hidden;
}

.news_box .left .list a .info {
    width: calc(100% - 120px);
}

.news_box .right .list a .num {
    color: #666666;
    width: 110px;
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 40px;
    margin-right: 35px;
}

.news_box .right .list a .num::before {
    display: block;
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    right: 0;
    background: #666666;
    top: 0;
}

.news_box .right .list a {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: center;
    padding: 35px 0px;
    box-shadow: 0 0 10px #ddd;
    transition: 0.3s;
    background: #fff;
}

.news_box .right .list a:hover {
    background: #189fa7;
}

.news_box .right .list a .info .p2 {
    color: #999999;
    font-size: 14px;
}

.news_box .right .list a:hover .num,
.news_box .right .list a:hover .info .p1,
.news_box .right .list a:hover .info .p2 {
    color: #fff;
}

.news_box .right .list a .info .p1 {
    color: #000000;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.shiyao_box1 {

    margin-top: -615px;
    margin-bottom: 40px;
}

.shiyao_box1 .content_gy {
    display: flex;
    padding: 60px;
    background: #fff;
}

.shiyao_box1 .content_gy .pic {
    margin-top: 0;
    display: inline-block;
    width: 530px;
}

.shiyao_box1 .content_gy .txt .p1 {
    color: #333333;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.shiyao_box1 .content_gy .txt .p2 {
    color: #189fa7;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.shiyao_box1 .content_gy .txt .p3 {
    margin-bottom: 45px;
    color: #cccccc;
    font-size: 15px;
    text-transform: uppercase;
}

.shiyao_box1 .content_gy .txt .p4 {
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    text-indent: 30px;
    position: relative;
    padding-bottom: 65px;
}

.shiyao_box1 .content_gy .txt .p4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    background: #189fa7;
    height: 2px;
    width: 30px;
}

.shiyao_box1 .content_gy .txt {
    flex: 1;
    margin-left: 100px;
}


.shiyao_box2 {
    background: #f6f8fb url("../images/news2023/shiyao_box1_bg.png") no-repeat bottom center;
    padding: 90px 0;
}

.shiyao_box2 .content {
    margin-top: 60px;
}

.shiyao_box2 .content .item .name {
    width: 215px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #189fa7;
}

.shiyao_box2 .content .item {
    background: #fff;
    display: flex;
    margin-bottom: 25px;
}

.shiyao_box2 .content .item .right {
    flex: 1;
    padding: 45px;
}


.shiyao_box2 .content .item1 .list {
    display: flex;
}

.shiyao_box2 .content .item1 .list .span img {
    margin-right: 10px;
}

.shiyao_box2 .content .item1 .list .span {}

.shiyao_box2 .content .item1 .list .span {
    background: #f6f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #189fa7;
    padding: 20px;
    border-radius: 5px;
    margin-right: 15px;
}

.shiyao_box2 .content .item1 .right {
    display: flex;
}

.shiyao_box2 .content .item1 .right .info .desc {
    margin-top: 35px;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    text-indent: 30px;
}

.shiyao_box2 .content .item1 .right .info {
    margin-right: 55px;
    width: 435px;
}

.shiyao_box2 .content .item1 .right .details {
    flex: 1;
    color: #777777;
    font-size: 14px;
    line-height: 25px;
}

.shiyao_box2 .content .item2 .list .label {
    color: #189fa7;
    font-size: 16px;
    width: 100px;
}

.shiyao_box2 .content .item2 .list .value {
    flex: 1;
    color: #777777;
    line-height: 26px;
}

.shiyao_box2 .content .item2 .list .box {
    width: calc(50% - 7px);
    background: #f6f8fb;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.shiyao_box2 .content .item2 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiyao_box2 .content .item2 .txt {
    font-size: 14px;
    color: #777777;
    margin-bottom: 25px;

}

.shiyao_box3 .list {
    display: flex;
    justify-content: space-between;
}

.shiyao_box3 {
    padding: 90px 0;
}

.shiyao_box3 .list .item {
    width: 33%;
    transition: 0.3s;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
    text-align: center;
    padding: 60px 40px 70px;
}

.shiyao_box3 .list .item:hover {
    box-shadow: 0 0 10px #ddd;

}

.shiyao_box3 .list .item .icon {
    margin-bottom: 35px;
}

.shiyao_box3 .list .item .info {
    color: #777777;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.shiyao_box3 .list .item .name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}



.shiyao_box5 {
    padding: 100px 0;
    background: url("../images/news2023/shiyao_box3_bg.png") no-repeat center;
}

.shiyao_box5 .list {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #dcdcdc;
}

.shiyao_box5 .list .item {
    width: 33.3%;
    padding: 40px 90px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    transition: 0.3s;
}

.shiyao_box5 .list .item .info {
    color: #777777;
    line-height: 26px;
}

.shiyao_box5 .list .item .name {
    color: #333333;
    font-size: 20px;
    transition: 0.3s;
    line-height: 35px;
}

.shiyao_box5 .list .item.active,
.shiyao_box5 .list .item:hover {
    box-shadow: 0 0 15px #DDD;
}

.shiyao_box5 .list .item.active .name,
.shiyao_box5 .list .item:hover .name {
    color: #189fa7;
}

.shiyao_box5 .pic {
    margin-top: 50px;
}



.shiyao_main .service_process {

    background: url(../images/news2023/x_banner.png) no-repeat center;
}

.shiyao_main .service_process .list .item {
    border-radius: 0;
    width: 220px;
}

.shiyao_main .service_process .list .item .pic {
    text-align: center;
    width: 75px;
    height: 75px;
}

.shiyao_main .service_process .list .item:hover {
    background: #189FA7;
}

.shiyao_main .service_process .list .item .name {
    margin-bottom: 0;
}

.shiyao_main .service_process .list .item:hover .name {
    color: #fff;
}

.shiyao_main .meitan_box4 .title .span1 {
    color: #8ce4f2;
}




#carousel {
    opacity: 0;
    width: 100%;
    /* border:1px solid #222; */
    height: 470px;
    ;
    position: relative;
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
    background: url("../images/swiper_bg.png") no-repeat center bottom;
    transition: 0.3s;
    background-size: 100%;
}

#carousel .prev {
    position: absolute;
    left: 0;
    z-index: 9;
    top: calc(210px - 20px);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel .next {
    position: absolute;
    right: 0;
    z-index: 9;
    top: calc(210px - 20px);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel .prev i,
#carousel .next i {
    width: 26px;
}

#carousel.active {
    opacity: 1;
}

.swiper-container {
    margin-top: 50px;
    /* display: none; */
}

.swiper-container .txt,
#carousel .txt {
    top: 30px;
    left: 40px;
    position: absolute;
    z-index: 9;
    color: #894C2A;
    font-size: 26px;
}

.swiper-container .up,
#carousel .up {
    bottom: 80px;
    left: 40px;
    position: absolute;
    z-index: 9;
    color: #884b29;
    font-size: 16px;
}

.swiper-container .txt,
#carousel .carousel-center .txt {
    top: 50px;
    font-size: 30px;
}

.swiper-container .up,
#carousel .carousel-center .up {
    font-size: 18px;
    bottom: 70px;
    left: 50px;
}

#carousel .img {
    width: 530px;
    cursor: pointer;
    /* otherwise it's not as obvious items can be clicked */
}


.shiyao_main .about {
    padding: 80px 0 0;
    background: url("../images/news2023/shiyao_about_bg.png") no-repeat center top;
}

.shiyao_main .about .title {
    text-align: center;
    height: auto;
    margin-bottom: 55px;
    color: #fff;
}

.shiyao_main .about .title .p1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.shiyao_main .about .title .p2 {
    font-size: 14px;
    color: #cccccc;
    line-height: 20px;
}

.shiyao_main .about .content .txt {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    text-indent: 30px;
    margin-bottom: 50px;
}

.shiyao_main .about .content {
    background: #fff;
    padding: 60px 70px 0;
}

.shiyao_main .about .point {
    width: 100%;
    text-align: center;
}

.shiyao_main .about .point span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #dddcdc;
}

.shiyao_main .about .point span.active {
    background: #2e9098;
}




.youse_main .youse_box1 {
    margin-top: -615px;
    margin-bottom: 115px;
}

.youse_main .youse_box1 .content_gy {
    display: flex;
    padding: 60px 60px 0;
    background: #fff;
    justify-content: space-between;
}

.youse_main .youse_box1 .content_gy .txt {
    width: 510px;
}

.youse_main .youse_box1 .content_gy .txt .p1 {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.youse_main .youse_box1 .content_gy .txt .p2 {
    font-size: 12px;
    color: #cccccc;
    text-transform: uppercase;
}

.youse_main .youse_box1 .content_gy .txt .p3 {
    font-size: 36px;
    margin-top: 15px;
    line-height: 40px;
    color: #189fa7;
    margin-bottom: 35px;
}

.youse_main .youse_box1 .content_gy .txt .p4 {
    font-size: 14px;
    line-height: 25px;
    text-indent: 30px;
}

.youse_main .youse_box2 {
    background: #f6f8fb;
    padding: 80px 0;
}

.youse_main .youse_box2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.youse_main .youse_box2 .list .item {
    width: 33.3%;
    text-align: center;
    transition: 0.3s;
    max-width: 360px;
    padding: 40px 40px 55px;
    cursor: pointer;
}

.youse_main .youse_box2 .list .item:hover {
    background: #fff;
}

.youse_main .youse_box2 .list .item .info {
    color: #999999;
    font-size: 14px;
}

.youse_main .youse_box2 .list .item .name {
    font-size: 20px;
    line-height: 25px;
    margin: 25px 0 20px;
}

.youse_main .youse_box3 {
    padding: 110px 0;
}

.youse_main .youse_box3 .list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.youse_main .youse_box3 .list .item .icon {
    position: relative;
    width: 105px;
    height: 105px;
    background: #f6f8fb;
    border-radius: 100px;
    margin: 0 auto 25px;
}

.youse_main .youse_box3 .list .item .name {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.youse_main .youse_box3 .list .item .icon img {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
}

.youse_main .youse_box3 .list .item .icon img.has {
    opacity: 0;
}

.youse_main .youse_box3 .list .item {
    margin-top: 80px;
    text-align: center;
    width: 25%;
    max-width: 280px;
    cursor: pointer;
}

.youse_main .youse_box3 .list .item:hover .icon {
    background: #189FA7;
}

.youse_main .youse_box3 .list .item:hover .icon img.no {
    opacity: 0;
}

.youse_main .youse_box3 .list .item:hover .icon img.has {
    opacity: 1;
}

.youse_main .youse_box3 .list .item .txt {
    max-width: 220px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.youse_main .youse_box4 {
    background: #189FA7;
    padding: 70px 0;
}

.youse_main .youse_box4 .content_gy .title {
    color: #fff;
}

.youse_main .youse_box4 .content_gy .title .span1 {
    color: #8ce4f2;
}

.youse_main .youse_box4 .content_gy .pic {
    padding: 40px 0;
}


.youse_main .youse_box5 {
    padding: 85px 0;
}

.youse_main .youse_box5 .content_gy .pic {
    padding: 55px 0 0;
}


.youse_main .youse_box6 {
    background: url("../images/news2023/youse_pic7_bg.png") no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.youse_main .youse_box6 .pic {
    padding-top: 60px;
    text-align: center;
}

.youse_main .youse_box6 .pic img {
    max-width: 720px;
    margin: 0 auto;
}

.youse_main .youse_box6 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

.youse_main .youse_box6 .list .item {
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
    width: 20%;
    position: relative;
    margin-top: 70px;
}

.youse_main .youse_box6 .list .item::before {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #189FA7;
    border-radius: 100px;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

.youse_main .youse_box7 {
    padding: 100px 0;
}

.youse_main .youse_box7 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.youse_main .youse_box7 .list .item {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    border: 1px solid #dcdcdc;
    margin-bottom: 40px;
}

.youse_main .youse_box7 .list .item:nth-child(3n) {
    margin-right: 0;
}

.youse_main .youse_box7 .list .item .info {
    padding: 35px 40px;
    background: #fff;
    color: #999999;
    line-height: 32px;
}

.youse_main .youse_box7 .list .item .name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    font-size: 20px;
    color: #fff;
    background: url("../images/news2023/youse_bg.png") no-repeat center;
    background-size: 100%;
}

.youse_main .youse_box7 .list .item .name img {
    margin-right: 20px;
}