    @charset "utf-8";
    .section1 {
        padding-top: 40px;
    }
    
    .title {
        margin-bottom: 10px;
    }
    
    .title h2 {
        position: relative;
        font-family: "sisong";
    }
    
    .title h2 span {
        font-size: 36px;
        color: #333;
    }
    
    .title h2 i {
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        line-height: 1;
        color: rgba(13, 111, 184, .3);
        white-space: nowrap;
    }
    
    .title a {
        display: block;
        text-align: right;
        font-size: 16px;
        color: #999;
    }
    
    .title a:hover {
        color: #0d6fb8;
    }
    
    .s1-l {
        width: 100%;
    }
    
    .s1-r {
        width: 32%;
    }
    
    .news a {
        position: relative;
        display: block;
        padding: 40px 35px 100px 35px;
        background: #e6f0f8;
        margin-top: 15px;
        margin-right: 15px;
    }
    
    .news a .tpp {
        position: absolute;
        right: -15px;
        top: -15px;
        width: 530px;
    }
    
    .news a .tpp::after {
        content: "";
        position: absolute;
        left: -6px;
        right: 6px;
        top: 8px;
        bottom: -8px;
        border: 4px solid #0d6fb8;
    }
    
    .news a .pic {
        position: relative;
        padding-top: 62.337%;
        z-index: 9;
    }
    
    .news a .text {
        width: 62%;
    }
    
    .news a .text h2 {
        font-size: 20px;
        color: #333;
        padding-bottom: 20px;
        background: url(/cxcyzx/images/s1-l-bt.png) no-repeat left bottom;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .s1-l a .text p {
        margin-top: 15px;
        margin-bottom: 50px;
        line-height: 30px;
        font-size: 16px;
        color: #333;
        height: 150px;
        overflow: hidden;
    }
    
    .s1-l a .text span {
        font-size: 16px;
        color: #999;
    }
    
    .s1-l .slick-dots {
        bottom: 38px;
        width: 55px;
        height: 26px;
        left: auto;
        right: 20%;
        z-index: 99;
    }
    
    .s1-l .slick-dots li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #0d6fb8;
        opacity: 0;
        z-index: -1;
        transition: all .6s;
    }
    
    .s1-l .slick-dots li span {
        font-size: 20px;
        color: #0d6fb8;
    }
    
    .s1-l .slick-dots li.slick-active {
        opacity: 1;
        z-index: 9;
    }
    
    .news .slick-prev {
        left: auto;
        bottom: 15px;
        right: 27%;
        top: auto;
        width: 24px;
        height: 36px;
        background: url(/cxcyzx/images/s1-l-prev.png) no-repeat center center;
    }
    
    .news .slick-next {
        left: auto;
        bottom: 15px;
        right: 16%;
        top: auto;
        width: 24px;
        height: 36px;
        background: url(/cxcyzx/images/s1-l-next.png) no-repeat center center;
    }
    
    .notice {
        background: #e6f0f8;
    }
    
    .date-list a {
        display: flex;
        padding: 23px 25px;
        align-items: center;
        border-bottom: 1px solid #999999;
    }
    
    .date-list a .date {
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 5px;
        color: #0d6fb8;
        text-align: center;
        margin-right: 30px;
    }
    
    .date-list a .date p {
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
        padding-top: 10px;
    }
    
    .date-list a .date span {
        display: block;
        font-size: 14px;
    }
    
    .date-list a .text {
        flex: 1;
        min-width: 0;
    }
    
    .date-list a .text h2 {
        font-size: 18px;
        color: #333;
        font-weight: normal;
    }
    
    .date-list a:hover .text h2 {
        color: #0d6fb8;
    }
    
    .date-list a .text p {
        margin-top: 5px;
        font-size: 16px;
        color: #666;
    }
    
    .s1r-down {
        padding: 10px 20px;
    }
    
    .list {
        position: relative;
    }
    
    .list li {
        position: relative;
        padding-left: 30px;
        padding-right: 65px;
        background: url(/cxcyzx/images/list.png) no-repeat left center;
        z-index: 6;
    }
    
    .list li a {
        display: block;
        padding: 17px 0;
        font-size: 18px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list li:hover a {
        color: #0d6fb8;
    }
    
    .list li span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #666;
    }
    
    .home2 {
        padding-bottom: 370px;
        background: url(/cxcyzx/images/home2-bg.png) no-repeat right bottom;
    }
    
    .section2 {
        padding-top: 35px;
        padding-bottom: 90px;
    }
    
    .sect2>ul {
        margin: 0 -15px;
    }
    
    .sect2>ul li {
        transition: all .6s;
    }
    
    .sect2>ul li a {
        position: relative;
        display: block;
        margin: 0 15px;
        border: 1px solid #e6f0f8;
        padding: 25px 35px;
        transition: all .6s;
    }
    
    .sect2>ul li a h2 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        transition: all .6s;
    }
    
    .sect2>ul li a p {
        line-height: 30px;
        font-size: 16px;
        color: #666;
        height: 60px;
        margin: 10px 0;
        transition: all .6s;
    }
    
    .sect2>ul li a span {
        font-size: 16px;
        color: #999;
    }
    
    .sect2>ul li a .more {
        position: absolute;
        bottom: 1px;
        right: 1px;
        width: 48px;
        height: 25px;
        background: #fff url(../images/s2-more.png) no-repeat center center;
        border-top-left-radius: 30px;
        opacity: 0;
        z-index: -1;
    }
    
    .section3 {
        position: relative;
    }
    
    .section3::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 62.5%;
        background: url(/cxcyzx/images/s3-l-bg.jpg) no-repeat center left;
        background-size: cover;
        display:none;
    }
    
    .sect3-l {
        position: relative;
        width: 66%;
        padding-top: 35px;
        padding-right: 30px;
        z-index: 8;
    }
    
    .sect3-l .title h2 span {
        /* color: #fff; */
    }
    
    .sect3-l .title h2 i {
        /* color: #fff; */
        /* opacity: .3; */
    }
    
    .sect3-l .title a {
        /* color: #fff; */
    }
    .sect5 .title a {
        color: #fff;
    }
    .s3-l-top a {
        display: flex;
    }
    
    .s3-l-top a .tpp {
        width: 398px;
        border: 5px solid #fff;
        margin-right: 40px;
    }
    
    .s3-l-top a .tpp .pic {
        padding-top: 123.17%;
    }
    
    .s3-l-top a .text {
        flex: 1;
        min-width: 0;
        margin-top: 20px;
    }
    
    .s3-l-top a .text p {
        line-height: 40px;
        font-size: 20px;
        color: #fff;
    }
    
    .s3-down {
        position: absolute;
        bottom: 0;
        width: 200px;
        bottom: 42px;
        left: 420px;
    }
    
    .s3-down ul li a {
        display: block;
        border: 2px solid #fff;
        margin: 0 25px;
    }
    
    .s3-down ul li a .pic {
        padding-top: 123.17%;
    }
    
    .s3-down .slick-prev {
        top: auto;
        transform: none;
        bottom: 0;
        width: 23px;
        height: 20px;
        background: #fff url(../images/s3-l.png) no-repeat center center;
    }
    
    .s3-down .slick-next {
        top: auto;
        transform: none;
        bottom: 0;
        width: 23px;
        height: 20px;
        background: #fff url(../images/s3-r.png) no-repeat center center;
    }
    
    .s3-r-down .list li {
        padding-left: 0;
        background: none;
    }
    
    .s3-r-down .list li a {
        padding: 14px 0;
    }
    
    .sect3-r {
        position: relative;
        width: 34%;
        /* background: #e6f0f8; */
        padding: 35px 50px;
        padding-bottom: 17px;
        z-index: 9;
        min-height: 50px;
    }
    
    .s3-r-top a {
        display: block;
    }
    
    .s3-r-top a .pic {
        padding-top: 59.42%;
    }
    
    .s3-r-top .slick-dots {
        position: relative;
        margin-top: 10px;
    }
    
    .s3-r-top .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #0d6fb8;
        transform: rotate(45deg);
    }
    
    .s3-r-top .slick-dots li.slick-active {
        background: #ffa600;
    }
    
    .section4 {
        position: relative;
        padding-bottom: 90px;
        margin-top: -295px;
        z-index: 9;
    }
    
    .s4 ul {
        padding: 0 10px;
    }
    
    .s4 ul li {
        transition: all .6s;
    }
    
    .s4 ul li a {
        display: block;
        margin: 0 20px;
    }
    
    .s4 ul li a .pic {
        padding-top: 54.631%;
    }
    
    .s4 ul li a .text {
        background: #158be3;
        padding: 15px 25px;
    }
    
    .s4 ul li:hover a .text {
        background: #158be3;
    }
    
    .s4 ul li a .text h2 {
        font-size: 20px;
        color: #fff;
        font-weight: normal;
    }
    
    .s4 ul li a .text p {
        line-height: 30px;
        font-size: 16px;
        color: #fff;
    min-height: 60px;
    }
    
    .s4 .slick-prev {
        width: 24px;
        height: 36px;
        background: url(/cxcyzx/images/s1-l-prev.png) no-repeat center center;
        left: 0;
    }
    
    .s4 .slick-next {
        width: 24px;
        height: 36px;
        background: url(/cxcyzx/images/s1-l-next.png) no-repeat center center;
        right: 0;
    }
    
    .section5 {    display: none;
        position: relative;
        margin-top: -245px;
        padding-top: 250px;
        background: url(/cxcyzx/images/sect4-bg.png) no-repeat center top;
        background-size: cover;
    }
    
    .sect5 {
        position: relative;
        z-index: 6;
    }
    
    .sect5 .title h2 span {
        color: #fff;
    }
    
    .sect5 .title h2 i {
        color: #fff;
        opacity: .3;
    }
    
    .s5 {
        display: flex;
        justify-content: space-between;
    }
    
    .s5-l {
        width: 36%;
    }
    
    .s5-l a {
        display: block;
    }
    
    .s5-l a h2 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 20px;
        color: #fff;
    }
    
    .s5-l a p {
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        height: 90px;
        margin-bottom: 15px;
    }
    
    .s5-l a span {
        font-size: 16px;
        color: #fff;
    }
    
    .s5-r {
        width: 64%;
    }
    
    .s5-r ul li {
        margin-top: 55px;
        transition: all .6s;
    }
    
    .s5-r ul li.slick-current.slick-active {
        margin-top: 0;
    }
    
    .s5-r ul li a {
        display: block;
        margin-left: 55px;
    }
    
    .s5-r ul li a .pic {
        padding-top: 124.5%;
    }
    
    .home6 {
        position: relative;
    }
    
    .home6::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff url(../images/home4-bg.jpg) no-repeat center top;
        background-size: cover;
        z-index: 2;
    }
    
    .section6 {
        position: relative;
        padding-top: 125px;
        padding-bottom: 160px;
        z-index: 6;
    }
    
    .s6 {
        margin-top: 90px;
    }
    
    .sect6 .title h2 {
        text-align: center;
    }
    
    .sect6 .title h2 i {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .s6 ul li a {
        text-align: center;
    }
    
    .s6 ul li .icon {
        height: 80px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    
    .s6 ul li .icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 80px;
    }
    
    .s6 ul li a p {
        font-size: 18px;
        color: #0d6fb8;
        line-height: 30px;
    }
    
    .s6 ul li a:hover .icon img {
        animation: icon-yh 0.6s linear;
    }
    
    @keyframes icon-yh {
        0% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
        10% {
            transform: translate(-50%, -50%) rotateZ(10deg);
        }
        20% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
        30% {
            transform: translate(-50%, -50%) rotateZ(-10deg);
        }
        40% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
        50% {
            transform: translate(-50%, -50%) rotateZ(10deg);
        }
        60% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
        70% {
            transform: translate(-50%, -50%) rotateZ(-10deg);
        }
        80% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
        90% {
            transform: translate(-50%, -50%) rotateZ(10deg);
        }
        100% {
            transform: translate(-50%, -50%) rotateZ(0);
        }
    }

/* 首页-成果展示-创业资讯-创业导师CSS */
.tab-tit { display: flex; justify-content: center; gap: 0; margin-bottom: 30px; }
.tab-tit h3 { cursor: pointer; font-size: 36px; font-weight: 600; padding: 12px 30px; color: #333; font-family: "sisong"; border-bottom: 3px solid transparent; transition: all 0.3s ease; margin-bottom: -2px; border-radius: 5px; text-align: center; display: flex; flex-wrap: wrap; flex-direction: column; }
.tab-tit h3:hover { color: #0d6fb8; }
.tab-tit h3.active { color: #0d6fb8; background-color: rgba(45, 106, 227, 0.05); }
.tab-tit h3 i { font-size: 14px; }
.tab-con { min-height: 240px; }
.ulist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 0; }
.ulist li { background: linear-gradient(to bottom right, #ffffff, #f9fafc); border-radius: 10px; padding: 20px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); border: 1px solid #eee; transition: all 0.3s ease; cursor: pointer; height: 100%; }
.ulist li a { display: flex; flex-direction: column; height: 100%; }
.ulist li:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); border-color: #e0e7ff; }
.news-title { font-size: 18px; color: #333; margin-bottom: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-content { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tab-more { margin-top: 30px; text-align: center; }
.more { display: inline-block; padding: 12px 30px; background-color: #0d6fb8; color: white; border-radius: 6px; font-weight: 500; transition: all 0.3s ease; border: none; font-size: 16px; }
.more:hover { background-color: #124680; box-shadow: 0 5px 15px rgba(45, 106, 227, 0.3); }

    
    @media screen and (max-width: 1880px) {
        .section3::after {
            width: 70%;
        }
    }
    
    @media screen and (max-width: 1440px) {
        .news a .tpp {
            width: 420px;
        }
        .sect3-r {
            padding: 15px;
        }
        .s3-l-top a .tpp {
            width: 210px;
        }
        .s3-down {
            left: 0;
        }
        .section5 {
            margin-top: -210px;
            padding-top: 210px;
        }
        .s4 ul li a {
            margin: 0 10px;
        }
        .s5-r ul li a {
            margin-left: 20px;
        }
        .s4 .slick-prev {
            left: -5px;
        }
        .s4 .slick-next {
            right: -5px;
        }
    }
    
    @media screen and (max-width: 1220px) {
        .sect3-l {
            width: 100%;
        }
        .sect3-r {
            width: 100%;
            margin-top: 15px;
        }
        .section3::after {
            width: 100%;
        }
        .section3::after {
            bottom: 70%;
        }
        .s3-down {
            left: auto;
            right: 0;
        }
        .sect3-l {
            padding-right: 210px;
        }
        .news a .tpp {
            width: 350px;
        }
        .list li a {
            padding: 10px 0;
        }
        .news a {
            padding-bottom: 30px;
        }
        .sect2>ul li a {
            padding: 15px;
        }
    }
    
    @media screen and (min-width: 1024px) {
        .sect2>ul li:hover a {
            background: #0d6fb8;
        }
        .sect2>ul li:hover a h2,
        .sect2>ul li:hover a p,
        .sect2>ul li:hover a span {
            color: #fff;
        }
        .sect2>ul li:hover a .more {
            opacity: 1;
            z-index: 9;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .s1-l {
            width: 100%;
        }
        .s1-r {
            width: 100%;
            margin-top: 15px;
        }
        .news a .tpp {
            width: 45%;
        }
        .news a .text {
            width: 50%;
        }
        .s1-l .slick-dots {
            right: 19%;
        }
        .section2 {
            padding-bottom: 30px;
        }
        .sect3-l {
            padding-right: 0;
        }
        .s3-down {
            display: none;
        }
        .section3::after {
            bottom: 10%;
        }
        .s3-l-top a .text p {
            font-size: 16px;
        }
        .s4 .slick-prev,
        .s4 .slick-next {
            top: 30%;
        }
        .s5-r {
            width: 100%;
            order: -1;
        }
        .s5-l {
            width: 100%;
        }
        .s5 {
            flex-wrap: wrap;
        }
        .home6 {
            margin-top: 0;
        }
        .section5 {
            padding-bottom: 15px
        }
        .section6 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .s6 {
            margin-top: 15px;
        }
    }

@media (max-width: 992px) { .ulist { grid-template-columns: 1fr; } .tab-tit h3 { padding: 10px 10px; } }

@media (max-width: 768px) { .sect3-l, .sect3-r, .section44 .box .fl, .section44 .box .fr { width: 100% !important; } .section44 .box .fr { margin-top: 30px; } .ulist li:nth-child(n+5) { display: none; } }
    
    @media screen and (max-width: 700px) {
        .section1 {
            padding-top: 15px;
        }
        .tab-tit h3 { font-size: 24px; }
        .title h2 span {
            font-size: 24px;
        }
        .title h2 i {
            left: 15px;
            font-size: 16px;
        }
        .title a {
            font-size: 14px;
        }
        .news a .tpp {
            position: relative;
            width: 100%;
            right: 0;
            top: 0;
        }
        .news a .text {
            width: 100%;
            margin-top: 30px;
        }
        .news a {
            padding: 30px 15px 50px 15px;
            margin: 0;
        }
        .news a .text h2 {
            font-size: 17px;
        }
        .s1-l a .text p {
            font-size: 14px;
            height: auto;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .s1-l .slick-dots {
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
        .news .slick-prev {
            left: 30%;
            bottom: -13px;
        }
        .news .slick-next {
            right: 30%;
            bottom: -13px;
        }
        .date-list a {
            padding: 15px;
        }
        .date-list a .date p {
            font-size: 20px;
        }
        .date-list a .date {
            width: 65px;
            height: 65px;
            margin-right: 10px;
        }
        .list li {
            padding-left: 18px;
        }
        .list li a {
            font-size: 14px;
        }
        .section2 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .s3-l-top a .tpp {
            width: 100%;
            margin-right: 0;
        }
        .s3-l-top a {
            display: block;
        }
        .s3-l-top a .text p {
            line-height: 29px;
            font-size: 14px;
            margin-top: 10px;
        }
        .s3-r-down .list li a {
            padding: 10px 0;
        }
        .home2 {
            padding-bottom: 15px;
        }
        .section4 {
            margin-top: 15px;
            padding-bottom: 15px;
        }
        .section5 {
            margin-top: 0;
            padding-top: 15px;
        }
        .s4 ul li a .text {
            background: #0d6fb8;
        }
        .s4 .slick-prev,
        .s4 .slick-next {
            top: 50%;
        }
        .s5-r ul li a {
            margin-left: 10px;
        }
        .s5-r ul li {
            margin-top: 20px;
        }
        .s5-l a h2 {
            margin: 10px 0;
            font-size: 17px;
        }
        .sect2>ul li a p {
            font-size: 14px;
        }
        .s4 ul li a .text h2 {
            font-size: 17px;
        }
        .s4 ul li a .text p {
            font-size: 14px;
        }
        .s5-l a p {
            font-size: 14px;
        }
    }

@media (max-width: 500px) { .tab-tit h3 { font-size: 18px; } }