.img {
    width: 100%;
    height: auto;
}

.banner {
    background: url("https://cdn.xianboss.com/upload/20240103/b5020b8741488ef3973934ed819656ff.png") no-repeat center center;
    height: 638px;
    position: relative;
    background-size: auto 100%;
}

.banner .bannertxt {
    width: 86%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFF;
    height: 100%;
    padding-bottom: 120px;
    padding-left: 155px;
}

.banner .bannertxt div:nth-child(1) {
    font-size: 60px;
    font-weight: 700;
    font-family: 思源黑体;
}

.banner .bannertxt div:nth-child(2) {
    font-size: 30px;
    margin-top: 14px;
    font-weight: 500;
}
.banner .bannertxt div:nth-child(3){
    width: 145px;
    height: 0px;
    border: 3px solid #FFFFFF;
    margin-top: 15px;
}
.banner .bannertxt div:nth-child(4) {
    width: 121px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-top: 44px;
    font-size: 20px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #1591FB;
    font-family: 思源黑体;
}

/*.banner .bannertxt div:nth-child(3):hover {*/
/*    color: #666;*/
/*    background: #fff;*/
/*}*/

@media screen and (max-width: 767px) {
    .banner {
        height: 240px;
        background-position: 60% center !important;
        background-size: auto 100% !important;
    }

    .banner .bannertxt {
        display: none;
    }
}


.dtit {
    padding: 2.5% 0;
    text-align: center;
}

.dtit h1 {
    font-size: 50px;
    color: #3D3D3D;
    display: block;
    font-weight: 500;
}

.dtit p {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 400;
    text-align: center;
    width: 934px;
    margin: 2px auto;
}

@media screen and (max-width: 1600px) {

    .dtit {
        padding: 2% 0;
    }

    .dtit h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1440px) {
    .dtit h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .dtit {
        padding: 2% 20px;
    }


    .dtit p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .dtit {
        padding: 3% 20px;
    }

    .dtit h1 {
        font-size: 24px;
    }
}


.container {
    width: 86%;
    max-width: var(--max-width);
    margin: 30px auto;
}

.container .service-list {
    display: flex;
    padding-bottom: 2%;
    justify-content: center;
}

.container .service-list .service-item {
    width: 260px;
    height: 310.9px;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    opacity: 1;
    margin-right: 106px;
}

.container .service-list .service-item:nth-child(3){
    margin-right: 0px;
}

/*.container .service-list .service-item:hover .service-icon {
    background: url("https://www.ynhl.net/Public/skin/images/service03-h.png") no-repeat center;
    background-size: cover;
}*/

/*.container .service-list .service-item:hover h3 {*/
/*    color: #3D3D3D;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 0em;*/
/*}*/

.container .service-list .service-item .service-icon {
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-size: cover;
    margin: 21px auto;
}

.container .service-list .service-item:nth-of-type(1) .service-icon {
    background: url("https://cdn.xianboss.com/upload/20240103/fe5ba15b9fee87c4dba452209078dfcd.png") no-repeat center;
}

.container .service-list .service-item:nth-of-type(2) .service-icon {
    background: url("https://cdn.xianboss.com/upload/20240103/b36e205585d6a03268cb7c75244f4bc8.png") no-repeat center;
}

.container .service-list .service-item:nth-of-type(3) .service-icon {
    background: url("https://cdn.xianboss.com/upload/20240103/5982a5e0086d7655ffdfb5d5790236fc.png") no-repeat center;
}

.container .service-list .service-item h3 {
    margin: 32px 0 10px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 500;
    letter-spacing: 0em;

}

.container .service-list .service-item p {
    color: #666666;
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 0em;
    font-weight: 350;
}

@media screen and (max-width: 1280px) {
    .container .service-list .service-item .service-icon {
        width: 85px;
        height: 85px;
    }

    .container .service-list .service-item h3 {
        margin: 15px 0 10px;
    }

}

@media screen and (max-width: 1024px) {
    .container .service-list .service-item h3 {
        font-size: 18px;
    }

    .container .service-list .service-item p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .container .service-list {
        flex-wrap: wrap;
    }

    .container .service-list .service-item {
        width: 50%;
        margin: 10px 0;
    }

    .container .service-list .service-item:nth-child(4) {
        display: none;
    }

    .container .service-list .service-item .service-icon {
        width: 60px;
        height: 60px;
    }
}


.section {
    background-color: #FFFFFF;
    overflow: hidden;
    height: 861px;
}

.section .section-title {
    text-align: center;
    padding: 2.5% 0;
}

.section .section-map {
    width: 86%;
    max-width: var(--max-width);
    margin: 0 auto;
}
.section .section-map .section-img{
    width: 1140px;
    height: 593px;
    margin: 0 auto;
    background: url("https://cdn.xianboss.com/upload/20240123/8a77e2d20f76b1e2b213d94e3a30d84d.png") no-repeat center;
    position: relative;
}
.section .section-map .section-img .center{
    width: 176px;
    height: 42px;
    background-color: #0289FC;
    color: #FFFFFF;
    font-family: 思源黑体;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    position: absolute;
    top: 128px;
    border-radius: 9px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.section .section-title span {
    font-size: 50px;
    color: #3D3D3D;
    display: block;
    font-family: 思源黑体;
    text-align: center;
    letter-spacing: 0em;
}

.section .section-title p {
    font-size: 20px;
    color: #3D3D3D;
    font-family: 思源黑体;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
}

.section .anli {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.section .anli li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.section .anli li:hover .zi p {
    color: #FFF;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.section .anli li:hover .zi:after {
    bottom: 0px;
}

.section .anli li .zi {
    overflow: hidden;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #161616;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px;
    position: relative;
}

.section .anli li .zi::after {
    position: absolute;
    left: 0;
    bottom: 100px;
    content: "";
    width: 100%;
    height: 100px;
    background: #0166ce;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

@media screen and (max-width: 1600px) {
    .section .section-title {
        padding: 2% 0px;
    }

    .section .section-title span {
        font-size: 32px;
    }

}

@media screen and (max-width: 1440px) {
    .section .section-title span {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .section .section-title {
        padding: 2% 20px;
    }

    .section .section-title p {
        font-size: 13px;
    }

}

@media screen and (max-width: 767px) {
    .section .section-title {
        padding: 3% 20px;
    }

    .section .section-title span {
        font-size: 24px;
    }

    .section .anli {
        padding: 0 20px;
    }

    .section .anli li {
        width: 49%;
        padding: 0;
        margin-bottom: 2%;
    }

    .section .anli li:nth-child(2n) {
        margin-left: 2%;
    }

    .section .anli li .zi {
        font-size: 14px;
    }

}

.yl-bdbx {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.yl-bdbx li {
    width: 260px;
    height: 387px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: background-color 1s ease; /* 添加过渡效果 */
}
.yl-bdbx li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 255, 0); /* 蓝色半透明遮罩 */
    transition: background-color 0.5s ease; /* 添加过渡效果 */
    z-index: 9; /* 将遮罩层置于背景之后 */
}
.yl-bdbx li:hover::before {
    background-color: rgba(32, 148, 247, 0.75); /* 蓝色半透明遮罩 */
}

.yl-bdbx li:nth-of-type(1) {
    background: url("https://cdn.xianboss.com/upload/20240103/ec40d1b897a1fe6fd0513f867f6e452b.png") no-repeat center;
}

.yl-bdbx li:nth-of-type(2) {
    background: url("https://cdn.xianboss.com/upload/20240104/7a58d05ca99f67f98ea69e2933bc4403.png") no-repeat center;
}

.yl-bdbx li:nth-of-type(3) {
    background: url("https://cdn.xianboss.com/upload/20240103/ec0b87edb601ccf335cca42ac30a657a.png") no-repeat center;
}

.yl-bdbx li:nth-of-type(4) {
    background: url("https://cdn.xianboss.com/upload/20240103/d2296250d3dc6eda43b41c0d8ff8cdd4.png") no-repeat center;
}

.yl-bdbx li:nth-of-type(5) {
    background: url("https://cdn.xianboss.com/upload/20240103/78198afaf0336e4c074f8e174bb31d5c.png") no-repeat center;
}

.yl-bdbx li i {
    width: 66px;
    height: 66px;
    margin-top: 50px;
    background-position: 0 0;
}

.yl-bdbx li span {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 思源黑体;
    padding: 0 32px;
    position: absolute;
    top: 254px;
    z-index: 99;
}


@media screen and (max-width: 1280px) {
    .yl-bdbx li {
        height: 200px;
    }

    .yl-bdbx li i {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .yl-bdbx {
        flex-wrap: wrap;
    }

    .yl-bdbx li {
        width: 32%;
        margin-bottom: 2%;
    }

}

@media screen and (max-width: 767px) {
    .yl-bdbx {
        flex-wrap: wrap;
    }

    .yl-bdbx li {
        width: 49%;
        height: 160px;
    }

    .yl-bdbx li i {
        margin-top: 30px;
    }

    .yl-bdbx li span {
        margin-top: 10px;
    }
}

.grid{
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-items: center;
    justify-content: center;
    margin: 12px auto;
    width: 86%;
}
.grid .grid-itrm{
    width: 380px;
    height: 293.77px;
    border-radius: 10px;
    margin: 20px 20px;
    line-height: 293.77px;
    text-align: center;
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #FFFFFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
}
.grid .grid-itrm:hover{
    transform: scale(1.1); /* 放大 10% */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
}

.grid a:nth-child(1) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/af294a48f084f5772e40a19ea8c07ee1.png") no-repeat center;
}
.grid a:nth-child(2) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/1ae56c8aa9dba391cc445c108637fec9.png") no-repeat center;
}
.grid a:nth-child(3) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/68e8f8cf028ec064db808840554564e4.png") no-repeat center;
}
.grid a:nth-child(4) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/a1e5727b4ffbd43299ce288463927b5c.png") no-repeat center;
}
.grid a:nth-child(5) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/5f54653bd9b851d22de50a9d01aae6f2.png") no-repeat center;
}
.grid a:nth-child(6) .grid-itrm {
    background: url("https://cdn.xianboss.com/upload/20240103/375b84452240a23b604402d8dbaf2e4e.png") no-repeat center;
}

.homenews {
    display: flex;
    justify-content: space-between;
}

.homenews .in_news {
    width: 47%;
    overflow: hidden;
}

.homenews .in_news .in_news-zxdt {
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
}

.homenews .in_news .in_news-zxdt h3 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.homenews .in_news .in_news-zxdt h3:hover a {
    text-decoration: underline;
}

.homenews .in_news .in_news-zxdt p {
    font-size: 14px;
    color: #898989;
    line-height: 30px;
    margin: 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homenews .in_news .in_news-zxdt div {
    font-size: 14px;
    color: #E50012;
}

.homenews .in_news .in_news-zxdt div:hover a {
    text-decoration: underline;
}

.homenews .in_news .in_news-b {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.homenews .in_news .in_news-b li {
    width: calc(50% - 10px);
    position: relative;
}

.homenews .in_news .in_news-b li:nth-child(2n) {
    margin-left: 20px;
}

.homenews .in_news .in_news-b li::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.homenews .in_news .in_news-b li a {
    display: block;
    padding-left: 15px;
    line-height: 36px;
    font-size: 15px;
    color: #a0a0a0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homenews .in_news .in_news-b li a:hover {
    color: #666;
}

@media screen and (max-width: 767px) {
    .wrap-title h3 {
        font-size: 18px;
    }

    .homenews {
        flex-direction: column;
        justify-content: flex-start;
    }

    .homenews .in_news {
        width: 100%;
        margin-bottom: 20px;
    }

    .homenews .in_news .in_news-zxdt {
        padding-bottom: 10px;
    }
}

.plann_principles {
    height: 630px;
    background-color: #F3F3F6;
    /*background: url("https://cdn.xianboss.com/upload/20240109/aa551d038898f2d9911eefffcfbafff9.png") no-repeat;*/
}

.plann_principles .dtit h1 {
    color: #3D3D3D;
    font-family: 思源黑体;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    margin-top: 30px;
}

.plann_principles .pulse {
    display: flex;
    justify-content: center;
    margin-top: 55px;

}

.plann_principles .pulse li a {
    width: 188px;
    height: 204px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    transition: background-color 0.5s ease; /* 添加过渡效果 */
    cursor: pointer;
}
/*.plann_principles .pulse li:hover{*/
/*    background: #0289FC;*/
/*    color: #FFFFFF;*/
/*}*/
.plann_principles .pulse li:nth-child(2n){
    margin-top: 47px;
}

.plann_principles .pulse li h3 {
    font-size: 22px;
    color: #44c6ff;
    position: relative;
    padding-bottom: 20px;
}

.plann_principles .pulse li h3:after {
    content: "";
    width: 44px;
    height: 2px;
    display: inline-block;
    background: #44c6ff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;

}

.plann_principles .pulse li p:nth-of-type(1) {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    min-height: 52px;
    margin: 30px 0;
}

.plann_principles .pulse li p:nth-of-type(2) {
    font-size: 14px;
    color: #44c6ff;
    line-height: 30px;
    border: 1px solid #3b80e5;
}

@media screen and (max-width: 1440px) {
    .plann_principles .pulse li {
        padding: 0 2%;
    }

    .plann_principles .pulse li h3 {
        font-size: 18px;
    }

    .plann_principles .pulse li p:nth-of-type(1) {
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .plann_principles .pulse {
        flex-direction: column;
    }

    .plann_principles .pulse li {
        width: 100%;
        margin-bottom: 15px;
    }

    .plann_principles .pulse li p:nth-of-type(1) {
        min-height: auto;
    }
}

.jianshe {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-content: center;
}

.jianshe li {
    width: 355px;
    height: 106px;
    background: #FFFFFF;
    margin: 28px 54px;
    border-radius: 30px;
    text-align: center;
    line-height: 106px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.02);
}

.jianshe li img {
    width: 50%;
}

.jianshe li .zi {
    width: 50%;
    color: #fff;
    padding: 4%;
}

.jianshe li .zi h3 {
    line-height: 0.4;
    font-size: 200px;
    text-align: right;
    font-weight: bold;
    letter-spacing: -8px;
    font-family: Arial;
    opacity: 0.1;
}

.jianshe li .zi span {
    line-height: 1.1;
    font-size: 55px;
}

.jianshe li .zi p {
    line-height: 2;
    font-size: 16px;
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .jianshe li .zi {
        padding: 3%;
    }

    .jianshe li .zi h3 {
        font-size: 150px;
    }

    .jianshe li .zi span {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1440px) {
    .jianshe li .zi h3 {
        font-size: 130px;
    }

    .jianshe li .zi span {
        font-size: 35px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 1280px) {
    .jianshe li .zi h3 {
        font-size: 100px;
    }

    .jianshe li .zi span {
        font-size: 30px;
    }

    .jianshe li .zi p {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .jianshe li {
        flex-direction: column;
    }

    .jianshe li:nth-of-type(2n) {
        flex-direction: column-reverse;
    }

    .jianshe li img {
        width: 100%;
    }

    .jianshe li .zi {
        width: 100%;
    }

    .jianshe li .zi h3 {
        font-size: 60px;
    }

    .jianshe li .zi span {
        font-size: 20px;
    }

}

.yl-FwCon {
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 3%;
    width: 100%;
    height: 370px;
    display: flex;
}

.yl-FwCon .yl-FwConMK {
    height: 100%;
    display: flex;
    width: 20%;
    justify-content: space-between;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) {
    width: 58%;
    margin: 0 1%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondt {
    width: 15%;
    height: 100%;
    background: #00a0e9;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.yl-FwCon .yl-FwConMK .yl-FwCondt p {
    width: 22px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 140px;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondt {
    width: 5%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd {
    width: 81%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondd {
    width: 30%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li {
    width: 100%;
    height: 48%;
    padding: 1px;
    background: #00a0e9;
    border-radius: 5px;
    cursor: pointer;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li div {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #00a0e9;
    border-radius: 50%;
    line-height: 28px;
    margin: 20px auto 0;
    font-size: 16px;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li p {
    margin: 10px 10px 0 10px;
}

@media screen and (max-width: 1440px) {
    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .yl-FwCon {
        height: 350px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt {
        font-size: 18px;
    }


    .yl-FwCon .yl-FwConMK .yl-FwCondd li {
        height: 49%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li div {
        margin-top: 15px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li h3 {
        margin-top: 5px;
        font-size: 14px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        margin: 5px 5px 0 5px;
    }
}

@media screen and (max-width: 1024px) {
    .yl-FwCon {
        height: auto;
        flex-direction: column;

    }

    .yl-FwCon .yl-FwConMK {
        width: 100%;
        flex-direction: column;
    }


    .yl-FwCon .yl-FwConMK:nth-of-type(2) {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin: 2% 0;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt {
        width: 100%;
        height: 40px;
        font-size: 18px;
    }


    .yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondt {
        width: 100%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt p{
        width: 100%;
        padding: 0;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd {
        width: 100%;
        margin-top: 2%;
        flex-direction: row;
    }

    .yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondd {
        width: 100%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li {
        width: 49%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        margin: 5px;
        height: 40px;
        line-height: 20px;
    }
}

.new_cooperate_list {
    margin-bottom: 3%;
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-content: center;
}

.new_cooperate_list li {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    width: 390px;
    height: 553px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;

}

.new_cooperate_list .bottom{
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;
}
.new_cooperate_list .bottom span{
    width: 300px;
    display: block;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-left: 10px;
}

.new_cooperate_list .bottom:hover{
    background-color: #0289FC;
    color: #FFFFFF;
    transition: background-color 0.5s ease;
}
.new_cooperate_list .bottom:hover span{
    color: #FFFFFF;
}
.new_cooperate_list .bottom:hover .time span{
    color: #FFFFFF !important;
}
.new_cooperate_list .bottom:hover .time .imgs{
    width: 34px;
    height: 37px;
    background: url("https://cdn.xianboss.com/upload/20240109/15c0e669012bf4075a542e40eb9e8fa7.png") no-repeat center center;
}
.new_cooperate_list li .bottom .time {
    width: 336px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 60px
}
.new_cooperate_list li .bottom .route{
    width: 15px;
    height: 15px;
    background-color: #E9F0F6;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin-top: 22px;
}
.new_cooperate_list li .bottom .time .imgs{
    width: 34px;
    height: 37px;
    background: url("https://cdn.xianboss.com/upload/20240104/f8c2d1dac59ec36d098f95cfc7e34a68.png") no-repeat center center;
}
.new_cooperate_list li .bottom:hover{
    color: #FFFFFF;
}
.new_cooperate_list li:nth-of-type(4n) {
    margin-right: 0;
}

.new_cooperate_list li h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_cooperate_list li h3 img {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_cooperate_list li p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

@media screen and (max-width: 1440px) {
    .new_cooperate_list li {
        padding: 15px 20px;
        border-radius: 8px;
        height: 130px;
    }

    .new_cooperate_list li h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .new_cooperate_list li h3 img {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width: 1280px) {
    .new_cooperate_list li {
        padding: 10px 15px;
        border-radius: 5px;
        height: 120px;
    }

    .new_cooperate_list li h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .new_cooperate_list li h3 img {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .new_cooperate_list li {
        padding: 5px 10px;
        height: 110px;
    }

    .new_cooperate_list li h3 {
        font-size: 16px;
    }

    .new_cooperate_list li h3 img {
        width: 28px;
        height: 28px;
    }

    .new_cooperate_list li p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .new_cooperate_list li {
        width: 49%;
        margin-right: 2%;
    }

    .new_cooperate_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .new_cooperate_list li h3 img {
        width: 20px;
        height: 20px;
    }
}
