*{
    margin: 0;
    padding: 0;
}
.BaseBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.newsMain{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6vh;
    padding-top: 1px;
    
}
.newsbg{
    background-image: url(../image/happy/happybg.png);
    width: 100%;
    height: 23vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 1px;
}
.newstitle {
    background-image: url('../image/news/newstitle.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 80vw;
    height: 10vh;
    margin: 6vh auto auto auto;
}
.newsswiper{
    width: 90vw;
    margin: 2vh auto;
}
.swiper-container{
    box-shadow: 1px 1px 30px rgba(0,0,0,0.1);
}
.newstitle1{
    background-image: url(../image/active/activetitle1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22vw;
    height: 3vh;
    margin: 6vh auto 2vh auto;
}
.shows{
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}
.swipera{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.swipers{
    background-image: url(../image/active/activeimg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 26vh;
   
    position: relative;
}
.swiper-pagination-bullet{
border-radius: 0 !important;
width: 20px;
height: 3px;
background: rgba(255,255,255,0.5);
}
.swiper-pagination{
    bottom: 0 !important;
    position: relative !important;
}
.swiper-pagination-bullet-news{
  background: white !important;
}
.news-info{
    flex-direction: column;
    padding: 5%;
    box-sizing: border-box;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}
.news-info-time{
    color: white;
    background-color: #c71a61;
    padding: 2px 5px;
    font-size: 3vw;
    position: absolute;
    right: 2vh;
    top: 2vh;
    border-radius: 3px;
    height: 3.5vh;
    line-height: 3.5vh;
}
.news-timebold{
    font-weight: bold;
    color: white;
    font-size: 4vw;
}
.news-year{
    color: white;
    font-size: 3vw;
}
.news-info-title{
    font-weight: bold;
    color: black;
    font-size: 4vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 8vh;
    line-height: 8vh;
    padding: 0 2vh;
    box-sizing: border-box;
}
.newss{
    width: 90vw;
    margin: 4vh auto;
    min-height: 30vh;
}
.newsstitle{
    background-image: url(../image/active/activetitle2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22vw;
    height: 3vh;
    margin: 6vh auto 2vh auto;
}
.newslist{
    text-decoration: none;
    margin-bottom: 4vh;

}
.newslist_img{
    background-image: url(../image/active/activeimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 48vw;
    height: 15vh;
}
.newslist_info{
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    width: 42vw;
}
.newslist_title{
    width: 100%;
    font-size: 4vw;
    color: black;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  
}
.newslist_time{
    font-size: 3vw;
    color: #7372aa;
    margin-top: 1.5vh;
}
.tips{
    text-align: center;
    font-size: 4vw;
    color: black;
    margin-bottom: 5vh;
}
.bottomtext{
    text-align: center;
    font-size: 2vw;
    color: black;
    margin-top: 3vh;
}

.more {
    display: block;
    width: 20vw;
    height: 4vh;
    line-height: 4vh;
    margin: 0 auto;
    border: 1px solid #ffffff;
}