/* 背景 */
.background-box {
    width: 100%;
    height: 5rem;
    background-image: url(../assets/images/sjkth_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* 内容 */
.container-box {
    width: var(--container_width);
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_list {
    width: 100%;
    background-color: var(--main_body_color);
}

.news-list-content {
    display: flex;
    padding: 0.3rem 0.2rem;
}

.news_tabs_box {
    width: 3.3rem;
    margin: 0 0.2rem;
}

.news_tabs {
    margin: 0 auto;
}

.news-tabs-title {
    font-family: "Microsoft YaHei", 微软雅黑;
    height: 0.6rem;
    background-color: var(--news_hover_color);
    color: #ffffff;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: left;
    line-height: 0.6rem;
    padding: 0 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news-tabs-list {
    background-color: #EEEEEE;
}

.news-tabs-item {
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0.16rem;
    font-family: 等线;
    text-align: left;
    line-height: 0.6rem;
    border-bottom: 1px solid #ffffff;
    padding: 0 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-tabs-item a {
    font-size: 0.18rem;
    text-decoration: none;
    color: var(--news_title_color);
}

.nav_active {
    color: var(--news_hover_color) !important;
}

.news_tabs_active {
    border-left: solid 3px var(--news_hover_color);
}

.news_list_container {
    flex: 1;
    margin-bottom: 0.8rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.news_list_container-ul {
    display: block;
    text-decoration: none;
    font-size: 0.16rem;
}

.news_list_container-li {
    text-decoration: none;
    border-bottom: 1px dashed#CCCCCC;
}

.news_list_container-li_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list_container-li_d_title {
    flex: 1;
    font-family: "Helvetica Neue", "Microsoft yahei", Helvetica, Arial, sans-serif;
    text-align: left;
    color: var(--news_title_color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
}

.news_list_container-li:hover .news_list_container-li_d_title,
.news_list_container-li:hover .news_list_container-li_d_time {
    color: var(--news_title_hover_color);
}

.news_list_container-li_d_time {
    width: 1rem;
    font-family: 等线;
    color: var(--news_time_color);
    text-align: right;
    font-size: 0.14rem;
}

.link-box {
    padding: 0.2rem;
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px var(--news_title_hover_color);
}

.news-head-left-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.news-head-left-content-bg {
    width: 1.49rem;
    height: 0.49rem;
}

.news-head-left-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}

.news-head-left-content-icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0 0.1rem;
}

.news-head-left-content-title {
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #ffffff;
    font-weight: bold;
}

.news-head-right-more {
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_title_hover_color);
}

.news-head-left-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    border-bottom: solid 2px var(--news_title_hover_color);
}

.news-head-left-content-title-text {
    color: var(--news_title_hover_color);
    font-size: 0.24rem;
    font-family: 等线;
    font-weight: bold;
}

.link-list-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
}

.link-text {
    color: var(--news_title_color);
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.2rem;
    padding: 0 0.1rem;
    flex: 1;
}

.link-text:first-child {
    padding-left: 0;
}

.link-text:last-child {
    padding-right: 0;
}

.news-list-top-title {
    font-size: 0.16rem;
}
.to_path>a {
    font-size: 0.16rem;
}