body {
    background: #F5F5F5;
}




.content {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.content .firstNew {
    width: 100%;
    /*height: 169px;*/
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 10px 21px;
    box-sizing: border-box;
}

.content .firstNew .firsta {
    width: 100%;
 
    font-family: ABC;
    font-weight: bold;
    font-size: 18px;
    color: #121212;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.content .firstNew .firstdesc {
    width: 100%;
    font-family: ABC;
    font-weight: bold;
    font-size: 16px;
    color: #121212;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:0;
}

.twoa {
    width: 100%;
    height: 18px;
    font-family: ABC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lunbo {
    width: 100%;
    height: 280px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 10px;
        margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
        overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.swiper-slide p {
    width: 100%;
    height: 20px;
    font-family: ABC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 12px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #D8D8D8;
}

.swiper-pagination-bullet-active {
    width: 11px;
    height: 4px;
    background: #DA261D;
    border-radius: 4px 4px 4px 4px;
}

.box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
        border-radius: 8px;
}

.box a {
    width: 100%;
    font-family: ABC;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.box .boxdesc{
        width: 100%;
    font-family: ABC;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aloneimg {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.aloneimg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.list {
    width: 100%;
    margin-bottom: 25px;
}

.list .title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.list .title .fire {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list .title .fire img {
    width: 25px;
    height: 27px;
}

.list .title .fire span {
    height: 24px;
    font-family: ABC;
    font-weight: bold;
    font-size: 19px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 8px;
}

.list .title .right {
    width: 12px;
    height: 12px;
}

.list .title .right img {
    width: 100%;
    height: 100%;
}

.list .listbox {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
}

.list .listbox a {
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    font-family: ABC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px dashed #EEEEEE;
}

.list .listbox a:last-child {
    border: none;
}

.list .listbox .bigimg {
    width: 100%;
    border: none;
    padding-bottom: 0;
}

.list .listbox .bigimg img {
    width: 100%;
}

.content .listbg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF6F2 100%);
}

.list .listbg a {
    border-bottom: 1px dashed #C7DBFF;
}

.list .videobox {
    padding-bottom: 20px;
}

.list .videobox .bigvideo {
    width: 100%;
    position: relative;
    padding-bottom: 0;
    line-height: 0;
}

.list .videobox .bigvideo .vimg {
    width: 100%;
    height: 182px;
    object-fit: cover;
}

.list .videobox .bigvideo .play {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
}

.list .videobox .bigvideo p {
    width: 100%;
    background: #F9F9F9;
    font-family: ABC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0;
}

.list .videobox .twovideo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list .videobox .twovideo .small {
    width: 49%;
}

.list .videobox .twovideo .small .play {
    width: 35px;
    height: 35px;
    top: 40px;
}

.list .videobox .twovideo .small .vimg {
    height: 90px;
}

.list .videobox .twovideo .small p {
    padding: 10px 5px 15px;
    box-sizing: border-box;
    height: 80px;
}

.list .listone {
    width: 100%;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.list .listone .bgimg {
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 1;
}

.list .listone .bgimg img {
    width: 100%;
    height: 100%;
}

.list .listone .insidebox {
    position: relative;
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    width: 90%;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-left: 5%;
    margin-top: -3%;
}

.list .listone .insidebox a {
    position: relative;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-family: ABC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list .listone .insidebox a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #DA261D;
    border-radius: 50%;
    top: 14px;
    left: 0;
}