/* 背景轮播图 */
.main-carousel-img-wrapper{
    height: 100vh;
    width: 100%;
} 
.main-carousel-img-wrapper img{
    object-fit: cover;
}
/* 主搜索框+logo */
.main-search-wrapper{
    margin-top: -90vh;
    padding-top: 50px;
    height: 550px;
}
/* 主搜索框 */
.search-box{
    height: 60px;
    border-radius: 40px;
    background-color: white;
    padding-left: 20px;
}
.search-text{
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 17px;
    line-height: 60px;
    width: 100%;
}
.search-btn{
    color: #e84118;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border: none;
   background-color: transparent;
}
/* 中部区域 */
.middle-wrapper{
    max-width: 1200px;
}
.middle-nav-wrapper{
    background-color: #094ba8
} 
.center-nav .nav-item{
    border-right: 1px rgba(255, 255, 255, 0.2) dashed;
}
.center-nav .nav-link{
    font-size: 17px;
    font-weight: 600;
    line-height: 53px;
    border-radius: 0;
    color: white !important;
    height: 70px;
}
.center-nav .nav-link:hover{
    background-color: #0d6efd;
}
.center-inner-nav .nav-link{
    color:  black !important;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    line-height: 40px;
}
.center-inner-nav .nav-link:hover{
    color: #094ba8 !important;
}
.center-inner-nav .nav-link.active{
    color:  #094ba8 !important;
}
.center-inner-articleList{
    line-height: 40px;
}
.icon-more{
    color: #4a78bb;
}
.icon-more::after{
    content: "更多";
    font-size: 17px !important;
    color: #4a78bb;
}



/* 文章列表 竖向（标题与时间） */
.articleList-item-vertical .title{
    color: #333;
    font-size: 17px;
    line-height: 1.9;
    text-align: inherit;
    font-weight: 700;
}
.articleList-item-vertical .time{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}
/* 文章列表 横向 （标题与时间）*/
.articleList-item-horizontal .title{
    font-size: 15px;
    font-weight: 400;
}
.articleList-item-horizontal .time{
    color: #999999;
    font-size: 14px;
}
.articleList-item:hover .title{
    color: #094ba8;
}
/* 文章列表 ul无特效  可共享 */
ul.no-listStyle{
    list-style: none;
}
/* li前方圆点  可共享 */
.articleList li::marker{
    color: #c3d3e4;
}
/* 分割线 */
.divide-line{
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
/* 中部折叠箱 */
/* 折叠箱 左侧 */
/* 卡片 图片 */
.collapse-card-img{
    height: 50px;
}
/* 卡片 文字 */
.collapse-card-text{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 1.5;
    text-align: inherit;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}
/* 折叠箱 中部 */
/* 上方 导航栏 */
.collapse-center-nav .title .text{
    padding-left: 10px;
    color: #1751a4; 
    line-height: 25px;
    font-size: 18px; 
    font-weight: 600; 
    border-left:4px #094ba8 solid;
}
/* 文章列表 */
.collapse-center-articleList li{
    line-height: 50px;
}
/* 折叠箱 后部 */
/* 上方 导航栏 */
.collapse-end-nav .nav-link{
    color:  #8b8b8b !important;
    font-size: 18px;
    font-weight: 600;
    cursor:pointer;
}
.collapse-end-nav .nav-link:hover{
    color: #094ba8 !important;
}
.collapse-end-nav .nav-link.active{
    color:  #094ba8 !important;
}
/* 搜索框 */
.collapse-end-search-button{
      padding: 0;
     border: none;
    background-color: transparent;
}
.collapse-end-search{
    display: none;
    height: 40px;
    border: 1px steelblue solid;
    border-radius: 4px;
}
.collapse-end-search.show{
    display: flex !important;
}
.collapse-end-search-btn{
    color: white;
    width: 70px;
    background-color: #094ba8;
    text-decoration: none;
    font-size: 15px;
   height: 100%;
}
/* 下方 服务入口卡片 */
.service-enter-card{
    width: 115px;
}
.service-enter-card:hover .title{
    color: #094ba8;
}
.service-enter-card .title{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.service-enter-card .card-icon{
    width: 49%;
}


/* 外部 服务入口卡片 */
.vipButton{
    border: solid 1px #007bda;
    border-radius: 35px;
}
.vipButton:hover{
    background-color: #007bda;
}
.vipButton:hover .title{
    color: #fff;
}
.vipButton .vip-icon{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-left: -1px;
    background-color: #007bda;
}
.vipButton .vip-icon img{
    width: 34px;
    height: 34px;
    margin: 18px;
}
.vipButton .title{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 70px;
    color: #007bda;
}
/* 协会介绍 */
.profile{
    background-color: #0178dc;
}
.pofile-content .title{
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
}
.pofile-content .text{
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-indent: 2em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    color: #ffffff;
}
.profile-more{
    font-size: 14px;
    width: 90px;
    line-height: 29px;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}
        /* 专题专栏 */
        .middle-topic .box{
            width: 90px;
            height: 90px;
            background-color: #024aa4;
            border-radius: 15px;
        }
        .middle-topic .box .title{
            color: #fff;
            width: 100%;
            font-size: 25px;
            font-weight: 600;
            text-align: center;
        }
        .topicList-item{
            width: 25%;
            /*margin-bottom: 20px;*/
            padding:20px;
        }
        .topicList-item img{
            width: 100%;
             height:100%;
           object-fit:cover;
            border-radius:5px;
        }
        .middle-topic-more{
            width: 160px;
            font-size: 16;
            font-weight: 400;
            border-radius: 10px;
            border: 1px #0b4da7 solid;
            line-height: 45px;
            text-align: center;
            color: #0b4da7;
        }
        .middle-topic-more:hover{
            background-color: #0b4da7;
            color: #fff;
        }
        /* 业务研讨/党建动态/服务窗口 */
        .card-bg-light{
            background-color: #fff;
        }
        .card-mode1{
            height: 100%;
        }
        .card-mode1 .article-hot .article-hot-datetime{
            background-color: #f7f9fc;
            color: #094ba8;
            max-width: 70px;
        }
        .card-mode1 .article-hot .article-hot-content .title:hover{
            color: #094ba8;
        }
        .card-mode1 .article-hot .article-hot-content .text{
            display:-webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: 13px;
            color: #acacac;
        }
        .card-mode2{
            height: 100%;
        }
        .card-mode2 .serviceWindow-card{
            border-radius: 10px;
            width: 100%;
            height: 100%;
        }
        .card-mode2 .serviceWindow-card .card-icon{
            height: 100%;
            width: 100%;
        }
        .card-mode2 .serviceWindow-card .card-icon img{
            height: 100%;
            object-fit: contain;
            width: 26%;
        }
        .card-mode2 .serviceWindow-card .title{
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 47px;
        }
        .card-mode2 .serviceWindow-card-sm{
            border-radius: 5px;
        }
        .card-mode2 .serviceWindow-card-sm .title{
            font-size: 15px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
        }
        .card-mode2 .serviceWindow-card-sm.safeguard{
            background-color: #e4f8e7;
            color: #399748;
        }
        .card-mode2 .serviceWindow-card-sm.complaints{
            background-color: #e4f6ff;
            color: #116995;
        }
        .card-mode2 .serviceWindow-card-sm.integrity{
            background-color: #f1edfb;
            color: #675b93;
        }