.h5show{
    display: none;
}
body{
    color: #333333;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
/*单行省略*/
.ellipsis1{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
/*多行省略*/
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pt-0{
    padding-top: 0!important;
}
.pb-50{
    padding-bottom: 50px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pt-20{
    padding-top: 20px;
}
.hover-blue a:hover,a.hover-blue:hover{
    color: #1966d8;
}
.border-bottom{
    border-bottom: 1px solid #dedede;
}
.ddk-header{
    height: 340px;
    background: url(jlb_topbg.png) top center no-repeat;
    color: white;
    padding-top: 70px;
}
.exit-zbb-btn{
    width: 213px;
    line-height: 73px;
    background-color: #eef7ff;
    border-radius: 10px;
    text-align: center;
    color: #1966d8;
    font-size: 30px;
    margin-top: 10px;
}
.zbb-top-label-box{
    padding: 30px 0 0 122px;
}
.zbb-top-label{
    display: inline-block;
    font-size: 49px;
    font-weight: bold;
    color: #ffffff;
    line-height: 80px;
    border-bottom: 3px solid #93B7ED;
}
.main{
    line-height: 50px;
    background-color: #F5F5F5;
    padding-bottom: 10px;
    font-size: 32px;
}
.bg-white{
    background-color: #ffffff;
}
.i-box{
    padding: 25px 22px;
}
.i-nav-item{
    width: 275px;
    height: 273px;
    background-color: #f1f7ff;
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 45px 10px 0 10px;
    line-height: 100px;
    margin-bottom: 30px;
}
.i-nav-item:not(:nth-child(4n)){
    margin-right: 18px;
}
.i-nav-item img.cur{
    display: none;
}
.i-nav-item:hover{
    color: #ffffff;
    background-color: #1966d8;
}
.i-nav-item:hover img{
    display: none;
}
.i-nav-item:hover img.cur{
    display: inline-block;
}
.i-ylfw-title{
    display: block;
    text-align: center;
    margin: 40px 0;
}
.i-ylfw-item{
    width: 366px;
    height: 228px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
    padding: 20px 25px;
    font-size: 32px;
    display: block;
}
.i-ylfw-item p.lf{
    width: 60%;
    height: 100%;
    padding: 0 10px 0 15px;
}
.i-ylfw-item p.rt{
    height: 100%;
}
.i-ylfw-item p.lf.pr-15{
    padding-right: 15px;
}
.i-ylfw-item img.cur{
    display: none;
}
.i-ylfw-item:not(:nth-child(3n)){
    margin-right: 29px;
}
.flex-col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.i-ylfw-item:hover{
    background-image: linear-gradient(0deg, #4f92f6 0%, #d4e5fd 100%);
    color: #1966d8;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
    font-weight: bold;
}
/*通用列表*/
.local-box{
    padding: 25px 22px 20px 30px;
    border-bottom: 1px solid #dcdcdc;
    color: #666666;
    font-size: 36px;
    line-height: 60px;
}
.local-box a{
    color: #666666;
}
.icon-local{
    margin-right: 5px;
}
.back-home{
    width: 170px;
    line-height: 60px;
    height: 62px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    border: solid 1px #397cde;
    color: #666666;
    font-size: 30px;
}
.list-box{
    padding: 25px 0 25px 5px;
    border-bottom: 1px solid #eeeeee;
}
.list-item{
    line-height: 78px;
    padding-left: 30px;
    position: relative;
}
.list-item:before{
    content: "";
    width: 12px;
    height: 12px;
    background-color: #acc0d2;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 34px;
}
.list-item a{
    width: 80%;
    color: #000000;
}
.list-item .time{
    width: 20%;
    text-align: right;
    color: #666666;
    font-size: 30px;
}
/*分页样式*/
.pagination{
    text-align: center;
    padding: 80px 0 30px;
    color: #666666;
    font-size: 32px;
    line-height: 80px;
}
.pagination a{
    min-width: 84px;
    border-radius: 1px;
    border: solid 1px #e6e6e6;
    color: #666666;
    font-size: 32px;
    margin-right: 7px;
    padding: 0 15px;
    line-height: 80px;
    width: auto
}
.pagination a.active,.pagination a:hover{
    background-color: #1966d8;
    color: #ffffff;
    border-color: #1966d8;
}
.pagination a:last-child{
    margin-right: 0;
}
.pagination p{
    padding-top: 30px;
}
.pagination input{
    height: 82px;
    border: solid 1px #e6e6e6;
    text-align: center;
    outline: none;
    font-size: 32px;
    width: 84px;
    margin-left: 15px;
}
.pagination .first-page, .pagination .last-page{
    width: auto;
}
.sure-page{
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
}
.sure-page:hover{
    color: #1966d8;
}
.local-box .close-btn{
    color: #70a6f5;
    font-size: 36px;
    padding: 0 0 0 10px;
    cursor: pointer;
}
/*细览样式*/
.tyxl-mian .local-box{
    padding-right: 25px;
}
.ty-box{
    padding: 25px 30px;
}
.tyxl-mian .local-box{
    border-bottom: none;
}
.tyxl-title{
    font-size: 48px;
    line-height: 55px;
    padding: 20px 0;
}
.tyxl-remark{
    padding: 15px 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.tyxl-time,.tyxl-ly{
    color: #999999;
    font-size: 30px;
}
.tyxl-ly{
    margin-left: 80px;
}
.tyxl-content{
    padding: 50px 10px;
}
.tyxl-content,.tyxl-content *{
    font-size: 30px!important;
    line-height: 50px!important;
}
.tyxl-content img{
    max-width: 90%!important;
    height: auto!important;
}
/*领导详情*/
.ld-box{
    padding: 60px 50px;
}
.ldxx-box{
    padding: 40px 50px 0 50px;
    border: solid 1px #dcdcdc;
}
.ldxx-head-box{
    border-bottom: 1px solid #1369c0;
    padding-bottom: 50px;
}
.ldxx-head{
    width: 210px;
    height: 284px;
    border: 1px solid #d9e7ff;
}
.ldxx-head img{
    width: 100%;
    height: 100%;
}
.ldxx-main{
    width: 725px;
    padding-right: 30px;
}
.ldxx-name{
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ldxx-zw{
    font-size: 30px;
    line-height: 60px;
}
.ldxx-title{
    color: #085acb;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    padding-left: 50px;
    border-left: 8px solid #085acb;
    margin: 50px 0;
}
.ldxx-ct{
    color: #000000;
    line-height: 48px;
    font-size: 30px;
    padding-bottom: 50px;
}
.text-indent2{
    text-indent: 2em;
}
/*底部样式*/
.index-footer .ddk-footer{
    background: #ffffff;
}
.index-footer,.index-footer *{
    box-sizing: content-box;
}