body {
    background-color: #F9F9F9;
}
.tab-bar {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: .24rem;
}
.tab-item {
    position: relative;
    width: 50%;
    height: .84rem;
    text-align: center;
    line-height: .84rem;
}
.tab-item .tab-text {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.tab-item.active .tab-text {
    font-size: 0.28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #812358;
}
.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.04rem;
    background: #812358;
    border-radius: 0.12rem;
}
/* 列表样式 */
.data-list-container {
    padding: .32rem .32rem 45px;
}
/* 新闻报道样式 */
.xwbd-item {
    padding: .24rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    margin-bottom: .24rem;
}
.xwbd-header {
    border-bottom: .01rem solid #EBEBEB;
}
.xwbd-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .12rem;
}
.xwbd-title-text {
    width: 90%;
    font-size: 0.28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xwbd-detail-icon {
    width: .08rem;
    height: .16rem;
    overflow: hidden;
}
.xwbd-detail-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.xwbd-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: .2rem;
}

.xwbd-info span {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.xwbd-info-media {
    display: inline-block;
    margin-right: .24rem;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xwbd-content {
    margin-top: .18rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 选调心声样式 */
.xdxs-item {
    padding: .24rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    margin-bottom: .24rem;
}
.xdxs-header {
    border-bottom: .01rem solid #EBEBEB;
}
.xdxs-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .12rem;
}
.xdxs-title-text {
    width: 90%;
    font-size: 0.28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xdxs-detail-icon {
    width: .08rem;
    height: .16rem;
    overflow: hidden;
}
.xdxs-detail-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.xdxs-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: .2rem;
}

.xdxs-info span {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.xdxs-info-media {
    display: inline-block;
    margin-right: .24rem;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xdxs-content {
    margin-top: .18rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}