.main .pos {
    width: 1200px;
    margin: 20px auto;
    padding-left: 24px;
    box-sizing: border-box;
    background: url("/public/pos.png") no-repeat left center;
    line-height: 29px;
}
.main {
    background: #fff;
    width: 1200px;
    margin:20px auto 50px;
}
.hbztjc-section {
    overflow: hidden;
}
.hbztjc-title {
    margin: 50px auto 30px;
    text-align: center;
}
.hbztjc-sub-title {
    height: 38px;
    width: 559px;
    background: url(/global/hbztjc-tit_shortbg.png) no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 50px;
}
.hbztjc-sub-title-l {
    width: 1165px;
    height: 38px;
    background: url(/global/hbztjc-tit_longbg.png) no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 50px;
    box-sizing: border-box;
}
.hbztjc-con {
    width: 1165px;
    margin: 0 auto;
}
.hbztjc-more {
    font-size: 15px;
    color: #FFFFFF;
    background: #1b7edb;
    padding: 4px 10px;
    border-radius: 23px;
    float: right;
}
.hbztjc-sub-more {
    color: #626c74;
    font-size: 14px;
    float: right;
}
.hbztjc .newsList li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #eaeaea;
}

/* 导航栏 */
.hbztjc-nav {
    height: 60px;
    background: #368ee5;
}

.hbztjc-nav li {
    float: left;
    width: 200px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.hbztjc-nav li:hover,
.hbztjc-nav li.active {
    font-weight: bold;
}

/* 新闻大图 */
.bztjc-jbqk__left {
    width: 593px;
    height: 330px;
    position: relative;
    border: 4px solid #ccd8eb;
}
.bztjc-jbqk__left a {
    color: #424242;
    text-decoration: none;
}
.bztjc-jbqk__left img {
    width: 100%;
    height: 100%;
}
.bztjc-jbqk__left p {
    position: absolute;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}
.bztjc-jbqk__right {
    width: 535px;
    height: 309px;
    background: url(/global/hbztjc-jbqk_bgR.png) no-repeat;
    margin-top: 15px;
    padding: 40px 25px 0 20px;
    box-sizing: border-box;
}
.bztjc-jbqk__right p {
    font-size: 16px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/* 组织架构 */
.hbztjc-zzjg__list {
    padding: 30px;
    line-height: 32px;
}

/* 三务公开 */
/* tab样式 */
.hbztjc-tab li {
    float: left;
    width: 275px;
    height: 80px;
    font-size: 22px;
    background: #f1f4f6;
    text-align: center;
    line-height: 80px;
    position: relative;
    cursor:pointer;
    margin-right: 16px;
}
.hbztjc-tab li.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 30;
    left: 130px;
    bottom: -8px;
    display: block;
    border-left: 7px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1a6dc2;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
}
.hbztjc-tab li.active {
    color: #ffffff;
    font-weight: bold;
    background: #1a6dc2;
}
.hbztjc-tab i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.hbztjc-tab .icon1 i {
    width: 29px;
    height: 29px;
    background: url(/global/hbztjc-icon_cwgk.png) no-repeat;
}
.hbztjc-tab .icon1.active i {
    background: url(/global/hbztjc-icon_cwgk_hover.png) no-repeat;
}
.hbztjc-tab .icon2 i {
    width: 31px;
    height: 30px;
    background: url(/global/hbztjc-icon_cunwgk.png) no-repeat;
}
.hbztjc-tab .icon2.active i {
    background: url(/global/hbztjc-icon_cunwgk_hover.png) no-repeat;
}
.hbztjc-tab .icon3 i {
    width: 39px;
    height: 30px;
    background: url(/global/hbztjc-icon_dwgk.png) no-repeat;
}
.hbztjc-tab .icon3.active i {
    background: url(/global/hbztjc-icon_dwgk_hover.png) no-repeat;
}

/* 三务公开 内容样式 */
.hbztjc-swgk .newsList {
    width: 1165px;
    margin: 40px auto 0;
}

/* 依申请公开 */
.hbztjc-ysq {
    margin: 100px auto 20px;
}
.hbztjc-ysq li {
    float: left;
    width: 215px;
    height: 92px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}
.hbztjc-ysq li+li {
    margin-left: 20px;
}
.hbztjc-ysq li:hover {
    transform: scale(1.1);
    transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}
.hbztjc-ysq img {
    display: block;
    text-align: center;
    margin: -25px auto 15px;
}
.hbztjc-ysq a{
    font-weight: bold;
    text-align: center;
    display: block;
}

/* 图片列表 */
.hbztjc-img-list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.newsList li {
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 20px;
}

.newsList li a {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.newsList li a:hover {
    color: #3d85cf;
}

.newsList li span.time {
    float: right;
    color: #999999;
    font-size: 16px;
}

.newsList li span.point {
    background: #EDEDED;
    width: 6px;
    height: 6px;
    vertical-align: 3px;
    display: inline-block;
    margin-right: 10px;
}