/* 通知公告 */
.page-notice {
    padding-left: 20px;
    box-sizing: border-box;
}
.page-notice .tab-item,
.page-affairs .tab-item {
    border-bottom: 1px solid #efefef;
}


/* 政务公开 */
.page-affairs .affairs-tab {
    margin-left: 20px;
}
.page-affairs .affairs-header {
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
}
.page-affairs .affairs-header .affairs-header-l {
    float: left;
    background: url(../img/index/icon-title.png) no-repeat;
    background-position: left;
    background-size: 6px;
    font-size: 28px;
    font-weight: bold;
    color: #1764CE;
    padding-left: 14px;
    height: 40px;
    line-height: 40px;
}

.page-affairs .affairs-header .affairs-header-r {
    float: right;
}

.page-affairs .affairs-header .affairs-header-r ul li {
    float: left;
    margin-right: 40px;
    position: relative;
}

.page-affairs .affairs-header .affairs-header-r ul li a {
    display: inline-block;
    height: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.page-affairs .affairs-header .affairs-header-r ul li.active a {
    color: #1764CE;
    font-weight: bold;
}
.page-affairs .affairs-header .affairs-header-r ul li.active::before {
    content: '';
    display: inline-block;
    width: 60%;
    height: 4px;
    background-color: #1764CE;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
