﻿﻿.page_criterion {
    margin-bottom: 60px;
    padding-top: 30px;
    min-height: calc(100vh - 382px);
    border-top: 1px solid #eee;
}
.page_music .music_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.page_music .music_ul .music_li {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 590px;
    height: 160px;
    border: 1px solid #E8E8E8;
}
.page_music .music_li .music_name {
    font-weight: 700;
    color: #333;
}
.page_music .music_li .music_author {
    color: #999;
}
.page_music .music_li .music_time {
    color: #999;
}
#list_page {
    text-align: center;
}
.layui-laypage a,
.layui-laypage span {
    border: none;
}
.layui-laypage a, .layui-laypage span {
    font-size: 14px;
    color: #233049;
}
.layui-laypage a, .layui-laypage span {
    margin: 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #3669FF;
    border-radius: 4px;
}
#list_page .layui-laypage-prev,
#list_page .layui-laypage-next {
    border: 1px solid #E8E8E8;
}
.biaoqing_item {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: 330px;
    background: #F7F8FC;
}
.biaoqing_item h4 {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.biaoqing_item .biaoqing_img_box {
    display: flex;
    justify-content: space-between;
}
.biaoqing_item .biaoqing_img_box img {
    width: 200px;
    height: 200px;
}
.news_list {
    display: flex;
    flex-wrap: wrap;
}
.news_list_item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 278px;
    height: 334px;
    border: 1px solid #E8E8E8;
}
.news_list_item:nth-child(4n-1) {
    margin-right: 28px;
}
.news_list_item:nth-child(4n) {
    margin-right: 0px;
}
.news_list_item img {
    margin-bottom: 14px;
    width: 276px;
    height: 208px;
    background: #F1F1F1;
}
.news_list_item h3 {
    height: 64px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list_item p {
    margin-top: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}