.news-content-container {
    width: 100%;
}

.news-banner {
    width: 100%;
    height: 468px;
    top: -82px;
    z-index: 2;
    font-size: 0;
}

.news-banner>img {
    object-fit: cover;
    width: 100%;
    height: 468px;
}

.icon-container {
    height: 53px;
    width: 100%;
    margin: 12px 0 18px 0;
}

.tab-list-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, serif;
    color: #444444;
}

.tab-item {
    margin-right: 83px;
    width: 32px;
    cursor: pointer;
}

.tab-item:last-of-type {
    margin: 0;
}

.active-tab {
    color: #ec8e1f;
}


/*tab指示器--start*/

.tab-indicator-container {
    visibility: hidden;
}

.tab-indicator {
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*margin: 0 auto;*/
}

.tab-indicator-triangle {
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: white white #ec8e1f white;
}

.tab-indicator-line {
    width: 32px;
    height: 2px;
    background-color: #ec8e1f;
}


/*tab指示器--end*/


/*信息列表展示区域--start*/

.info-list-container {
    /*height: 830px;*/
    width: 100%;
}

.info-list-loading-container {
    font-size: 16px;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(244, 246, 247, 0.4);
}

.info-list {
    width: 100%;
    height: 100%;
    min-height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.info-item {
    width: 100%;
    height: 166px;
    background-color: white;
    border-bottom: 2px #F9F9F9 solid;
    box-sizing: border-box;
}

.info-item:hover {
    background-image: url("/img/Cq/news/info_item_active_bg.png");
}

.info-item-content {
    width: 645px;
    height: 166px;
    /*background-color: #F8B758;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.info-type-container {
    width: 111px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.info-type {
    width: 70px;
    height: 33px;
    border-radius: 15px;
    background-color: #ffb55e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #444444;
}

.info-type-active {
    background-color: #fff89d;
}

.info-detail-content-container {
    width: 535px;
    height: 166px;
    box-sizing: border-box;
    padding-top: 62px;
    text-align: left;
    cursor: pointer;
}

.info-title {
    font-size: 20px;
    color: #444444;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-intr {
    font-size: 14px;
    color: #444444;
    /*width: 535px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.no-data-notify {
    display: none;
    height: 256px;
    line-height: 166px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}


/*信息列表展示区域--end*/


/*分页组件--start*/

.pagination-container {
    display: none;
    width: 100%;
    height: 90px;
    padding-bottom: 35px;
}

.pagination {
    width: 645px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #444444;
}

.pre-page-btn,
.next-page-btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.page-number {
    margin: 0 56px;
}


/*分页组件--end*/


/*底部二维码展示--start*/

.qr-code-list-display-container {
    width: 100%;
    height: 206px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-image: url("/img/Fsc/news/qr_code_box_bg.png");
    padding-bottom: 390px;
}

.qr-code-item {
    width: auto;
    height: 182px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.qr-code-item:nth-of-type(2) {
    cursor: pointer;
}

.qr-code-item:last-of-type {
    margin: 0 0 0 10px;
}


/*底部二维码展示--end*/