/* new_swiper */
.html-mobile #new_swiper {
    height: 200px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.html-mobile #new_swiper .swiper-button-prev,
.html-mobile #new_swiper .swiper-button-next {
    background: none;
}

.html-mobile #new_swiper .swiper-button-prev {
    color: #000;
    font-size: 30px;
}

.html-mobile #new_swiper .swiper-button-next {
    color: #fff;
    font-size: 30px;
    background-color: rgba(37, 37, 37, .5);
    border-radius: 50%;
    height: 40px;
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.html-mobile #new_swiper .swiper-button-prev,
.html-mobile #new_swiper .swiper-button-next {
    display: none;
}

.html-mobile #new_swiper .swiper-pagination {
    bottom: 45px !important;
    font-size: 12px;
    height: 6px;
    text-align: right;
}

.html-mobile #new_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #f5f5f5;
    opacity: 0.7;
}

.html-mobile #new_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f5f5f5;
    border-radius: 88px;
    opacity: 1;
    width: 28px;
}

.html-mobile #new_swiper .newSwiper-item {

    height: 100%;
    overflow: hidden;
    width: 100%;

    position: relative
}

.html-mobile .newSwiper-item>.newSwiper-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
}

.html-mobile .newSwiper-item .newSwiper-item-icon {
    background-color: #d81306;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 64px;
    display: none;

}

.html-mobile .newSwiper-item-icon.newSwiper-item-icon-hide {
    opacity: 0;
}



.html-mobile .newSwiper-item .newSwiper-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    display: block;
    color: #ffffff;
    padding: 4px 6px;
}

.html-mobile .newSwiper-item .newSwiper-item-title span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle
}


.html-mobile .newSwiper-item .newSwiper-item-media {
    color: #ffffff;
    font-size: 14px;
    display: none;
}

.html-mobile .newSwiper-item .newSwiper-item-image {
    background-color: #fff;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.html-mobile .newSwiper-item .newSwiper-item-close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 3px;
    cursor: pointer;
    border-radius: 2px;
    z-index: 10;
    background-color: rgb(0 0 0 / 50%);
    font-size: 10px;
    color: #ffffff;
    transition: all .3s linear;
}

.html-mobile .newSwiper-item .newSwiper-item-close:hover {
    background-color: rgb(0 0 0 / 70%);
}

/* new_list */
.html-mobile #new_list {
    overflow: hidden;
}

.html-mobile #new_list>.new-item {
    margin: 0px 12px;
}

.html-mobile #new_list .new-item-body {
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #f5f5f5;
}



.html-mobile #new_list .new-item-image {
    border-radius: 4px;
    /*  height: 175px; */
    overflow: hidden;
    position: relative;
}

.html-mobile #new_list .new-item-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.html-mobile #new_list .new-item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    border-radius: 4px;
}

.html-mobile #new_list .new-item-text {
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.html-mobile #new_list .new-item-text>span {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    vertical-align: middle;
}



.html-mobile #new_list .new-item-footer {
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    color: #999;
    font-size: 12px;
    justify-content: space-between;
}

.html-mobile #new_list .new-item .new-item-close {}

.html-mobile #new_list .new-item .new-item-close:hover {}




.html-mobile #new_list .new-item-UpTextDownImage .new-item-text {
    margin-bottom: 5px;
}

.html-mobile #new_list .new-item-UpTextDownImage .new-item-image {
    width: 100%;
}

.new-item-LeftTextRightImage-info {
    display: flex;
}

.new-item-LeftTextRightImage-info>div:first-child {
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.html-mobile #new_list .new-item-LeftTextRightImage .new-item-image {
    width: 113px;
    height: 78px;
    margin-left: 8px;
    overflow: visible
}

.html-mobile #new_list .new-item-LeftTextRightImage .new-item-image img {
    width: 113px;
    height: 78px;
}

.html-mobile #new_list .new-item-LeftTextRightImage .new-item-footer {
    margin-top: 5px;
    padding-right: 5px;
}

