/* 背景 */
.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-box {
    background-color: #ffffff;
    padding: 0.2rem;
}

.news-working {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-working-left,
.news-working-right {
    flex: 1;
}
.news-working-right{
    padding: 0 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.2rem;
    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_list_container-ul {
    display: block;
    text-decoration: none;
    font-size: 0.16rem;
    height: 0.6rem;
}

.news_list_container-li {
    text-decoration: none;
}

.news_list_container-li_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list_container-li_d_icon{
    width: 0.3rem;
    height: 0.3rem;

}

.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;
    border-bottom: solid 2px #ffffff;
}

.news_list_container-li_d_title:hover{
    color: var(--news_title_hover_color);
    border-bottom: solid 2px var(--news_title_hover_color);
}

.news_list_container-li_d_time {
    /* width: 30%; */
    width: 1rem;
    font-size: 0.14rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
    text-align: right;
}

.news-list-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 0 0.2rem 0;
}

.news-list-content-flex-item {
    margin: 0 0.1rem;
    flex: 1;
min-height:400px;
}

.news-list-content-flex-item:first-child {
    margin-left: 0;
}

.news-list-content-flex-item:last-child {
    margin-right: 0;
}

.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_color);
    font-size: 0.24rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    padding: 0 0.05rem;
}

.news-head-right-more-a {
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
}

/* .news_list_container-li_d_title-left {
    width: 50%;
}

.news_list_container-li_d_time-right {
    width: 50%;
} */

.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;
}


/* 轮播图  */
#carouselExampleIndicators{
    width: 100%;
    height: 4rem;
    overflow: hidden;
}

.carousel-item_title{
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #ffffff;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    position: absolute;
    bottom: 0;
    padding: 0 0.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}