.flash-list{
    position: relative;
}
.flash-list:before{
    content: '';
    width: 2px;
    position: absolute;
    left: 24px;
    background: repeating-linear-gradient(   180deg,   #fff , #fff 5px,   #F5F6FA 5px ,#F5F6FA 13px );
    height: 100%;
    display: block;
}
.flash-item{
    display: flex;
    gap: 40px;
}
.flash-item ._date{
    text-align: center;
    font-size: 14px;
    color: #999999;
    width: 48px;
    overflow: hidden;
    background: #fff;
    line-height: 20px;
    flex-shrink: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    height: fit-content;
}
.flash-list .flash-item:first-child ._date{
    padding-top: 0;
}
.flash-item ._date div{
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
}
.flash-item ._cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.flash-list .flash-item:first-child ._cont{
    margin-top: 0;
}
.flash-item ._cont ._time{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #CA252D;
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.flash-item ._cont ._time div{
    position: absolute;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CA252D;
    border: 3px solid #F4D3D5;
}
.flash-item ._cont ._name{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 6px;
    font-weight: bold;
}
.flash-item ._cont .tags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    gap: 10px;
}
.flash-item ._cont .tags div{
    height: 19px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F5F6FA;
    padding: 0 4px;
    line-height: 19px;
    font-size: 12px;
    color: #333333;
}
.flash-item ._cont ._desc{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 20px;
}
.flash-item ._cont ._desc-img{
    height: 200px;
    margin-bottom: 10px;
    width: fit-content;
    max-width: 100%;
    object-fit: cover;
}
.flash-item ._cont ._form{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    gap: 10px;
}
.flash-item ._cont ._form a{
    display: flex;
    color: #333333;
    gap: 4px;
}
.flash-item ._cont ._form a i{
    font-size: 18px;
}
.flash-item ._cont ._share{
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}
.news-title ._more{
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 3px;
}
.news-title ._more i{
    font-size: 12px;
}
.flash-adv{
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    aspect-ratio: 347 / 192;
}
.flash-adv-item{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.flash-adv-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flash-adv-item div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient( 180deg, rgba(202,37,45,0) 0%, rgba(202, 37, 45, 0.4) 20%, rgba(202, 37, 45, 0.6) 100%);
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
.flash-adv .swiper-pagination{
    display: flex;
    left: 20px;
    bottom: 60px;
}
.flash-adv .swiper-pagination  .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.5);
    border-radius: 100px 100px 100px 100px;
    margin: 0 5px;
}
.flash-adv .swiper-pagination  .swiper-pagination-bullet-active{
    width: 12px;
    background: #FFFFFF;
}
.media-line{
   display: flex;
    gap: 20px;
}
.media-line ._item{
    flex: 1;
    text-align: center;
}
.media-line ._item img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 7px;
}
.media-line ._item div{
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}
