@charset "UTF-8";
ul.navbar-nav {
  max-width: 900px;
}

.news_title_reset_20230410 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
.news_title_reset_20230410 .pos_text {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--blue-color);
  font-size: 20px;
  font-weight: bolder;
}
.news_title_reset_20230410 img {
  width: 100px;
  height: auto;
}
.news_title_reset_20230410:after {
  content: " ";
  position: absolute;
  width: 25%;
  height: 1px;
  left: calc(50% + 100px);
  bottom: 10px;
  background-color: #ebebeb;
}
.news_title_reset_20230410:before {
  content: " ";
  position: absolute;
  width: 25%;
  height: 1px;
  right: calc(50% + 100px);
  bottom: 10px;
  background-color: #ebebeb;
}

.new_title_ img {
  width: 100px;
}
.new_title_ .pos_text {
  top: 2px;
}

.fuwu {
  border-radius: unset !important;
}

.vis_title {
  margin-bottom: 20px !important;
}

.newsData__20230409 {
  background-color: #f9f8f8;
  border-bottom: 6px solid rgb(206, 206, 206);
}
.newsData__20230409 .main_ {
  display: flex;
  height: 600px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 35px;
  width: 95.6%;
}
.newsData__20230409 .main_ .left_video_box {
  width: 70%;
  height: 100%;
  position: relative;
}
.newsData__20230409 .main_ .left_video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.newsData__20230409 .main_ .left_video_box img:nth-child(1) {
  display: block;
}
.newsData__20230409 .main_ .left_video_box .video-js-diy {
  width: 100%;
  height: 100%;
}
.newsData__20230409 .main_ .left_video_box .video-js-diy video {
  object-fit: fill;
}
.newsData__20230409 .main_ .right_hover_box {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newsData__20230409 .main_ .right_hover_box a {
  flex: 1;
  justify-content: space-between;
  padding: 4px;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.9);
}
.newsData__20230409 .main_ .right_hover_box a:last-child {
  border-bottom: none;
}
.newsData__20230409 .main_ .right_hover_box a.active__ {
  background-color: #0a53be;
  color: #fff;
}
.newsData__20230409 .main_ .right_hover_box a.active__ img {
  transform: scale(1.1);
}
.newsData__20230409 .main_ .right_hover_box a ._ {
  width: 60%;
  padding-left: 12px;
}
.newsData__20230409 .main_ .right_hover_box a ._ div.date {
  font-size: calc(0.6rem + 0.2vw);
  color: rgba(204, 204, 204, 0.9);
}
.newsData__20230409 .main_ .right_hover_box a ._ p.text-ellipsis-2 {
  font-size: calc(0.9rem + 0.1vw);
}
.newsData__20230409 .main_ .right_hover_box a ._thuimg {
  flex: 1;
  overflow: hidden;
}
.newsData__20230409 .main_ .right_hover_box a ._thuimg img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.newsData__20230409 .main_ .left_video_box,
.newsData__20230409 .main_ .right_hover_box {
  background: #fff;
  position: relative;
  z-index: 2;
}
.newsData__20230409 .main_ .bg__20230409 {
  position: absolute;
  width: 100%;
  height: 600px;
  top: -40px;
  background-color: rgba(198, 220, 250, 0.5);
  left: 60px;
  z-index: 1;
}
.newsData__20230409 .main_ .bg__20230409 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part_active_notice {
  background-color: #f9f8f8;
  box-shadow: unset !important;
  background-image: unset !important;
}
.part_active_notice .header_title {
  border-bottom-color: var(--blue-color) !important;
}
.part_active_notice .left_header_img {
  font-size: 18px;
  position: relative;
}
.part_active_notice .left_header_img .icon {
  display: inline-block !important;
  margin-right: 6px !important;
}
.part_active_notice .left_header_img + a.look_more {
  border-color: var(--blue-color) !important;
  border: unset;
  text-align: right;
}
.part_active_notice .left_header_img + a.look_more:hover {
  text-decoration: underline;
}
.part_active_notice .left_header_img:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--blue-color);
  bottom: -16px;
  left: 0;
}
.part_active_notice .left_box,
.part_active_notice .right_box {
  background: #fff url("/static/images/7b.png") no-repeat bottom left;
  background-size: 100% 100%;
  padding: 0 18px 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
.part_active_notice .right_box .left_date {
  border-radius: 6px !important;
  overflow: hidden !important;
}
.part_active_notice .right_box .right_content {
  border-bottom: unset !important;
}
.part_active_notice .right_box .main_announcement .announce_item {
  border-bottom: 2px dashed #cdcdcd;
}
.part_active_notice .right_box .main_announcement .announce_item .left_date,
.part_active_notice .right_box .main_announcement .announce_item .left_date .year {
  background: unset;
  flex-direction: column-reverse;
}
.part_active_notice .right_box .main_announcement .announce_item .day {
  color: var(--blue-color);
}
.part_active_notice .timeline_activity .flex_item:hover p.title {
  font-size: unset !important;
}
.xesx{
  background-color: #ffffff;
}
.guidbuding {
  background: unset;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.guidbuding .guidbuding_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 40px;
}
.guidbuding .guidbuding_body .list_txt_body {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
}
.guidbuding .guidbuding_body .list_txt_body a {
  padding: 0 10px;
  margin: 15px auto;
  display: block;
}
.guidbuding .guidbuding_body .list_txt_body a p.text-ellipsis-1 {
  font-size: calc(0.9rem + 0.1vw);
  font-weight: bold;
  color: #a9a9a9;
  margin-bottom: 10px;
  padding: 0 10px;
}
.guidbuding .guidbuding_body .list_txt_body a .bline {
  padding: 0 10px;
  color: #9c9998;
  position: relative;
}
.guidbuding .guidbuding_body .list_txt_body a .bline .icon {
  display: inline-block !important;
  margin-right: 4px;
  font-size: 1.2rem;
}
.guidbuding .guidbuding_body .list_txt_body a .bline:after {
  content: " ";
  position: absolute;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #a9a9a9;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.guidbuding .guidbuding_body .list_txt_body a:hover p.text-ellipsis-1 {
  color: var(--blue-color);
  font-weight: bold;
}
.guidbuding .guidbuding_body .list_txt_body a:hover .bline:after {
  background-color: var(--blue-color);
}
.guidbuding .guidbuding_body .list_txt_body a:nth-child(n+6) {
  display: none;
}
.guidbuding .guidbuding_body .list_img_body {
  display: flex;
  justify-content: space-between;
}
.guidbuding .guidbuding_body .list_img_body a {
  width: 32.2580645161%;
  position: relative;
  display: inline-block;
  height: 400px;
  overflow: hidden;
}
.guidbuding .guidbuding_body .list_img_body a img {
  transition: all 0.8s;
  object-fit: cover;
}
.guidbuding .guidbuding_body .list_img_body a:hover img {
  transform: scale(1.1);
}
.guidbuding .guidbuding_body .list_img_body a span {
  position: absolute;
  top: 60px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.14rem + 0.2vw);
  font-weight: bold;
  z-index: 1;
  color: #fb4421;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}
.guidbuding .guidbuding_body .list_img_body img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.ztwz .guidbuding_body .list_img_body a {
  width: 24.5%;
  height: auto;
}
.ztwz .ztwz_swiper span{
  display: none;
}
@media (max-width: 1024px) {
  .guidbuding .guidbuding_body {
    grid-template-columns: 1fr;
  }
  .guidbuding .guidbuding_body .list_txt_body a:nth-child(n+6) {
    display: block;
  }
  .ztwz .guidbuding_body {
    grid-row-gap: 20px;
  }
}

.more.text-center {
  color: var(--blue-color);
}
.more.text-center a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 18px;
}
.more.text-center a .out--border {
  border: 1px dashed var(--blue-color);
  margin-left: 10px;
  border-radius: 50%;
  padding: 4px;
}
.more.text-center a .icon {
  background: var(--blue-color);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 4px;
}
.more.text-center a:hover .icon {
  background: #fff;
  color: var(--blue-color);
}

.media_box {
  background-size: 100% 100%;
}
.media_box .media_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  height: 380px;
}
.media_box .media_body .swiper {
  width: -webkit-fill-available;
  max-width: 628px;
}
.media_box .media_body .swiper .swiper-slide {
  position: relative;
}
.media_box .media_body .swiper .swiper-slide .swiper_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--blue-color);
  opacity: 0.8;
  color: #fff;
  padding: 10px;
  font-size: calc(0.8rem + 0.1vw);
  border-radius: 0 0 4px 4px;
}
.media_box .media_body .swiper .swiper-slide .swiper_title p {
  max-width: 70%;
  min-height: 45px;
}
.media_box .media_body .swiper .swiper-slide .swiper_title .count_num {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.media_box .media_body .swiper .swiper-slide .swiper_title .count_num .now {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 2px;
}
.media_box .media_body .swiper .swiper-slide .swiper_title .con {
  position: absolute;
  right: 0px;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  width: 80px;
  padding: 0 10px;
}
.media_box .media_body .swiper .swiper-slide .swiper_title .con .icon {
  display: inline-block !important;
  margin-right: 4px;
  font-size: 1.2rem;
}
.media_box .media_body .swiper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.media_box .media_body .swiper_hover {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.media_box .media_body .swiper_hover .item_hover {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: calc(0.8rem + 0.2vw);
  border-radius: 4px;
  flex: 1;
  margin-bottom: 14px;
}
.media_box .media_body .swiper_hover .item_hover:last-child {
  margin-bottom: 0;
}
.media_box .media_body .swiper_hover .item_hover .date {
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--blue-color);
}
.media_box .media_body .swiper_hover .item_hover .date span {
  display: block;
  color: #fff;
}
.media_box .media_body .swiper_hover .item_hover .date span:nth-child(1) {
  font-size: 1.2rem;
  font-weight: bold;
}
.media_box .media_body .swiper_hover .item_hover p {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: calc(0.8rem + 0.2vw);
}
.media_box .media_body .swiper_hover .item_hover .icon {
  display: inline-block !important;
  margin-right: 4px;
}
.media_box .media_body .swiper_hover .item_hover.active p {
  color: var(--blue-color);
}
@media (max-width: 1024px) {
  .media_box .media_body {
    height: auto;
    grid-template-columns: 1fr;
  }
  .media_box .media_body .swiper {
    max-width: 100%;
    height: 300px;
  }
  .media_box .media_body .swiper img {
    object-fit: cover;
  }
  .media_box .media_body .swiper_hover .item_hover {
    margin-bottom: 10px;
  }
}

.recuement {
  padding-top: 20px;
  padding-bottom: 45px;
  background-image: none !important;
}

.visual_school {
  background-image: url("/static/images/reset_index/媒体风采背景.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.visual_school .skill-con {
  margin: 0 auto;
}

.visited_container {
  background-image: url("/static/images/default/sj_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  align-content: center;
  align-items: center;
  padding: 100px 0;
  padding-bottom: 50px;
}
.visited_container .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.visited_container .left_video_swiper {
  width: 60%;
  position: relative;
}
.visited_container .left_video_swiper .visNext .icon,
.visited_container .left_video_swiper .visPrev .icon {
  font-size: 26px;
  color: var(--blue-color);
}
.visited_container .left_video_swiper .visNext {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.visited_container .left_video_swiper .visNext:hover {
  background: rgba(255, 255, 255, 0.8);
}
.visited_container .left_video_swiper .visPrev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.visited_container .left_video_swiper .visPrev:hover {
  background: rgba(255, 255, 255, 0.8);
}
.visited_container .right_pos_text {
  flex: 1;
}
.visited_container .left_video_swiper {
  position: relative;
}
.visited_container .left_video_swiper .swiper-vis {
  height: 100%;
}
.visited_container .left_video_swiper .swiper-vis .swiper-wrapper {
  width: 86%;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible {
  opacity: 0.4;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active {
  opacity: 1;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active,
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible,
.visited_container .left_video_swiper .swiper-vis .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active img,
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible img,
.visited_container .left_video_swiper .swiper-vis .swiper-slide img {
  object-fit: cover;
  transition: all 0.5s;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active img:hover,
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible img:hover,
.visited_container .left_video_swiper .swiper-vis .swiper-slide img:hover {
  transform: scale(1.05);
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active video,
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible video,
.visited_container .left_video_swiper .swiper-vis .swiper-slide video {
  width: 100%;
  height: 100%;
}
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible.swiper-slide-active video img,
.visited_container .left_video_swiper .swiper-vis .swiper-slide-visible video img,
.visited_container .left_video_swiper .swiper-vis .swiper-slide video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visited_container .left_video_swiper img.card_png {
  position: absolute;
  top: -117px;
  z-index: -1;
  left: 10px;
}
.visited_container .right_pos_text {
  text-align: right;
  color: var(--blue-color);
}
.visited_container .right_pos_text img {
  max-width: 436px;
  margin-bottom: 18px;
}
.visited_container .right_pos_text div.text_l {
  width: 436px;
  text-align: left;
  float: right;
}
.visited_container .right_pos_text div.text_l div {
  font-size: calc(1.3rem + 0.2vw);
  margin: 26px 0;
}
.visited_container .right_pos_text div.text_l p {
  font-size: calc(0.9rem + 0.2vw);
  line-height: 34px;
}
@media (max-width: 1024px) {
  .visited_container .left_video_swiper {
    width: 100%;
  }
  .visited_container .right_pos_text {
    display: none;
  }
}

.news_notice .common-common-header {
  margin-bottom: 20px;
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide {
  --blue-color: rgba(171, 201, 227, 1);
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a {
  padding: 20px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a h1.title {
  font-size: calc(0.9rem + 0.2vw) !important;
  line-height: 28px !important;
  min-height: 56px;
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a span.date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #1769b5;
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a span.date .icon {
  margin-right: 4px;
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a p.content {
  display: none;
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a:hover {
  background-color: rgb(171, 201, 227);
}
.news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a:hover h1.title {
  color: #fff !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

/*# sourceMappingURL=reset_index_styles.css.map */
