.left.zzgxyddf {
    width: 100%!important;
}
.video-sidebar .vs-list {list-style: none;flex: 1;display: grid;grid-template-columns: repeat(3,2fr);gap: .2rem;}
.right-title a {
    position: absolute;
    right: .2rem;
    top: .54rem;
    color: #ffffff;
    font-size: 0.15rem;
}
.card-date .zlzq-img {
    width: 100%;
    height: .7rem;
    padding: 0;
    min-width: auto;
}

.tdkj-date {
    min-width: 1rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* line-height: 0.3rem; */
}

.tdkj-time-day {
    font-size: 0.34rem;
    font-weight: bold;
    color: #87349c;
    /* line-height: 0.3rem; */
    height: .5rem;
}
.right-title-content img {
    width: 2rem;
}
.vs-thumb .zlzq-img{
    width: 100%;
    height: 100%;
    padding: 0;
    min-width: auto;
}


.video-placeholder video {
    width: 100%;
    height: 100%;
    aspect-ratio: 15.9/8.9;
    /* min-height: 5.2rem; */
    background: #5a2471;
    object-fit: cover;
}
.ban>img{height:100vh;
    max-height: inherit;}

.left-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: relative; */
}

.left-bar-cont {
    bottom: 0;
    z-index: 999;
    color: white;
    padding: .1rem;
    line-height: .35rem;
    background: linear-gradient(to top, #0000009c, transparent);
    width: 100%;
    position: absolute;
    display: none;
}

.left-ban-img {
    position: relative;
    height: 100%;
    display: block;
}
.jhzggs_cont {
    font-size: .16rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent:2em;
    display: none;
}

.jhzgggs_con {
    position: relative;
    bottom: 0;
    z-index: 999;
    color: white;
    padding: .17rem;
    line-height: .25rem;
    background: #63065f;
    width: 100%;
}

.jhzggs_tit {
    font-size: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: .3rem;
    height: .74rem;
    display: flex;
    align-items: center;
}
        .lbk2 .left {
            /* flex: 1; */
            display: flex;
        }

        /* å·¦ä¾§ä¸Šä¸‹ä¸¤å—å®¹å™¨ */
        .left-col {
            /* flex: 1; */
            display: flex;
            flex-direction: column-reverse;
            height: 100%;
            width: 21%;
        }

        .left-top {
            /* flex: 1; */
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .24rem;
            font-weight: 600;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            min-height: 1.44rem;
            max-width: 2.9rem;
        }

    
.left-bottom img {
    width: 2.6rem;
}
        .left-bottom {
            flex: 1;
            background: url(https://www.nju.edu.cn/images/container08_img1.jpg) no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .24rem;
            font-weight: 600;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            background-size: 100%;
            padding:.8rem 0;
        }

   

        /* å·¦ä¾§ç«–æ¡ */
        .left-bar {
            flex: 1;
            color: #fff;
            font-size: .24rem;
            font-weight: 600;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            min-width: .96rem;
            position: relative;
            max-width: 3.6rem;
        }

   

        /* ========== å³åŠè¾¹ ========== */
        .right-zzgxyddf{
            /* flex: 1; */
            display: flex;
            flex-direction: column;
            padding-top: 0!important;
            padding-left: 0!important;
            width: 59%;
        }

        /* å¤§æ ‡é¢˜ */
        .right-title {
            /* flex: 1; */
            border-radius: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: .32rem;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            background: url(../ztt/bgyxbg-new.png) no-repeat;
            background-size: 100% 100%;
            position: relative;
        }



        .right-title-content h2 {
            font-size: .4rem;
            font-weight: 700;
            margin-bottom: .08rem;
            line-height: 1.2;
            color: white;
        }

        .right-title-content p {
            font-size: 18px;
            opacity: 0.9;
            font-weight: 400;
        }

        /* è§†é¢‘å— */
        .right-video {
            /* flex: 2; */
            overflow: hidden;
            position: relative;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            /* min-height: 4.8rem; */
        }


        .video-placeholder {
            text-align: center;
            color: #fff;
        }

        .video-placeholder .play-icon {
            width: 64px;
            height: 64px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 32px;
            backdrop-filter: blur(10px);
            transition: transform 0.3s, background 0.3s;
        }

        .right-video:hover .play-icon {
            transform: scale(1.1);
            background: rgba(255, 255, 255, 0.5);
        }

        .video-placeholder p {
            font-size: 19px;
            opacity: 0.9;
        }

        /* ========== å“åº”å¼ - å¹³æ¿ ========== */
        @media (max-width: 1024px) {
           
            .left-bar{max-width: inherit;}
            .right-zzgxyddf{width:100%;}
            .left-top{max-width:inherit;}
            .left-col{width:100%;}
                 .left.zzgxyddf {
                flex-direction: column;
            }
    .left-top{/* max-width:inherit; */}
            .right-video {
                flex: 1;
          
            }
            .right-title-content h2 {
                font-size: 32px;
            }
             .ban>img{height:auto;}
        }

        @media (max-width: 576px) {
            .left-bar{max-width: inherit;}
            .news-swiper .card .card-body{padding: .19rem!important;}
            
          .left-bottom {
              padding:.4rem 0;
          }
          .left-top{max-width:100%;}
     

    
    

            .right-title-content h2 {
                font-size: .29rem;
            }

            .right-title-content p {
                font-size: .16rem;
            }

    
        }



.left-bottom span {
    width: .1rem;
    padding-left: .2rem;
    letter-spacing: .1rem;
}

.left-top .box1 {
    width: 100%;
    height: 3.57rem;
    background: #e6c390;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .2rem 0 0;
}
.my-swiper img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.my-swiper {
            width: 100%;
            overflow: hidden;
        }

    .my-swiper .swiper-pagination {
            bottom: 1.35rem;
            position: relative;
        }

        .my-swiper .swiper-pagination-bullet {
            width: .12rem;
            height: .12rem;
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .my-swiper .swiper-pagination-bullet-active {
            background: #fff;
            transform: scale(1.3);
        }




.inner.xjny .wp{width:13.8rem!important;}


.container .left {
    width: 6.51rem;
}

.container .right {
    width: calc(100% - 6.51rem);
    padding: 0.65rem 0 0 .38rem;
}
.vs-meta-year {
    white-space: nowrap;
}
.list_box12 li * {
    transition: .5s
}

.list_box12 li a {
    display: block;
    position: relative
}

.list_box12 li a .top h6 svg {
    width: .3rem;
    height: .3rem;
    fill: #e6c390;
    transform: rotateX(180deg);
    margin: 0 0 0 .1rem
}

.list_box12 li a .top h6 {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #e6c390;
    justify-content: flex-end;
    margin: .4rem 0 0;
    width: 100%
}
.list_box13 {
    display: flex;
    margin: 0 -.1rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.list_box13 li {
    width: 100%;
    padding: 0 .1rem;
}

.list_box13 li * {
    transition: .5s
}

.list_box13 li a {
    display: flex;
    height: 1.285rem;
    position: relative;
    z-index: 1
}

.list_box13 li a .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}

.list_box13 li a .bg .ico img {
    width: auto;
    height: 100%
}

.list_box13 li a .bg .con {
    flex: .2;
    height: calc(100% - .24rem);
    background: #e6c390;
    margin: .12rem .07rem;
    position: relative
}

.list_box13 li a .bg .con::before {
    content: "";
    position: absolute;
    top: .07rem;
    right: .07rem;
    bottom: .07rem;
    left: .07rem;
    border: #eed5b2 1px solid
}

.list_box13 li a .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .4rem;
    z-index: 1
}

.list_box13 li a .top::before {
    content: "";
    position: absolute;
    top: .12rem;
    right: 0;
    bottom: .12rem;
    left: 0;
    border: #eed5b2 1px solid;
    z-index: -1;
    background: url(../images/list_box13_bg.png)100% 100% no-repeat
}

.list_box13 li a .top h5 {
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
    max-height: .6rem\0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%
}

.container{
    display: flex;
    flex-wrap: wrap;
}
.tt-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 60px;
}
.deco-l {
    margin-right: 44px;
}
.deco-r {
    margin-left: 24px;
}
.line-long {
    width: 240px;
    background: linear-gradient(90deg, transparent, #7B2D8E 20%, #bd8e24);
}
.eff-a {
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .1rem;
    background: linear-gradient(180deg, #b44fd4 0%, #7B2D8E 40%, #3a1c5e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 2px 3px rgba(91, 26, 110, 0.2));
}
.line-long-r {
    width: 240px;
    background: linear-gradient(90deg, #bd8e24, #7B2D8E 80%, transparent);
}
.deco-l.dot::before, .deco-r.dot::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #7B2D8E;
    transform: rotate(45deg);
    margin-top: -3px;
}
.deco-l.dot::before, .deco-r.dot::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #7B2D8E;
    transform: rotate(45deg);
    margin-top: -3px;
}
.deco-r {
    margin-left: 24px;
}
.deco-l, .deco-r {
    flex-shrink: 0;
    height: 1px;
}
.deco-l.dot::before {
    float: right;
}
.deco-r.dot::after {
    float: left;
}

.news-section {
  width: 1200px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 4px;}

.qgjs_con {
    width: 5.5rem;
    padding-right: .1rem;
}

.tech-hero video {
  width: 100%;
  height: 100%;
}

.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #C41E3A;}
.news-header .more {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  transition: color 0.2s;}
.news-header .more:hover { color: #C41E3A;}
.news-header .more::after { content: " ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";}

.news-body {display: flex;gap: 40px;}
.news-carousel-wrap {position: relative;background: linear-gradient(180deg, #63065F 0%, #63065F 100%);aspect-ratio: 4 / 3;overflow: hidden;}

.news-swiper {width: 100%;overflow: hidden;}

.news-swiper .swiper-slide {height: auto;}

.news-swiper .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 100%;
  }

.news-swiper .card .card-img {
  object-fit: cover;
  display: block;
  height: 3.83rem;
  }
.news-swiper .card .card-body {padding: .25rem 0;display: flex;justify-content: center;align-items: center;}
.news-swiper .card .card-date {
  display: flex;
  align-items: center;
  width: .91rem;
  justify-content: center;
  padding: .1rem;
  }
.news-swiper .card .card-date .day {
  font-size: 0.34rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 0.23rem 0 0.14rem 0;
  display: none;
  }
.news-swiper .card .card-date .ym {
  font-size: 0.14rem;
  color: #ffffff;
  display: none;
  }
.news-swiper .card h5 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  }
.news-swiper .card p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #ffffff;
  margin-top: .08rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
  }

/* Swiper ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
.news-swiper .swiper-pagination {position: absolute;text-align: center;bottom: 1.48rem;}
.news-swiper .swiper-pagination-bullet {
  width: .15rem; height: .15rem; border:1px solid #fff; opacity: 1; margin: 0 .05rem;background:transparent;}
.news-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #82259E 34%, #52189B 100%);
  width: .15rem;
  }

/* ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ */
.news-carousel-wrap .swiper-button-prev,
.news-carousel-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  color: #fff;
  top: 130px;
  margin-top: 0;
  transition: background 0.3s;
  display: none;
  }
.news-carousel-wrap .swiper-button-prev:hover,
.news-carousel-wrap .swiper-button-next:hover { background: rgba(0,0,0,0.7);}
.news-carousel-wrap .swiper-button-prev::after,
.news-carousel-wrap .swiper-button-next::after { font-size: 16px; font-weight: bold;}
.news-carousel-wrap .swiper-button-prev { left: 12px;}
.news-carousel-wrap .swiper-button-next { right: 12px;}

/* ===== ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ ===== */
.news-list-box {
  width: 47.79%;
  flex-shrink: 0;
  padding-left: 20px;
  }
.news-list-box .list-title {
  font-size: 16px;
  font-weight: bold;
  color: #C41E3A;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;}
.news-list-box ul { list-style: none;}
.news-list-box ul li {
  padding: .33rem 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  align-items: center;
  }
.news-list-box ul li:last-child { border-bottom: none;}
.news-list-box ul li a {
  /* align-items: flex-start; */
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
  font-size: 0.18rem;
  line-height: 1.6;
  }


.news-swiper .card:hover .qgjs_con h5 {/*color: #94070a;*/font-weight: 600;transition: 0.6s all;}
.news-list-box ul li:hover .news-title{color: #94070a;font-weight: 600;transition: 0.6s all;}
.news-list-box ul li a .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
  /* height: 0.6rem; */
  }
.news-list-box ul li a .news-date {
  font-size: .14rem;
  color: #94070a;
  white-space: nowrap;
  line-height: 0.16rem;
  opacity: 0;
  display: none;
  }

/* ===== ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¥Ã‚Â¼Ã‚Â ===== */
@media (max-width: 1260px) {
  .news-section { width: 98%; padding: 20px;}
}
@media (max-width: 900px) {
  .news-body { flex-direction: column;}
  .news-list-box { width: 100%; border-left: none; padding-left: 0; border-top: 1px solid #f0f0f0; padding-top: 20px;}
  .news-carousel-wrap .swiper-button-prev,
  .news-carousel-wrap .swiper-button-next { top: 100px;}
  
}



:root {
  --primary: #7B2D8E;
  --primary-dark: #5B1A6E;
  --primary-light: #9B59B6;
  --primary-pale: #f5f0f8;
  --accent: #E056A0;
  --primary-rgb: 123, 45, 142;
}


.top-bar {
  background: linear-gradient(135deg, #5B1A6E 0%, #7B2D8E 50%, #5B1A6E 100%);
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 13px;
}
.top-bar a { color: rgba(255,255,255,0.85); text-decoration: none; margin: 0 10px; }
.top-bar a:hover { color: #fff; }
.top-bar .sep { color: rgba(255,255,255,0.35); }

/* ===== ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ ===== */
.main-header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header-nav { display: flex; gap: 0; }
.header-nav a {
  padding: 8px 18px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s;
  position: relative;
}
.header-nav a:hover { color: var(--primary); background: var(--primary-pale); }
.header-nav a.active { color: var(--primary); font-weight: 700; }
.header-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 24px; height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

/* ===== Banner ===== */
.banner-wrap {
  width: 1200px;
  margin: 24px auto 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.banner-wrap img { width: 100%; display: block; }

/* ===== ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª ===== */
.topic-nav {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  overflow: hidden;
}
.topic-nav a {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  border-right: 1px solid #f0f0f0;
}
.topic-nav a:last-child { border-right: none; }
.topic-nav a:hover { color: var(--primary); background: var(--primary-pale); }
.topic-nav a.active { color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }

/* ===== ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â ===== */
.section {margin-bottom: 32px;width: 100%;}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 80px; height: 2px;
  background: var(--primary);
}
.section-title h2 {
  font-size: 22px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title h2::before {
  content: '';
  display: inline-block;
  width: 5px; height: 24px;
  background: var(--primary);
  border-radius: 3px;
}
.section-title .more {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}
.section-title .more:hover { color: var(--primary); }
.section-title .more::after { content: " ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"; }

/* ===== ÃƒÂ¤Ã‚ÂºÃ‚ÂºÃƒÂ§Ã¢â‚¬Â°Ã‚Â©ÃƒÂ¥Ã‚ÂÃ‚Â¡ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ¦Ã‚Â Ã‚Â¼ ===== */
.people-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 14px;
}
.people-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px 8px 14px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.people-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  transform: scaleX(0);
  transition: transform 0.3s;
}
.people-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.15);
  border-color: #e8d5f0;
}
.people-card:hover::before { transform: scaleX(1); }
.people-card .avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.people-card .name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* ===== ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ¦Ã…Â Ã¢â€šÂ¬ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬Â¹ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ¥Ã‚Â¼Ã‚ÂºÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ + ÃƒÂ¥Ã‚ÂÃ‚Â³2ÃƒÆ’Ã¢â‚¬â€2ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚Â¡ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ ===== */
.tech-layout { display: flex; gap: 20px; margin-bottom: 24px; }

.tech-hero {
  flex: 1;
  min-width: 0;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
}
.tech-hero .swiper { border-radius: 10px; }
.tech-hero .hero-slide {
  position: relative;
  height: 6.3rem;
}
.tech-hero .hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.tech-hero .hero-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 30px 24px 24px;
  background: linear-gradient(transparent, rgba(30,10,40,0.85));
  color: #fff;
}
.tech-hero .hero-overlay h3 {
  font-size: .18rem;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tech-hero .hero-overlay .hero-date {
  font-size: .13rem;
  color: rgba(255,255,255,0.7);
}
.tech-hero .swiper-pagination {
  position: absolute;
  bottom: 16px; right: 24px;
  width: auto; left: auto;
}
.tech-hero .swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; }
.tech-hero .swiper-pagination-bullet-active { background: #fff; }

.tech-side {
  width: 50%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.tech-mini {
  background: #fff;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
}
.tech-mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.14);
  border-color: #e8d5f0;
}
.tech-mini .tech-m-img {
  height: 2.2rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.tech-mini .tech-m-img a { display: block; height: 100%; }
.tech-mini .tech-m-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.tech-mini:hover .tech-m-img img { transform: scale(1.08); }
.tech-mini .tech-m-img .tech-date-tag {
  position: absolute;
  top: 8px; right: 8px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
}
.tech-mini .tech-m-body {
  padding: 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tech-mini .tech-m-body h3 {
  font-size: .14rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 4px;
  flex: 1;
}
.tech-mini .tech-m-body h3 a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.tech-mini .tech-m-body h3 a:hover { color: var(--primary); }
.tech-mini .tech-m-body .tech-m-date {
  font-size: .12rem;
  color: #bbb;
  margin-top: auto;
}
    .xs2_icr::after {
        background: linear-gradient(64deg, #82259E 34%, #52189B 100%) !important;}

    .xs2_icr_small:before {
        background: linear-gradient(187deg, #82259E 34%, #52189B 100%) !important;}
        
      .title001 {
    display: flex;
    margin-bottom: 0.25rem;
}

.title001 a {
    position: absolute;
    right: 0;
    top: .54rem;
    color: #666;
    font-size: 0.15rem;
}          
.title001{
    position: relative;
    z-index: 5;
    }
.title001 .h2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;}
.title001 .h2 i{
    display: block;
    flex: 1;
    margin-top: .25rem;
    height: .19rem;
    background: no-repeat right center/auto 100%;}
    
.title001 .h2 h2 span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #d80017;
    background: linear-gradient(180deg, #b44fd4 0%, #7B2D8E 40%, #3a1c5eb5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.story-card {
  background: #fff;
  /* border-radius: 10px; */
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.35s;
  border: 1px solid #f0f0f0;
}
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.14);
  border-color: #e8d5f0;
}
.story-card a { text-decoration: none; color: inherit; display: block; }
.story-card .story-img {
  height: 3rem;
  overflow: hidden;
  position: relative;
}
.story-card .story-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.story-card:hover .story-img img { transform: scale(1.08); }
.story-card .story-img .story-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
  display: none;
}
.story-card .story-body {
  padding: 18px 20px;
}
.story-card .story-body h3 {
  font-size: .16rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story-card .story-body p {
  font-size: .14rem;
  color: #888;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.story-card .story-body .story-date {
  font-size: .12rem;
  color: #611c9c;
}

/* ÃƒÂ¨Ã‚Â®Ã‚Â²ÃƒÂ¥Ã‚Â¥Ã‚Â½ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â½ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Â¦ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹ÃƒÂ¥Ã‚ÂÃ‚Â ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚Â¡ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ */
.story-card.placeholder .story-img {
  background: linear-gradient(135deg, #f3e8f8, #e8d5f0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-card.placeholder .story-img .ph-icon {
  font-size: 48px;
  opacity: 0.4;
}
.story-card.placeholder .story-body h3 { color: var(--primary); }

.timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.timeline-card {
  background: #fff;
  /* border-radius: 10px; */
  padding: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.35s;
  border: 1px solid #f0f0f0;
  display: flex;
  overflow: hidden;
}
.timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.14);
  border-color: #e8d5f0;
}
.timeline-card a { text-decoration: none; color: inherit; display: flex; width: 100%; }
.timeline-card .tl-date-col {
  width: 90px;
  flex-shrink: 0;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  text-align: center;
}
.timeline-card .tl-date-col .tl-day {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1;
}
.timeline-card .tl-date-col .tl-month {
  font-size: .12rem;
  opacity: 0.85;
  margin-top: 4px;
}
.timeline-card .tl-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.timeline-card .tl-content h3 {
  font-size: .15rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.timeline-card .tl-content p {
  font-size: .13rem;
  color: #888;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.timeline-card .tl-content .tl-location {
  font-size: 12px;
  color: var(--primary-light);
  display: flex;
  align-items: center;
  gap: 4px;
  display: none;
}
.timeline-card.placeholder .tl-date-col {
  background: linear-gradient(180deg, #c9b8d4, #a890b8);
}
.timeline-card.placeholder .tl-content h3 { color: var(--primary); }


.news-list {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  padding: 6px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.news-list .news-item {
  padding: 14px 0;
  border-bottom: 1px dashed #eee;
}
.news-list .news-item:last-child { border-bottom: none; }
.news-list .news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #444;
  font-size: .16rem;
  line-height: 1.6;
  transition: color 0.2s;
}
.news-list .news-link:hover { color: var(--primary); }
.news-list .news-title {
  flex: 1;
  padding-right: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list .news-date {
  font-size: .13rem;
  color: #bbb;
  white-space: nowrap;
  flex-shrink: 0;
}
.news-list .news-item:first-child .news-title {/* color: var(--primary); */font-weight: 500;}
.news-list .news-item:first-child .news-link::before {
  
  display: inline-block;
  /* background: var(--primary); */
  color: #fff;
  font-size: .1rem;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 8px;
  flex-shrink: 0;
}


.footer {
  background: #1a1428;
  color: rgba(255,255,255,0.6);
  padding: 30px 0;
  text-align: center;
  font-size: 13px;
  line-height: 2;
}
.footer .f-addr { margin-bottom: 8px; }
.footer a { color: rgba(255,255,255,0.5); text-decoration: none; }


@media (max-width: 1260px) {
  .header-inner, .banner-wrap, .topic-nav, .wp { width: 98%; }
  .people-grid { grid-template-columns: repeat(8, 1fr); }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:1024px){
     .video-sidebar .vs-list {grid-template-columns: repeat(2,3fr);}
    .container {flex-direction: column;}
    .container .left { width: 100%;}
    .container .right {width: 100%;padding.26rem .26rem 0 .26rem;padding: .26rem .26rem 0 .26rem;}
    .list_box13 li a .top h5{    -webkit-line-clamp: 3;}
}


@media (max-width: 900px) {
  .news-carousel-wrap{height: 5.63rem;}
  .news-swiper .card .card-img {height: 4.33rem;}
  .people-grid { grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .news-two-col { flex-direction: column; }
  .news-sidebar { width: 100%; }
  .news-hero .hero-slide { height: 240px; }
  .tech-layout { flex-direction: column; }
  .tech-side { width: 100%; }
  .tech-hero .hero-slide { height: 280px; }
  .header-nav { display: none; }
  .story-grid { grid-template-columns: 1fr; }
  .timeline-grid { grid-template-columns: 1fr; }
    .eff-a{font-size:.3rem;letter-spacing: .01rem;}
  .deco-l{margin-right: .24rem;}
  .line-long{width:1.4rem;}
  .line-long-r{width:1.4rem;}
  
}

@media (max-width: 600px) {
  .people-grid { grid-template-columns: repeat(3, 1fr); }
  .topic-nav { flex-wrap: wrap; }
  .topic-nav a { flex: 1 1 33.33%; }
  .news-carousel-wrap{height: 4.13rem;}
  .news-swiper .card .card-img {height: 2.83rem;}
}

:root {
  --primary: #7B2D8E;
  --primary-dark: #5B1A6E;
  --primary-light: #9B59B6;
  --primary-pale: #f5f0f8;
  --primary-rgb: 123, 45, 142;
}


.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 80px; height: 2px;
  background: var(--primary);
}
.section-title h2 {
  font-size: 22px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title h2::before {
  content: '';
  display: inline-block;
  width: 5px; height: 24px;
  background: var(--primary);
  border-radius: 3px;
}
.section-title .more {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}
.section-title .more:hover { color: var(--primary); }
.section-title .more::after { content: " ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"; }

/* ===== ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬ËœÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ + ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ ===== */
.video-layout {display: flex;gap: 24px;}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬ËœÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ */
.video-hero {
  flex: 1.2;
  min-width: 0;
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  position: relative;
}
.video-hero .swiper { border-radius: 12px; }
.video-hero .video-slide {
  position: relative;
  height: 5.47rem;
  background: #1a1028;
}
.video-hero .video-slide video {
  width: 100%; height: 100%;
  object-fit: cover;
}
.video-hero .video-slide .video-poster {
  width: 100%; height: 100%;
  object-fit: cover;
}
.video-hero .video-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(transparent, rgba(15,5,30,0.9));
  color: #fff;
}
.video-hero .video-overlay .v-tag {
  display: none;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.video-hero .video-overlay h3 {
  font-size: .2rem;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1px;
}
.video-hero .video-overlay .v-date {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
  letter-spacing: 2px;
}
/* ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.video-hero .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgb(0 0 0 / 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}
.video-hero .play-btn::after {
  content: '';
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}
.video-hero .play-btn:hover {
  background: rgba(123,45,142,1);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 40px rgba(123,45,142,0.6);
}
/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
.video-hero .swiper-pagination {
  position: absolute;
  bottom: 16px; right: 24px;
  width: auto; left: auto;
}
.video-hero .swiper-pagination-bullet {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.4); opacity: 1;
  transition: all 0.3s;
}
.video-hero .swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}
/* ÃƒÂ¥Ã¢â‚¬Â°Ã‚ÂÃƒÂ¨Ã‚Â¿Ã¢â‚¬ÂºÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ©Ã¢â€šÂ¬Ã¢â€šÂ¬ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ */
.video-hero .swiper-button-next,
.video-hero .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
  display: none;
}
.video-hero .swiper-button-next:hover,
.video-hero .swiper-button-prev:hover { background: rgba(123,45,142,0.75); }
.video-hero .swiper-button-next::after,
.video-hero .swiper-button-prev::after { font-size: 16px; font-weight: bold; }

/* ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.video-sidebar {
  width: 100%;
  flex-shrink: 0;
  /* background: #fff; */
  /* border-radius: 12px; */
  /* box-shadow: 0 2px 16px rgba(0,0,0,0.06); */
  display: flex;
  flex-direction: column;
}
.video-sidebar .vs-header {
  padding: 18px 24px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 1px;
}
.video-sidebar .vs-header::before {
  content: '';
  display: inline-block;
  width: 4px; height: 18px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
}


.video-sidebar .vs-list li {
  /* border-bottom: 1px dashed #f0f0f0; */
  transition: background 0.2s;
  width: 100%;
  background: #fff;
  box-shadow: 0 .02rem .16rem rgba(0, 0, 0, 0.06);
}
.video-sidebar .vs-list li:last-child { border-bottom: none; }
.vs-meta-day {
    font-size: 0.3rem;
    font-weight: bold;
    color: #8b33a1;
}
.video-sidebar .vs-list li a {
  display: flex;
  align-items: center;
  padding: .3rem .24rem;
  text-decoration: none;
  color: #444;
  transition: all 0.2s;
  gap: .12rem;
}
.video-sidebar .vs-list li:hover { background: var(--primary-pale); }
.video-sidebar .vs-list li:hover a { color: var(--primary); }
.vs-thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.video-sidebar .vs-list .vs-thumb {
  width: .7rem;
  height: .6rem;
  overflow: hidden;
  position: relative;
}
.video-sidebar .vs-list .vs-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.video-sidebar .vs-list .vs-thumb .vs-play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 26px; height: 26px;
  background: rgba(123,45,142,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-sidebar .vs-list .vs-thumb .vs-play-icon::after {
  content: '';
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
.video-sidebar .vs-list .vs-info { flex: 1; min-width: 0; }
.video-sidebar .vs-list .vs-info .vs-title {
  font-size: .15rem;
  font-weight: 500;
  line-height: .28rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-sidebar .vs-list .vs-info .vs-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #bbb;
}
.video-sidebar .vs-list .vs-info .vs-meta .vs-views::before { content: 'ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¶ '; font-size: 10px; color: var(--primary-light); }
.video-sidebar .vs-list .vs-info .vs-meta .vs-date { color: #bbb; }


@media (max-width: 900px) {
  .video-layout { flex-direction: column; }
  .video-sidebar { width: 100%; }
  .video-hero .video-slide{height:3rem;}
  .title001 a{margin:0;top:.33rem;}
  .title001 .h2 h2{font-size: .28rem!important;}
  .title001 .h2 h2 span{font-size: .36rem!important;}
}


span.vs-views {display:none;}