a#ariatiptext{
    display: none;
}

.jczwgk-header{
    position: relative;
    width: 100%;
    height: 355px;
    height: 3.55rem;
    background: url(/uploads/image/images/2022-jczwgk-header-bg.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.jczwgk-header .top {
    position: relative;
    z-index: 99;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    *zoom: 1;
}
.jczwgk-header .top:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.jczwgk-header .top .line {
    display: inline-block;
    font-size: 14px;
    font-size: .14rem;
    line-height: 36px;
    line-height: .36rem;
    color: #ffffff;
}
.jczwgk-header .top .fl {
    float: left;
    font-size: 0;
    vertical-align: middle;
}
.jczwgk-header .top .fr {
    float: right;
    font-size: 0;
    vertical-align: middle;
}
.jczwgk-header .top a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-size: .14rem;
    line-height: 36px;
    line-height: .36rem;
    color: white;
}
.jczwgk-header .top a:nth-of-type(1) {
    padding-left: 0;
}
.jczwgk-header .top a:nth-last-of-type(1) {
    padding-right: 0;
}

.jczwgk-header .header-logo{
    margin-top: 27px;
    margin-top: .27rem;
    width: 257px;
    width: 2.57rem;
}
.jczwgk-header .header-logo img{
    display: block;
    width: 100%;
    height: 100%;
}

.jczwgk-header .header-title{
    display: block;
    margin: 2px auto 45px auto;
    margin: .2rem auto .45rem auto;
    height: 57px;
    height: .57rem;
}

.jczwgk-header .search-bar{
    margin: 0 auto;
    width: 720px;
    width: 7.2rem;
    height: 52px;
    height: .52rem;
}

.jczwgk-header .search-bar input{
    float: left;
    padding-left: 18px;
    padding-left: .18rem;
    width: 624px;
    width: 6.24rem;
    height: 100%;
    font-size: 16px;
    font-size: .16rem;
    line-height: 52px;
    line-height: .52rem;
    box-sizing: border-box;
    background-color: #fff;
    outline: none;
    border: 0;
}

.jczwgk-header .search-bar .search-btn{
    float: right;
    width: 96px;
    width: .96rem;
    height: 52px;
    height: .52rem;
    line-height: 52px;
    line-height: .52rem;
    font-size: 18px;
    font-size: .18rem;
    color: #fff;
    letter-spacing: 1.8px;
    background-color: #1369c0;
    text-align: center;
}
.jczwgk-header .search-bar .search-btn img{
    margin-top: -3px;
    margin-top: -.03rem;
    width: 20px;
    width: .2rem;
    vertical-align: middle;
}


/* 路径导航 */
.pathnav {
    *zoom: 1;
}
.pathnav:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.pathnav a {
    float: left;
    display: block;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    margin-right: 10px;
    margin-right: .1rem;
    font-size: 16px;
    font-size: .16rem;
    color: #666;
}
.pathnav a img {
    margin-top: -3px;
    margin-top: -.03rem;
    margin-right: 5px;
    margin-right: .05rem;
    height: 19px;
    height: .19rem;
    vertical-align: middle;
}
.pathnav a:hover {
    color: #12489d;
}
.pathnav::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.subpage-t{
    margin:20px auto;
}

/* 通用标题 */
.u-title{
    position: relative;
    width: 100%;
    height: 42px;
    height: .42rem;
    border-bottom: 1px solid #c9d6e3;
}
.u-title span{
    display: inline-block;
    padding-left: 20px;
    padding-left: .2rem;
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #1369c0;
    border-left: 4px solid #1369c0;
    box-sizing: border-box;
}
.u-title  img{
    position: absolute;
    left: 50px;
    left: .5rem;
    bottom: -2px;
    width: 12px;
    width: .12rem;
}

.content-box{
    margin-top: 20px;
    margin-top: .2rem;
    background: url(/uploads/image/images/2022-jczwgk-bg.jpg) no-repeat;
    background-position: center 350px;
    background-position: center 3.5rem;
}

.content-box .list{
    margin-top: 18px;
    margin-top: .18rem;
    width: 100%;
    overflow: hidden;
}
.content-box .list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.content-box .list li{
    float: left;
    margin-right: 25px;
    margin-right: .25rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    width: calc((100% - 100px) / 5);
    width: calc((100% - 1rem) / 5);
    height: 44px;
    height: .44rem;
    border: solid 1px #1369c0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.content-box .list li:nth-child(5n 5){
    margin-right: 0;
}
.content-box .list li  a{
    display: block;
    width: 100%;
    height: 100%;
}
.content-box .list li span{
    font-size: 16px;
    font-size: .16rem;
    line-height: 44px;
    line-height: .44rem;
    color: #1369c0;
}
.content-box .list li:hover{
    background-color: #1369c0;
}
.content-box .list li:hover span{
    color: #fff;
}

.content-box .zbml li{
    margin-right: 0 !important;
    padding: 0 25px;
    padding: 0 .25rem;
    min-width: calc((100% - 100px) / 5);
    min-width: calc((100% - 1rem) / 5);
    width: auto !important;
}


@media screen and (max-width: 768px) {
    .jczwgk-header{
        padding-top: 50px;
        padding-top: .5rem;
    }
    .jczwgk-header .top { 
        display: none;   
    }
    .jczwgk-header .header-logo{
        margin: 0 auto;
        width: 257px;
        width: 2.57rem;
    }
    
    .jczwgk-header .header-title{
        display: block;
        margin: 2px auto 45px auto;
        margin: .2rem auto .45rem auto;
        width: 90%;
        height: auto;
    }
    
    .jczwgk-header .search-bar{
        width: 90%;
    }
    .jczwgk-header .search-bar input{
        width: calc(100% - 96px);
        width: calc(100% - .96rem);
    }
    .content-box .list li{
        margin-right: 15px;
        margin-right: .15rem;
        width: calc((100% - 25px) / 2);
        width: calc((100% - .25rem) / 2);
    }
    .content-box .list li:nth-child(5n 5){
        margin-right: 15px;
        margin-right: .15rem;
    }
    .content-box .list li:nth-child(2n 2){
        margin-right: 0;
    }


   /* 底部 */
    .xiala {
        width: 100%;
      }
    .xiala-item {
        float: left;
        width: 50% !important;
    }
    .xiala-h-item {
        padding: 12px 0 12px 0;
        box-sizing: border-box;
    }
    .xiala-hide a {
        width: 50% !important;
        margin-left: 0;
    }

    .footer {
        width: 100%;
        min-height: 100px !important;
        height: auto !important;
    }
      
    .footer-centered {
        padding: 15px;
        width: 100%;
        min-height: 100px !important;
        height: auto !important;
        margin: auto;
        box-sizing: border-box;
    }

    .footer-left {
        width: 100% !important;
        float: none !important;
    }
    .footer-right {
        float: none !important;
    }
    .footer-right img {
        margin-right: 20px !important;
    }
}
