/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
@import "https://at.alicdn.com/t/c/font_178760_q3zyfafmio9.css";
/* @import "iconfont/iconfont.css"; */
body{
    color:#666;
    background:url("/assets-zwgk/zfkfy/2024/img/indexbg.png") no-repeat center bottom #4281ff;
}
body.index-cont{
    background: none;
}

a{
    color:#444
}
a:hover,a:active,a:visited{
    text-underline: none;
    text-decoration: none;
}
ul li{
    list-style: none;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.header.header-pt{
    background:url("/assets-zwgk/zfkfy/2025/img/topbg.png") no-repeat;
    padding-bottom: 60px;
    background-size: 100% 100%;
}
.header.header-pt .banner{
    margin-top: 110px;
}
.header.header-pt .banner img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header .header-banner .container{
    position: relative;
}
.header .logo{
    width: 336px;
}
.header .logo img{
    width: 200px;
    height: auto;
}
.header .logo.logo-pt img{
    width: 368px;
    margin-top: 30px;
}
.header .logo{
    position: absolute;
    left:0;
    top:20px;
}
.header .banner{
    margin:130px 0 10px
}
.header .header-form{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.banner-ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:44px
}
.banner-ul li{
    margin:20px 0;
}
.banner-ul li a{
    border: 2px solid #3E7CD4;
    color:#3E7CD4;
    padding:10px 20px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.banner-ul li a i{
    font-size: 24px;
    font-weight: normal;
}
.banner-ul li a:hover{
    background:#3E7CD4;
    color:#fff;
}
.header .header-form select{
    background:url("/assets-zwgk/zfkfy/2025/img/arrow.png") no-repeat #fff 120px center;
    background-size: 22px 22px;
    border-radius: 50px;
    width: 160px;
    border:1px solid #fff;
    box-shadow: 0px 4px 3px 0px #00000014;
    height: 47px;
    color:#274A83;
    text-align: center;
	font-size: 18px;
    appearance: none; /* 移除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
}
.header .header-form select option{
    text-align: center;
}

.notice{
    background: linear-gradient(to bottom, #D5E9FF 0%, #FFFFFF 100%);
    display: flex;
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
    width: 100%;
    padding:14px 18px;
    margin-top: -30px;
    box-shadow: 0px 2px 12px 0px rgba(50,114,188,0.1);
    border-radius: 10px 10px 0px 0px;

}
.notice .notice-title{
    display: flex;
    align-items: center;
    gap: 3px;
}
.notice .notice-title img{
    width: 28px;
    height: 28px;
}
.notice .notice-title span{
    font-size: 22px;
    color:#333;
}
.notice .notice-slide{
    flex:1;
    display: flex;
    align-items: center;
    min-width: 0;
}
.notice .notice-slide .owl-item a{
    position: relative;
    color:#0674D4;
    font-size:18px;
    padding-left: 20px;
    white-space: nowrap;
    width: 100%;
    text-overflow:ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice .notice-slide .owl-item a h4 {
    color:#333;
    font-size: 18px;
    margin:0;
}
.notice .notice-slide .owl-item a span{
    font-size: 16px;
    color:#999999
}
.notice .notice-slide .owl-item a:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0674D4;
    border-radius: 50px;
    left:-20px;
    top:50%;
    transform: translate(0,-50%);
}
.notice .owl-controls{
    display: none;
}
.public-title{
    background: url("/assets-zwgk/zfkfy/2025/img/title-bg.png") no-repeat center bottom;
    background-size: auto 100%;
    text-align: center;
    font-size: 36px;
    color:#333;
    font-weight: bold;
    letter-spacing:2px;
    margin: 30px 0;
   padding: 18px 30px;
}
.public-title-sm{
    background-size: auto 80%;
}
.ztwza {
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 45px;
    padding: 10px 0px;
}
.ztwza ul{
    display: flex;
    padding-left: 20px;
}
.ztwza li {
    padding:0 10px;
}
.ztwza li i{
    color:#fff;
    font-size: 20px;
}
.ztwza a {
    display: inline-block;
    width: auto;
    color: #3F69A5;
    background: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
    padding:6px 10px;
    cursor: pointer;
    border-radius: 50px;
}
.ztwza a i{
    color: #274A83;
}
.ztwza li:last-child a{
    border-right:0;
}
.ztwza-pt{
    color: #274A83;
}
.ztwza-pt a,.ztwza-pt li i{
}
.ztwza-pt,.ztwza-pt a{
}
.owl-controls .owl-nav .owl-prev:before{
    content: '\e6a7';
}
.owl-controls .owl-nav .owl-next:before{
    content: '\e6a8';
}
.zchd-right h4{
    font-size: 20px;
    font-weight: bold;
    color:#333;
    margin:0;
    line-height: 1.6;
    margin-bottom: 10px;
}
.zchd-right p{
    line-height: 1.6;
}
/*轮播*/
.qzfzc{
    background: #fff;
    padding-bottom: 30px;
}
.public-title{
    text-align: center;
    margin: 30px  0px;
    position: relative;
}
.public-title  img{
    height: 75px;
}
.zchd-owl{

}
.zchd-owl .zchd-left{
    border-radius: 6px;
}
.zchd-owl .zchd-left h4{
    position: absolute;
    left:16px;
    right:16px;
    bottom:0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
}
.zchd-owl .zchd-left h4 a{
    color:#fff;
    display: block;
    padding:20px 80px 20px 10px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zchd-owl .zchd-left  img{
    border-radius: 6px;
    height: 300px;
    object-fit: cover;
}
.zchd-owl .owl-dots .owl-dot span{
    width: 17px;
}
.zchd-owl .owl-dots{
    position: absolute;
    right: 53%;
    z-index: 999;
    bottom:44px
}
.zchd-owl .zchd-right{
    padding-bottom: 20px;
    height: 100%;
}
.zchd-owl .zchd-right h4{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: bold;
}
.zchd-owl .zchd-right p{

    font-size: 16px;

    color: #333;

    line-height: 1.9;

    display: -webkit-box;

    -webkit-line-clamp: 7;

    -webkit-box-orient: vertical;

    overflow: hidden;
}
.zchd-owl .zchd-right a{

    color: #333;

    float: right;
}

.zchd-owl .zchd-right a  img{

    width: 15px;

    display: inline-block;

    margin-left: 5px;
}
.zchd-owl .owl-dots .owl-dot span{
    background: #B2BAC785;
    margin: 0 5px;
}
.zchd-owl .owl-dots .owl-dot.active span{
    background:#fff;
}
.zchd-owl .owl-controls .owl-nav [class*=owl-]{
    background-color: rgba(16, 35, 62, 0.50);
    color: #fff;
    font-size: 20px;
    padding: 5px 12px;
    border-radius: 7px;
}
.zchd-owl .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: #3C6DDA;
    color: #fff;
}
.zchd-owl .owl-controls .owl-nav .owl-prev{
    left: 10px;
}
.zchd-owl .owl-controls .owl-nav  .owl-next{
    right:52%
}
.zfkfy{
    background:#F2FAFF;
    margin-top: 20px;
    padding-bottom: 40px;
}
.zfkfy .public-title{
    margin-top: 30px;
}
.zfkfy .hdbd-title{
    background: url("/assets-zwgk/zfkfy/2024/img/title-02bg.png") no-repeat right bottom;
    background-size: 85% auto;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
    color:#274A83;
    text-align: right;
    position: relative;
    margin-bottom: 30px;
}
.zfkfy .hdbd-title:before{
    content: '';
    width: 13px;
    height: 42px;
    background: #E94908;
    position: absolute;
    left:0;
    top:10px;
}
.zfkfy .kfy-tab{
    display: flex;
}
.zfkfy .hdbd-img{
    position: relative;
}
.zfkfy .hdbd-img img{
    height: 288px;
}
.zfkfy .hdbd-img span{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    color:#fff;
    margin:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zfkfy .kfy-tab .tab-content{
    flex:1;
}
.zfkfy .kfy-tab .nav{
    width: 205px;
    display: flex;
    flex-direction: column;
}
.zfkfy .kfy-tab .nav li{
    height: 72px;
    background: rgba(217, 217, 217, 0.35);
    border-bottom:4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zfkfy .kfy-tab .nav li a{
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:0 20px;
    width: 100%;
}
.zfkfy .kfy-tab .nav li a span{
    flex:1;
}
.zfkfy .kfy-tab .nav li:last-child{
    border-bottom:0;
}
.zfkfy .kfy-tab ul.nav-pills{
    background: none;
}
.zfkfy .kfy-tab .nav li.active{
    background: linear-gradient(to right, #3E7CD4 5.76%, #67A1F3 72.09%);
    position: relative;
}
.zfkfy .kfy-tab .nav li.active a{
    background: none;

}
.zfkfy .kfy-tab-sm .nav li a{
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.zfkfy .kfy-tab .nav li.active:before{
    content: '';
    position: absolute;
    left:-20px;
    top:50%;
    transform: translate(0,-50%);
    border:10px solid transparent;
    border-right-color: #3E7CD4;
}
.zfkfy .nav-pills>li+li{
    margin-left: 0!important;
}

.zfkfy .row:before,.zfkfy .row:after{
    display: none;
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li a{
    display: flex;
    width: 100%;
    gap: 10px;
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li {
    height: 20%;
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li a img{
    width: 28px;
    height: 28px;
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li a span{
    font-size: 18px;
    text-align: left;
}

.zfkfy .kfy-tab.kfy-tab-icon .nav li{
    background: none;
    border-right:4px solid transparent;
    border-bottom: 0;
    border-radius: 4px;
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li.active{
    border-right:4px solid #3E7CD4;
    background: linear-gradient(to right, rgba(197, 221, 255, 0) 5.76%, rgba(197, 221, 255, 1) 72.09%);
}
.zfkfy .kfy-tab.kfy-tab-icon .nav li.active a{
    color: #333;
}


.Public-comment {
    margin: 0 -10px;
    margin-top: 37px;
    overflow: hidden;
    padding-left: 0px;
}
.Public-comment li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 37px;
}
.Public-comment li a {
    padding: 15px;
    display: flex;
    background: #fff;
    position: relative;
    height: 270px;
    align-items: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    transition: .3s;
}
.Public-comment li a:hover{
    margin-top: -10px;
    margin-bottom: 10px;
}
.Public-comment li a p {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    min-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Public-comment li a span {
    font-size: 24px;
    font-weight: bold;
    color: #004B85;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 999;
}
.Public-comment li a h4 {
    margin-top: 6px;
    font-weight: bold;
    margin-bottom: 18px;
    position: absolute;
    background: url(/assets-zwgk/zfkfy/2024/img/class-bg.png) no-repeat;
    background-size: 100% 100%;
    top: 8px;
    padding: 10px 33px 10px 20px;
    left: 0;
    min-width: 131px;
    text-align: left;
    color: #fff;
    font-size: 20px;
}
.Public-comment li a h4:after{
    content: '';
    position: absolute;
    right:-10px;
    width: 30px;
    top:0;
    bottom: -10px;
    background: #fff;
    transform: rotate(15deg);
}
.Public-comment li a::before{
    content: '';
    height: 3px;
    background: #3E7CD4;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0 ;
}

.Public-comment li:nth-child(1) a::before,
.Public-comment li:nth-child(5) a::before{
    background: #3E7CD4;
}

.Public-comment li:nth-child(1) a h4,
.Public-comment li:nth-child(7) a h4{
    background:linear-gradient(to right, #3E7CD4 0.19%, #72A8F5 84.97%);
}


.Public-comment li:nth-child(2) a::before,
.Public-comment li:nth-child(6) a::before{
    background: #3ECAD4;
}

.Public-comment li:nth-child(2) a h4,
.Public-comment li:nth-child(8) a h4{
    background: linear-gradient(to right, #32BAC1 0.19%, #72D7F5 84.97%);
}

.Public-comment li:nth-child(3) a::before,
.Public-comment li:nth-child(7) a::before{
    background: #D47C3E;
}

.Public-comment li:nth-child(3) a h4
{
    background: linear-gradient(to right, #D4893E 0.19%, #F5BE72 84.97%);
}

.Public-comment li:nth-child(4) a h4,
.Public-comment li:nth-child(5) a h4{
    background: linear-gradient(to right, #28C479 0.19%, #4DE89D 84.97%);
}

.Public-comment li:nth-child(6) a h4{
    background: linear-gradient(to right, #3296C1 0.19%, #7DB1FF 84.97%);
}

.Public-comment li:nth-child(4) a::before,
.Public-comment li:nth-child(8) a::before{
    background: #2BC77C;
}




.Public-comment li a .more-info{
    position: absolute;
    right:20px;
    bottom:20px;
    top: auto;
    border:1px solid #666666;
    font-size: 16px;
    color:#666;
    font-weight: normal;
    padding:5px 16px;
    border-radius: 50px;
}
.Public-comment li a .more-info i{
    font-size: 12px;
}
.blue-bg-light{
    background: rgba(242, 250, 255, 1);
    padding-bottom: 40px;
}
.more-info{
    display: flex;
    align-items: center;
    gap:8px;
    justify-content: flex-end;
}
.more-info img{
    width: 16px;
}
.zfkf-link{
    margin-top: 50px;
}
.zfkf-link .link-item{
    background: linear-gradient(95.75deg, #FFFFFF 0.19%, #F2FFFB 84.97%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s;
}
.zfkf-link .link-item:hover{
    margin-top: -10px;
    margin-bottom: 10px;
}

.zfkf-link .link-item span{
    font-size: 40px;
    color:rgba(39, 74, 131, 1);
    font-weight: bold;
}
.jcsj-cont{
    display: flex;
    gap:16px;
    align-items: stretch;
}
.jcsj-cont .jcsj-video{
    flex:5;
    min-width: 0;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.jcsj-cont .jcsj-video video{
    width: 100%;
}
.jp-video-play {
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.jp-video-play img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.jcsj-cont .jcsj-video-column{
    flex:4;
    background: #F3FAFF;
    border-radius: 10px;
    padding:16px;
}
.jcsj-cont .jcsj-video-column li a .play{
    width: 45px;
    height: 45px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.jcsj-cont .jcsj-video-column ul li{
    display: flex;
    gap: 10px;
    margin: 20px 0;
}
.jcsj-cont .jcsj-video-column ul li:first-child{
    margin-top: 0;
}
.jcsj-cont .jcsj-video-column ul li:last-child{
    margin-bottom: 10px;
}
.jcsj-cont .jcsj-video-column ul li p{
    margin-top: 10px;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jcsj-cont .jcsj-video-column ul li img{
    width: 240px;
    height: 130px;
}
.jcsj-cont .jcsj-video-column .more-info{
    margin-top: 10px;
}
.jcsj-cont .jcsj-title{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    color:#fff;
    padding:30px 0;
    z-index: 999;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(to bottom, rgba(0, 24, 47, 0) 0, rgba(0, 24, 47, .7) 72.09%);
}
.jcsj-cont .video-img-cont{
    position: relative;
}
.jcsj-cont .video-img-cont .play{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.jcsj-cont .video-img-cont .play{
    width: 65px;
    height: 65px;
}
.jcsj-cont .jcsj-title h4{
    width: 60%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zfkfy-jcsj{
    margin-bottom: 60px;
}
.links {
    padding: 20px 0;
    display: -ms-flex; /* å…¼å®¹IE */
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/display: flex;
}
.links select {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.links select+select{
    margin-left: 30px;
}
.links select:focus{
    outline: none;
}
.introduction{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding:20px 30px;
    margin-bottom: 20px;
}
.intr-inner{
    border-radius: 10px;
    position: relative;
    color:#3D4246;
    font-size: 19px;
    line-height: 1.6;
}
.intr-inner h3{
    color:#F29200;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.intr-inner p{
    font-size: 16px;
}
.active-title{
    background:url("../zfkfy/img/hdbg.png") no-repeat;
    background-size:cover;
    color:#095385;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 10px;
}
.active-title-sm{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.active-title-sm span{
    height: 70px;
    padding:10px 40px;
    border-radius: 50px;
    background: #D1E9FF;
    color:#095385;
    font-size: 32px;
    -wekbit-box-reflect: above;
    box-reflect: above;
}
.active-title-sm a{
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0,-50%);
}
.active-list{
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0,0,0,.2);
    background: #fff;
   /* margin: 30px 0;
    max-height:900px;
    overflow: auto;*/
}
.active-list img{
    height: 20px;
    width: 20px;
    object-fit:contain;
}
.active-list>li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F7;
    padding:14px 20px;
    margin-bottom: 16px;
    color:#444444;
    width: 100%;
}
.active-list>li .active-info{
    width: 100%;
}
.active-list>li .active-info h4{
    font-size: 20px;
    color:#333;
}
.active-list>li .active-info ul{
    display: flex;
    align-items: center;
    margin:20px 0;
}
.active-list>li .active-info ul li{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.active-list>li .active-info .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 20px;
}

.active-list>li .btn-default{
    background: #D1E9FF;
    font-size: 22px;
    color:#095385;
    border:none;
    padding:6px 30px;
    border-radius: 10px;
    min-width: 120px;
}
.active-list>li .btn-default:hover{
    background: #0073d4;
    color:#fff;
}
.active-list>li .btn-gray{
    background: #E6E6E6;
    font-size: 22px;
    color:#333;
    border:none;
    padding:6px 30px;
    border-radius: 10px;
    min-width: 120px;
}
.active-list>li .sm-list{
    display: flex;
    align-items: center;
    margin:20px 0;
}
.active-list>li .sm-list .sm-list-li{
    margin-right: 20px;
}
.active-list>li .sm-list .sm-list-li img{
    margin-right: 6px;
}

.scrollbox,
.history-list
{width:100%;  overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0,0,0,.2);
    padding:26px 20px;
    background: #fff;
    margin: 30px 0;}
.sec-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sec-title h3{
    margin-top: 0;
    color:#F29200;
    margin-bottom: 0;
    font-weight: bold;
}
.sec-title a{
    display: flex;
    align-items: center;
    color:#4F78B4;
}
.sec-title a img{
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.active-list>li .active-info .sm-list img{
    height:20px;
}
#scrollDiv{width:100%;height:629px; overflow:auto;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv>li{height:160px; width:100%; padding:0 20px; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#B7B7B7 dashed 1px;}
.scroltit{
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: flex-end;
}
.scroltit span{
    background: rgba(0,0,0,.05);
    margin-left: 10px;
    color:#0073d4;
    padding:4px 20px;
    border-radius: 4px;
}

.history-list{
    margin:20px 0 40px;
    overflow: hidden;
}
.history-list li .img-item{
    margin-bottom: 20px;
    background: #F7F7F7;
    height: 348px;
    border-radius: 4px;
    transition: .3s;
}
.history-list li .img-item:hover{
    margin-top: -10px;
    height: 358px;
}
.history-list li .img-item img{
    width: 100%;
    height: 240px;
    display: block;
}
.history-list li .img-item .img-cont{
    position:relative;

}
.history-list li .img-item .img-cont h4 a{
    position: absolute;
    margin:0;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    color:#fff;
    padding:14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    cursor: pointer;
    display: block;
}
.history-list li .img-item .img-cont h4 a:hover{
    font-weight: bold;
}
.history-list li .img-item .img-title{
    font-size: 16px;
    color:#001421;
    padding:0 16px;
    margin:10px 0;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}


.history-list li .img-item .more-cont{
    display: flex;
    justify-content: center;
}
.pagination-cont{
    display: flex;
    justify-content: center;
}
.main{
    background:#ECEFF1;
    padding-top: 2px;
    min-height: 60vh;
}
.detail{
    line-height: 2;
    padding-left: 20px;
}
.detail li {
    font-size: 14px;
    color:#727780
}
.detail li span{
    font-size: 16px;
    color:#535A65
}
.page-header-2 h3{
    border-bottom: 0;
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
}
.page-header-2 h3:before{
    content: '';
    width: 4px;
    height: 16px;
    background: #4281FF;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
}
.panel {
    position: relative;
    overflow: hidden;
    border:0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin:30px 0;
    border-radius: 10px;
}
.breadcrumb{
    padding:15px 0;
    background: #fff;
}
.breadcrumb li i{
    color: #0069c5;
}
.page-header-2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.page-header-2 h3 {
    display: inline;
    padding: 10px 15px 16px;
    font-size: 16px;
    color: #0069c5;
}
.page-header-2 a {
    padding-bottom: 0;
    border-bottom: 0;
}
.page-header-2 a.pull-right {
    font-weight: 500;
}
.panel:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}
ul.nowrapli li {
    list-style-type: none;
}
.list-dashed li:nth-child(5n) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E1E1E1;
    background-position: 0 15px;
}
.uli14 li{
    padding: 6px 0 6px 15px;
    /*background: url('https://www.shpt.gov.cn/shpt/assets/img/dot-circle.png') 0 center no-repeat;*/
}
.Article-title,.Article_content p{
    color:#222;
}
.uli14 li a{
    color: #444;
}
.uli14 li a:hover{
    color: #0069c5;
}
.footer-cont,
.footer-con{
    padding-top:30px;
}
.footer-cont p{

    color:#fff;
    font-size:12px;
}
.footer-cont .code-a{
    text-align: center;
    color:#fff;
}
.footer-cont .code-a span{
    display: block;
}
.footer-cont .code-a img{
    display: block;
    margin: 5px auto 0px;
    width: 80px;
}
.footer-con a img{
    width: 90px;
    margin:0px 3px;
}
.footer-con a:nth-child(3) img{
    width: 50px;
}
.footer-con a:nth-child(5) img{
    width: 160px;
}
.footer-record{
    background:#A1A9B1;
    padding:10px;
    border-top: 1px solid rgb(216 216 216 / 0.3);
}
.footer-record p{
    text-align: center;
    font-size:12px;
    color:#fff;
    opacity: 0.7;
    line-height: 1.5;
}
.text-right{
    text-align: right!important;
}
.text-left{
    text-align: left!important;;
}

.footer
{
    padding-bottom: 8px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links
{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul
{
    position: relative;
}

.footer .links li
{
    margin-left: 150px;
    float: left;
    color: #fff;
}

.footer .links li:first-child
{
    margin-left: 0;
}

.footer .links li p
{
    margin: 0;
    padding: 15px 0;
}
.footer .links >.container>ul{
    display: flex;
    justify-content: space-between;
}
.footer .links >.container>ul:before,.footer .links >.container>ul:after{
    display: none;
}
.footer a
{
    color: #b7b9ba
}
.footer .links{
    padding:0;
}
.footer .links li p a
{
    color: #fff;
    position: relative;
    font-size: 12px;
}

.footer .links li p i
{
    margin-left: 3px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: relative;
}
.footer .links li p i{
    content: '\e651';
    font-family: iconfont!important;

}
.footer .links .dropdown
{
    position: static;
}

.footer .links .dropdown ul
{
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li
{
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a
{
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}

.footer-logo:before
, .footer-logo:after
{
    display: table;
    content: '';
}

.footer-logo:after
{
    clear: both;
}

.footer-logo
{
    line-height: 28px;
}

.footer-logo img
{
    display: block;
    margin: 0 auto;
    width: 96px;
}

.footer-logo span
{
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}

.footer-logo p
{
    line-height: 20px;
    margin: 15px 0 30px;
}

.footer-add
{
    margin-top: 10px;
}

.footer-add li
{
    float: left;
    padding: 3px 0;
    text-align: left;
}
/*
.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}
*/
.footer-icp a
{
    display: inline-block;
    margin-left: 25px;
}

.footer-icp img
{
    margin: 18px 7px;
}

.footer-icp .zc img
{
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-icp p
{
    margin-bottom: 0;
    color: #b7b9ba;
}

.footer-icp .item
{
    float: right;
    width: 25%;
    text-align: center;
}

.footer-icp .zc
{
    width: 35%;
}

.footer .icp
{
    color: #b7b9ba;
}

.footer-help a
{
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}

.footer-help > a + a
{
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child
{
    border-right: 0;
}

.footer-help a:hover
{
    color: #e4e4e5;
}

.footer-bottom
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 6px 0;
}

.footer-bottom:before,.footer-bottom:after
{
    display: none;
}

.footer-links
{
    display: flex;
    justify-content: space-around;
}

.float-btn-group
{
    display: none;
}
.disnone{
    display: none;
}
/*列表*/

.news-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: url("/assets-zwgk/zfkfy/2025/img/arrbg.png") no-repeat left top;
    background-size: 12px auto;
    padding-left: 10px
}

.news-item {
    background: #F2F8FF;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.news-item a.iconfont{
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 12px;
}

.news-item:hover {
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.news-item.featured {
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    color: white;
}

.date-box {
    background: #cce7ff;
    padding: 12px 16px;
    text-align: center;
    min-width: 80px;
    margin-right: 20px;
}

.news-item:hover .date-box,
.news-item.featured .date-box {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}
.Article-info{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0;
    gap: 30px;
}
.Article_contentP{
    font-size: 18px;
}
.date-day {
    font-size: 26px;
    font-weight: 600;
    color: #2c5aa0;
    border-bottom: 1px solid #B1CFF1;
    padding-bottom: 6px;
    margin-bottom: 6px;
    line-height: 1;
}

.date-year {
    font-size: 16px;
    color: #666;
    margin-top: 2px;
}

.news-item:hover .date-day,
.news-item.featured .date-day,
.news-item:hover .date-year,
.news-item.featured .date-year {
    color: white;
}

.news-content {
    flex: 1;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

.news-item:hover .news-content,
.news-item.featured .news-content {
    color: white;
}

.news-arrow {
    color: #ccc;
    font-size: 18px;
    margin-left: 15px;
}

.news-item:hover .news-arrow,
.news-item.featured .news-arrow {
    color: white;
}

.pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.pagination-info {
    color: #666;
    font-size: 14px;
    margin-right: 20px;
}

.page-btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.page-btn:hover {
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
}

.page-btn.active {
    background: #2c5aa0;
    color: white;
    border-color: #2c5aa0;
}

.page-select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    margin: 0 10px;
}
.empty-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:40px auto 30px;
}
.empty-cont img{
    width:330px;
    height: auto;
}
.empty-cont span{
    font-size: 30px;
    color:#333;
    margin-top: -80px;
}
@media(min-width:1399px){
    .container {
        /*width: 1600px;*/
    }
}
@media(max-width:1399px){
    .footer-con a img {
        margin: 0px 2px;
    }
}
@media(max-width:1199px){
    .public-title{
        font-size: 40px;
    }
    .zfkfy .hdbd-title{
        font-size: 30px;
    }
    .footer-con a img {
        width: 75px;
    }
    .footer-con a:nth-child(3) img {
        width: 45px;
    }
    .footer-con a:nth-child(5) img {
        width: 140px;
    }
}
@media(max-width:991px){
    .public-title,.zfkfy .hdbd-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .Public-comment li{
        width: 33.33%;
    }
    .zfkfy .hdbd-title{
        background-size: auto 20px;
    }
    .zfkfy .row{
        display: block;
    }
    .header .logo{
        top:0
    }
    .header .banner{
        margin-top: 100px;
    }
    .zfkf-link .link-item span{
        font-size: 20px;
    }


    .header .logo img{
        width: 160px;
    }

    .footer-add ul li{
        width: 100%!important;
        text-align: center;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer .links{
        text-align: center;
    }
    .footer .links ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-icp{
        display: flex;
        justify-content: center;
    }
    .footer .links li{
        margin-left: 0;
        text-align: center;
    }
    .footer-help{
        line-height: 2.4;
        text-align: center;
    }
    .article img{
        width: 100%;
    }
    .footer-help img{
        display: inline-block;
        flex-shrink: 0;
        margin:0 auto;
    }
    .zfkfy .hdbd-img img{
        width: 100%;
    }
    .qzfzc{
        padding-top:0;
    }
    .zfkfy{
        padding:20px 0
    }
    .zfkfy-jcsj{
        margin-bottom: 20px;
    }
    .jcsj-cont .jcsj-video-column ul li{
        margin:0 0 10px;
    }
    .jcsj-cont .jcsj-video-column ul li img{
        height: 80px;
    }
    .zchd-owl .owl-controls .owl-nav .owl-prev{
        left:10px;
        background:rgba(255,255,255,.5);
    }
    .zchd-owl .owl-controls .owl-nav .owl-next{
        right:10px;
        background:rgba(255,255,255,.5);
    }
    .jcsj-cont .jcsj-video-column ul li img{
        height: 100px;
        width: 160px;
    }
}
@media (max-width: 767px) {
    .header.header-pt .banner img{
        width: 100%;
    }
    .history-list li .img-item{
        height: auto;
        padding-bottom: 6px;
    }
    .intr-panel p{
        font-size: 16px;
    }
    .intr-panel span{
        font-size: 14px;
    }
    .jcsj-cont .jcsj-video-column ul li img{
        height: 120px;
    }
    .jcsj-cont .jcsj-video-column ul li{
        flex-direction: column;
    }
    .jcsj-cont .jcsj-video-column ul li img{
        width: 100%;
        height: auto;
    }
    .wj-inner .wj-form-item{
        font-size: 14px;
    }

    .zfkf-link .link-item span{
        font-size: 20px;
    }
    .jcsj-cont{
        flex-direction: column;
    }
    .Article-title{
        font-size: 18px;
    }
    .Article_content{
    }
    .header.header-pt{
        padding-bottom: 10px;
    }
    .notice>img{
        height: 40px;
    }
    .notice .notice-slide .owl-item a{
        white-space: nowrap;
        font-size: 14px;
        padding-left: 0;
    }
    .header .logo.logo-pt img{
        width: 60%;
        margin-left: 6%;
    }
    .banner-ul{
        gap: 10px;
    }
    .notice .notice-slide .owl-item a h4{
        font-size: 14px;
    }
    .date-day{
        font-size: 18px;
    }
    .news-content{
        font-size: 14px;
    }
    .Article-title{
        padding:0;
    }
}
@media (max-width:545px) {
    .Public-comment li{
        width: 50%;
    }
    .Public-comment li a h4{
        font-size: 14px;
    }
    .jcsj-video{
        flex-direction: column;
    }
    .zchd-owl .zchd-right h4{
        font-size: 16px;
    }
    .zchd-owl .zchd-right p{
        font-size: 14px;
    }
    .banner-ul li a{
        padding:10px 20px;
        text-decoration: none;
    }
    .notice .notice-title span{
        font-size: 16px;
    }
    .notice .notice-slide{
        padding-left: 0;
    }

    .zfkf-link .link-item span{
        font-size: 16px;
    }
    .blue-bg-light{
        padding-bottom: 0;
    }
    .zfkf-link{
        margin-top: 20px;
    }
    .kfy-tab{
        margin-bottom: 20px;
    }
    .kfy-tab-sm{
        flex-direction: column;
    }
    .zfkfy .kfy-tab-sm .nav{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .zfkfy .kfy-tab-sm .nav li{
        width: 50%;
    }
    .zfkfy .kfy-tab-sm .nav li{
        border:2px solid #fff!important;
    }
    .zfkfy .kfy-tab-sm .nav li.active a:before{
        top:-18px;
        left:50%;
        transform: translateX(-50%);
    }
    .zfkfy .kfy-tab-sm .nav li.active a:before{
        border-right-color: transparent;
        border-bottom-color:#FFEE96
    }
    .header .header-form{
        position: relative;
        width: 160px;
        margin: 10px auto;
    }

    .banner-ul li{
        margin:20px 10px;
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav li a{
        padding:10px
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav li.active:before{
        display: none;
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav li a{
        padding:10px 20px;
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav li{
        width: 50%;
    }
    .zfkfy .kfy-tab.kfy-tab-icon .nav{
        width: 100%;
    }
    .zchd-owl .owl-dots{
        left:0;
        right:auto;
        bottom:0;
    }
    .zfkfy .kfy-tab{
        margin-bottom: 16px;
        flex-direction: column;
    }
}
@media (max-width: 350px){
    .Public-comment li{
        width: 100%;
    }
}

.ztwza li.no-border a {
   border-right:0
}

.tab-content>.tab-pane{
    display: none!important;
}
.tab-content>.tab-pane.active{
    display: block!important;
}

.footer-icp a:first-child {
    margin-left: 0;
}

.Article_content img{
    height: auto;
}
.footer-ewm-0618 img{
    width: 68px;
}
