/* 首页移动端轮播图 */
.carousel-item{
    width: 100%;
    height: 2rem !important;
}

.container-box{
    padding: 0.2rem;
}

/* 首页新闻 */
.news-box {
    /* background-color: #ffffff;
    padding: 0.2rem; */
}

.news-list-flex{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem; */
}

.news-list-flex-item{
    background-color: #ffffff;
    /* flex: 1;
    margin: 0 0.2rem; */
    margin: 0.2rem 0;
    padding: 0.2rem;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}

.news-list-flex-item:first-child{
    margin-left: 0;
}

.news-list-flex-item:last-child{
    margin-right: 0;
}

.news-list-flex-item-title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list-flex-item-box-title{
    color: var(--news_title_hover_color);
    font-size: 0.2rem;
    font-weight: bolder;
}

.news-list-flex-item-box-icon{
    display: flex;
}

.bi-chevron-right{
    color: var(--news_title_hover_color);
    font-size: 0.24rem;
}

.news-list-flex-item-img{
    width: 100%;
    /* height: 1.6rem; */
    margin: 0.15rem 0;
}

.news-list-flex-item-ul-a{
    font-size: 0.16rem;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--news_title_color);
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.15rem 0;
}

.news-list-flex-item-title-box-line{
    border-bottom: solid 1px #dee2e6;
}

.news-list-flex-item-bottom{
    /* height: 3.27rem; */
    background-color: #ffffff;
    padding: 0.2rem;
    margin: 0.2rem 0;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}

.news-list-flex-item-2{
    /* flex: 2; */
    /* width: calc(100% - 31.5% - 0.4rem); */
    /* margin-right: 0.2rem; */
}
.news-list-flex-item-3{
    /* flex: 1; */
    /* width: 31.5%; */
    /* margin-left: 0.2rem; */
}

.news-list-flex-item-content-box{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin: 0.15rem 0;
}

.news-list-flex-item-img-2{
    width: 100%;
    /* height: 2.3rem;
    margin-right: 0.1rem; */
}

.news-list-flex-item-ul-2{
    margin: 0.15rem 0;
}

.news-list-flex-item-ul-2{
    margin-left: 0.1rem;
}

.news-list-flex-item-ul-li{
    display: flex;
    align-items: center;
    margin: 0.3rem 0;
}

.news-list-flex-item-ul-li-date-box{
    text-align: center;
    margin-right: 0.1rem;
}

.news-list-flex-item-ul-li-date-box-date{
    font-size: 0.14rem;
    font-weight: bolder;
    color: #d00;
    width: 0.5rem;
}

.news-list-flex-item-ul-li-date-box-time{
    background-color: rgba(32, 0, 0, .5);
    color: #fff;
    font-weight: bold;
    font-size: 0.14rem;
    padding: 0.03rem 0.05rem;
    text-align: center;
}

.news-list-flex-item-ul-li-content{
    margin-left: 0.1rem;
}

.news-list-flex-item-ul-a-2{
    margin: 0;
}

.news-list-flex-item-ul-content{
    font-size: 0.16rem;
    color: #9A9A9A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin: 0.15rem 0; */
}

.news-list-flex-item-box-more{
    text-decoration: none;
    color: var(--news_title_color);
    font-size: 0.16rem;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}