.img {
    width: 100%;
    height: auto;
}

.banner {
    background: url("https://cdn.xianboss.com/upload/20240108/bc8ff6c4ce5f688623517a9cf5dc9a75.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: center;
    align-items: center;
    color: #FFF;
    height: 100%;
}

.banner .bannertxt div:nth-child(1) {
    font-family: 思源黑体, serif;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
}

.banner .bannertxt div:nth-child(2) {
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 22px;
    font-weight: 250;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

/*.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;
    }
}

.bread{
    width: 62%;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    font-family: Source Han Sans;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: rgba(61, 61, 61, 0.7);
}
.state{
    width: 63%;
    height: 100%;
    margin: 0 auto;
}
.dtit {
    padding-top: 14px;
    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 {
    max-width: var(--max-width);
    margin: 0px auto;
}

.container .service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;

}

.container .service-list .service-item {
    width: 380px;
    height: 600px;
    background-color: #FFFFFF;
    opacity: 1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    /*flex: 1;*/
}
.service-item .left{
    width:100% ;
    height: 300px;
}
.time_box{
    width: 170px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    border: 2px solid #0019fc;
    border-left-width: 0;
    margin: 40px 0px ;
    color:#0019fc ;
    font-weight: bold;


}
.title_size{
    height: 175px;
    padding: 10px;
    font-size: 25px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}


/*.container .service-list .service-item .right{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 63.38px 42px 24px 42px;*/
/*    box-sizing: border-box;*/
/*    flex: 1;*/
/*    position: relative;*/
/*}*/

/*.container .service-list .service-item .right span{*/
/*    font-family: 思源黑体;*/
/*    font-size: 25px;*/
/*    font-weight: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: 0em;*/
/*    font-feature-settings: "kern" on;*/
/*    color: #3D3D3D;*/
/*}*/

/*.container .service-list .service-item .right .button{*/
/*    width: 134.25px;*/
/*    height: 52.05px;*/
/*    background: #0289FC;*/
/*    font-family: 思源黑体;*/
/*    font-size: 20px;*/
/*    font-weight: 350;*/
/*    letter-spacing: 0.02em;*/
/*    font-feature-settings: "kern" on;*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/
/*    line-height: 52.05px;*/
/*    position: absolute;*/
/*    bottom: 24px;*/
/*    right: 42px;*/
/*    cursor: pointer;*/
/*}*/

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 104px;
    padding-bottom: 249px;
    box-sizing: border-box;
}

.pagination li {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ddd ;
}

.pagination a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    /*border: 1px solid #ddd;*/
    color: #333;
    display: block;
    text-align: center;
    line-height: 50px;
}

.pagination .active {
    background-color: #007bff;
    color: #fff !important;
}
.pagination .active a {
    color: #fff !important;
}

.pagination .arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}


.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/20240103/b34ba3e46dd5a933abf83408df496e21.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 .grid-itrm:nth-of-type(1) {
    background: url("https://cdn.xianboss.com/upload/20240103/af294a48f084f5772e40a19ea8c07ee1.png") no-repeat center;
}
.grid .grid-itrm:nth-of-type(2) {
    background: url("https://cdn.xianboss.com/upload/20240103/1ae56c8aa9dba391cc445c108637fec9.png") no-repeat center;
}
.grid .grid-itrm:nth-of-type(3) {
    background: url("https://cdn.xianboss.com/upload/20240103/68e8f8cf028ec064db808840554564e4.png") no-repeat center;
}
.grid .grid-itrm:nth-of-type(4) {
    background: url("https://cdn.xianboss.com/upload/20240103/a1e5727b4ffbd43299ce288463927b5c.png") no-repeat center;
}
.grid .grid-itrm:nth-of-type(5) {
    background: url("https://cdn.xianboss.com/upload/20240103/5f54653bd9b851d22de50a9d01aae6f2.png") no-repeat center;
}
.grid .grid-itrm:nth-of-type(6) {
    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;
}

.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 {
    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;
}
.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;
}

.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{
    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;
}

.new_cooperate_list .bottom:hover{
    background-color: #0289FC;
    color: #FFFFFF;
}
.new_cooperate_list .bottom:hover span{
    color: #FFFFFF;
}
.new_cooperate_list li .bottom .time {
    width: 336px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 60px
}
.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;
    }
}
