.content-container.ggxx-content{
    background: unset;
    padding: unset;
    margin: 0 auto 0;
}

.content-container.ggxx-content .container-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    line-height: 24px;
    padding: 0 24px;
    margin-bottom: 20px;
}

.content-container.ggxx-content .container-item-title span,
.content-container.ggxx-content .container-item-other span {
    flex: 1;
    text-align: left;
    white-space: nowrap;
    font-family: Microsoft-YaHei-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
}

.content-container.ggxx-content .container-item-title a.content-info-more,
.content-container.ggxx-content .container-item-other a.content-info-more {
    margin-left: auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #757C89;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
}

.content-container.ggxx-content .info-more-icon {

}

.content-container.ggxx-content a.content-info-more:hover .info-more-icon,
.content-container.ggxx-content a.more-link:hover .info-more-icon {
    background-position: 12px 0;
}

.content-container.ggxx-content .content-info-list ul,
.content-container.ggxx-content .tab-content ul {
    padding: 8px 24px;
    background: #FFFFFF;
    border-radius: 8px;
}

.content-container.ggxx-content .content-info-list{
    margin-top: 32px;
}

.content-container.ggxx-content .content-info-list ul li,
.content-container.ggxx-content .tab-content ul li {
    text-indent: inherit;
    line-height: 46px;
    margin: unset;
}

.content-container.ggxx-content .content-info-list li:not(:last-child),
.content-container.ggxx-content .tab-content li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.content-container.ggxx-content .content-info-list ul li span:first-child,
.content-container.ggxx-content .tab-content ul li span:first-child {
    display: none;
}

.content-container.ggxx-content .content-info-list ul li a,
.content-container.ggxx-content .tab-content ul li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #242933;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.content-container.ggxx-content .content-info-list ul li span.time,
.content-container.ggxx-content .tab-content ul li span.time {
    float: right;
    width: auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #A8A8A8;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin-right: unset;
    transform: unset;
}

.content-container.ggxx-content .container-item-other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    background: #FFFFFF;
    height: 68px;
    padding: 0 24px;
    line-height: 24px;
    margin: 32px auto 10px;
    border-radius: 8px;
}

.info-tab-container {
    margin-top: 32px;
}

.info-tab-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 24px 16px;
}

.info-tab-item {
    font-family: Microsoft-YaHei-Bold;
    font-size: 14px;
    color: #242933;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 700;
    margin-right: 80px;
    padding-bottom: 8px;
}

.info-tab-item:hover {
    cursor: default;
}

.info-tab-item.active {
    font-size: 16px;
    color: #000000;
    border-bottom: 2px solid #3B81E5;
    border-radius: 1px;
}

.more-link {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #757C89;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-left: auto;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.right .bread-crumb {
    margin-bottom: unset;
}