/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    text-align: center;
    font: 12px/1.5 'Microsoft Yahei', '\5b8b\4f53', Georgia, "Times New Roman", "\5fae\8f6f\96c5\9ed1", STXihei, "\534e\6587\7ec6\9ed1", serif;
}

.head {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.head img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



/* ========== 板块通用样式 ========== */
.section .wrap {
    width: 1180px;
    margin: 0 auto;
}



.swiper-button-prev {
    background-image: url('../img/images/prev.png') !important;
    background-size: auto 80% !important;
    background-repeat: no-repeat;
}

.swiper-button-next {
    background-image: url('../img/images/next.png') !important;
    background-size: auto 80% !important;
    background-repeat: no-repeat;

}

.news,.hot,.invest,.state,.bank,.insurance,.policy,.brand,.guide{
    margin: 45px auto 30px;
}

.wrap .lay_title {
    padding: 0 0 20px;
}

/* 头部 */
.header {
    width: 100%;
}

.header img {
    width: 1180px;
    display: block;
    margin: 0 auto;
}

/* 导航 */
/* .nav_control {
    display: none;
}

.nav {
    background-color: #0025cb;
    width: 1180px;
    margin: 0 auto;
}

.main-navbar {
    height: 80px;
    line-height: 50px;
    position: relative;
    z-index: 100;
    width: 1180px;
    margin: 0 auto;
}

.nav-list {
    display: flex;
    list-style: none;
    height: 80px;
}

.nav-item {
    position: relative;
    padding: 20px 0;
    width: 168px;
}

.nav-item>a {
    display: block;
    padding: 0 22px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.nav-item>a:hover,
.nav-item.active a {
    border-bottom: 2px solid #5cc3fe;
} */

/* 下拉箭头 */
.arrow {
    font-size: 9px;
    margin-left: 2px;
    transition: transform 0.3s;
    display: inline-block;
}

.nav-item.open .arrow {
    transform: rotate(180deg);
}

/* ===== 下拉面板 ===== */
.dropdown-panel {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 170px;
    background: #2a49d6;
    display: none;
    z-index: 99;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.dropdown-list {
    list-style: none;
}

.dropdown-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dropdown-list li:last-child {
    border-bottom: none;
}

.dropdown-list li a {
    display: block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, padding-left 0.2s;
}

.dropdown-list li a:hover {
    background: #003366;
    padding-left: 26px;
}

/* 内容区 */
.section {
    background-color: #f2f4f7;
    width: 100%;
}

/* 广告1 */
.ad {
    margin: 30px auto;
    overflow: hidden;
}


.ad-banner {
    width: 1020px;
    height: 110px;
    padding: 10px 65px;
    background: #dfdada;
}

.ad-banner ul li {
    width: 100%;
    display: none;

}

.ad-banner ul li a img {
    width: 100%;
    height: 100%;
}

.ad-banner ul li.active {
    display: block;
}

.ad-nav {
    width: 140px;
    height: 110px;
    box-sizing: border-box;
}

.ad-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.ad-nav ul li {
    width: 100%;
    box-sizing: border-box;
    background: #d83548;
}

.ad-nav ul li a {
    display: inline-block;
    box-sizing: border-box;
    background-color: #d83548;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 35px;
  border-bottom:1px solid #fff;
}
.ad-nav ul li:nth-child(3) a{
    border-bottom:0;
}
.ad-nav ul li.active a {
    color: #eea771;
}

.ad-nav ul li:hover a {
    color: #eea771;
    text-decoration: none;
}

/* 要闻 */
.news .wrap{
 margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.news .wrap1 {
    overflow: hidden;
   width: 100%;
}
.news-carousel{
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: middle;
}
.news-swiper {
    width: 600px;
    height: 400px;
    border-radius: 0;
}

.news-slide {
    height: 600px;
    height: 400px;
    position: relative;
}

.news-img {
    width: 100%;
    height: 100%;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.news-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    text-align: center;
}

.news-slide p a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-prev,
.news-next {
    color: #ccc !important;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);

}

.news-prev::after,
.news-next::after {
    font-size: 18px !important;
}

.news-pagination .swiper-pagination-bullet-active {
    background: #2a49d6;
}

.news-sidebar {
      width: 505px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* ========== 要闻列表 ========== */
.news-list {
    flex: 1;
}

.news-item {
    display: flex;
    align-items: flex-start;
}

.news-item::after {
    content: '';
    display: block;
    clear: both;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 28px;
    transform: translateX(-50%);
    left: 0;
    background: #2a49d6;
}


.news-text a {
    font-size: 18px;
    color: #333;
    line-height: 70px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    display: inline-block;
text-align: left;
    width: 100%;
}


.news-text a:hover {
    color: #2a49d6;
}

.more-link {
    width: 160px;
    border-radius: 20px;
    margin: 20px auto 20px;
    color: #fff;
    text-align: center;
    background-color: #d83548;
}

.more-link a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
   width:100%;
}

.more-link a:hover {
    text-decoration: underline;
}

/* 热点专题 */
.hot_wrap{

    display: flex;
    align-items: center;
    justify-content: center;
}

.hot .hot_img img {
    width: 100%;
}

.hot .hot_img {
    flex-grow: 0.5;
display: none;
}

.hot .wrap {
    flex-shrink: 0;
    background-color: #f2f4f7;
    margin: 0;
}

.hot-swiper-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 0 0 6px 6px;
    padding: 20px 4px;
}

.hot-swiper-wrap .swiper-button-prev,
.hot-swiper-wrap .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
}

.hot-prev {
    background-image: url('../img/images/prev_circle.png') !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
}

.hot-next {
    background-image: url('../img/images/next_circle.png') !important;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
}



.hot-swiper-wrap .hot-swiper {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
}

.hot-card {
    text-align: center;
    padding: 10px;
}

.hot-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
}

.hot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-title a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    font-weight: normal;
}

/* 广告2 */
/* 投资云南  国资国企*/
.common1list ul li img {
    width: 200px;
    height: 130px;
}

.common1list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    padding: 20px;
    color: #333;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.common1list ul li.has-img p {
    width: 930px;
    box-sizing: border-box;
    padding: 20px;
text-align:left;
}

.common1list ul li a {
    color: #333;
    font-size: 24px;
    line-height: 45px;
    text-align: left;
    display: inline-block;
}

/* 国资国企 */
.state {
    /* background: url('../img/images/gzgq_bg2.jpg');*/
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* 银行 保险*/
.common2list ul {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.common2list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    color: #333;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #999;

}

.common2list ul li:nth-child(n+2) {
    padding: 20px 20px;
}

.common2list ul li img {
    width: 200px;
    height: 130px;
}

.common2list ul li .text {
    width: 930px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
text-align:left;
}

.common2list ul li:nth-child(n+2)::before {
    content: '';
    display: block;
    clear: both;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 38px;
    left: 8px;
    background: #2a49d6;
    border-radius: 50%;
}

.common2list ul li a {
    color: #333;
    line-height: 45px;
    font-size: 24px;
    display: inline-block;
    text-align: left;
}

.common2list ul li p {
    color: #999;
    margin-top: 20px;
    line-height: 45px;
    font-size: 18px;
    text-align: left;
}

/* 保险 */



.insurance .wrap .lay_title {
    width: 100%;
    text-align: center;
    background-color: #f2f4f7;
}

.insurance .wrap ul {
    width: 1180px;
    margin: 0 auto;
}

.common2list ul {
    box-shadow: none;
}

/* 经济政策库 */
.policy {
   /* background: url('../img/images/policy_bg.jpg'); */
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.policy ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.policy ul li {
    padding: 20px;
    background-color: #206dc8;
    border-radius: 20px;
}

.policy ul li a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
}

.policy ul li:nth-child(1),
.policy ul li:nth-child(4),
.policy ul li:nth-child(5) {
    width: 56%;
}

.policy ul li:nth-child(2),
.policy ul li:nth-child(3),
.policy ul li:nth-child(6) {
    width: 40%;
}

.policy ul li:nth-child(2),
.policy ul li:nth-child(5) {
    background-color: #5e9be3;
}

.policy ul li:nth-child(6) {
    background-color: #0a4fa1;
}

/* 品牌展示 */
 .brand .wrap1 {
            background: #fff;
            padding:20px 20px;
        }

.brand ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

.brand ul li {
    border: 1px solid #ccc;
    border-radius: 1px;
}

.lay_title-2 {
    text-align: left;
    margin: 15px auto 20px;
    color: #1e6bc7;
    font-size: 24px;
    position: relative;
}

.lay_title-2::after {
    content: '';
    display: block;
    clear: both;
    width: 1082px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 58px;
    background: #1e6bc7;
}

.lay_title-2 img {
    max-width: 1075px;
    width: 100%;
}

/* 指导单位 */
.guide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
}

.guide ul li img {
    width: 470px;
    height: 70px;
}

/* 底部 */
.footer {
    padding: 20px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    line-height: 45px;
}

.footer a {
    color: #333;
    font-size: 18px;
    line-height: 45px;
}

@media screen and (max-width: 768px) {
   
.news,
    .hot,
    .invest,
    .state,
    .bank,
    .insurance,
    .policy,
    .brand,
    .guide {
        margin: 0 auto ;
    }

    .section .wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       background:transparent;
    }

    .ad {
        margin: 10px auto;
    }

    .ad-banner {
        width: 100%;
        height: auto;
        padding: 0;
        background: transparent;
    }
.ad-nav ul li:nth-child(3) a{
    border-bottom: 1px solid #fff;
}
    .ad-nav {
        width: 100%;
        height: 50px;
       display:none;
    }

    .ad-nav ul {
        flex-direction: row;
    }

    .news-carousel {
        width: 100%;
        height: auto;
    }

    .news-swiper {
     width:100%;
        height: auto;
    }

    .news-sidebar {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .news-text a {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        padding-left: 10px;
    }

    .news-slide {
        height: auto;
    }
 .news-slide img{
            width: 100%;
            height: 100%;
        }
    .wrap .lay_title {
        width: 100%;
        text-align: center;
        background-color: #f2f4f7;
        overflow: hidden;
        padding: 30px 0 20px;
    }

    .news-slide p a {
        line-height: 30px;
    }

    .wrap .lay_title img {
        width: 170%;
        position: relative;
        left: -35%;
    }

    .hot-swiper-wrap {
        width: 100%;
        overflow: hidden;
        height: auto;

    }

    .hot-card {
        padding: 0;
    }

    .hot-swiper-wrap .hot-swiper {
        padding: 0;
    }

    .hot-swiper-wrap .swiper-button-prev,
    .hot-swiper-wrap .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .hot-title a {
        font-size: 16px;
    }

    .common1list ul li {
        width: 96%;
        flex-direction: column;
        padding: 10px 10px;
        margin: 10px auto;
    }

    .common1list ul li a {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .common1list ul li.has-img p {
        width: 100%;
        padding: 0 10px;
    }

    .common1list ul li p {
        padding: 0 10px;
        text-align: justify;
    }

    .common1list ul li a,
    .common1list ul li img {
        width: 100%;
       height:auto;
    }

    .common2list ul li {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }

    .common2list ul li .text {
        padding: 0;
        width: 100%;
    }

    .common2list ul li a,
    .common2list ul li img {
        width: 100%;
        height:auto;
    }

    .common2list ul li a {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .common2list ul li p {
        margin-top: 10px;
        line-height: 28px;
        font-size: 16px;
        text-align: justify;
    }

    .common2list ul li:nth-child(n+2) {
        padding: 5px 0;
    }

    .common2list ul li:nth-child(n+2)::before {
        top: 15px;
        left: -8px;
    }

    .insurance .wrap ul {
        width: 100%;

    }

    .insurance .wrap ul li {
        flex-direction: column;
    }

    .policy ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
       margin-top: 0;
    }

    .policy ul li {
        width: 96% !important;
        border-radius: 5px;
    }

    .policy ul li a {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .policy ul li:nth-child(2n+1) {
        background-color: #5e9be3;
    }

    .policy ul li:nth-child(2n) {
        background-color: #206dc8;
    }

    .lay_title-2 {
        text-align: left;
        width: 100%;
        margin: 20px auto;
        font-size: 20px;
        padding: 0 10px;
        position: relative;
    }

    .lay_title-2::after {
        width: 82%;
    }

    .brand ul {
        flex-direction: row;
        gap: 10px;
        padding: 0 10px;
    }

    .brand ul li {
        width: 47%;
    }

    .brand ul li img {
        width: 100%;
    }

    .guide ul {
        padding: 0 10px;
    }

    .guide ul li {
        margin-bottom: 10px;
    }

    .guide ul li a,
    .guide ul li img {
        width: 100%;
        height: auto;
    }

    .footer a {
        font-size: 14px;
    line-height: 28px;
    }
   .footer {
padding:0;
    line-height: 28px;
    font-size: 14px;
 }
.news-item::after{
    top: 8px;
        left: 2px;
        height: 15px;
        width: 3px;
}
.more-link{
    margin: 10px auto 10px;
}
.news-list{
       width:96%;
        margin: 0 auto;
}
.header img{
width:100%;}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-07-22 09:43:02" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->