.details{
    padding-top: 30px;
    padding-bottom: 40px;
}
.news_title{
    color: #000000;
    font-size: 0.36rem;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.news_title.major{
    margin-bottom: 20px;
}
.news_desc{
    color: rgba(52, 53, 58, 0.5);
    font-size: 0.24rem;
    margin-bottom: 20px;
}
.news_content{
    color: #34353A;
    font-size: 0.28rem;
}
.news_sub_title{
    font-size: 0.3rem;
    font-weight: bold;
}
.news_swiper{
    width: 100%;
    margin-top: 20px;
}
.news_slide{
    width: 100%;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.news_item_big{
    width: 100%;
    margin-bottom: 0.45rem;
    display: block;
}
.news_item_big h4{
    color: #000000;
    font-size: 0.28rem;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    margin-bottom: 10px;
}
.news_item_big_infos{
    display: flex;
    align-items: center;
}
.news_item_big_img{
    width: 1.96rem;
    height: 1.3rem;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 0.2rem;
}
.news_item_big_infos>p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_item{
    color: #000000;
    font-size: 0.24rem;
    display: block;
    margin-bottom: 0.45rem;
}
.news_item:last-child{
    margin-bottom: 0;
}
.school_titles{
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #000000;
}
.school_title{
    font-size: 0.4rem;
}
.school_title_more{
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    color: #000000;
}
.more_icon{
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 5px;
}