* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1280px;
    overflow-x: auto;
    position: relative;
    background-color: #fff;
}

[v-cloak] {
    display: none !important;
    ;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

#nnSpecial a:hover {
    color: #333;
    text-decoration: none;
}

img {
    border: none
}

input {
    border: none;
    outline: none;
}

ul,
li {
    list-style: none;
}

.my-flex {
    display: flex;
    align-items: center;
}

.gygg-flex {
    display: flex;
    align-items: flex-start;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

.f-wrap {
    flex-wrap: wrap;
}

.ov1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ov2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ov3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fixed_tool {
    position: fixed;
    bottom: 40px;
    right: 100px;
}

.fixed_tool img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 20px
}

.w1280 {
    width: 1280px;
    margin: auto;
}

.h100 {
    height: 100%;
}

.top-img {
    max-width: 100%;
    width: 100%;
}

.tab-wrap {
    width: 100%;
    height: 91px;
    background-image: url('https://static-n.nntv.cn/canna/custom/pc/1750334234//assets/nnnews/img/nav-back-img2.jpg');
    background-size: cover;
    color: #fff !important;
}

.top-info-left {
    height: 30px;
    border-left: 2px solid #fff;
    margin-left: 10px;
    padding: 0 5px;
}

.top-info-left p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}

.tab-nav li a {
    color: #fff;
    display: block;
    margin-left: 24px;
}

.site-wrap {
    height: 40px;
    background: #e9e9e9;
}

.site-nav li a {
    font-size: 14px;
    margin-right: 18px;
}

.site-nav li:last-child a {
    margin-right: 0;
}

.search-wrap {
    border: 1px solid #bd1f21;
    border-radius: 6px;
    background: #fff;
    height: 20px;
    overflow: hidden;
    width: 160px;
}

.search-wrap input {
    width: 87%;
    height: 100%;
    padding: 0 8px;
    font-size: 14px;
}

.search-btn {
    width: 16px;
}

.site-wrap .khd {
    background: #bd1f21;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 12px;
    display: block;
}

.nny-logo {
    margin: 0 8px 0 20px;
}

.ad410 {
    width: 410px;
    height: 75px;
    object-fit: cover;
    margin-bottom: 20px;
}

.ad-wrap1 {
    padding: 20px 0;
}

.big-news {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #bd1f21;
}

.big-news-title {
    display: block;
    font-size: 50px;
    color: #e5200c;
    font-weight: bold;
    margin-bottom: 35px;
}

.s-news {
    padding: 0 10%;
    justify-content: center;
}

.s-news-title {
    display: flex;
    margin-right: 40px;
    margin-bottom: 12px;
}

.yw-swiper {
    margin-bottom: 12px;
}

.s-news-title::before {
    content: '';
    display: block;
    background: #e5200c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    min-width: 8px;
    margin-top: 8px;
}

.m-news-title {
    font-size: 22px;
    padding: 25px 8%;
    text-align: center;
    display: block;
    line-height: 40px;
}

.yw-wrap,
.gygg {
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.yw-main,
.gygg-box {
    background: #fff;
    padding: 10px;
    justify-content: space-between;
}

.yw-left,
.yw-center,
.yw-right {
    height: 514px;
}

.yw-left {
    width: 420px;
}

.yw-center {
    width: 365px;
}

.yw-right {
    width: 380px;
}

.ywlb-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.ywlb-title {
    background: #f0f0f0;
    font-weight: bold;
    height: 37px;
    padding: 0 10px;
    line-height: 37px;
}

.ywlb-desc {
    text-indent: 2em;
    color: #9b9b9b;
    line-height: 28px;
    border-bottom: 1px solid #9b9b9b;
    padding: 5px 0;
    font-weight: 300;
    height: 95px;
    margin-bottom: 20px;
}

.ywzt {
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

.ywzt-btn {
    display: inline-block;
    background: #e60012;
    color: #fff;
    padding: 10px;
}

.swiper {
    --swiper-pagination-color: #e60012;
    /* 两种都可以 */
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 175px !important;
    text-align: right;
    padding: 0 20px;
}

.swiper-button-prev {
    background: #e60012;
    opacity: 0.5 !important;
    top: 43% !important;
    left: 0 !important;
    pointer-events: auto !important;
}

.swiper-button-next {
    background: #e60012;
    opacity: 0.5 !important;
    top: 43% !important;
    right: 0 !important;
    pointer-events: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
}

.ywc-title {
    background: #e60012;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.ywc-list li {
    line-height: 26px;
}

.ywc-list li a {
    padding: 9px 0;
}

.ywc-b-btn {
    background: #e60012;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
}

.ywc-b-wrap {
    text-align: right;

}

.yw-r-title {
    color: #4671a6;
    font-weight: bold;
    font-size: 18px;
    background: #f5f5f5;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url('./../img/vdo-img.jpg');
    background-size: 100%;
}

.yw-r-list {
    background: #f5f5f5;
    height: calc(100% - 40px);
    padding: 20px;
}

.yw-r-img-item div {
    height: 42px;
}

.yw-r-img-item {
    display: block;
    width: 155px;
    margin-bottom: 12px;
}

.yw-r-img-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 10px;
}

.yw-r-b {
    margin-top: 10px;
}

.yw-r-b:last-child {
    margin-bottom: 0;
}

.yw-r-b span {
    display: inline-block;
    width: 90%;
}

.yw-r-b-icon {
    width: 24px;
    height: 20px;
    min-width: 28px;
    border-radius: 5px;
    background: #2b5d9a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.yw-r-b-icon::after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
}

.ad-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zq-wrap {
    width: 862px;
    height: 345px;
    background: #f1f1f1;
    padding: 15px;
    position: relative;
}

.zq-title span {
    color: #2b5d9a;
    font-size: 24px;
    margin-right: 30px;
    min-width: 50px;
}

.zq-title i {
    display: block;
    width: calc(100% - 100px);
    height: 1px;
    background: #fff;
}

.zq-content {
    display: flex;
    justify-content: space-between;
}

.zq-l {
    width: 52%;
}

.zq-l-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px 20px;
}

.zq-l-desc {
    text-indent: 2em;
    color: #9b9b9b;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

.za-l-more {
    color: #e60012;
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.zq-r {
    width: 43%;
}

.zq-r-list {
    padding-top: 28px;
}

.zq-r-list li a {
    border-top: 1px solid #666;
    padding: 10px 0;
}

.zq-r-list li:last-child a {
    border-bottom: 1px solid #666;
}

.zq-dzb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dzb-title {
    width: 380px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.dzb-title span {
    color: #e5200c;
    font-size: 24px;
    font-weight: bold;
}

.dzb-btn {
    background: #e60012;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
}

.dzb-img-wrap {
    text-align: center;
    width: 85px;
    height: 129px;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.6);
}

.dzb-img-wrap img {
    width: 85px;
    height: 129px;
    margin-bottom: 24px;
}

.dzb-img-wrap span {
    font-size: 12px;
}

.dzb-b {
    justify-content: space-around;
    padding-top: 40px;
}

.dzb-wrap {
    padding-top: 30px;
}

.nsp-item {
    width: 416px;
}

.nsp-img {
    height: 246px;
    position: relative;
    margin-bottom: 10px;
}

.nsp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nsp-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.nsp-title {
    margin-bottom: 10px;
    height: 34px;
}

.nsp-title img {
    margin-right: 10px;
}

.nsp-link {
    padding: 5px 4px;
    margin-bottom: 8px;
}

.nsp-link::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #cd0000;
    margin-right: 5px;
}

.nsp-txt2 {
    color: #2b5d9a;
    font-size: 24px;
}

.zb-nn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.zb-nn-l {
    width: 416px;
}

.zb-nn-l-img {
    width: 200px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 20px;
}

.zb-nn-top {
    margin-bottom: 10px;
}

.zb-nn-r {
    width: 848px;
    height: 260px;
    background: #f1f1f1;
    padding: 25px;
    overflow-y: auto;
}

.zb-nn-bottom {
    display: flex;
    justify-content: space-between;
}

.zs-radio {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #2b5d9a;
}

.zs-line {
    width: 2px;
    height: 40px;
    background: #fff;
    margin: 5px 0;
}

.zb-nn-zs {
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.zbhg {
    background: #e60012;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
    height: 24px;
}

.zb-more {
    color: #4671a6;
}

.zbhg-title {
    margin: 0 20px;
    max-width: 550px;
}

.zb-nn-hg,
.zbhg-r {
    display: flex;
}

.ls-list {
    width: 400px;
}

.ls-list-f {
    font-size: 18px;
    height: 60px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 32px;
}

.ls-list-li {
    padding: 5px 0;

}

.li-top-title {
    margin-bottom: 15px;
}

.ad410-wrap {
    margin: 20px 0 0 0;
}

.ad410 {
    width: 410px;
    height: 75px;
    object-fit: cover;
}

.gggy-img-wrap {
    width: 175px;
    margin-bottom: 15px;
}

.gggy-img-wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 8px;
}

.gggy-img-wrap span {
    display: block;
    height: 44px;
}

.gygg-l {
    width: 388px;
    display: flex;
}

.gggy-m-item {
    width: 100%;
    position: relative;
}

.gygg-m {
    width: 380px;
    height: 580px;
}

.gggy-m-item img {
    width: 380px;
    height: 580px;
}

.gggy-m-item span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.yqlj-title {
    font-size: 18px;
}

.yqlj-links {
    display: flex;
    padding: 0 10%;
    width: 1300px;
}

.yqlj-links a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.yqlj-wrap {
    border-bottom: 1px solid #bcbbbb;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.f-link-wrap {
    padding: 0 15%;
    margin-bottom: 10px;
    justify-content: center;
}

.f-link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #333;
    margin: 0 10px;
}

.f-link {
    font-size: 14px;
}

.f-info {
    text-align: center;
}

.f-info a,
.f-info p {
    font-size: 14px;
    margin-bottom: 6px;
}

.f-img-link {
    justify-content: center;
    margin: 20px 0;
}

.shiyedanwei img {
    margin: 10px auto;
}

/* 列表 */
.nn-list-wrap {
    display: flex;
}

.weizhi {
    padding: 15px 0;
    border-bottom: 2px solid #e9e9e9;
}

.list-l {
    width: 860px;
}

.list-c-r {
    width: 340px;
    padding-top: 20px;
}

.story_title_web{
    font-size: 30px;
    text-align: left;
    color: #333333;
    font-weight: 700;
}
.story_title_source_web{
    font-size: 14px;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        margin-top: 19px;
}

.editor_in_charge_content_web {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #222222;
    margin: 0 0 72px 0;
    padding-left: 13px;
}
.nn-mainarea p{
    font-size: 18px;
        text-align: center;
        line-height: 1.75;
        margin: 1em 0px;
        text-indent: 0em;
    }
.nn-mainarea p img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
 }
 .nn-mainarea p video {
    width: 100%;
    max-width: 100%;
    display: block;
        vertical-align: top;
        box-sizing: border-box;
        color: #fff;
        background-color: #000;
        position: relative;
        padding: 0;
        font-size: 10px;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        word-break: initial;
 }


.published_web{
    font-size: 14px;
        font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
}

.item-tw {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0;
    position: relative;
}

.item-img {
    width: 295px;
    height: 196px;
    object-fit: cover;
}

.li-item-cover2 {
    width: 295px;
    height: 196px;
    object-fit: contain;
}

.item-tw-info .title {
    font-size: 20px;
}

.item-tw-info .des {
    margin: 20px 0;
    font-weight: 300;
}

.item-tw-info .time {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.item-tw-info {
    width: calc(100% - 295px);
    padding-left: 35px;
}
  /* 分页样式 */
  .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      padding: 15px;
      border-radius: 8px;
  }


  .pagination-controls {
      display: flex;
      gap: 10px;
  }

  .pagination-btn {
      padding: 8px 16px;
      border: 1px solid #ddd;
      background-color: white;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s;
  }

  .pagination-btn:hover:not(:disabled) {
      background-color: #007bff;
      color: white;
      border-color: #007bff;
  }

  .pagination-btn:disabled {
      background-color: #f8f9fa;
      color: #6c757d;
      cursor: not-allowed;
      opacity: 0.6;
  }
  .page-numbers { 
    display: flex;
  }
  .page-number.active {
      background-color: #e60012;
      color: #fff;
      border-color: #e60012;
  }

  .page-numbers button {
      background: #f7f6f3;
      display: inline-block;
      padding: 15px 20px;
      margin-right: 5px;
      border: 1px solid #ccc;
      border-radius: 2px;
  }
  
  .page-ellipsis {
      display: inline-block;
      padding: 12px 24px;
      margin-right: 5px;
      border: 1px solid #ccc;
      background: #f7f6f3;
      font-weight: bold;
      color: #666;
  }

.nn-24 {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 15px;
}

.nn-24-list span {
    margin-right: 10px;
}

.nn-24-list {
    margin-bottom: 20px;
}

.nn-24-list:last-child {
    margin-bottom: 0;
}

.nn-24-img-box {
    margin-bottom: 30px;
}

.z-t-img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 25px;
}

.z-t-txt {
    font-size: 24px;
    padding: 0 0 20px 20px;
}

.top-logo-wrap {
    background: #e9e9e9;
    height: 190px;
    justify-content: center;
}

.top-info-left-top {
    height: 30px;
    border-left: 1px solid #333;
    margin-left: 15px;
    padding: 0 15px;
}

.top-info-left-top p {
    font-size: 10px;
    color: #333;
    margin-bottom: 0;
}

#particularPageWeb .row {
    margin-right: 0;
    margin-left: 0;
    font-family: Microsoft YaHei;
}

#particularPageWeb p span {
    font-size: 20px;
    line-height: 38px;
    font-family: Microsoft YaHei;
}

.loadingbox {
    text-align: center;
    margin: 50px auto;
}




.b-line {
    border-bottom: 1px solid #cc3333;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.li-item-txt {
    padding: 15px 0 0 0;
}

.li-item-txt div {
    flex: 1;
    font-size: 18px;
}

.li-item-txt span {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.txt-line {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 25px;
    margin-bottom: 10px;
}

.nn-web-editor {
    margin: 0;
    color: #212121;
    font-family: Microsoft YaHei;
    flex-wrap: wrap;
}

.nn-web-editor span {
    margin-right: 15px;
}

.nn-main-content {
    padding-left: 0;
    padding-right: 0;
}

.nn-mainarea {
    margin: 0;
}

.mainarea {
    word-break: normal;
}

.list-c-r-content {
    padding-top: 165px;
}

/* 图集 */
#swiper1 {
    height: 590px;
}

.lb1-item {
    position: relative;
    display: block;
    height: 100%;
}

.lb1-item .title {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    opacity: 0;
    padding: 0 15px;
    max-width: 100%;
}

.lb1-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiper1 .swiper-slide::after {
    content: ' ';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#swiper1 .swiper-slide-active .lb1-item {
    width: 1280px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
}

#swiper1 .swiper-slide-active {
    transform: none;
}

#swiper1 .swiper-slide-active .lb1-item .title {
    opacity: 1;
}

.s1-button-prev {
    background: url('./../img/left-arr.png') no-repeat;
    width: 112px;
    height: 112px;
    background-size: 100% auto;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.s1-button-next {
    background: url('./../img/right-arr.png') no-repeat;
    width: 112px;
    height: 112px;
    background-size: 100% auto;
    position: absolute;
    right: 16%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

#swiper2 {
    width: 1200px;

}

.slt-item {
    /* width: 218px;
    height: 142px; */
}

.slt-item img {
    width: 100%;
    height: 142px;
    object-fit: cover;
}

.sw-2-wrap {
    width: 1280px;
    margin: 15px auto;
    position: relative;
}

.s2-button-prev {
    background: url('./../img/left-arr1.png') no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.s2-button-next {
    background: url('./../img/right-arr2.png') no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.tuji-wrap {
    padding: 50px 100px;
    column-count: 6;
    column-gap: 0;
}

.tuji-wrap a {
    width: 90%;
    margin-bottom: 15px;
    break-inside: avoid;
    display: inline-block;
}

.tuji-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.tuji-wrap a:nth-child(1) img {
    height: 380px;
}

.tuji-wrap a:nth-child(2) img {
    height: 270px;
}

.tuji-wrap a:nth-child(3) img {
    height: 150px;
}

.tuji-wrap a:nth-child(4) img {
    height: 150px;
    margin-top: 30px;
}

.tuji-wrap a:nth-child(5) img {
    height: 260px;
}

.tuji-wrap a:nth-child(6) img {
    height: 380px;
}

.tuji-wrap a:nth-child(7) img {
    height: 270px;
    margin-top: 20px;
}

.tuji-wrap a:nth-child(8) img {
    height: 380px;
}

.tuji-wrap a:nth-child(9) img {
    height: 190px;
}

.tuji-wrap a:nth-child(10) img {
    height: 380px;
}

.tuji-wrap a:nth-child(11) img {
    height: 190px;
}

.tuji-wrap a:nth-child(12) img {
    height: 260px;
}

.tuji-wrap a:nth-child(13) img {
    height: 200px;
    margin-top: 60px;
}

.tuji-wrap a:nth-child(14) img {
    height: 380px;
}

.tuji-wrap a:nth-child(15) img {
    height: 270px;
}

.tuji-wrap a:nth-child(16) img {
    height: 250px;
    margin-top: 50px;
}

.tuji-wrap a:nth-child(17) img {
    height: 160px;
}

.tuji-wrap a:nth-child(18) img {
    height: 380px;
}

/* 直播 */
.zhibo-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.zhibo-item {
    width: 19%;
    color: #999;
    margin-right: 1.24%;
    break-inside: avoid;
    display: inline-block;
    margin-bottom: 50px;
}

.zhibo-item:nth-child(5n) {
    margin-right: 0;
}

.zhibo-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.zb-video-wrap {
    width: 100%;
    height: auto;
    background: url('./../img/zhibo-img.png') no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.zb-video .title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.zb-video .video-box {
    width: 100%;
    height: 715px;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#showVideo video {
    height: auto !important;
}
.liewz{ border-bottom: solid 4px #e9e9e9; padding-bottom: 16px; display: flex; margin-top: 25px;}
.liewz a,span{ color: #959595; font-family: "思源黑体 CN"; font-size: 16px;}
/* 列表s */
.lywlie{ width: 1400px; margin: auto;}
.lywlie .liewz{ border-bottom: solid 4px #e9e9e9; padding-bottom: 16px; display: flex;}
.lywlie .liewz a,span{ color: #959595; font-family: "思源黑体 CN"; font-size: 16px;}
.lywlie .lie{ width: 1400px; padding-top: 38px; overflow: hidden; margin: auto;}
.lywlie .lie ul{ width: 1450px; margin-top: 38px; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 95px;}
.lywlie .lie ul li{  width:256px; margin-right: 30px; display: inline;}
.lywlie .lie ul li img{ width: 256px; border-radius: 6px}
.lywlie .lie ul li h2{ width: 256px;}
.el-loading-mask{ background-color: rgba(0, 0, 0, 0.7); width: 100%; color: white; height: 40px; line-height: 40px; text-align: center;}

/* 列表e */

/* 看南宁列表s */
.lywlie .zb-video{ width: 1400px; margin: auto; margin-top: 40px; position: relative; height: 634px; background: #323232;}
.lywlie .video-box{ width: 1126px; height: 634px; position: absolute; left: 0; top: 0;}
.lywlie .tv-video-tab-wrap{ width: 272px; height: 634px; position: absolute; right: 0; top: 0}
.lywlie .tv-video-tab-wrap .tv-video-tab{ width: 233px; height: 126px; margin: auto; display:flex; align-items: center; justify-content: center; margin-top: 25px;}
.lywlie .tv-video-tab-wrap .tv-video-tab img{ margin: auto;}
.lywlie .vjs-button>.vjs-icon-placeholder:before{ line-height: 1!important;}
.lywlie .tv-video-tab-ac{ width: 233px; height: 126px; background: url(./img/zhiboz.png) no-repeat;}
.lywlie .kds{ width: 1400px; margin: auto; margin-top: 40px;   margin-bottom: 100px;}
.lywlie .kds-container { display: flex; align-items: center; border-bottom: solid 1px #959595; padding-bottom: 20px;}
.lywlie .kds-container .bt{    font-family: "思源黑体 CN";font-size: 30px; color: #000000;}
.lywlie .kds-buttons { display: flex;}
.lywlie .kds-button { padding: 10px 20px 0px 20px; cursor: pointer;}
.lywlie .kds-button.active { color: #c2080a;}
.lywlie .kds-content { margin-top: 40px;}
.lywlie .kds-pane { display: none; width: 1400px; margin: auto;}
.lywlie .kds-pane.active { display: block;}
.lywlie .kds-pane .xwzh_top{ width: 1400px; margin: auto; display: flex; align-items: flex-start;}
.lywlie .kds-pane .xwzh_top .xwzh_left{ width: 534px; height: 388px; margin-right: 50px;}
.lywlie .kds-pane .xwzh_top .xwzh_left img{ width: 534px;height: 388px;}
.lywlie .xwzh_right{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.lywlie .xwzh_right .xwzh_right_lie{ width: 245px; margin-bottom: 50px;}
.lywlie .xwzh_right .xwzh_right_lie img{ width: 245px; height: 150px;}
.lywlie .kds-pane .xwzh_down{  width: 1400px; display: flex; justify-content: space-between; }
.lywlie .kds-pane .xw_lie{ width: 245px}
.lywlie .kds-pane .xw_lie img{ width: 245px; height: 150px;}
.lywlie .kds-pane img{ border-radius: 15px}
.lywlie .kds-pane .kds_lie{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;gap: 43px;}
/* 看南宁列表e */
/* 点播 */
.db-head {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #e5e5e5;
    padding: 100px 0 15px 0;
}

.db-head .b-title {
    font-weight: bold;
    font-size: 30px;
    margin-right: 30px;
}

.db-tv {
    margin-right: 20px;
}

.db-tv-ac {
    color: #bd1f21;
}

.tv-item-nn {
    width: 235px;
    margin-bottom: 30px;
}

.tv-item-nn img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.tv-item-nn-wrap {
    padding: 30px 0;
}

.f-tv-nn {
    width: 494px;
    min-width: 494px;
    margin-right: 20px;
}

.f-tv-nn img {
    width: 100%;
    height: 348px;
}

.tv-item-nn-box1 {
    display: flex;
}

.p20 {
    padding-top: 20px;
}

.tgb-img {
    border: 1px solid #dbd9d9;
    width: 200px;
    height: 102px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.tgb-img img {
    width: 100px;
    margin: 0 auto;
}

.tgb-wrap {
    padding: 30px 0;
}

.tv-item-tab-wrap {
    display: flex;
    margin-bottom: 30px;
}

.tv-item-tab {
    cursor: pointer;
    background: #3b3b3b;
    padding: 20px 50px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}

.tv-item-tab-ac {
    background: #000;
}

.areainterval {
    height: 10px;
    background-color: #f0f0f0;
    margin-right: 0;
    margin-left: 0;
}

/* 广播 */
.gbo-top-box {
    display: flex;
    border-top: 1px solid #464646;
    padding-top: 12px;
}

.gbo-top-box i {
    display: block;
    width: 2px;
    height: 14px;
    background: #464646;
    margin-right: 24px;
}

.gbo-top-box i:last-child {
    margin-right: 0;
}

.gbo-top-box i:nth-child(1),
.gbo-top-box i:nth-child(11),
.gbo-top-box i:nth-child(21),
.gbo-top-box i:nth-child(31),
.gbo-top-box i:nth-child(41),
.gbo-top-box i:last-child {
    width: 4px;
    height: 20px;
}

.gbo-mid-box {
    display: flex;
    margin: 150px 0;
    justify-content: center;
}

.gbo-bot-box {
    border-top: none;
    border-bottom: 1px solid #464646;
    padding-top: 0;
    padding-bottom: 12px;
}

.gbo-wrap-box {
    position: relative;
    padding-top: 30px;
}

.gb-tab {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 2;
}

.gb-play-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    z-index: 3;
    display: none;
}

.gb-play-wrap img {
    margin: 56px 60px;
}

.gb-play-wrap::before {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 105px;
    background: #bc0e10;
    left: 52%;
    transform: translateX(-50%);
    top: -105px;
}

.gb-play-wrap::after {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 105px;
    background: #bc0e10ed;
    left: 52%;
    transform: translateX(-50%);
    bottom: -105px;
}

.gbo-text .gbo-text-ac {
    color: #fff;
}

.gb-tab1 {
    left: 170px;
}

.gb-tab2 {
    left: 430px;
}

.gb-tab3 {
    left: 691px;
}

.gb-tab4 {
    left: 951px;
}

.gbo-text span {
    font-size: 18px;
    color: #464646;
    position: absolute;
    top: -10px;
}

.gbo-text span:nth-child(1) {
    left: 220px;
}

.gbo-text span:nth-child(2) {
    left: 475px;
}

.gbo-text span:nth-child(3) {
    left: 740px;
}

.gbo-text span:nth-child(4) {
    left: 1004px;
}

/* 新闻联播 */
.xwlb-wrap {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 50px 0;
}

.xwlb-l {
    width: 860px;
}

.xwlb-l-t {
    display: flex;
}

.xwlb-l-t-img {
    width: 406px;
    height: 266px;
    object-fit: cover;
    border-radius: 10px;
}

.xwlb-l-t-info {
    margin-left: 40px;
}

.xwlb-l-t-info .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.marb20 {
    margin-bottom: 18px;
}

.lh26 {
    line-height: 26px;
}

.xwlb-l-m {
    margin: 30px 0;
}

.xwlb-l-m select {
    width: 118px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #bcbbbb;
    margin-right: 30px;
    border-radius: 10px;
    outline: none;
}

.xwlb-list-item {
    width: 406px;
    height: 60px;
    line-height: 60px;
    background: #efefef;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 0 8px;
}

.xwlb-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lmtj-text {
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 20px 20px;
}

.lmtj-item {
    display: flex;
    margin-bottom: 24px;
}

.lmtj-item:last-child {
    margin-bottom: 0;
}

.lmtj-item img {
    width: 190px;
    height: 106px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 14px;
}

.lmtj-z-txt {
    margin: 10px 0 12px 0;
}

.lmtj-f-txt {
    font-weight: 300;
}

.lmtj-box {
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
}

.date-define {
    width: 118px;
    height: 45px;
    background: #bd1f21;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 45px;
    cursor: pointer;
}

.empty-img img {
    width: 180px;
    object-fit: cover;
    margin: 20px auto;
}

.empty-list-txt {
    text-align: center;
    color: #9b9b9b;
    font-size: 18px;
}

.xwlb-l-m {
    display: flex;
}

#monthSelector {
    display: flex;
    flex-wrap: wrap;
}

#monthSelector div {
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    margin: 5px 0 8px 12px;
    cursor: pointer;
}

.op-ac {
    background: #bd1f21;
    color: #fff;
    border: 1px solid #bd1f21;
}

.p-page,
.n-page {
    border: 1px solid #9b9b9b;
    padding: 10px 20px;
    border-radius: 5px;
    color: #6c6a6a;
    margin-right: 15px;
    cursor: pointer;
}

.p-n-page-wrap {
    margin: 10px 0;
    justify-content: center;
}

.mar25-ds {
    margin-right: 25px;
}

.mar25-ds:nth-child(5n) {
    margin-right: 0;
}

#paginationContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

#paginationContainer button {
    background: #f7f6f3;
    display: inline-block;
    padding: 8px 18px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
}

#paginationContainer .page-active {
    background: #cd0000;
    color: #fff;
    border: 1px solid #cd0000;
    cursor: default;
}

.li-item-img .title em {
    color: #cd0000;
    font-size: 20px;
    font-style: normal;
}

.li-item-img .des em {
    color: #cd0000;
    font-style: normal;
}

.totleNum {
    color: #cd0000;
}

.nn-24-list:nth-child(1) span,
.nn-24-list:nth-child(2) span,
.nn-24-list:nth-child(3) span {
    color: #cd0000;
}

.nn-24-list div {
    flex: 1;
}

.ywc-list li:nth-child(1) a,
.ywc-list li:nth-child(2) a {
    background: #e60012;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.nsp-txt2 i {
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    margin-left: 10px;
}

/* 专题 */
.nn-sp-top-img img {
    width: 100%;
}

.nn-sp-top-title {
    background: #e8e8e8;
    padding: 20px;
    display: flex;
    align-items: center;
    color: #4e4e4e;
    line-height: 28px;
}

.nn-sp-top-title1 {
    font-size: 24px;
    font-weight: 700;
    margin-right: 8px;
    width: 70px;
    white-space: nowrap;
}

.nn-sp-name-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.nn-sp-name-tag {
    display: inline-block;
    color: #bd1f21;
    background: rgba(255, 189, 194, 0.4);
    font-size: 14px;
    padding: 1px 2px;
    margin-right: 10px;
}

.nn-sp-name {
    font-size: 23px;
    font-weight: bold;
}

.nn-sp-nav-wrap {
    border-bottom: 1px solid #f7f8fa;
    margin-bottom: 10px;
}

.nn-sp-nav {
    display: inline-block;
    font-size: 12px;
    background: #f5f7fa;
    color: #6e6e6e;
    margin-right: 20px;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 18px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.nn-sp-block-name {
    background: #bd1f21;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}

.nn-sp-more-wrap {
    display: flex;
    justify-content: center;
}

.nn-sp-more {
    background: #f5f7fa;
    color: #6e6e6e;
    display: inline-block;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 18px;
    cursor: pointer;
    margin: 15px auto;
}

#nnSpecial .li-item-cover {
    height: 196px !important;
}

#nnSpecial .li-item-img {
    flex-direction: row-reverse;
}

#nnSpecial .li-item-info {
    padding-left: 0;
    padding-right: 35px;
    margin-right: auto;
}

#nnSpecial {
    min-height: 700px;
}

@media screen and (max-width: 769px) {
    body {
        min-width: 100%;
    }

    .top-logo-wrap,
    .tab-wrap,
    .site-wrap,
    .weizhi,
    .list-c-r,
    .b-line,
    .yqlj-wrap,
    .nn-footer {
        display: none;
    }

    .list-l,
    .w1280 {
        width: 100%;
    }

    .li-item-cover {
        width: 7.5rem;
        height: 5rem;
    }

    .li-item-info {
        width: calc(100% - 7.5rem);
        padding-left: 0.75rem;
    }

    .li-item-img .title {
        font-size: 1rem;
        font-family: "fzbys";
    }

    .li-item-img .des {
        margin: 0.625rem 0;
        font-size: 0.75rem;
    }

    .li-item-img {
        padding: 0.9rem;
    }

    .li-item-img .time {
        font-size: 0.75rem;
        position: absolute;
        right: 1.25rem;
        bottom: 0.25rem;
    }

    .loadingbox {
        margin: 1.25rem auto;
    }

    .loadingbox a,
    .loadingbox span {
        padding: 0.125rem 0.5rem;
        margin-right: 0.1875rem;
        margin-bottom: 0.375rem;
    }

    .gbo-wrap-box {
        height: 100%;
    }

    .gbo-mid-box {
        margin: 3.125rem auto;
    }

    .gb-tab img,
    .gb-play-wrap {
        width: 6.25rem;
        height: 6.25rem;
    }

    .gbo-text span:nth-child(1) {
        left: 1.875rem;
        top: 0.625rem;
    }

    .gbo-text span:nth-child(2) {
        right: 1.875rem;
        top: 0.625rem;
        left: auto;
    }

    .gbo-text span:nth-child(3) {
        left: 1.875rem;
        top: 10.625rem;
    }

    .gbo-text span:nth-child(4) {
        right: 1.875rem;
        top: 10.625rem;
        left: auto;
    }

    .gb-tab1,
    .gb-tab3 {
        left: 1.25rem;
        top: 6.25rem;
    }

    .gb-tab2,
    .gb-tab4 {
        left: auto;
        right: 1.25rem;
        top: 6.25rem;
    }

    .gb-tab3,
    .gb-tab4 {
        top: auto;
        top: 16.25rem;
    }

    .gbo-top-box {
        display: none;
    }

    .zb-video-wrap {
        height: 100vh;
        padding-top: 1.25rem;
        background-size: cover;
    }

    .gb-play-wrap::before,
    .gb-play-wrap::after {
        display: none;
    }

    .gb-play-wrap img {
        width: 1.875rem !important;
        height: 1.875rem !important;
        margin: 2.1875rem auto;
    }

    .tv-item-tab {
        padding: 0.25rem 0.625rem;
        font-size: 0.875rem;
        margin-right: 0;
    }

    .tv-item-tab-wrap {
        justify-content: space-around;
    }

    .zb-video .video-box {
        height: 14.5rem;
    }

    .zhibo-wrap {
        padding: 1.875rem 0.625rem;
        justify-content: space-between;
    }

    .zhibo-item {
        width: 49%;
        margin-right: 0;
        margin-bottom: 1.5625rem;
        font-size: 0.875rem;
    }

    .zhibo-item img {
        height: 6.125rem;
    }

    .zb-video .title {
        margin: 0.625rem;
        font-size: 1.125rem;
    }

    .db-head {
        padding: 1.25rem 0.625rem;
    }

    .db-head .b-title {
        font-weight: bold;
        font-size: 1rem;
        margin-right: 0.625rem;
    }

    .db-tv {
        font-size: 0.75rem;
        margin-right: 5px;
    }

    .tv-item-nn-wrap {
        padding: 1.875rem 0.9375rem;
        font-size: 0.75rem;
    }

    .tv-item-nn-box1 {
        display: flex;
        flex-wrap: wrap;
    }

    .f-tv-nn {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }

    .f-tv-nn img {
        width: 100%;
        height: 13.625rem;
    }

    .tv-item-nn {
        width: 6.25rem;
    }

    .tv-item-nn img {
        width: 100%;
        height: 3.75rem;
    }

    .tgb-wrap {
        justify-content: space-around;
        font-size: 0.75rem;
    }

    .tgb-img {
        width: 5rem;
        height: 4.5rem;
        margin-right: 0;
    }

    .tgb-img img {
        width: 4.375rem;
        margin: 0 auto;
    }

    .f-tv-nn img {
        height: 13.625rem;
    }

    .mar25-ds {
        margin-right: 0.75rem;
    }

    .xwlb-l {
        width: 100%;
        padding: 0 0.9375rem;
    }

    .xwlb-r {
        display: none;
    }

    .xwlb-l-t {
        flex-wrap: wrap;
    }

    .xwlb-l-t-img {
        width: 100%;
        height: 13.75rem;
    }

    .xwlb-l-t-info {
        margin-left: 0;
        font-size: 0.875rem;
    }

    .xwlb-l-t-info .title {
        font-size: 1.25rem;
    }

    .marb20 {
        margin-bottom: 0.5rem;
    }

    .xwlb-l-m {
        align-items: center;
    }

    .xwlb-l-m select {
        width: 5.375rem;
        height: 2.1875rem;
        margin-right: 5px;
    }

    #monthSelector div {
        width: 3.75rem;
        height: 2.1875rem;
        line-height: 2.1875rem;
        margin: 0 4px;
    }

    .xwlb-list-item {
        width: 100%;
        height: 3.125rem;
        line-height: 3.125rem;
    }

    #paginationContainer button {
        font-size: 0.75rem;
        height: auto;
        padding: 0.25rem 0.375rem;
    }

    .li-item-img .title em {
        font-size: 1rem;
    }

    .li-item-cover2 {
        width: 100%;
        height: auto;
    }

    .li-item-info-full {
        display: none;
    }

    .test-wrap {
        width: 100%;
    }

    .nn-sp-top-title {
        padding: 10px;
    }

    .nn-sp-main {
        padding: 0.8rem;
    }

    .nn-sp-name-wrap {
        margin: 1rem 0;
    }

    #nnSpecial .li-item-cover {
        height: 5rem !important;
    }

    #nnSpecial .li-item-info {
        padding-left: 0;
        padding-right: 0.75rem;
    }
}