.news_warp {
    width: 100%;
    background: url(../../img/news_banner_bg.png) center no-repeat;
    background-size: cover;
    min-height: 1372px;
    /* margin-top: -100px; */
    padding-top: 180px;
}
.news_nav_list {
    display: flex;
}
.news_nav_one {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
    cursor: pointer;
}
.news_nav_one a{
    color: rgba(255, 255, 255, 0.6);
}
.news_nav_one a.news_nav_one_on {
    color: #394CDD;
}
 .news_nav_one p {
    width: 20px;
    height: 20px;
    color: transparent;
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    margin-left: -18px;
    margin-top: -10px;
 }
 .news_nav_one .p_on {
    color: #394CDD;
 }
 .news_box {
    display: flex;
    justify-content: space-between;
 }
 .news_list {
    width: 759px;
    margin-top: 60px;
 }
 .news_one {
    width: 759px;
    height: 200px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 30px;
}
.news_one p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_right {
    flex: 1;
    padding: 0 15px;
}
.news_one_img {
    width: 300px;
    height: 200px;
}
.news_one_img img {
    width: 100%;
    height: 100%;
}
.news_one_word {
    width: 459px;
    height: 200px;
    box-sizing: border-box;
    padding: 20px;
}
.news_one_word h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.news_one_word p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.news_one_time {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.news_one_time span,.news_one_time i {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.news_one_time img {
    width: 24px;
    height: 18px;
    margin-left: 20px;
    margin-right: 10px;
}
.music_school_details_right {
    padding-top: 112px;
}