@charset "UTF-8";
/**
 * 公示公告
 * date:2024-01-04
 * author: xujaiwei;
 */
.ttb-hd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ttb-hd-item {
    width: 264px;
    height: 88px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    box-shadow: 0px 4px 8px 0px #f3f5f9;
    font-size: 16px;
    font-weight: 700;
    line-height: 88px;
    box-sizing: border-box;
    margin-right: 36px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 36px;
}
.ttb-hd-item:last-child {
    margin-right: 0;
}
.ttb-hd-item.active {
    color: #fff;
    background: url('../../images/jxsqydzmc/index2/tab_hdbg.png') no-repeat center;
}
.ttb-bd-item {
    padding: 8px 0 0;
    background: #fff;
    margin-top: 24px;
}