.city-link{
        padding-top: 20px;
    }
   .city-link a{
       color: #333;
       font-size: 16px;
       line-height: 28px;
    margin-right: 18px;
   }
   .city-link a:hover{
       color: #BB2335;
   }


/* 领导机构页面样式 */
.ld{width:100%;padding-top:40px;}
.ld-tit {
    width: 80%;
    height: 40px;
    border-left: 10px solid #8a0000;
    font-size: 30px;
    margin: 0px auto;
    padding-left: 20px;
    border-bottom: 2px dashed #8a0000;
    color:  #8a0000;
       line-height: 32px;
    font-weight: bold;
}
.ld-con{padding-bottom:20px;}
.ld-con .jgtit{font-weight:bold;font-size:36px;color:#000;margin:0px auto;text-align:center;margin-top:60px;}
.ld-con .jgcon{font-size:20px;color:#000;margin:0px auto;line-height:48px;margin-top:40px;width:70%;}
.ld-con .jgcon a{
        font-size: 20px;
    color: #000;
    margin: 0px auto;
    line-height: 25px;
    margin-top: 0px;
    display: inline-block;
    width:140px;
}


/*信息公开*/
.xxgk{
    display: table;
    content: " ";
}
.xxgk{
      width: 100%;
    background: #fff;
}
.xxgk ul li{
width: 150px;
    float: left;
    height: 80px;
    background: #ccc;
    margin: 25px 75px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.xxgk ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
}
	 





.w1200 {
    width: 1200px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
	 /*头部begin*/
.head-top{
    width: 100%;
    height: 40px;
    background: #005bac;
}
.head-top-box{
    height: 100%;
    margin: 0 auto;
}
.head-top-box .head-time{
    line-height: 40px;
    font-size: 16px;
    color: #8ecbff;
}
.head-search{
    width: 231px;
    height: 24px;
    margin-top: 8px;
}
.head-search .search-input{
    float: left;
    width: 171px;
    height:24px;
    line-height: 24px;
    background: #4893d7;
    border: none;
    outline: none;
    text-indent: 10px;
    border-radius: 60px 0 0 60px;
    -webkit-border-radius: 60px 0 0 60px;
    -moz-border-radius: 60px 0 0 60px;
}
.search-btn{
    width: 60px;
    line-height: 25px;
    background: #004684;
    color: #fff;
    float: right;
    border: none;
    outline: none;
    border-radius: 0 60px 60px 0;
    -webkit-border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    font-size: 16px;
}
.head-logo{
    width: 100%;
    height: 260px;
    background: url("/sitesources/hbsjcj/theme/uxtheme10006/images/topbg.jpg") no-repeat center center;
}
.head-logo-cont{
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.head-logo-cont img{
    position: absolute;
    top: 94px;
    left: -3px;
}
/*头部end*/

/*导航begin*/
.nav-box{
    width: 100%;
    height: 57px;
    background: #005bac;
}
.nav-box .nav-item{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.nav-box .nav-item>span{
    width: 1px;
    height: 29px;
    margin-top: 14px;
    float: left;
    background: #feffff;
}
.nav-box .nav-item li{
    width: 198px;
    float: left;
    line-height: 55px;
    text-align: center;
}
.nav-box .nav-item li a{
    color: #feffff;
    font-size: 22px;
    font-weight: bold;
}
/*导航end*/

/*尾部begin*/
.sjw_foot{
width: 100%;
    height: 200px;
    background: #005bac;
}
.sjw_foot_box{
    margin: 0 auto;
}
.sjw_wzdhC {
    padding-top: 24px;
    background: #005bac;
}
.sjw_wzdh{
    height: 40px;
    width: 1200px;
    margin: 0 auto;
}
.sjw_wzdh .select-item{
    position: relative;
    float: left;
    width: 291px;
    height: 40px;
    background: #337dbe;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 11px;
}
.sjw_wzdh .select-item.on {
    z-index: 15;
}
.sjw_wzdh .select-item .select-wraper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fdfdff;
    cursor: pointer;
    text-indent: 22px;
    padding-left: 5px;
    background: url("/sitesources/hbsjcj/upload/202303/20230316142450097.png") no-repeat 253px 17px;
}
.sjw_wzdh .select-item .select-list {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 280px;
    _height: 280px;
    border: 1px solid #5d7ea9;
    background: #fff;
    overflow-y: auto;
}
.sjw_wzdh .select-item .select-list-other {
    max-height: 224px;
}
.sjw_wzdh .select-item .select-list li {
    height: 28px;
    line-height: 28px;
}
.sjw_wzdh .select-item .select-list li a {
    display: block;
    padding: 0 10px 0 25px;
    font-size: 16px;
    color: #666;
    -webkit-transition: 0s;
    transition: 0s;
}
.sjw_wzdh .select-list li a:hover,
.sjw_wzdh .select-item .select-list li.on a {
    text-decoration: none;
    background: #eee;
    color: #355e92;
}
.foot-line{
    width: 1200px;
    height: 1px;
    background: #fdfdff;
    margin-bottom: 40px;
}
.sjw_foot_cont{
    position: relative;
    width: 100%;
    height: 83px;
}
.sjw_foot_cont p{
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.sjw_foot_cont p>a{
    color: #fff;
}
.sjw_foot_cont #dzjg{
    position: absolute;
    top: 13px;
    left: 210px;
    width: 52px;
    height: 64px;
    background: url("../images/dzjg.png") no-repeat;
}
.sjw_foot_cont #dzjg>a{
   display:block;
   width:100%;
   height:100%;
}
.sjw_foot_cont #gaba{
    position: absolute;
    top: 16px;
    right: 210px;
    width: 36px;
    height: 57px;
}
.mr0 {
    margin-right: 0 !important;
}
/*尾部end*/
