@import "https://at.alicdn.com/t/c/font_4860629_z8qr71ez8ta.css";
ul{
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}
/*#header{*/
/*    !* position:relative; *! position:absolute; height:var(--header-height); top: var(--header-top); left:0; width:100%; z-index:9999; transition: top 0.8s ease;*/
/*}*/
.d-block{
    display: block;
}
.d-none{
    display: none;
}
.opacity-0{
    opacity: 0;
}
.right-float{
    position: fixed;
    right:0;
    top:50%;
    transform: translate(0,-50%);
}
.right-float a:focus, .right-float a:active {
    outline: none;
}
.right-float img{
    width: 64px;
}
#header{
    position:absolute;
    z-index: 999;
    top:0;
    left:0;
    right:0;
}
#header .top-black{
    display: none;
}
#header #menu{
    position: fixed;
    bottom:80px;
}
#header.black .top-black{
    display: block;
}
#header.black .top-white{
    display: none;
}
#header .top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:30px 60px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
#header .top-bar .slogen{
    color:#fff;
}
#header .top-bar .top-bar-right{
    display: flex;
    align-items: center;
}
#header .top-bar .top-bar-right li{
}
#header .top-bar .top-bar-right li a{
    color:#fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding:0 20px;
    position: relative;
    transition: .3s;
}
#header .top-bar .top-bar-right li a:hover{
    margin-top: -4px;
    margin-bottom: 4px;
}
#header .top-bar .top-bar-right li a:after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0,-50%);
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,.2);
}
#header .top-bar .top-bar-right li:last-child a:after{
    display: none;
}
#header .top-bar .top-bar-right li i{
    font-size: 20px;
}
#header .top-bar .top-bar-right li span{
    font-size: 18px;
}
#fp-nav.black ul li a span{
    background: rgba(0,0,0,.5)!important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    margin:0;
    position: initial;
}
#fp-nav.black ul li a.active span{
    background: #000!important;
}
#fp-nav.black ul li a.active span:before{
    border:1px solid #000!important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    margin:0;
}
#mainVisual,.header-full {
    background: url("../img/indextopbg.jpg") no-repeat center top;
    background-size: cover;
}
.indextop{
    width: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 180px;
    gap: 20px;
}
.indextop img{
    width: 480px;
}
.indextop .index-search{
    position: relative;
}
.indextop .index-search input{
    background: rgba(255,255,255,.7);
    width: 620px;
    height: 64px;
    padding-left: 16px;
    font-size: 18px;
    color:#004E8F;
}
.indextop .index-search button{
    position: absolute;
    right:16px;
    top:50%;
    transform: translate(0,-50%);
    border:0;
    background: none;
}
.indextop .index-search button i{
    color:#004E8F;
    font-size: 24px;
}
.detail-page img{
    width: 710px;
    margin: 0 auto;
    display: block;
    padding-bottom: 180px;
    padding-top: 200px;
}

.header-full{
    min-height: 100vh;
}
#section2 {
    background: url("../img/index02bg.png") no-repeat center top;
    background-size: cover;
}

#section3 {
    background: url("../img/index03bg.png") no-repeat center top;
    background-size: cover;
}

#news02{
    background: url("../img/news01bg.png") no-repeat center top;
    background-size: cover;
}

#zw01{
    background: url("../img/zwbg02.png") no-repeat center top;
    background-size: cover;
}
.zwgkbg{
    background: url("../img/zwgkbg.png") no-repeat center top;
    background-size: cover;
}
.detail.hdjlbg{
    background: url("../img/hdjlbg.png") no-repeat center right;
    background-size: 80%;
    padding-top: 80px;
}
.news-list{
    padding:10px 20px 10px 30px!important;
}
.news-list li{
    display: flex;
    align-items: center;
    padding:26px 0;
    border-bottom: 1px solid #EAEAEA;
}

.news-list li:last-child{
    border-bottom: 0;
}
.news-list li .date-cont{
    display: none;
}
.news-list li:first-child .date-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-list li:first-child .date-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #004E8F;
    color:#fff;
    padding:6px 8px;
    margin-right: 10px;
    line-height: 1.3;
}
.news-list li:first-child .date-cont .day{
    font-size: 24px;
    font-weight: bold;
}
.news-list li:first-child .time{
    display: none;
}
.news-list li:first-child a{
    font-size: 22px;
    color:#10233E;
    font-weight: bold;
    flex:1;
    overflow: initial;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示行数 */
    overflow: hidden;
    line-height: 1.4;
}
.news-list li a{
    color:#324561;
}
ul.list-date li span.time{
    top:50%;
    transform: translate(0,-50%);
}
.nowrap, ul.nowrapli li a{
    margin-left: 0;
}
.nowrap, ul.nowrapli li a{
    font-size: 16px;
}

#fp-nav ul, .fp-slidesNav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#fp-nav ul li a, .fp-slidesNav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin:14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    background: #000;
}
#fp-nav ul li a.active span{
    left:8px;
    border-radius: 50px;
}
#fp-nav ul li a.active span:before{
 content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border:1px solid #fff;
    border-radius: 50px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: rgba(0,0,0,.5);
    width: 8px;
    border-radius: 50px;
}
#mainVisual .container{
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translate(-50%,0);
}
.menu-cont{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-width: 1px;
    border-style: solid;
    border-color: #0C5EA2;
    box-shadow: 0px 10px 28px 2px #12273A33;
}
.menu li{
    flex:1;
}
.menu li a{
    color:#fff;
    text-align: center;
    font-size: 24px;
    display: block;
    position: relative;
    transition: .3s;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.4);
}
.menu li a:before{
    content: '';
    height: 20px;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
    width: 1px;
    background: rgba(255,255,255,.2);
}
.menu li:first-child a:before{
    display: none;
}

.menu li.active,.menu li:hover{
    height: calc(100% + 12px);
}
.menu li.active a,
.menu li:hover a{
    background: url("../img/menuactive.png") no-repeat;
    background-size: 100% 100%;
    height: 84px;
    margin-top: -4px;
    line-height: 84px;

}
.menu li.active a:before{
    display: none;
}
.inner-page #header{
    position: relative;
    background: url("../img/indextopbg.jpg") no-repeat center -160px;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 10px;
}
.inner-page #header .top-bar{
    position: absolute;
    left:0;
    top:0;
    right:0;
}
.inner-page  #header #menu{
    position: initial;
    margin-top: 10px;
}
.inner-page .indextop{
	margin-top: 40px;
	padding-bottom: 50px
}
.inner-page .indextop img{
	width: 300px
}
/*浮动菜单*/
#header #menu.menu-fixed{
    position: fixed;
    z-index: 999;
    height: 70px;
    left:0;
    top:0;
    right:0;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #6593B833;
    background: rgba(255,255,255,.1);
}
.menu-cont.menu-fixed .menu{
    position: initial;
    box-shadow: none;
    border:0;
}
.menu-cont.menu-fixed .menu li a{
    color:#10233E;
    font-weight: bold;
    background: none;
}
.menu-cont.menu-fixed .menu li.active a,
.menu-cont.menu-fixed .menu li a:hover{
    background: url("../img/menuactive2.png") no-repeat center center;
    background-size: 100% auto;
}
.menu-cont.menu-fixed.black{
    background: #00000033;
    border-bottom: 1px solid #FFFFFF26;
}
.menu-cont.menu-fixed.black .menu a{
    color:#fff;
}
#header .menu-fixed +.top-white{
    display: none;
}
/* Fullpage Navigation Customization */
#fp-nav ul li a span {
    transition: background-color 0.3s ease;
}

#fp-nav ul li .fp-tooltip {
    transition: color 0.3s ease;
}

/* Default state */
#fp-nav ul li a span {
    background-color: rgba(255, 255, 255, .4) !important;
}

#fp-nav ul li .fp-tooltip {
    color: #fff !important;
}

/* Active state */
#fp-nav ul li a.active span {
    transform: scale(1.2);
    background: #fff!important;
}


#fp-nav{
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    left : -15rem;
    /* left:8.3rem; */
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: margin-top 0.8s ease, left 0.8s ease-in-out;
}
#fp-nav ul li{position:relative; width:20px; margin:17.5px 0;}
#fp-nav ul li:last-child{display:none}
#fp-nav ul li a{display:block; position:relative; width:100%; height:20px; box-sizing:border-box; padding:7px; }
#fp-nav ul li a span{display:block; width:6px; height:6px; background-color:#fff; }
#fp-nav ul li .fp-tooltip{
    position:absolute;
    overflow:hidden;
    left:20px; top:0;
    opacity:0;filter:Alpha(opacity=0);
    line-height:20px;
    font-size:16px;
    color:#fff;
    margin-left:5px;
    text-align:left;
    transition:var(--transition-custom);
}
#fp-nav ul li .fp-tooltip span{display:block; transform:translateX(100%); transition:all 0.5s;}
#fp-nav ul li a.active span{opacity:1.0;}
#fp-nav ul li a.active + .fp-tooltip{opacity:1.0;}
#fp-nav ul li a.active + .fp-tooltip span{transform:translateX(0%)}

#fp-nav.active {left:8.3rem;}

/* Black Style */
#fp-nav.black ul li a span{background-color:#000}
#fp-nav.black ul li .fp-tooltip{color:#000;}

#fp-nav.hide {margin-top: -485px !important; transition: margin-top 0.8s ease;}
.normal-slider{
    margin-top: 60px;
}
.news-slide{
    margin-top: 0;
    margin-bottom: 40px;
}
.news-slide .owl-nav{
    display: none;
}
.news-slide .owl-item img{
    height: 517px;
}

/*首页政府信息公开*/
.xxgk-index .xxgk-header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xxgk-index .xxgk-header h2 {
    font-size: 50px;
    font-weight: bold;
    color: #10233E;
    margin: 0;
}
.xxgk-index .xxgk-header .nav-icons {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.xxgk-index .xxgk-header .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    text-align: center;
}
.xxgk-index .xxgk-header .nav-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url("../img/iconbg.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.xxgk-index .nav-icon img {
    width: 40px;
    height: 40px;
}
.xxgk-index .nav-text {
    font-size: 24px;
    color: #10233E;
    font-weight: bold;
    white-space: nowrap;
}
.xxgk-index .card
{
    background-color: rgba(255,255,255,.6);
    padding: 20px;
    margin: 10px;
    min-height: 200px;
    border:1px solid rgba(255,255,255,.8);
}
.zcwj-list{
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.zcwj-list li{
    flex:1;
    /*max-width: calc(33.333% - 15px);*/
}
.zcwj-list .card{
    padding:30px 30px 80px;
    background: rgba(255,255,255,.6);
    position: relative;
}
.zcwj-list .card .card-footer .card-btn{
    border:1px solid #004E8F;
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.zcwj-list .card .card-footer .card-btn:hover{
    background: linear-gradient(90deg, #72CEEF 0%, #004E8F 100%);
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.xxgk-index .card-footer,
.zcwj-list .card .card-footer
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left:30px;
    bottom:30px;
    right:30px;
}
.xxgk-index .card-tag,
.zcwj-list .card .card-tag
{
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #004E8F;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.xxgk-index .card-title,
.zcwj-list .card .card-title
{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color:#10233E
}
.xxgk-index .card-content,
.zcwj-list .card .card-content
{
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.xxgk-index .card-date {
    color: #10233E;
    font-size: 16px;
    float: left;
    font-weight: bold;
}
.xxgk-index .card-btn {
    float: right;
    padding: 9px 15px;
    background-color: #fff;
    color: #004E8F;
    border: 1px solid #004E8F;
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.xxgk-index .card-btn i{
    font-size: 12px;
}
.xxgk-index .card-btn:hover {
    background: linear-gradient(90deg, #72CEEF 0%, #004E8F 100%);
    color: #fff;
    text-decoration: none;
    border:1px solid #fff;
}
.xxgk-index .card-btn.active {
    background-color: #4badd6;
    border-color: #4badd6;
    color: #fff;
}
.xxgk-index .carousel-container {
    margin: 30px 0;
}
.xxgk-index .pagination-container {
    text-align: left;
    margin: 30px 0;
}
.xxgk-index .custom-pagination {
    display: flex;
    align-items: center;
    color:#6C7E97;
}
.xxgk-index .custom-pagination span {
    margin: 0 5px;
    font-size: 16px;
}
.xxgk-index .custom-pagination a {
    color: #333;
    font-size: 20px;
    cursor: pointer;
}
.xxgk-index .custom-pagination .page-info{
    color:#6C7E97;
    display: flex;
    align-items: center;
}
.xxgk-index .custom-pagination .page-info span{
    color:#10233E;
    font-size: 22px;
    font-weight: bold;
}
.xxgk-index .custom-pagination .page-info .totalPage{
    color:#6C7E97
}
.xxgk-index .owl-nav {
    display: none;
}
.zfxx-slide .owl-dots{
    display: none;
}
.zfxx-slide .owl-item:has(.disnone){
    position: absolute;
    width: 0;
    height: 0;
}
.normal-slider .owl-item > .item > a > .title{
    background: linear-gradient(180deg, rgba(0, 24, 47, 0) 0%, rgba(0, 24, 47, 0.95) 100%);
    font-family: Noto Sans SC;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    padding-bottom: 80px;
    text-align: center;
}
.normal-slider .owl-item > .item > a > .title span{
    text-align: center;
    display: block;
    width: 100%;
}
.normal-slider .owl-dots{
    width: 100%;
    position: absolute;
    bottom:40px;
    display: flex;
    justify-content: center;
}
.normal-slider .owl-dots button{
    border:0;
    background: none;
}
.normal-slider .owl-dots span {
    margin: 0;
}
.normal-slider .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background: #1188E2;
    position: relative;
}
.normal-slider .owl-dots .owl-dot.active span:before{
    content: '';
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border:1px solid #1188E2;
}
.normal-slider .owl-prev,
.normal-slider .owl-next{
    position: absolute;
    top:40%;
    background: #004E8FE5;
    border: 1.31px solid #FFFFFF33;
    font-size: 30px;
    color:#fff;
    padding:6px 12px;
}
.normal-slider .owl-prev{
    left:10px;
}
.normal-slider .owl-next{
    right:10px;
}
.normal-slider .owl-prev:before{
    content: '\e623';
    font-family: iconfont;
}
.normal-slider .owl-next:before{
    content: '\e624';
    font-family: iconfont;
}
.news-slide .owl-dots{
    justify-content: flex-end;
    padding-right: 20px;
}
.normal-slider.news-slide .owl-item > .item > a > .title{
    text-align: left;
    font-size:24px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 16%;
    bottom:0;
}
.normal-slider.news-slide .owl-item > .item > a > .title span{
    text-overflow: initial;
    white-space: initial;
    text-align: left;
    line-height: 1.4;
}
.index-tab{
    background: #fff;
    padding:0;
    position: relative;
}
.index-tab .more{
    position: absolute;
    right:20px;
    top:16px;
    color:#fff;
    font-size: 26px;
}
.index-tab .nav{
    background: url("../img/tabbg.png") no-repeat top right #004E8F;
    background-size: auto 100%;
}
.index-tab .nav li a{
    height: 76px;
    color:#fff;
    padding:0 30px;
    line-height: 80px;
    font-size:28px;
    font-weight: bold;
}
.tab2-f{
    height: 0;
    opacity: 0;
}

.index-tab .nav li.active a{
    position: relative;
    background: #fff;
    color:#004E8F;
}
.index-tab .nav li.active a:after{
    content: '';
    position: absolute;
    bottom:0;
    border:10px solid transparent;
    border-bottom-color: #004E8F;
    left:50%;
    transform: translate(-50%,0);
}
.inner-top{
    height: 650px;
    position: relative;
}
.inner-top img{
    width: 360px;
    padding-top: 140px;
    padding-bottom: 20px;
}
.inner-top .menu{
    bottom:40px;
}

/*留言互动*/
.ly-card{
    padding:30px;
}
.ly-card .card-blue-header{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.ly-card .card-blue-header .content-area{
    margin:0;
}
.ly-card .card-blue-header .content-area h3{
    font-weight: bold;
    font-size: 28px;
}
.bg-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(240,240,240,0.4) 100%);
    z-index: -1;
}

.bg-curve::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 120%;
    height: 200%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240,240,240,0.3) 0%, rgba(255,255,255,0.6) 100%);
}

.card-blue {
    background: url("../img/bgblue1.png") no-repeat;
    background-size: 100% 100%;
    color: white;
    height: 100%;
    position: relative;
    margin-bottom: 60px;
}
.card-ching{
    background: url("../img/bgblue2.png") no-repeat;
    background-size: 100% 100%;
    color: white;
    height: 100%;
    position: relative;
}

.icon-circle {
    background-color: rgba(255,255,255,0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.btn-white {
    background-color: white;
    color: #1976D2;
    border: none;
    padding: 10px 16px;
    font-weight: 500;
    transition: all 0.3s;
}
.card-ching .btn-white{
    color: #3991B0;
}
.btn-white:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.title-section {
    color: #1a3b5d;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}


.lyhd-cont .title-section{
    width: 100%;
    display: flex;
    justify-content: center;
    margin:0 0 40px;
}
.lyhd-cont .title-section img{
    height: 60px;
    width: auto;
}
.lyhd-cont .lyhd-white{
    background: #fff;
    padding:40px;
    border: 1px solid #DDE3EB;
}
.lyhd-cont .stats-box{
    display: flex;
    align-items: center;
    background: #F5FAFF;
    height: 96px;
}
.lyhd-cont .stats-box li{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 0;
}
.lyhd-cont .stats-box li p{
    margin-bottom: 0;
    color:#6C7E97;
}
.lyhd-cont .stats-box li .stats-number{
    color:#324561;
    font-size: 24px;
}
.message-list {
}

.message-item {
    border-bottom: 1px solid #eee;
    display: flex;
    padding: 32.5px 0;
    align-items: center;
    justify-content: space-between;
}
.message-item:last-child{
    padding-bottom: 0;
}
.message-item .item-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.message-list .message-item a{
    font-size: 18px;
    margin:0;
    color:#10233E;
    line-height: 1.6;
    flex:1;
}
.message-list .message-item a:hover{
    font-weight: bold;
}
.message-item:last-child {
    border-bottom: none;
}
.message-item .time{
	white-space: nowrap;
	margin-left: 10px;
}
.badge-reply {
    background: linear-gradient(to right top, #004E8F, #72CEEF);
    color: white;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 0;
    transform: skewX(-20deg);
    width: 60px;
}
.badge-reply span{
    transform: skewX(20deg);
    display: block;
}

.stats-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
}

.stats-number {
    color: #1976D2;
    font-size: 1.8rem;
    font-weight: bold;
}

.hexagon-decoration {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.2;
}

/*新闻详细*/
.detail-cont{
    background:#F2F2F2;
    padding-bottom: 80px;
}
.breadcrumb-nav {
    padding: 20px 0;
}
.ldxx{
    display: block;
    margin:20px auto;
    text-align: center;
}
.ldxx img{
    max-width: 200px
}
.article-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-nav a {
    color: #666;
    margin: 0 5px;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #337ab7;
}

.home-icon {
    color: #337ab7;
}

.divider {
    height: 1px;
    background-color: #DDE3EB;
    margin: 10px 0;
}

.article-title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #10233E;
    margin-bottom: 38px;
}

.article-meta {
    color: #324561;
    font-size: 14px;
    margin-bottom: 20px;
}
.article-meta>div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.article-meta .meta-item{
    display: flex;
    align-items: center;
    gap: 4px;
}

.font-control {
    margin-left: 15px;
}

.font-size-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 2px;
    color: #324561;
    text-decoration: none;
}

.font-size-btn.active {
    border:1px solid #0F55A9;
    color: #0F55A9;
    border-radius: 3px;
}
.article-content img{
    width: 60%;
    margin:10px auto;
}
.article-content p{
    line-height: 1.8;
}
.share-btns {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.share-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: 0 2px;
}

.share-wechat {
    background-color: #44b549;
}

.share-weibo {
    background-color: #e6162d;
}

.article-content {
    margin: 20px 0;
    font-size: 16px;
}

.article-content p {
    margin-bottom: 20px;
    /*text-indent: 2em;*/
}
.detail-cont-zcwj .article-content {
    background: #fff;
    padding:20px;
}
.trout-region-info .owl-item .item img{
    max-height: 600px;
    object-fit: cover;
}
.article-image {
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.article-content table{
    width: 100% !important;
}

/* Font size classes */
.font-small {
    font-size: 14px;
}

.font-medium {
    font-size: 16px;
}

.font-large {
    font-size: 18px;
}

/*新闻列表*/
.news-list-cont{
    background: #fff;
    padding:20px;
    margin:40px 0;
}
.news-list-cont .news-list .date-box {
    width: 102px;
    height: 102px;
    float: left;
    margin-right: 20px;
    background: #004E8F0D;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}
.news-list-cont .news-list .news-item{
    display: flex;
    align-items: stretch;
    transition: .3s;
    position: relative;
}
.news-list-cont .news-list .arrow-icon{
    position: absolute;
    right:30px;
    padding:6px 10px;
    top:50%;
    transform: translate(0,-50%);
    background: #004E8F0D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list-cont .news-list .date-day {
    font-size: 32px;
    font-weight: bold;
    color: #0066b3;
    line-height: 1;
}
.news-list-cont .news-list .date-month {
    font-size: 12px;
    color: #000;
}
.news-list-cont .news-list .news-content {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10%;
    width: 80%;
}
.news-list-cont .news-list .news-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:0;
    color: #333;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list-cont .news-list .news-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list-cont .news-list .arrow-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0066b3;
    font-size: 24px;
}
.news-list-cont .news-list .news-item:hover .date-box{
    background:#0066b3;
}
.news-list-cont .news-list .news-item:hover .date-box .date-day,
.news-list-cont .news-list .news-item:hover .date-box .date-month{
    color:#fff;
}
.news-list-cont .news-list .news-item:hover h3{
    color:#0066b3;
}
.news-list-cont .news-list .news-item:hover .arrow-icon{
    background:#0066b3;
    color:#fff;
}
.pagination-container {
    text-align: center;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-container .pagination{
    margin:0;
}
.pagination > li > a {
    color: #333;
}
.pagination > .active > a {
    background-color: #0066b3;
    border-color: #0066b3;
}
.pagination-info {
    display: inline-block;
    margin-left: 20px;
    color: #666;
}
.pagination-goto {
    display: inline-block;
    margin-left: 20px;
}
.pagination-goto input {
    width: 40px;
    text-align: center;
    display: inline-block;
}
.pagination-goto button {
    display: inline-block;
    margin-left: 5px;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}



/* 箭头 */
.main-scroll-icon {position: absolute; display: flex; justify-content: center; text-align: center; left: 6rem; bottom: 60px; width: 68px; height: 68px; transition: bottom 0.8s ease;}
.main-scroll-icon .scroll-bd {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.main-scroll-icon .scroll-bd span {position: absolute; width: 19px; height: 19px; border: 2px solid #fff; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.main-scroll-icon .scroll-bd span.bd1 {border-right: 0; border-bottom: 0; top: 0; left: 0;}
.main-scroll-icon .scroll-bd span.bd2 {border-left: 0; border-bottom: 0; top: 0; right: 0;}
.main-scroll-icon .scroll-bd span.bd3 {border-right: 0; border-top: 0; bottom: 0; left: 0;}
.main-scroll-icon .scroll-bd span.bd4 {border-left: 0; border-top: 0; bottom: 0; right: 0;}
.main-scroll-icon .scroll-arrow {position: relative; width: 20px; height: 20px; /* margin-left: -9px; */}
.main-scroll-icon .scroll-arrow em {display: flex;align-items: center; justify-content: center; position: absolute; left: 0; top: 0;width: 100%;height: 100%;opacity: 0; font-size: 3rem; color: #fff; transform: scale3d(0.5, 0.5, 0.5); animation: scroll-ani-down 3.0s ease-out infinite;}
.main-scroll-icon .scroll-arrow em .xi-angle-up-min {display: none;}
.main-scroll-icon .scroll-arrow em.arrow1 {animation: scroll-ani-down 3.0s ease-out 1.0s infinite;}
.main-scroll-icon .scroll-arrow em.arrow2 {animation: scroll-ani-down 3.0s ease-out 2.0s infinite;}

.main-scroll-icon.black .scroll-bd span {border-color: #000;}
.main-scroll-icon.black .scroll-arrow em {color: #000;}

.main-scroll-icon.reverse .scroll-arrow em .xi-angle-down-min {display: none;}
.main-scroll-icon.reverse .scroll-arrow em .xi-angle-up-min {display: block;}
.main-scroll-icon.reverse .scroll-arrow em {top: 43px; animation: scroll-ani-up 3.0s ease-out infinite;}
.main-scroll-icon.reverse .scroll-arrow em.arrow1 {animation: scroll-ani-up 3.0s ease-out 1.0s infinite;}
.main-scroll-icon.reverse .scroll-arrow em.arrow2 {animation: scroll-ani-up 3.0s ease-out 2.0s infinite;}

.main-scroll-icon.hide {bottom: 436px !important;}

@keyframes scroll-ani-down {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(16px);
    }
    67% {
        opacity: 1;
        transform: translateY(25px);
    }
    100% {
        opacity: 0;
        transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes scroll-ani-up {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(-16px);
    }
    67% {
        opacity: 1;
        transform: translateY(-25px);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px) scale3d(0.5, 0.5, 0.5);
    }
}

/*政务公开*/
.icon-list{
    margin:60px 0
}
.icon-list li{
    padding:20px 8px;
    box-sizing: border-box;
}
.icon-list li:first-child{
    padding-left: 0;
}
.icon-list li:last-child{
    padding-right: 0;
}
.icon-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:30px 0;
    justify-content: center;
    background: url("../img/boxbg.png") no-repeat #fff center bottom;
    background-size: 100% auto;
    border:1px solid #DDE3EB;
    transition: .3s;
    gap: 6px;
    min-height: 180px;
}
.icon-list li a:hover{
    background: url("../img/box-active.png") no-repeat #fff center bottom;
    border:1px solid #004E8F;
    background-size: 100% auto;
}
.icon-list li a span{
    font-size: 22px;
}
.icon-list li a img{
    width: 80px;
    height: 80px;
    transition: .3s;
}
.icon-list li a:hover img{
    margin-top: -6px;
    margin-bottom: 6px;
}
.icon-list li a:hover span{
    font-weight: bold;
    color:#004E8F
}
.zcwj-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.zcwj-cont h2 img{
    width: 200px;
    height: auto;
}
.zcwj-cont  .more-info{
    background: linear-gradient(90deg, #72CEEF 0%, #004E8F 100%);
    color:#fff;
    padding:10px 20px;
}
.zcwj-list .card{

}

/*新闻中心*/
.news-cont{
    margin-top: 50px;
    margin-bottom: 80px;
}
.news-cont .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-cont .news-box .news-item:first-child{
    height: 220px;
}
.news-cont .news-box{
    background: #fff;
    padding:40px;
}
.news-cont .plus-button {
    width: 40px;
    height: 38px;
    background-color: #004a87;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: .3s;
}
.news-cont .plus-button:hover{
    background: #0C5EA2;
}
.news-cont .news-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.news-cont .news-item.news-item-first{
    height: 180px;
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.news-cont .news-item.news-item-first img{
    height: 160px;
    width: 210px;
    object-fit: cover;
}
.news-cont .news-item.news-item-first .news-item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-cont .news-item.news-item-first .news-item-info .news-title h3{
    margin:0;
    font-size: 20px;
    line-height: 1.6;
}
.news-cont .news-item.news-item-first .news-item-info .news-title p{
    font-size: 14px;
    color:#6C7E97;
    font-weight: normal;
    margin-top: 10px;
}
.news-cont .news-item .news-title a{
    color:#324561;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: calc(1.5em * 2);
}
.news-cont .news-item a:hover{
    font-weight: bold;
}
.news-cont .news-item.news-item-first .news-item-footer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.news-cont .news-item:last-child {
    border-bottom: none;
}
.news-cont .news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-cont .news-date {
    color: #666;
    font-size: 14px;
}
.news-cont .news-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}
.news-cont .read-more {
    color: #004a87;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: .3s;
}
.news-cont .read-more:hover{
    margin-right: -10px;
}
.news-cont .read-more-text {
    margin-right: 5px;
}


/*政务公开-政策文件*/
.zwgk-cont{
    padding:30px 0;
}
.zwgk-cont .sidebar {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.zwgk-cont .sidebar-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}
.zwgk-cont .sidebar-item span{
    font-size: 18px;
    color:#000;
}
.zwgk-cont .sidebar-item img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.zwgk-cont .sidebar-item:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}
.zwgk-cont .sidebar-item.active {
    background: linear-gradient(90deg, #004E8F 0%, #72CEEF 100%);
    color: white;
}
.zwgk-cont .sidebar-item.active:after{
    content: '\e624';
    font-family: iconfont;
    position: absolute;
    right:34px;
}
.zwgk-cont .sidebar-item.active span{
    color: white;
    font-weight: bold;
}
.zwgk-cont .sidebar-item i {
    margin-right: 10px;
    font-size: 24px;
    width: 30px;
    text-align: center;
    color: #0e6eb8;
}
.zwgk-cont .sidebar-item.active i {
    color: white;
}
.zwgk-cont .sidebar-item .arrow {
    margin-left: auto;
    font-size: 18px;
}
.zwgk-cont .main-content {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 800px;
}
.zwgk-cont .main-content  .header-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zwgk-cont .section-header {
    border-left: 4px solid #0e6eb8;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.zwgk-cont .document-list {
    margin-bottom: 30px;
}
.zwgk-cont .document-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.zwgk-cont .document-icon {
    color: #0e6eb8;
    margin-right: 10px;
    flex-shrink: 0;
}
.zwgk-cont .gk-list .section-header{
    background: linear-gradient(90deg, rgba(114, 206, 239, 0.2) 0%, rgba(114, 206, 239, 0) 100%);
    color:#0C255C;
    border-left-color: #1C94E4;
    padding-top: 14px;
    padding-bottom: 14px;
}
.zwgk-cont .gk-list ul.gl-list-item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    margin:10px 0;
}
.zwgk-cont .gk-list ul.gl-list-item li{
    width: 25%;
}
.zwgk-cont .gk-list ul.gl-list-item li a{
    padding:14px 0 14px 16px;
    display: block;
    color:#10233E;
    font-size: 18px;
    position: relative;
}
.zwgk-cont .gk-list ul.gl-list-item li a:before,
.tj-cont  .tj-list a:before{
    content: '';
    position: absolute;
    width: 4px;
    left:0;
    top:50%;
    transform: translate(0,-50%);
    height: 4px;
    background: #004E8F;
}
.zwgk-cont .document-title {
    flex-grow: 1;
    color: #293751;
    font-size: 16px;
    padding-left: 30px;
    display: inline-block;
    background: url("../img/icon.png") no-repeat left center;
    background-size: 15px 15px;
    cursor: pointer;
}
.zwgk-cont .document-title:hover{
    color: #004E8F;
}
.zwgk-cont .document-date {
    color: #6C7E97;
    flex-shrink: 0;
    width: 100px;
    text-align: right;
}
.zwgk-cont .article-title{
    margin-bottom: 25px;
    font-weight: bold;
}
.zwgk-cont .more-btn {
    background-color: #004E8F;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}
.zwgk-cont .search-box {
    position: relative;
    width: 280px;
}
.zwgk-cont .search-box input {
    border-radius: 0;
    height: 40px;
    background: #F4F4F4;
    border:none;
    padding: 10px;
    padding-right: 40px;
}
.zwgk-cont .search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    height: 36px;
    width: 36px;
    background: none;
    border: none;
    color: #004E8F;
}
.zwgk-cont .search-box button i{
    font-size: 20px;
}
.zwgk-cont .page-header {
    margin: 0;
    border-bottom: 0;
    font-weight: bold;
    font-size: 24px;
}
.zwgk-cont .article-content{
    background: #fff;
    max-height: 1085px;
    overflow: auto;
    padding-right: 16px;
}
/* 滚动条整体样式 */
.zwgk-cont .article-content::-webkit-scrollbar {
    width: 8px; /* 设置竖直滚动条宽度 */
}

/* 滚动条滑块部分样式 */
.zwgk-cont .article-content::-webkit-scrollbar-thumb {
    background-color: #2b66a5; /* 滑块颜色 */
    border-radius: 4px; /* 圆角 */
    height: 80px;
    width: 10px;
}

/* 滚动条轨道部分样式 */
.zwgk-cont .article-content::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 轨道背景色 */
    border-radius: 4px; /* 圆角 */
}



.zwgk-cont .article-content .article-title{
    text-align: center;
    font-size: 26px;
}
.zwgk-cont .article-content p{
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 15px;
}
.zwgk-cont .article-content h3{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 22px;
}
.zwgk-cont .article-content h4{
    font-size: 18px;
    font-weight: bold;
    margin:23px 0 25px;
}


/*信息公开信第二版*/
.inner-page #header .xxgk-page-title{
    margin:80px 0 160px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 100px;
    font-weight: bold;
    color:#fff;
}
.zwgk-cont-2{
    padding:50px 36px;
    margin-top: 40px;
    background: rgba(245, 245, 245, 1);
    margin-bottom: 40px;
}
.zwgk-cont-2 .row{
    display: flex;
}
.zwgk-cont-2 .row .col-md-3{
    width: 240px;
    padding-right: 0;
}
.zwgk-cont-2 .row .col-md-9{
    flex:1
}
.zwgk-cont-2 .sidebar {
    background: none;
    padding: 0;
    box-shadow: none;
}
.zwgk-cont-2 .sidebar-item {
    padding: 19px 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    color: #333;
    text-decoration: none;
    position: relative;
}
.zwgk-cont-2 .sidebar-item  img{
    width: 46px;
    height: 46px;
    margin-right: 20px;
}
.zwgk-cont-2 .sidebar-item.active:after{
    right:16px;
    font-size: 20px;
}
.zwgk-cont-2 .main-content{
    border:none;
    box-shadow: none;
}
.zwgk-cont-2 .article-content{
    color:#324561
}
.zwgk-cont-2 .main-content.bg-none{
    background: none;
    padding:0;
}
.zwgk-cont-2 .document-list{
    background: #fff;
}
.zwgk-cont-2 .section-header{
    background: #004E8F;
    padding:10px 20px;
    color:#fff;
    margin-top: 0;
    margin-bottom: 0;
    border:0;
}
.zwgk-cont-2 .document-item{
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 0;
}
.zwgk-cont-2 .document-list{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.zwgk-cont-2 .document-list hr{
    margin-top: 0;
}
.zwgk-cont-2 .document-list .more{
    text-align: center;
    display: block;
    background: #F2F2F2;
    margin:20px auto 0;
    width: 100px;
    padding: 10px 0;
    color:#10233E;
}
.zwgk-cont-2 .search-box,
.zwgk-cont-2 .search-box input{
    background: #fff;
    width: 510px;
    height: 50px;
}
.zwgk-cont-2 .mt-90{
    margin-top: 90px;
}
.zwgk-cont-2 .main-content.main-content-nr{
    padding:0;
}
.zwgk-cont-2 .main-content .right-title{
    color:#10233E;
    font-size: 30px;
    font-weight: bold;
    padding:30px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    background: #fff;
}
.zwgk-cont-2  .main-content.main-content-nr .gk-list .section-header{
    border-left:4px solid #1C94E4;
}
#header .top-bar .menu-top{
    display: flex;
    align-items: center;
    flex:1;
    justify-content: space-around;
}
#header .top-bar .menu-top li{
    flex:1;
    position: relative;
}
#header .top-bar .menu-top li a{
    display: block;
    text-align: center;
}
#header .top-bar .menu-top li:before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.3);
}
#header .top-bar .menu-top li:first-child:before{
    display: none;
}
#header .top-bar .menu-top li a{
    color:#fff;
}
.inner-page #header.xxgk-header{
    background: url("../img/xxgk-top-bg.jpg") no-repeat;
    background-size: cover;
}
.inner-page #header.xxgk-header .top-bar{
    padding:20px 40px;
    gap: 20px;
}

#header .top-bar .logo-top{
    height:64px;
    width: auto;
}


.pdf-cont{
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
    background: #fff;
}
.pdf-cont button{
    background: linear-gradient(90deg, #72CEEF 0%, #004E8F 100%);
    align-items: center;
    justify-content: center;
    border:0;
    display: block;
    margin:0 15px;
    width:calc(100% - 30px) ;
    color:#fff;
    font-size: 18px;
    padding:10px;
}
.pdf-cont button i{
    font-size: 20px;
}
.pdf-cont:before{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    height: 6px;
    background: linear-gradient(to left, #004E8F 0%, #72CEEF 100%);

}
.tj-cont{
    margin-top: 20px;
    background: #fff;
    border-top:1px solid transparent;
    padding-bottom: 20px;
}
.tj-cont .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}
.tj-cont .title h3{
    margin-top: 20px;
    display: block;
    border-left:6px solid #337ab7;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color:#0C255C;
}
.tj-cont  .tj-list a{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #324561;
    padding-left: 10px;
    padding-right: 20px;
    width: calc(100% - 16px);
    margin-left: 16px;
    margin-bottom: 16px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}
.tj-cont  .tj-list a:hover{
    color: #004E8F;
}
.tj-cont  .tj-list a:before{
    top:12px;
}
.zc-link{
    display: block;
    margin:20px 0;
}
/*重大决策*/
.zdjc-cont{
    background: #fff;
    margin:90px auto;
}
.zdjc-cont ul.nav-tabs.nav-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
    flex-wrap: wrap;
}
.zdjc-cont  ul.nav-tabs.nav-line>li{
    flex:1;
}
.zdjc-cont  ul.nav-tabs.nav-line>li a{
    font-size: 18px;
    color:#324561;
    padding:12px 0;
    white-space: nowrap;
}
.zdjc-cont  ul.nav-tabs.nav-line>li.active a{
    border-bottom-color: #004E8F;
    color:#004E8F;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 78, 143, 0.2) 100%);

}
.zdjc-cont .detail-cont{
    background: #fff;
    padding:40px;
    min-height: 500px
}
/*事项目录*/
.sxml-cont{
    padding-bottom: 100px;
}
.sxml-cont .tab-container {
    position: relative;
    margin: 20px auto;
}
.sxml-cont .swiper {
    width: 100%;
}
.sxml-cont .swiper .nav-tabs{
    border-bottom: 0;
}
.sxml-cont .swiper .nav-tabs>li>a{
    padding:20px 0;
}
.sxml-cont .swiper .nav-tabs>li.active>a{
    color:#fff;
    height: 100%;
}
.sxml-cont .swiper .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active{
    border-bottom: 0;
}
.sxml-cont .swiper .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: none;
    border:0;
}
.sxml-cont .swiper .nav-tabs>li>a {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    background:url("../img/defaultbg.png") no-repeat #fff center bottom;
    background-size: 100% auto;
    transition: .3s;
    border-radius: 0;
}
.sxml-cont .swiper .nav-tabs>li.active>a {
    color: #fff;
    background: linear-gradient(to right,#72CEEF 0%, #004E8F 100%);
    background-size: cover;
}
.sxml-cont .swiper .nav-tabs>li.active>a{
    position: relative;
    z-index: 999;
}
.sxml-cont .swiper .nav-tabs>li.active>a:before{
    content: '';
    background:url("../img/bg-active.png") no-repeat  center bottom;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-size: 100% auto;
}
.sxml-cont .nav-arrows {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    z-index: 10;
    background: #0a4b78;
    color: white;
    width: 40px;
    height: 40px;

    justify-content: center;
    cursor: pointer;
}
.sxml-cont .nav-prev {
    left: 0;
}
.sxml-cont .nav-next {
    right: 0;
}
.sxml-cont .table-container {
    margin: 0 auto;
    background: #fff;
}
.sxml-cont .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f9f9f9;
}
.sxml-cont .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #fff;
}
.sxml-cont .table-header {
    background-color: #e6f3ff;
}
.sxml-cont  .table a{
    color:#222;
}
.sxml-cont  .table > thead > tr > th {
    background-color: #e6f3ff;
    color: #333;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left:0;
    border-right:0;
    border-bottom: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding:10px;
}
.sxml-cont  .table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding:10px;
}
.sxml-cont  .table > tbody > tr > td:nth-child(2) {
    text-align: left;
}
.sxml-cont {

}

.download{
    cursor: pointer;
    color:#004E8F;
}
.msg-cong{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin:60px 0 20px;
}
.msg-cong button{
    padding:15px 70px;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    border:0;
    background: linear-gradient(90deg, #72CEEF 0%, #004E8F 100%);
    transition: .3s;
}
.msg-cong button:hover{
    background: linear-gradient(90deg, #59B7D9 0%, #104979 100%);
}
.msg-cong span{
    font-size: 13px;
    color:#6C7E97;

}
/*footer*/
.footer-cont {
    padding: 30px 0;
    padding-bottom: 48px;
}

.footer .footer-links {
    margin: 0 -16px;
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.footer .footer-links > li > a {
    color: #000000;
    font-size: 14px;
}

.footer .footer-links .dropdown-menu {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}

.footer-cont .dropdown-container {
    padding: 0 0 20px;
}
.footer-cont .dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow: auto;
}
.footer-cont .dropdown-toggle {
    width: 100%;
    text-align: left;
    background-color: #F2F2F2;
    color: #333;
    height: 60px;
    border-radius: 0;
}
.footer-cont .dropdown-toggle:hover,.footer-cont  .dropdown-toggle:focus {
    background-color: #e8e8e8;
    color: #333;
}
.footer-cont .blue-line {
    height: 3px;
    background-color: #1e6bb8;
    margin: 10px 0;
}
.footer-cont .info-section {
    margin: 20px 0;
}
.footer-cont .info-item {
    margin-bottom: 10px;
    margin-left: -10px;
}
.footer-cont .info-item .iconfont{
    color:#1e6bb8;
    margin-right: 6px;
}
.footer-cont .info-icon {
    color: #1e6bb8;
    margin-right: 10px;
}
.footer-cont .service-icons {
    text-align: right;
}
.footer-cont .service-icon {
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}

.footer {
    background-color: #f9f9f9;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.footer-cont .caret {
    float: right;
    margin-top: 8px;
}

.footer-cont .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.footer-cont .service-icons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
.footer-cont .service-icons img{
    height: 56px;
}
.footer-cont  .dropup .caret {
    border-bottom: 0;
    border-top: 6px solid\9;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.footer-bottom{
    text-align: center;
    color:#10233E;
    font-size: 14px;
    border-top:1px solid #eee;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.footer-bottom img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.footer-bottom p{
    margin-bottom: 0;
}

.footer .footer-info {
    /*     -webkit-box-orient: horizontal;
        display: flex;
        flex-direction: row; */
    overflow: hidden;
    /*     justify-content: space-between; */
}

.foot1 p {
    font-size: 12px;
    color: rgba(0,0,0, .8);
    overflow: hidden;
}
.detail{
    background:#F2F2F2 ;
    padding:30px 0;
}
.disnone{
    display: none;
}
.hidden{
    display: none;
}
#header .top-bar .top-bar-right .jian a{
    display:inline !important;
    font-size: 18px;padding-left:5px;
}
.jian .earth{
    color: white;
    display: inline;
    padding-left: 20px;
}
.me{
    float: right;
}
.zwgk-fy{
    margin-bottom: -30px;
    margin-top: 18px;
}
.title-h2-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px 0;
}
.title-h2-icon .title-inner{
    position: relative;
    font-size: 34px;
    font-weight: bold;
}
.title-h2-icon .title-inner:before,.title-h2-icon .title-inner:after{
    content: '';
    background: url("../img/title-icon.png") no-repeat;
    width: 40px;
    height: 33px;
    position: absolute;
    background-size: 100% 100%;
    left:-20px;
    top:-10px;
}
.title-h2-icon .title-inner:after{
    left:auto;
    right:-20px;
    top:auto;
    bottom:-10px;
    transform: rotate(-180deg);
}
.title-h2-icon .title-inner span{
    position: relative;
    z-index: 99;
}
a:focus {
  outline: none;
}