/*相关新闻*/
:root {
    --gap: 20px;
}

.relative-news {
    overflow: hidden;
    padding: 0 10px;
}

.title-line-block {
    overflow: hidden;
    margin: 10px auto 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.line-back {
    display: inline-block;
    width: 35%;
    float: left;
    height: 34px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: -17px;
}

.line-text {
    font-size: 1rem;
    color: #999999;
    width: 30%;
    text-align: center;
    float: left;
    display: inline-block;
}

.relative-item {
    overflow: hidden;
    position: relative;
}

.guide-block {
    cursor: pointer;
}

.blue-line-block {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 10px 0;
}

.blue-line-text {
    padding-left: 10px;
    font-size: 1rem;
    color: #403f44;
    float: left;
    display: inline-block;
    margin-left: 20px;
    border-left: 3px solid #03a2fe;
    /* height: 20px;
     line-height: 20px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 94%;
}

/*text*/
.text-title-block {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin: 0 var(--gap);
}

.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: #989898;
    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;
}

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;
}

/*大图*/
.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: #989898;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

/*左图右文*/
.text-image-left-block {
    display: inline-block;
    float: left;
    width: 35%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-image-left-block img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.text-image-left-title-block {
    width: 62%;
    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: #989898;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 62%;
    display: flex;
}

/*右图左文*/
.text-image-right-block {
    display: inline-block;
    float: right;
    width: 35%;
    overflow: hidden;
    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: #989898;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 61%;
    display: flex;
}

/*高清图*/
.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;
    margin-bottom: 10px;
}

.high-block {
    overflow: hidden;
    margin-bottom: 10px;
    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;
}

.high-img-block img {
    display: block;
    width: 100%;
    height: 100%;
}

.high-img-block, .high-img-block-right {
    width: 32%;
    float: left;
    overflow: hidden;
}

.high-img-block-right {
    margin-right: 2%;
}

.high-block-infor {
    font-size: 0.625rem;
    color: #989898;
    margin-top: 10px;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

/*大视频*/
.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: #989898;
    overflow: hidden;
    line-height: 13px;
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 10px;
    display: flex;
}

/*右视频*/
.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: 10px;
    right: 0;
    width: 62%;
    font-size: 0.625rem;
    color: #989898;
    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;
}

.addMore {
    width: calc(100% - 2 * var(--gap));
    background: #FFF;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    color: #989898;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

/*newLunbo*/
.lunbo-rounde-img {
    border-radius: 10px;
}

.swiper-slide a.lunbo-rounde-img-block {
    margin: 10px;
    border-radius: 10px;
}

.lunbo-title-round-block {
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 64px;
    font-size: 1rem;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
}

.lunbo-title-round-text {
    padding: 16px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    line-height: 16px;
    font-size: 0.95rem;
}

.text-image-left-block-round, .high-img-block-round, .big-round-image-img-round, .live-round-img-round {
    border-radius: 5px;
}

.text-image-left-block-round {
    position: relative;
}

.corner-mark {
    border-radius: 10px;
    color: #FFF;
    padding: 0 5px;
    font-size: 0.75rem;
    width: 25px;
    text-align: center;
}

.grey-corner-mark {
    background: rgba(255, 255, 255, 0.2);
}

.blue-corner-mark {
    background: #3CA0FE;
}

.yellow-corner-mark {
    background: #FF8A00;
}

.red-corner-mark {
    background: #FD4641;
    margin-right: 5px;
    letter-spacing: 1px;
    border-radius: 3px;
}

/*广告*/
.adv-block {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    margin: 0 var(--gap);
}

.adv-block-infor {
    position: absolute;
    top: 15px;
    left: 5px;
}

.adv-img-block {
    margin: 0 auto;
}

.adv-img-block img {
    display: block;
    width: 100%;
    height: 100%;
}

/*圆角大图*/
.big-round-image-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    margin: 10px var(--gap) 0;
}

.big-round-image-img {
    margin: 0 auto 10px;
    position: relative;
}

.big-round-image-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.live-state-tag {
    position: absolute;
    padding: 2px 5px;
    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.625rem;
}

.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;
}

.big-round-image-title-infor {
    font-size: 0.625rem;
    color: #989898;
    overflow: hidden;
    padding: 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}

/*新直播*/
.live-round-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    margin: 10px var(--gap) 0;
}

.live-round-img {
    margin: 0 auto 10px;
    position: relative;
}

.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 0 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;
    padding: 0 0 10px;
    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;
}

/*loadError*/
.show-load-error-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
    z-index: 999;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-load-error-content {
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
}

.show-load-error-block img {
    display: block;
    width: 200px;
    margin: -40px auto -24px;
}

.show-load-error-text {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 64%;
    margin: 0 auto;
    position: relative;
}

.show-load-error-block p {
    background: #FFF;
    width: 120px;
    color: #CCC;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 40px;
    top: 0;
}

.show-load-error-back-line {
    height: 21px;
    width: 100%;
    border-bottom: 1px solid #CCC;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

/*show-load*/
.show-load-img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2023-08-31 18:09:59" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->