.relative-item {
    overflow: hidden;
    position: relative;
}

.news-item {
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
}

.show-anchor-name-block {
    background: #F0F6FC;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
}

.show-anchor-name {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid #3067CD;
    padding: 8px 20px 8px 10px;
}

.anchor-name-point {
    margin: 0 10px 0 0;
    color: #3067CD;
    font-size: 2rem;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    background: #3067CD;
}

.anchor-name-point img {
    display: none;
    width: 100%;
}

.anchor-name-text {
    color: #000;
}

button.load-more-btn {
    padding: 0;
    outline: none;
    width: 200px;
    cursor: pointer;
    border: 1px solid #E2E2E2;
    background: #F1F1F1;
    color: #999;
    margin: 16px auto;
    height: 40px;
    font-size: 0.875rem;
}

button.load-more-btn img {
    display: block;
}

button.load-more-btn, .no-data-tip-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-data-tip-btn {
    height: 72px;
    display: none;
    font-size: 1rem;
    animation: hidetip 2s 1 1s;
    animation-fill-mode: forwards;
    -webkit-animation: hidetip 2s 1 1s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes hidetip {
    0% {
        opacity: 1;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        border: none;
        height: 0;
    }
}

/*kuaixun*/

.swiper-hot-news, .swiper-kx-news {
    width: calc(100% - 64px);
    overflow: hidden;
    background: #FFF;
    padding-left: 8px;
    border-radius: 8px;
}

.swiper-hot-logo {
    height: 56px;
    width: 56px;
}

.swiper-hot-logo, .swiper-hot-news {
    float: left;
    display: inline-block;
    height: 56px;
    line-height: 56px;
}

.swiper-hot-logo, .swiper-kx-news {
    float: left;
    display: inline-block;
    height: 56px;
    line-height: 56px;
}

.swiper-hot-logo img {
    display: block;
    height: 100%;
    width: 100%;
}

.hot-news-scroll {
    background: #FFF;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    padding: 12px 18px;
    overflow: hidden;
    width: calc(100% - 38px);
    border-radius: 3px;
    margin: 8px auto 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-hot-item {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper-hot-item a {
    text-decoration: none;
    outline: medium none;
    color: #000;
    font-size: 1rem;
    display: block;
    height: 56px;
    line-height: 56px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*text*/
.text-title-block {
    overflow: hidden;
    position: relative;
}

.text-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-title-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    overflow: hidden;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

.text-title-infor-date {
    display: inline-block;
    min-width: 67px;
}

.text-title-infor-channel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.text-title-infor-tab {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*big-image*/
.big-image-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 10px;
}

.big-image-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.big-image-title-block {
    padding: 10px;
    overflow: hidden;
}

.big-image-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.big-image-title-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    overflow: hidden;
    padding: 0 10px 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

/*text-image*/
.text-image-left-block {
    display: inline-block;
    float: left;
    width: 31%;
    overflow: hidden;
    padding-top: calc(150 / 224 * 31%); /*150/224*/
    position: relative;
}

.text-image-left-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.text-image-left-block img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.text-image-left-title-block {
    width: 66%;
    float: right;
}

.text-image-left-title-text {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-image-left-title-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 62%;
    display: flex;
}

/*text-images-right*/
.text-image-right-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.text-image-block {
    float: right;
    width: 35%;
    overflow: hidden;
    padding-top: 22.5%; /*120:90*/
    position: relative;
}

.text-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-image-right-block img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.text-image-right-right-block {
    width: 62%;
    float: left;
}

.text-image-right-title-text {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-image-right-title-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

/*high-img-round*/
.high-img-round-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.high-img-round-block {
    overflow: hidden;
    position: relative;
}

.high-block-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.high-block {
    overflow: hidden;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.high-num-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000;
    color: #FFF;
    border-radius: 20px;
    padding: 2px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
}

.high-num-text {
    color: #FFF;
    font-size: 10px;
    font-size: 0.625rem;
    height: 12px;
    line-height: 12px;
}

.high-img-block img {
    display: block;
    width: 100%;
    height: 100%;
}

.high-img-block, .high-img-block-right {
    width: 32%;
    float: left;
    display: inline-block;
    padding-top: calc(150 / 224 * 32%); /*137/222*/
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.high-img-block-right {
    margin-right: 2%;
}

.high-block-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    margin-top: 10px;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

/*big-video*/
.big-video-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.big-video-duration-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000;
    border-radius: 20px;
    padding: 3px 10px;
    display: flex;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.big-video-duration-block img {
    width: 12px;
    display: inline-block;
    margin-right: 3px;
}

.big-video-duration-text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #FFF;
}

.video-img-block {
    overflow: hidden;
    position: relative;
    width: 100%;
}

img.video-img {
    width: 100%;
    height: 100%;
    display: block;
}

.video-img-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    z-index: 3;
    margin-left: -21px;
    margin-top: -21px;
}

.video-img-play img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.video-title-block {
    width: 99%;
    color: #FFF;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 3rem;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
    padding-left: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

.big-video-block-infor {
    font-size: 0.625rem;
    color: #a3a3a3;
    overflow: hidden;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 10px;
    display: flex;
}

/*big-round-image*/
.big-round-image-block {
    overflow: hidden;
}

.big-round-image-img {
    width: 100%;
    padding-top: calc(300 / 750 * 100%);
    position: relative;
}

.big-round-image-img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    background: #000000;
}

.big-round-image-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.live-state-tag {
    position: absolute;
    padding: 2px 8px;
    background: rgba(25, 90, 255, 0.8);
    color: #FFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 8px;
    font-size: 0.875rem;
}

.big-round-image-title-block {
    padding: 0 0 10px;
    overflow: hidden;
}

.big-round-image-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.big-round-image-title-infor {
    font-size: 0.625rem;
    color: #989898;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    margin-top: 10px;
}

/*live-round*/
.live-round-block {
    overflow: hidden;
}

.live-round-block-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.live-round-img {
    margin: 0 auto 10px;
    width: 100%;
    padding-top: calc(424 / 750 * 100%);
    position: relative;
}

.live-round-img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    background: #000000;
}

.live-round-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.live-round-img img.live-round-play {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.live-round-title-block {
    padding: 0 20px 10px;
    overflow: hidden;
}

.live-round-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-round-title-infor {
    font-size: 0.625rem;
    color: #989898;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

.live-round-duration-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    border-radius: 30px;
    height: 12px;
    line-height: 12px;
}

.live-round-state {
    background: #D55949;
    color: #FFF;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 10px;
}

.left-video-time {
    float: left;
    display: inline-block;
}

img.left-video-play-img {
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
}

/*narrow-long-img*/
.narrow-block {
    overflow: hidden;
    position: relative;
}

.narrow-block-infor {
    padding: 8px 10px 0 0;
}

.narrow-img-block {
    margin: 0 auto;
    width: 100%;
    padding-top: calc(176 / 750 * 100%);
    position: relative;
}

.narrow-img-block img {
    display: block;
    width: 100%;
    height: 100%;
}

.narrow-img-block-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3E3E3;
}

.narrow-img-block-item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

img.sign {
    height: 0.75rem;
    width: 21px;
    margin-right: 5px;
}

.floatinline {
    line-height: 0.75rem;
    font-size: 0.75rem;
    color: #989898;
    align-items: flex-start;
    margin-right: 5px;
}

/*left-video*/
.left-video-block {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.left-video-left-block {
    float: left;
    display: inline-block;
}

img.left-video-left-img {
    display: block;
    height: 100%;
    width: 100%;
}

.left-video-title-block {
    width: 62%;
    float: right;
}

.left-video-title {
    line-height: 1.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.left-video-title-infor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
    font-size: 0.625rem;
    color: #a3a3a3;
    overflow: hidden;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

.left-video-duration-block {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #000;
    color: #FFF;
    border-radius: 20px;
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-video-duration-block img {
    width: 12px;
    display: inline-block;
    margin-right: 3px;
}

/*red-corner*/
.red-corner-mark {
    background: #FD4641;
    margin-right: 5px;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 0 3px;
    font-size: 0.75rem;
    color: #FFF;
}

/*lunbo*/
.swiper-lunbo-news {
    margin-top: 16px;
}

.list-no-data-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
}

.no-data-line {
    width: calc(50% - 110px);
    border-bottom: 2px solid #E3E3E3;
}

.list-no-data {
    font-size: 0.875rem;
    color: #96929F;
    width: 264px;
    text-align: center;
    flex-shrink: 0;
}

/*diy-guide-logo*/
.anchor-name-point-diy{
    margin: 0 10px 0 0;
    font-size: 2rem;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}

.anchor-name-point-diy img {
    display: block;
    width: 100%;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2026-03-03 17:47:39" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->