.index-all-bg {
    width: 100%;
    height: 28.0125rem;
    background: url(../img/section-bg.svg) top 0 center no-repeat;
    background-size: cover;
    margin-top: -0.875rem;
}

.index-notificationTrailer {
    padding: 1.975rem 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 20.175rem;
    height: auto;
    margin: 0 auto;
}

.index-notificationTrailer-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .375rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    font-family: 微软雅黑;
    letter-spacing: .0625rem;
}

.index-notificationTrailer-header::before {
    position: absolute;
    content: "";
    width: .475rem;
    height: .0625rem;
    background: #9C0C13;
    bottom: -0.1875rem;
}

.index-notificationTrailer-btnMore {
    font-size: .175rem;
    color: #9C0C13;
    float: right;
    display: block;
    width: max-content;
    position: absolute;
    right: 0;
    letter-spacing: 0;
}

.index-notificationTrailer-btnMore::before {
    position: absolute;
    content: "";
    width: 110%;
    height: .025rem;
    background: #9C0C13;
    bottom: -0.1125rem;
    left: -5%;
    right: 0;
    margin: 0 auto;
}

.index-notificationTrailer-section {
    padding: .8rem 0 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#notificationTrailerSwiper{
    width: 12.1375rem;
    height: 8.1rem;
}
.hover-notificationTrailer-img {
    width: 12.1375rem;
    height: 8.1rem;
    position: relative;
    overflow: hidden;
}

.hover-notificationTrailer-img-text {
    width: 100%;
    height: 2.825rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 100%);
    position: absolute;
    bottom: 0;
    padding: 1.625rem 0 0 .5625rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hover-notificationTrailer-img-text .time {
    font-size: .225rem;
    color: #FFFFFF;
}

.hover-notificationTrailer-img-text .title {
    font-size: .2375rem;
    color: #FFFFFF;
    padding: .125rem 0 0 0;
    box-sizing: border-box;
}

.hover-notificationTrailer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.hover-notificationTrailer-img img:hover {
    transform: scale(1.1);
}

.index-notificationTrailer-section-list {
    width: 8.0375rem;
    background: #FFFFFF;
    padding: 0 0 0 .8375rem;
    box-sizing: border-box;
}

.index-notificationTrailer-section-list li {
    height: 2.7rem;
    padding: .5rem 0 .5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-notificationTrailer-section-list li:not(:last-child) {
    border-bottom: 1px solid #C8C8C8;
}

.index-notificationTrailer-section-list li a.title {
    width: 100%;
    font-size: .25rem;
    background: linear-gradient(to right, #9C0C13, #9C0C13) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size 1s;
    padding: 0 0 .1375rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
color:#333333;
}

.index-notificationTrailer-section-list li a.title span:nth-child(2){
    width: 7.05rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-notificationTrailer-section-list li:hover a.title{
    background-position: left bottom;
    background-size: 100% 2px;
    color: #9C0C13;
   
}
.index-notificationTrailer-section-list li a.title .tag{
    width: .7rem;
    height: .35rem;
    color: #9C0C13;
    border: 1px solid #9C0C13;
    font-size: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .1rem 0 0;
    border-radius: .0625rem;
}
.index-notificationTrailer-section-list li span.name {
    font-size: .2125rem;
    color: #5F5F5F;
    box-sizing: border-box;
    background: url(../img/notice/name.png) left center no-repeat;
    background-size: .3rem .3rem;
    text-indent: .45rem;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-notificationTrailer-section-list li span.time {
    font-size: .2125rem;
    color: #5F5F5F;
    box-sizing: border-box;
    background: url(../img/notice/time.png) left center no-repeat;
    background-size: .3rem .3rem;
    text-indent: .45rem
}

.index-notificationTrailer-section-list li span.address {
    font-size: .2125rem;
    color: #5F5F5F;
    box-sizing: border-box;
    background: url(../img/notice/address.png) left center no-repeat;
    background-size: .3rem .3rem;
    text-indent: .45rem
}


.special {
    width: 20.175rem;
    height: 3.425rem;
    margin: .8375rem auto 0 auto;
}

.special img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.notificationTrailer-img-label {
    width: .8625rem;
    height: .4rem;
    border-radius: .2rem;
    position: absolute;
    top: .4125rem;
    left: .5375rem;
    font-size: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: .025rem solid #FFFFFF;
}

#notificationTrailerSwiper .swiper-pagination {
      width: 100%;
    display: flex;
    left: auto;
    right: .25rem;
    bottom: .5rem;
    justify-content: flex-end;
}

#notificationTrailerSwiper .swiper-pagination-bullet {
    width: 0.125rem;
    height: 0.125rem;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 0;
}

#notificationTrailerSwiper .swiper-pagination-bullet-active {
    background: #9C0C13;
}

#notificationTrailerSwiperYi .swiper-pagination {
      width: 100%;
    display: flex;
    left: auto;
    right: .25rem;
    bottom: .15rem;
    justify-content: flex-end;
}

#notificationTrailerSwiperYi .swiper-pagination-bullet {
    width: 0.125rem;
    height: 0.125rem;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 0;
}

#notificationTrailerSwiperYi .swiper-pagination-bullet-active {
    background: #9C0C13;
}