  /* 动画特效 */
.Light_band {
  content: "";
  display: flex;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #AE6A11, #FAD76F, #AE6A11, #FAD76F, #AE6A11, #FAD76F, #AE6A11, #FAD76F);
  background-size: 400%;
  animation: bganimation 10s infinite;
  position: 1;
}
@keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* **
 banner 
 ***/
.banner_pack {
  position: relative;
  margin-top: 20px;
}
.banner_pack .swiper_banner {
  overflow: hidden;
  width: 100%;
}
.banner_pack .swiper_banner .banner_image {
  width: 100%;
}
.banner_pack .swiper_banner .banner_image img {
  width: 100%;
}
.banner_pack .swiper_banner .banner_paging {
  position: absolute;
  top: 50%;
  z-index: 20;
  right: 0;
}
.banner_pack .swiper_banner .banner_paging .first_children .swiper-paging {
  display: flex;
  flex-direction: column;
}
.banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet {
  position: relative;
  padding-right: 45px;
  background: none;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
}
.banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet::before {
  position: absolute;
  left: -12px;
  padding-bottom: 2px;
  content: "0";
  display: block;
}
.banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet-active::before {
  border-bottom: 2px solid #A87E53;
  width: 22px;
}
.banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet-active::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #066A31;
}
.banner_pack .swiper_banner .tips_mouse {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 20;
  animation: todown 2s infinite linear;
  transform: translate(-50%);
}
.banner_pack .swiper_banner .tips_mouse i {
  color: #fff;
  display: block;
  font-size: 34px;
  transform: rotate(180deg);
}
.banner_pack .swiper_banner .tips_mouse::before {
  position: absolute;
  bottom: -13px;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
@keyframes todown {
  0%,
  100% {
    bottom: 102px;
  }
  50% {
    bottom: 90px;
  }
}
@media screen and (max-width: 1520PX) {
  .banner_pack {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000PX) {
  .banner_pack {
    margin-top: 56px;
  }
  .banner_pack .swiper_banner .banner_paging {
    top: 30%;
  }
  .banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet {
    padding-right: 30px;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet::before {
    position: absolute;
    left: -12px;
    padding-bottom: 2px;
    content: "0";
    display: block;
  }
  .banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet-active::before {
    border-bottom: 2px solid #A87E53;
    width: 22px;
  }
  .banner_pack .swiper_banner .banner_paging .first_children .swiper-paging .swiper-pagination-bullet-active::after {
    width: 20px;
  }
  .banner_pack .swiper_banner .tips_mouse {
    display: none;
  }
}
/* *
走进九一麻花传剧原创视频 // 改动
*/
.school_title {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5px;
  left: -100px;
}
.school_title .title_block {
  width: 40px;
  height: 6px;
  background: #066A31;
  border-radius: 3px;
}
.school_title .title_word {
  position: absolute;
  left: -36px;
  top: 50px;
  height: 40px;
  width: 112px;
  background: #066A31;
  text-align: center;
  line-height: 40px;
  border-radius: 3px 3px 30px 3px;
  transform: rotate(90deg);
}
.school_content {
  position: relative;
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.school_content .swiper_img {
  width: 100%;
}
.go_title h3 {
  font-weight: 400;
  padding-bottom: 8px;
}
.go_title div {
  display: flex;
}
.go_title div span {
  margin-right: 10px;
}
.school_data {
  display: flex;
  justify-content: space-between;
  margin: 67px 0 30px;
}
.school_data li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
}
.school_data li span:first-child {
  align-self: center;
}
.school_data li span {
  margin-bottom: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.school_pg {
  line-height: 30px;
  margin-bottom: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.learn_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px;
  border: 1px solid #A87E53;
  border-radius: 30px;
  color: #A87E53;
}
.learn_bt:hover {
  background: #AE6A11;
}
.learn_bt:hover span {
  color: #fff;
}
.learn_bt:hover i {
  color: #fff;
}
.learn_bt span {
  margin-right: 20%;
}
.learn_bt .icon-you {
  font-size: 20px;
}
.school_left {
  max-width: 685px;
  width: 100%;
}
/* 轮播图 */
.swiper_center {
  width: 90%;
  max-height: 633px;
  position: relative;
  right: -190px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper_center .swiper-container {
  display: flex;
  width: 100%;
}
.swiper_center .swiper-container .swiper-wrapper {
  display: flex;
}
.swiper_center .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 672px;
}
.swiper_btn {
  margin-top: 60px;
  display: flex;
}
.swiper_btn i {
  font-size: 60px;
  color: #A87E53;
  border: none;
  outline: none;
}
.swiper_btn .two {
  transform: rotateY(180deg);
}
.my-button-disabled {
  opacity: 0.2;
}
@media screen and (max-width: 1710PX) {
  .school_title {
    position: relative;
    left: -40px;
  }
}
@media screen and (max-width: 1700PX) {
  .school_data li span:first-child {
    font-size: 52px;
  }
  .learn_bt {
    width: 24%;
    padding: 12px;
  }
  .school_data {
    margin-top: 41px;
  }
  .school_pg {
    margin-bottom: 24px;
  }
  .school_title {
    position: relative;
    left: 0;
  }
  .school_left {
    max-width: none;
    width: 48%;
    margin: 0 60px;
  }
  /* 轮播图 */
  .swiper_center {
    width: 48%;
    max-height: 633px;
    position: relative;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1000PX) {
  .school_title {
    display: none;
  }
  .school_box {
    margin-top: 20PX;
    padding: 0;
    box-sizing: border-box;
  }
  .school_content {
    flex-wrap: wrap;
  }
  .school_content .school_left {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .school_content .school_left .learn_bt {
    width: 37%;
    position: relative;
    left: 26%;
    margin: 30px 0;
    padding: 13px;
  }
  .school_content .school_left .learn_bt span {
    margin-right: 5px;
    font-size: 18px;
  }
  .school_content .school_left .learn_bt i {
    font-size: 20px;
  }
  .school_content .swiper_center {
    width: 100%;
  }
  .school_content .swiper_img {
    width: 100%;
  }
  .go_title H3 {
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 8px;
  }
  .go_title span {
    line-height: 20px;
    font-size: 14px;
  }
  .go_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .school_data {
    margin-top: 30px;
  }
  .school_data li {
    width: 27%;
  }
  .school_data li span:first-child {
    align-self: flex-start;
    font-size: 28px;
  }
  .school_data li span:last-child {
    align-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .school_pg {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .swiper_btn {
    margin-top: 14px;
    justify-content: center;
  }
  .school_title .title_word {
    bottom: -95px;
    left: -90%;
  }
}
.the_title {
  position: relative;
  display: flex;
  border: 1px solid #E8E9E8;
  border-radius: 0px 0px 76px 0px;
}
.the_title .bg_t {
  position: absolute;
  z-index: -10;
  left: 0;
  width: 30%;
  height: 80px;
  background: #066A31;
  border-radius: 0px 0px 76px 0px;
}
.the_title .title_box {
  display: flex;
}
.the_title .title_left {
  z-index: 10;
  display: flex;
  align-items: center;
  width: 32%;
  text-align: left;
  margin-right: 25px;
  height: 80px;
  border-radius: 0px 0px 76px 0px;
  color: #fff;
}
.the_title .title_left h3 {
  font-size: 20;
}
.the_title .title_left i {
  font-size: 40PX;
  margin-right: 10px;
}
.the_title .service_card {
  display: flex;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}
.the_title .open {
  color: #AE6A11;
}
.the_title .open:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #AE6A11 0%, #FAD76F 100%);
}
@media screen and (max-width: 1520PX) {
  .title_box {
    display: flex;
    padding: 0 40PX;
    box-sizing: border-box;
  }
  .school_pg {
    margin-bottom: 24px;
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 1000PX) {
  .the_title {
    position: relative;
    display: flex;
    border: none;
    border-top: 1px solid #E8E9E8;
    border-bottom: 1px solid #E8E9E8;
    border-radius: 0px 0px 0px 0px;
  }
  .the_title .bg_t {
    z-index: -10;
    width: 45%;
    height: 60px;
  }
  .the_title .title_box {
    display: flex;
    padding: 0;
    box-sizing: border-box;
  }
  .the_title .title_left {
    z-index: 10;
    display: flex;
    align-items: center;
    width: 45%;
    text-align: left;
    margin-right: 25px;
    height: 60px;
    border-radius: 0px 0px 76px 0px;
    color: #fff;
  }
  .the_title .title_left h3 {
    font-size: 20px;
  }
  .the_title .title_left i {
    font-size: 25PX;
    margin-right: 10px;
  }
  .the_title .service_card {
    padding: 20px 0;
    white-space: nowrap;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
  }
}
/* ***
新闻动态 
**/
.new_service {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
}
.service_title {
  width: 100%;
  display: flex;
  border: 1px solid #E8E9E8;
  border-radius: 0px 0px 76px 0px;
}
.service_left {
  display: flex;
}
.swiper-scrollbar {
  display: block !important;
  height: 2px !important;
  margin-bottom: 20PX;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, #066A31, rgba(0, 0, 0, 0.1) 100%);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  margin: 0 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #066A31 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-scrollbar .swiper-scrollbar-drag .scrollbar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: 2px solid #066A31;
  border-radius: 50%;
}
.swiper-scrollbar .swiper-scrollbar-drag .scrollbar_btn > i {
  font-size: 25PX;
  color: #066A31;
}
.new_swiper {
  width: 100%;
  padding: 60PX 0;
}
.swiper_sun {
  margin-right: 45px;
  margin-left: 4px;
  padding-bottom: 30PX;
  width: 31% !important;
}
.swiper_sun:last-child {
  margin-right: 0;
}
.service_swiper {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-bottom: 1PX solid #999999;
}
.service_swiper:hover {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  border-bottom: 1PX solid #A87E53;
}
.service_swiper img {
  width: 100%;
  min-height: 353px;
  margin-bottom: 28px;
}
.service_swiper span {
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 20px;
  margin-bottom: 30px;
}
.service_swiper span:nth-child(2) {
  min-height: 54px;
}
.hide {
  display: none;
}
/* 查看更多 */
.too_more {
  display: flex;
  justify-content: center;
}
.more_box {
  margin-top: 35px;
  padding: 22PX 35PX;
  border: 2px solid #A87E53;
  border-radius: 40px;
}
.more_box:hover {
  background-color: #A87E53;
}
.more_box:hover span {
  color: #fff;
}
.more_box:hover i {
  color: #fff;
}
.more_box span {
  margin-right: 20px;
  font-weight: 400;
  color: #A87E53;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.more_box i {
  font-size: 21px;
  color: #A87E53;
}
/* 顶部标题 */
.all_title {
  margin-top: 60px;
  border: 1px solid #E8E9E8;
  border-radius: 0px 0px 76px 0px;
}
.title_bg {
  width: 20%;
}
.all_left {
  width: 40%;
  padding: 20px 0;
}
.all_left i {
  font-size: 40px;
}
.service_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_right .all_right {
  align-items: center;
  display: flex;
}
.all_content {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
.bg_left {
  width: 858px;
  height: 80px;
  background: #066A31;
  border-radius: 0px 0px 76px 0px;
}
@media screen and (max-width: 1400PX) {
  .service_swiper {
    margin: 0;
  }
  .swiper_sun {
    margin: 0 20px;
    padding-bottom: 30PX;
    width: 30% !important;
  }
  .service_swiper span {
    line-height: 26px;
    margin: 0px 20px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1200PX) {
  .new_service {
    margin: 60px 0;
  }
  .service_swiper img {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 768PX) {
  .swiper_sun {
    margin: 0 20px;
    padding-bottom: 30PX;
    width: 90% !important;
  }
  .swiper-scrollbar {
    display: none !important;
  }
  .new_swiper {
    padding: 0PX 0;
  }
  .service_swiper img {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .service_swiper {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 30px;
  }
  .service_swiper span {
    margin: 0 20px;
    margin-bottom: 15px;
  }
  .more_box {
    padding: 15PX 29PX;
    border: 2px solid #A87E53;
    border-radius: 30px;
  }
}
/* **
系部动态内容 
*/
.service_btn {
  display: flex;
  align-items: center;
  color: #066A31;
}
.service_btn .two {
  transform: rotateY(180deg);
  display: block;
}
.service_btn i {
  margin: 0 20px;
  font-size: 34PX;
}
.service_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 55%;
}
.service_nav .swiper-slide {
  width: auto!important;
}
.service_nav .swiper-slide:last-child {
  margin-right: 0;
}
.new_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 55%;
}
.new_nav .swiper-slide {
  width: auto!important;
}
.new_nav .swiper-slide:last-child {
  margin-right: 0;
}
.sdept_box {
  position: relative;
}
.sdept_btn {
  width: 100%;
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: space-between;
}
.sdept_btn > a {
  position: absolute;
  left: -70px;
  font-size: 65px;
  color: #A67C4F;
}
.sdept_btn > a:last-child {
  position: absolute;
  right: -70px;
  transform: rotate(180deg);
}
.sdept_warp {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sdept li {
  max-width: 480px;
  max-height: 230px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  margin: 40px 0 0;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.4);
  border-radius: 10px;
}
.sdept {
  width: 100%;
  margin: 20px 0 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sdept > li:nth-child(3n + 3) {
  margin-right: 0;
}
.sdept_top {
  color: #A67C4F;
  display: flex;
  justify-content: space-between;
}
.sdept_top .color_y {
  margin-top: 8px;
  font-weight: 600;
  color: #A67C4F;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sdept_top .color_p {
  width: 67%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-weight: 500;
  line-height: 2;
}
.sdept_top .sdept_title_left {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.sdept_top .sdept_title_left span {
  margin-bottom: 11px;
}
.sdept_bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sdept_bottom .sdept_img {
  width: 23%;
}
.sdept_bottom .sdept_img img {
  margin-right: 40px;
  opacity: 0.1;
  width: 100%;
}
.sdept_bottom p {
  width: 67%;
  font-weight: 400;
  color: #999999;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sdept li:hover img {
  opacity: 1;
}
.sdept li:hover {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 1600PX) {
  .sdept {
    box-sizing: border-box;
  }
  .sdept li {
    max-width: 360px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1420PX) {
  .sdept {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .sdept li {
    max-width: none;
    width: 30%;
  }
}
@media screen and (max-width: 1200PX) {
  .sdept {
    padding: 0 50px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .sdept li {
    width: 46%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000PX) {
  .sdept {
    padding: 0;
    justify-content: space-between;
  }
  .sdept li {
    padding: 40px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768PX) {
  .sdept {
    padding: 0;
    box-sizing: border-box;
  }
  .sdept_top .color_p {
    width: 60%;
  }
  .sdept li {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    margin-right: 0;
  }
  .sdept_bottom p {
    width: 60%;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .sdept_bottom img {
    width: 80%;
  }
  .sdept_img {
    max-width: 90px;
  }
  .new_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 55%;
  }
  .new_nav .swiper-slide {
    margin-right: 15px!important;
  }
  .service_btn i {
    margin: 0px;
    font-size: 34PX;
  }
  .service_nav {
    width: 40%;
  }
  .service_nav .swiper-slide {
    width: auto!important;
    margin: 0 10px!important;
  }
  .service_nav .swiper-slide:last-child {
    margin-right: 0;
  }
}
/* ***
专题视频 
**/
.last_box {
  margin-top: 60px;
}
.special_video {
  position: relative;
  width: 100%;
}
.special_video > .video_bg img {
  display: block;
  width: 100%;
  height: 810px;
}
.spcial_title {
  position: absolute;
  bottom: 293px;
  display: flex;
  align-items: center;
}
.spcial_title i {
  color: #066A31;
  font-size: 50px;
}
.spcial_title span {
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.5);
}
.spcial_list {
  position: absolute;
  bottom: 50px;
  right: 40px;
  margin-right: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
}
.spcial_list .video_num {
  border: none;
  border: 5px solid #fff;
  margin: -5px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.spcial_list .video_img {
  margin-right: 30px;
}
.spcial_list .video_img > a {
  display: block;
  position: relative;
}
.spcial_list .video_img > a > span {
  color: #fff;
  width: 100%;
  bottom: 0;
  padding: 12px 0;
  padding-left: 12px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 5px 5px;
}
.spcial_list .video_img > a img {
  width: 6.5rem;
  height: 4rem;
  display: block;
}
.spcial_list .spcial_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  background: #000000;
  opacity: 0.6;
  border-radius: 5px;
}
.spcial_list .spcial_more a {
  color: #FFFFFF;
  font-size: 16PX;
}
@media screen and (max-width: 1520PX) {
  .spcial_title {
    padding-left: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .spcial_title i {
    color: #066A31;
    font-size: 50px;
  }
  .spcial_list {
    right: 0;
  }
  .spcial_title span {
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1100PX) {
  .special_video .video_bg > img {
    height: 15rem;
  }
  .special_video .video_box {
    bottom: 0;
  }
  .spcial_list {
    padding: 0;
    margin: 0;
    justify-content: center;
    bottom: 25px;
  }
  .spcial_list .video_img {
    margin-right: 10px;
  }
  .spcial_list .video_img > a {
    display: block;
    position: relative;
    height: 100%;
  }
  .spcial_list .video_img > a > span {
    display: none;
  }
  .spcial_list .video_img > a img {
    width: 4.5rem;
    height: 100%;
  }
  .spcial_list .video_num {
    border: 2px solid #fff;
  }
  .spcial_title {
    display: flex;
    align-items: center;
    padding: 0;
    bottom: 0;
    top: -50px;
  }
  .spcial_title span {
    line-height: 30px;
    font-size: 20PX;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .spcial_title i {
    font-size: 30px;
  }
}
