@media screen and (max-width: 960px) {
    #header-nav {
        display: none;
    }

    #header-banner {
        display: none;
    }

    #footer {
        display: none;
    }

    .main-content-right {
        display: none;
    }
    /* 艺考资讯列表 */
    .main-container-list{
        margin: 0 0.16rem;
    }
    .main-container h1{
        width: 0;
        overflow: hidden;
        height: 0;
        padding-top: 0;

    }

    .main-container-header {}

    .main-container-header h3 {
        font-size: 0.25rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.5rem;
        text-align: center;
    }

    .main-container-header p {
        display: none;
    }

    .container-list-item {
        display: flex;
        border-bottom: 1px solid #E5E5E5;
        padding: 0.1rem 0;
    }
    .container-list-item:nth-last-of-type(1){
        border-bottom: 0px solid #E5E5E5;
    }

    .container-list-item dt img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .container-list-item dd {
        font-size: 0.14rem;
        margin-left: 0.2rem;
    }
    
    .container-list-item dd div:nth-of-type(2){
        /* display: flex; */
    }
    .container-list-item dd div:nth-of-type(2) a {
        font-size: 0.08rem;
        padding: 0.02rem;
        background-color: #7ecef4;
        border-radius:0.3rem;
        color: #fff;
        display: inline-block;
    }

    .container-list-item dd h3 {
        font-size: 0.12rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #4A4A4A;
    }
    .container-list-item dd h3 a{
        font-size: 0.12rem;
        color: #4A4A4A;
    }

    .container-list-item dd p {

        font-size: 0.09rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #AAAAAA;
        line-height: 0.15rem;
        display: -webkit-box;/** 对象作为伸缩盒子模型显示 **/
        word-break: break-all;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;/** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 3;/** 显示的行数 **/
        overflow: hidden;
    }

    .container-list-item dd time {
        font-size: 0.09rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #AAAAAA;
        line-height: 0.19rem;
        float: right;
    }

    /* 资讯列表条 */
    #pageurl{
        width: 100%;
        font-size: 0.12rem;
        text-align: center;
        margin-bottom: 0.1rem;
    }
   #pageurl select{
        width: 0.6rem;
        height: 0.3rem;
        font-size: 0.1rem;
    }
    #pageurl option{
        width: 0.6rem;
        height: 0.3rem;
        font-size: 0.1rem;
    }
    .m-boradSe ul li{
        width: 2.7rem;
    }
    .m-bottom-boradSe ul li{
        width: 2.6rem;
    }

}