@import url("main.css");

html,body{
    position: relative;
    font-family: "Noto Sans SC";
}

.swiper-button-prev>div:hover, 
.swiper-button-next>div:hover,
.swiper-slide .news-info>span:hover,
.news-btn-more:hover,
.news-list ul li:hover
{
    cursor:pointer;
}


.top-title-box .inner-title{
    color: #C0B283;
    text-transform: uppercase;
}
/* 内页样式 */
.news-box{
    width: 100%;
    background: url(../../images/news-top.jpg) no-repeat top center;
    background-size: 100% auto;
    margin-top: 120px;
    padding-top: 400px;
}
.news-box .news-content{
    width: 95%;
    max-width: 1480px;
    background: #fff;
    border-radius: 8px;
    /* height: 700px; */
    margin: 0 auto 40px;
    padding: 80px 50px 30px;
    text-align: center;
}
.news-box .news-content .news-title{
    margin-bottom: 40px;
}
.news-box .news-content .news-title>h1{
    font-size: 2rem;
    margin-bottom: 40px;
}
.news-box .news-content .news-title>p{
    color: #424242;
    font-size: 1rem;
}
.news-time{
    font-size: 0.9rem;
    color: #424242;
    font-weight: 700;
    border-bottom: 1px solid #C0B283;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 50px;
}
.news-time span{
    padding: 10px 30px;
    display: inline-block;
    border-bottom: 4px solid #C0B283;
}
.news-box .news-content .article,.news-box .news-content .article p{
    text-align: left;
    text-indent: 2em;
    font-size: 0.9rem;
    line-height: 2;
    margin: 15px 0;
}
.news-box .news-content .article img{
    display: block;
    margin: 20px auto;
}

/* 封面页样式 */
.news-banner{
    margin-top: 160px;
    margin-bottom: 50px;
    overflow: hidden;
}
.news-banner .swiper-wrapper .swiper-slide{
    border-radius: 8px;
    overflow: hidden;
    height: 480px;
} 

.news-banner .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}
.swiper-slide .news-info{
    width: 65%;
    height: 240px;
    background: rgba(255, 255, 255, 0.88);
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 30px;
    border-radius: 0 4px 4px 0;
    padding: 20px;
    display: none;
}
.swiper-slide .news-info:hover p.time{
    color: #262423;
}
.swiper-slide-active .news-info{
    display: block;
}
.swiper-slide .news-info h4{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #262423;
}
.swiper-slide .news-info>p.time{
    font-size: 0.7rem;
    margin-bottom:20px;
}
.swiper-slide .news-info p.discribe{
    font-size: 0.7rem;
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide .news-info>span{
    display: block;
    text-align: right;
    padding-right: 45px;
    margin-top: 40px;
    color: #C0B283;
    background: url(../../images/more-brown.png) no-repeat right center;
    background-size: 40px;
    font-size: 0.7rem;
}

.swiper-button-prev{
    left: 23%;
    top: 200px;   
}
.swiper-button-next{
    right: 23%;
    top: 200px;
}
.swiper-button-prev,.swiper-button-next{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F8F7F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev>div,.swiper-button-next>div{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #C0B283;
    margin: 0 auto;
    text-align: center;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev>div img,.swiper-button-next>div img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.swiper-button-prev>div img,.swiper-button-next>div img{
    transition: .5s;
    transform: translateX(0px);
}
.swiper-button-prev:hover img{
    transform: translateX(-5px);
}
.swiper-button-next:hover img{
    transform: translateX(5px);
}

.banner-btn{
    width: 95%;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.news-btn-more{
    display: inline-block;
    margin: 40px auto;
    padding: 15px 30px;
    background: #0D0C22;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 50px;
}
.news-btn-more img{
    width: 22px;
    margin-left: 5px;
    transition: .5s;
    transform: translateX(0px) scale(1);
}
.news-btn-more:hover{
    color: #fff;
}
.news-btn-more:hover img{
    transform: translateX(5px) scale(1.2);
}

.news-list{
    width: 95%;
    max-width: 1340px;
    margin: 50px auto 40px;
}

.news-list .news-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.news-list .news-list-title .big-title p:first-child{
    color: #C0B283;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-list .news-list-title .big-title p:last-child{
    font-size: 1.6rem;
    color: #C0B283;
    font-weight: 700;
}
.news-list ul li{
    margin-bottom: 40px;
    transition: .8s;
    transform: scale(1);
    border-radius: 8px;
}
.news-list ul li a{
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.news-list ul li a .list-pic{
    width: 30%;
    height: 280px;
    overflow: hidden;
}
.news-list ul li a .list-pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-list ul li a .list-info{
    width: 70%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.news-list ul li a .list-info h3{
    font-size: 1.2rem;
    font-weight: 700;
    color: #0D0C22;
    padding-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list ul li a .list-info p{
    color: #424242;
    font-size: 0.9rem;
    height: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}
.news-list ul li a .list-info .more-info{
    height: 10%;
    display: flex;
    justify-content: space-between;
}
.news-list ul li a .list-info .more-info span:first-child{
    font-size: 0.9rem;
    color: #939393;
}
.news-list ul li a .list-info .more-info span:last-child{
    font-size: 0.8rem;
    display: block;
    padding-right: 46px;
    color: #C0B283;
    background: url(../../images/more-brown.png) no-repeat right center;
    background-size: 40px;
}
.news-list ul li:hover{
    background: #fff;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .05);
    transform: scale(1.02);
}

/* 乐团资讯列表页 */

.news-list ul.inner-list li{
    background: #fff;
}

@media(max-width:2300px){
    .swiper-slide .news-info{height: 248px;}
}

@media(max-width:1920px){
    .swiper-slide .news-info{height: 270px;width: 80%;}
}


@media(max-width:1440px){
    .news-banner{margin-top: 140px;}
    .news-banner .swiper-wrapper .swiper-slide{height: 400px;}
    .swiper-slide .news-info>p.time{margin-bottom: 20px;}
    .swiper-button-prev{left: 20%;top: 180px;}
    .swiper-button-next{right: 20%;top: 180px;}
    .news-list{margin: 20px auto 20px;}
    
}

@media(max-width:1336px){
    .swiper-slide .news-info{width: 80%;height: 214px;}
    .swiper-slide .news-info h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}

@media(max-width:1100px){
    .news-banner .swiper-wrapper .swiper-slide{height: 240px;margin-right: 20px !important;}
    .news-banner{margin-top: 100px;}
    .swiper-slide .news-info{padding: 15px;height: 100px;}
    .swiper-button-prev, .swiper-button-next{width: 34px;height: 34px;top: 280px;}
    .swiper-button-prev>div, .swiper-button-next>div{width: 30px;height: 30px;}
    .swiper-button-prev>div img, .swiper-button-next>div img{width: 12px;}
    .swiper-button-prev{left: 20px;}
    .swiper-button-next{right: 20px;}
    .swiper-slide .news-info h4{font-size: 0.8rem;margin-bottom: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .swiper-slide .news-info>p.time{font-size: 0.6rem;margin-bottom: 5px;}
    .swiper-slide .news-info p.discribe{display: none;}
    .swiper-slide .news-info>span{margin-top: 5px;font-size: 0.5rem;background-size: 30px;padding-right: 40px;}
    .news-btn-more{margin: 20px auto;padding: 8px 15px;font-size: 0.5rem;}
    .news-btn-more img{width: 12px;}
    .news-list{margin-top: 0;}
    .news-list .news-list-title .big-title p:first-child{font-size: 1.2rem;}
    .news-list .news-list-title .big-title p:last-child{font-size: 1rem;}
    .news-list ul li a .list-info{padding: 15px;display: block;height: auto;}
    .news-list ul li{background: #fff;}
    .news-list ul li a .list-info h3{font-size: 0.9rem;margin-bottom: 10px;padding-bottom: 0;height: auto;}
    .news-list ul li a .list-info p{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        margin-bottom: 20px;
        font-size: 0.7rem;
    }
    .news-list ul li a .list-info .more-info{height: auto;}
    .news-list ul li a .list-pic{width: 40%;height: 200px;}
    .news-list ul li a .list-info{width: 60%;display: flex;justify-content: space-between;}
    .news-list ul li a .list-info .more-info span:first-child{font-size: 0.7rem;}
    .news-list ul li a .list-info .more-info span:last-child{font-size: 0.7rem;background-size: 30px;padding-right: 40px;}
    .news-list ul li{margin-bottom: 20px;}
    .news-box{margin-top: 80px;padding-top: 200px;}
    .news-box .news-content{padding: 20px;padding-top: 30px;}
    .news-box .news-content .news-title>h1{font-size: 1.4rem;margin-bottom: 20px;}
    .news-box .news-content .news-title>p{font-size: 0.8rem;}
    .news-box .news-content .news-title{margin-bottom: 20px;}
    .news-time{font-size: 0.7rem;margin-bottom: 30px;}
    .news-box .news-content .article, .news-box .news-content .article p{font-size: 0.8rem;}
}

@media(max-width:550px){
    .news-banner .swiper-wrapper .swiper-slide{height: 200px;}
    .swiper-button-next,.swiper-button-prev{top: 250px;}
    .news-banner{margin-top: 60px;margin-bottom: 30px;}
    .news-list .news-list-title{margin-bottom: 20px;}
    .news-list .news-list-title .big-title p:first-child{margin-bottom: 5px;}
    .news-list ul li a .list-pic{height: 120px;}
    .news-list ul li a .list-info p{margin-bottom: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
    /* .news-banner .swiper-wrapper .swiper-slide-active .news-info{display: none;} */
    .swiper-slide .news-info{padding: 10px;display: flex;flex-direction: column;justify-content: space-between;bottom: 10px;}
    .news-box{margin-top: 44px;padding-top: 100px;}
    .news-box .news-content{padding: 15px;padding-top: 20px;margin-bottom: 20px;}
    .news-time{margin-bottom: 10px;}
    .news-box .news-content .news-title{margin-bottom: 10px;}
    .news-list ul li a .list-info .more-info{flex-direction: column;}
    .news-list ul li a .list-info .more-info span:last-child{text-align: right;margin-top: 10px;}
    .news-list ul li a .list-info{padding: 10px;}
}