.right-list{
    /* height: 1020px; */
}

.nav-list li{
    width: auto !important;
    margin-right: 70px;
}

/* .content-list{
    display: block !important;
} */

.content-list li{
    position: relative;
    width: 295px;
    height: 161px;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 17px;
    display: inline-block;
    overflow: hidden;
}

.content-list li:nth-child(3n){
    margin-right: 0;
}

.content-list li img{
    width: 297px;
    /*height: 161px;*/
    transition: 0.3s;
}

.content-list li img.jieqi{
    width: auto !important;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.content-list li:hover img.jieqi{
    height: 110% !important;
}

/* 横版皮肤 */
.content-list li img.width1{
    /* height: 100%; */
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.content-list li:hover img.width1{
    height: 110%;
}

.content-list li img.width3{
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.content-list li:hover img.width3{
    width: 110%;
}

/* 竖版皮肤 */
.content-list li img.width2{
    height: auto;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.content-list li:hover img.width2{
    width: 110%;
}

.content-list li p{
    display: block;
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 33px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    color: white;
    line-height: 33px;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title-box h5{
    vertical-align: top;
    line-height: 28px;
    font-weight: normal;
}


.news-pagination{
    margin-top: 30px;
    text-align: center;
}

.news-pagination span,
.news-pagination a{
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    color: #bdbcbc;
    font-size: 14px;
    background-color: #f3f3f3;
    margin: 0 5px;
    border-radius: 2px;
}

.news-pagination a:hover,
.news-pagination span{
    color: white;
    background-color: #bf2c1f;
}



/* h5 */
.m-news-title-box .art-icon{
    width: 0.3rem;
    margin-top: 0.1rem;
    margin-right: 0;
}

.m-nav-list{
    padding-top: 0.1rem;
    background-color: white;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 0.3rem;
    height: 0.66rem;
    display: block;
}

.m-nav-list li{
    font-size: 0.24rem;
    padding: 0 0.1rem;
    margin-right: 0;
    line-height: 0.6rem;
    display: inline-block;
    padding-bottom: 0.02rem;
    /* margin-left: -0.04rem; */
}


.m-nav-list::-webkit-scrollbar-track ,
.m-nav-list::-webkit-scrollbar-thumb ,
.m-nav-list::-webkit-scrollbar{
    display: none;
}

.m-list-box .content-list li{
    width: 2.91rem;
    height: 1.58rem;
    display: inline-block;
    margin-bottom: 0.3rem;
    margin-right: 0px;
    margin-top: 0;
}

.m-list-box .content-list li img{
    width: 100%;
    /*height: 100%;*/
}

/* 竖版皮肤 */
.m-list-box .content-list li img.width2{
    height: auto;
    margin-top: 0.6rem;
}

.m-list-box .content-list li:nth-child(2n-1){
    margin-right: 0.1rem;
}

.m-list-box >div:last-child{
    width: 6.04rem;
    padding: 0.3rem;
    margin: 0 auto;
    background-color: white;
    padding-bottom: 0.6rem;
}

.m-list-box .content-list li p{
    height: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
}

.alert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none;
}

.art-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.alert .art-alert-img{
    width: 100%; /* 宽度为父容器的100% */
    margin-left: 0%;
    margin-top: 60px;
    height: calc(100vh - 120px); /* 高度自动 */
    display: block; /* 块级元素 */
    object-fit: contain; /* 覆盖容器，保持宽高比 */
}