.w1200{
    width: 1200px;
}
.bold{
    font-weight: bold;
}
#zwjg,#zwjg2{
    background-image: linear-gradient(to bottom , #0168b7, #fff 700px);
}

#zwjg .header{
    background: #0168b7;
    margin-bottom: 0;
    position: relative;
}
#zwjg .header img{
    width: 100%;
}

#zwjg .menuMain2{
    margin-bottom: 0;
}
#zwjg .menuMain2 ul{
    width: initial;
}
#zwjg .menuMain2 .nav{
    width: initial;
    padding: 0 24px;
}
#zwjg .home a{
    width: 100%;
    height: 100%;
    background: url(../images/zwjg/home.png) no-repeat center center;
    background-size: 20px 20px;
    display: inline-block;
}

#zwjg .menuMain2 .nav{
    border-right: none;
    position: relative;
}
    
#zwjg .menuMain2 .nav:after{
    box-sizing: content-box;
    width: 0px;
    height: 20px;
    position: absolute;
    top: 15px;
    right:-1px;
    padding:0;
    border-right:2px solid #fff;
    display: block;
    content:'';
    z-index: 12;
}
#zwjg .menuMain2 .last-nav:after{
    border: 0;
}
/* #zwjg .search-box{
    position: absolute;
    right: 30px;
    top: 30px;
    height: 34px;
    width: 250px;
    padding: 0;
} */

/* #zwjg .hSearchBox{
    height: 34px;
    width: 100%;
    margin: 8px 20px 8px 0;
    border: none;
}
#zwjg .hSearchBox .text{
    width: calc(100% - 45px);
    height: 30px !important;
    padding: 0 10px;
    margin: 2px 0;
    font-size: 14px;
    border-right: 1px solid #4b94cb !important;
    border: 0;
    float: left;
}
#zwjg .hSearchBox .btn {
    width: 45px;
    background: url(../images/search-2020.png) center center no-repeat;
    height: 33px;
    background-size: 22px 22px;
} */
#zwjg .search-box{
    height: 34px;
    width: 100%;
    padding: 0;
}
#zwjg .hSearchBox{
    height: 34px;
    width: 100%;
    margin: 8px 20px 8px 0;
    border: none;
    background: #fff !important;
    border: 1px solid #0168b7 !important;
}
#zwjg.zwjg-second .hSearchBox{
    width: 290px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#zwjg .hSearchBox .text{
    width: calc(100% - 45px);
    height: 30px !important;
    padding: 0 10px;
    margin: 2px 0;
    font-size: 14px;
    border-right: 1px solid #0168b7 !important;
    border: 0;
    float: left;
}
#zwjg .hSearchBox .btn {
    width: 45px;
    background: url(../images/search-2020.png) center center no-repeat;
    height: 33px;
    background-size: 22px 22px;

}
#zwjg .containter{
    background: #fff;
    padding: 20px;
    width: 1200px;
}
#zwjg .main-left{
    /* width: 316px; */
}

#zwjg .main-right{
    padding: 0 0 0 16px;
}
#zwjg.zwjg2 .containter{
    padding: 12px;
}
#zwjg.zwjg2 .main-right{
    padding: 0;
}
#zwjg.zwjg2 .main-center{
    padding: 0 0 0 10px;
    /* margin-right: -10px; */
}

#zwjg.zwjg2 .main-right-box{
    padding-right: 10px;
}

#zwjg .sec-nav .nav-title{
    padding-left: 30px;
}
#zwjg .sec-nav {
    margin-bottom: 30px;
}
#zwjg .nav-title{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #0168b7;
    color: #fff;
    font-size: 0.2rem;
    position: relative;
    padding: 0 16px 0 35px;
    box-sizing: border-box;
}
#zwjg .nav-title2{
    width: 100%;
    background: #0168b7;
    color: #fff;
    position: relative;
    padding: 10px 6px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
#zwjg .nav-title2 p{
    font-size: 13.5px;
}
#zwjg .nav-title2 .clock{
    width: 19px;
    height: 50px;
    background: url('../images/clock.png') no-repeat 0 7px;
    background-size: 36px 36px;
    overflow: hidden;
    margin-right: 4px;
}
#zwjg .nav-title a{
    color: #fff;
}
#zwjg .nav-title:before{
    box-sizing: content-box;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 13px;
    left:16px;
    padding:0;
    background: #fff;
    display: block;
    content:'';
    z-index: 12;
}
#zwjg .nav-title .nav-title-more{
    font-size: 0.14rem;
    color: #fff;
    cursor: pointer;
}

#zwjg .sec-nav ul{
    width: 100%;
    padding: 0 16px;
    background: #f6f6f6;
    box-sizing: border-box;
}
#zwjg .sec-nav ul li{
    /* height: 72px;
    line-height: 72px; */
    border-bottom: 2px solid #eeeeee;
    width: 100%;
    position: relative;
}
#zwjg .sec-nav2 ul li {
    line-height: 24px;
    padding: 14px 20px 14px 0;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 68px;
}
#zwjg .sec-nav ul a{
    font-size: 18px;
    /* width: 222px; */
}
#zwjg .sec-nav ul a:hover{
    text-decoration: none;
    color: #000;
}
#zwjg .sec-nav .more-right{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background: url(../images/zwjg/more-right.png) no-repeat;
    background-size: 100% 100%;
}
#zwjg .sec-nav3 ul li{
    height: 1.28rem !important;
    border-bottom: none;
    padding: 0.29rem 0;
    box-sizing: border-box;
}
#zwjg .sec-nav3 ul a{
    width: 100%;
    height: 0.7rem;
    display: block;
}
#zwjg .nav-img img{
    width: 100%;
    height: 100%;
}
#zwjg .sec-nav select{
    width: 100%;
    height: 24px;
}
#zwjg .sec-nav4 ul{
    padding: 18px 26px;
}
#zwjg .sec-nav4 ul li{
    height: 40px !important;
    border-bottom: none;
    box-sizing: border-box;
    line-height: 40px;
}
#zwjg .main-position{
    width: 100%;
    margin-bottom: 20px;
}
#zwjg .main-position span{
    font-size: 14px;
}
#zwjg .main-position .pos-index{
    color: #0168b7;
}
#zwjg .main-righ{
    margin-right: -5%;
}
#zwjg .main-right-box {
    /* width: 100%; */
    margin-bottom: 30px;
    padding: 0 20px 0 0;
}
#zwjg .main-right-box2 {
    /* width: 45%; */
    /* margin-right: 5%; */
    padding: 0 0 0 20px;
}
#zwjg .list-title{
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 12px;
    background: #fff;
    border-bottom: 2px solid #0168b7;
    margin-bottom: 20px;
}
#zwjg .list-title a{
    color: #0168b7;
    text-align: left;
}
#zwjg .list-title:before{
    background: #0168b7;
    top: 6px;
    left: 5px;
}
#zwjg .list-title .nav-title-more{
    color: #6a6a6a;
}
#zwjg .box-tab .list-title a{
    margin-right: 20px;
    color: #6a6a6a;
    cursor: pointer;
    width: initial;
}
#zwjg .box-tab .list-title .cur{
    color: #0168b7;
}

#zwjg .i_focusBox{
    /* height: 3.6rem; */
    height: 360px;
    width: 100%;
}
#zwjg .main-right-box .news-list-content {
    width: 100%;
}
#zwjg .main-right-box .news-list-content li{
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
#zwjg .main-right-box .news-list-content a{
    /* max-width: 600px; */
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#zwjg .main-right-box .news-list-content li i{
    color: #818181;
}
#zwjg .footer-wrapper,#zwjg2 .footer-wrapper{
    border-top: 4px solid #0168b7;
    /* width: 100%; */
    /* position: relative; */
    /* box-sizing: border-box; */
    background: #f3f3f3;
    /* padding: 30px 0; */
    /* box-sizing: content-box; */
}
#zwjg2 .footer-wrapper{
    width: 100%;
    padding: 0;
    background: #f9f9f9;
}

#zwjg .foot {
    width: 840px;
    position: absolute;
    left: 50%;
    margin-left: -420px;
    top: 30px;
}
#zwjg.zwjg-second .containter{
    padding: 10px 78px;
    width: 1200px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#zwjg.zwjg-second .main-right{
    width: 100%;
}
#zwjg.zwjg-second .main-position{
    margin-bottom: 0;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #dfdfdf;
}
#zwjg.zwjg-second .main-position span{
    margin-right: 12px;
}
#zwjg.zwjg-second .list-title{
    height: 64px;
    line-height: 64px;
    background: #fff;
    margin-bottom: 0;
    border-bottom: 0;
    color: #0168b7;
}

#zwjg.zwjg-second .list-title:before{
    top: 22px;
    background-color: #0168b7;
}
#zwjg.zwjg-second .news-list-content li{
    height: 42px;
    line-height: 42px;
    border-bottom: 0;
    background: url(../images/spot.png) no-repeat left center;
    background-size: 12px;
    padding-left: 15px;
}
#zwjg.zwjg-second .news-list-content li a{
    max-width: 800px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#zwjg.zwjg-second .page{
    width: 100%;
    padding-left: calc(50% - 64px);
    box-sizing: border-box;
}
#zwjg.zwjg-second .page i{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #878787;
    color: #878787;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
#zwjg.zwjg-second .page .page-active{
    color: #0168b7;
}
#zwjg.zwjg-second .news-header-bar h2{
    font-size: 30px;
    margin-bottom: 40px;
}
#zwjg.zwjg-second .art .main-position{
    border-bottom: 0;
}
#zwjg.zwjg-second .art .news-info{
    text-align: center;
}
#zwjg.zwjg-second .art p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}
#zwjg.zwjg-second .resource{
    margin-right: 0;
}
#zwjg .menu{
    width: 1200px;
    margin: 0 auto;
}

#zwjg2 .zwjg-footer-wrapper{
    /* text-align: center !important; */
    width: 50%;
    margin: auto;
}

@media screen and (min-width:993px){
    #zwjg .navbar-nav>li {
        width: 14% !important;
    }
    #zwjg .navbar-nav>li.home{
        width: 10% !important;
    }
    #zwjg .navbar-nav>li.long{
        width: 20% !important;
    }
    #zwjg .footer-center p{
        text-align: left !important;
    }
    #zwjg .footer-center span{
        margin: 0 20px 0 0 !important;
    }
    #zwjg .nav-title{
        font-size: 18px;
        padding-left: 16px;
    }
    #zwjg .nav-title .nav-title-more{
        font-size: 12px;
    }
}
@media screen and (max-width: 992px){
    #zwjg .large-show {
        display: none !important;
    }
    #zwjg2 .zwjg-footer-wrapper{
        width: 80%;
        margin: auto;
    }
}
.hide-xs{
    display: block;
}
.show-xs{
    display: none;
}


@media screen and (max-width: 767px) {
    #zwjg2 .linkNavBox02 .cur{
        background: none !important;
        color: #0168b7 !important;
    }
    #zwjg.zwjg-second .hSearchBox{
        width: calc(100% - 32px);
        margin: 8px 16px;
        position: inherit;
        right: inherit;
        top: inherit;
    }
    #zwjg .header{
       width: 100%;
       padding: 0 !important;
    }
    #zwjg .search-box{
        /* top: 30px; */
        bottom: 0.5rem;
        top: initial;
    }
    #zwjg.zwjg-second .containter{
        width: 100%;
        padding: 0 !important;
    }
    #zwjg.zwjg-second .main-right{
        padding: 0 16px;
    }
    #zwjg .menu{
        width: 100%;
        margin: 0;
    }
    #zwjg .containter{
        width: 100%;
        padding: 10px !important;
        display: flex;
        flex-direction: column-reverse;
    }
    #zwjg .main-right-box,#zwjg .main-right-box2{
        padding: 0;
    }
    #zwjg .search-box{
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .hide-xs{
        display: none;
    }
    .show-xs{
        display: block;
    }
  
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #zwjg .header{
        width: 100%;
        padding: 0 !important;
    }
    #zwjg.zwjg-second .containter{
        width: 100%;
        padding: 0 !important;

    }
    #zwjg.zwjg-second .main-right{
        padding: 0 16px;
    }
    #zwjg .menu{
        width: 100%;
    }
    #zwjg .containter{
        width: 100%;
        padding: 16px !important;
    }
    #zwjg .footer-center p{
        text-align: left !important;
    }
    #zwjg .footer-center span{
        margin: 0 !important;
        margin-right: 2rem;
    }
}
@media screen and (max-width: 1200px)  {
    #zwjg .nav-title a{
        /*display: block;*/
        /* width: 100%; */
        /* text-align: right; */
    }
    #zwjg .nav-title2 p{
        font-size: 0.14rem;
    }
}


@media screen and (min-width: 1201px) {
    .containter,.header,.topNavBox,.menuMain,.menu-box,.nav-second,.footer,.top-con,.w1200{
        width:1200px !important;
        margin: 0 auto;
    }
    #zwjg .i_focusBox{
        height: 360px;
    }
    #zwjg .i_focusBox .focPic li{
        line-height: 330px;
    }
    #zwjg .i_main01_rCon{
        height: 360px;
    }
  
}
#zwjg .news-list-one{
    width: 100%;
    padding: 0;
    margin: 0;
}

#zwjg .right-box-news .list-title{
    margin-bottom: 10px;
}

.right-box-news-list{
    width: 100%;
}
.right-box-news-list li {
    background-position: 4px 10px;
    line-height: 30px;
    margin-bottom: 12px;
}

.right-box-news-list li a{
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#zwjg .sec-nav .img-link{
    padding: 0;
}
#zwjg .sec-nav .img-link a{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
#zwjg .sec-nav .img-link img{
    min-height: 50px;
}
#zwjg2 .top{
    background: none;
}
#zwjg2 .top-con a{
    color: #fff;
}
#zwjg2 .top-bar .right-bar-item{
    background: url('../images/r-weixin.png') no-repeat center center;
    background-size: 70% 70%;
}
#zwjg2 .hSearchBox .btn{
    background: url(../images/search-grey.png) center center no-repeat;
    background-size: 14px 14px;
}
#zwjg2 .header .logo{
    margin: 0;
    padding: 0;
}
#zwjg2 .menu{
    background: none;
    margin-bottom: 0;
}
#zwjg2 .menu .menu-box{
    background: #0168b7;
}

#zwjg2 .first-nav-last{
    border-right: 0;
}
#zwjg2 .linkNavBox02 .tab1{
    border-right: 0;
}
#zwjg2 .colTit{
    border: 0;
}
#zwjg2 .linkNavBox02 a{
    color: #0168b7;
    padding: 6px 10px;
    margin-right: 10px;
    height: 28px;
    line-height: 28px;
    box-sizing: content-box;
}
#zwjg2 .linkNavBox02 .cur{
    color: #fff;
    background: #0168b7;
    border-radius: 5px;
}
/* #zwjg2 .newslist li{
    background: none;
} */
#zwjg2 .border-top{
    border: none;
}
#zwjg2 .columns-right-title .cur,#zwjg2 .columns-title-first .cur{
    color: #000;
}
#zwjg2 .columns-right-title,#zwjg2 .columns-title-first{
    position: relative;
    overflow: visible;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#zwjg2 .columns-right-title .cur::after,#zwjg2 .columns-title-first .cur::after{
    content: " ";
    width:104px;
    height:5px;
    background:#0168b7;
    position: absolute;
    left: 0;
    bottom: -3px;
}

#zwjg2 .linkNavBox02 font{
    font-size: 24px !important;
}
#zwjg2 .columns-right-title font,#zwjg2 .columns-title-first font{
    font-size: 26px !important;
}
#zwjg2 .columns-right-title2{
    padding-top: 10px;
}
#zwjg2 .columns-right-title2 .cur::after{
    background: none;
}
#zwjg2 .columns-right-title2 a{
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
    color: #000;
}
#zwjg2 .service-left .columns-right-title2 a::after{
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../images/next-grey.png) center center no-repeat;
    background-size: 16px 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
#zwjg2 .columns-right-title2 font{
    font-size: 18px !important;
}
#zwjg2 .service-left .columns-right-title2 .tab1{
    border: none;
}
#zwjg2 .columns-right-title2 .cur, #zwjg2 .columns-title-first2 .cur{
    color: #0168b7;
}
#zwjg2 .nav-second .topNavBox2{
    background: none;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
}
#zwjg2 .nav-second .topNavBox2 .topNav .nav .subNav a{
    color: #000;
}
#zwjg2 .topNav .nav.hover{
    border: 0;
    background: none;
}
#zwjg2 .textList01 li{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow:inherit;
    white-space: inherit;
    background: none;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    line-height: 24px;
}
