@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: #9b0000;
  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 {
  background: #fff url("/images/default/bg_apartment.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 {
  background: #fff url("/images/default/bg_sport.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 .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;
}

#float-piao-image {
  width: 280px;
  height: 140px;
  background: linear-gradient(
    to bottom right,
    rgb(186, 22, 38),
    rgb(140, 10, 20)
  );
  border: 1px solid rgb(242, 208, 107);
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#floatImg {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 140px;
  height: 140px;
  z-index: 1000;
  opacity: 0.2;
}

#title {
  color: rgb(242, 208, 107);
  z-index: 999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#description {
  color: #fff;
  z-index: 999;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}

#float-btn {
  color: rgb(242, 208, 107);
  border: 1px solid rgb(242, 208, 107);
  border-radius: 50px;
  width: 100px;
  font-size: 12px;
  line-height: 24px;
  background: rgba(242, 208, 107, 0.2);
  margin-top: 10px;
}

#float-btn span {
  font-size: 10px;
  padding-left: 4px;
}
/* #floatImg{
   width: 280px;
   line-height: 30px;
   background: linear-gradient(to bottom right, #6496ed, #106396);
   color: #fff;
   z-index: 999;
   font-size: 14px;
   padding: 20px;
   font-weight: bold;
   text-align: center;
} */
#jvb {
  /* width: 280px; */
  line-height: 30px;
  background: linear-gradient(to bottom right, #081030, #669fc2);
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  font-size: 14px;
  padding: 20px;
  font-weight: bold;
}
@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("/images/default/bg_apartment.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  align-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.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: #9b0000;
}
.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);
}

/* 通知公告模块样式 */
.notice-section {
  background: #fff;
  padding: 40px 0;
}

.notice-section .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.notice-section .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.notice-section .common-common-header a {
  color: rgb(173, 173, 173);
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.notice-section .common-common-header a .icon {
  margin-left: 20px;
  padding: 0.3rem;
  color: inherit;
  border-radius: 50%;
  border: 1px solid rgb(218, 222, 225);
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}

.notice-section .common-common-header a:hover {
  color: rgb(200, 0, 0);
}

.notice-section .common-common-header a:hover .icon {
  border-color: rgb(200, 0, 0);
}

.notice-cards {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.notice-card {
  flex: 1;
  background: #fafafa;
  border-radius: 8px;
  padding: 20px 25px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.notice-card:hover {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--blue-color);
}

.notice-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.notice-title {
  flex: 1;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.notice-card:hover .notice-title {
  color: rgb(200, 0, 0);
  transform: scale(1.02);
}

.notice-date {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .notice-section {
    padding: 30px 0;
  }
  
  .notice-section .common-common-header h1 {
    font-size: 20px;
  }
  
  .notice-card {
    padding: 15px 20px;
  }
  
  .notice-title {
    font-size: 14px;
  }
  
  .notice-date {
    font-size: 12px;
  }
}

/* 规章制度模块样式 */
.rules-section {
  padding: 30px 0;
  background: #f8f9fa;
}

.rules-section .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rules-section .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.rules-section .common-common-header a {
  color: var(--blue-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rules-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rules-item {
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rules-item:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rules-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.rules-title {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.rules-item:hover .rules-title {
  color: rgb(200, 0, 0);
}

.rules-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* 通知公告与管理动态融合模块样式 */
.notice-manage-section {
  padding: 30px 0;
  background: #fff;
}

.notice-manage-layout {
  display: flex;
  gap: 30px;
}

/* 左侧：通知公告 */
.notice-manage-section .notice-section {
  flex: 1;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}

.notice-manage-section .notice-section .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.notice-manage-section .notice-section .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.notice-manage-section .notice-section .common-common-header a {
  color: var(--blue-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.notice-manage-section .notice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notice-manage-section .notice-item {
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.notice-manage-section .notice-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notice-manage-section .notice-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.notice-manage-section .notice-title {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.notice-manage-section .notice-item:hover .notice-title {
  color: rgb(200, 0, 0);
}

.notice-manage-section .notice-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* 右侧：管理动态 */
.notice-manage-section .manage-section {
  flex: 1;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}

.notice-manage-section .manage-section .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.notice-manage-section .manage-section .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.notice-manage-section .manage-section .common-common-header a {
  color: var(--blue-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.notice-manage-section .manage-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notice-manage-section .manage-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notice-manage-section .manage-list li {
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.notice-manage-section .manage-list li:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notice-manage-section .manage-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.notice-manage-section .manage-list .content {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.notice-manage-section .manage-list li:hover .content {
  color: rgb(200, 0, 0);
}

.notice-manage-section .manage-list .date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* 响应式布局 - 手机端适配 */
@media (max-width: 768px) {
  /* 通知公告与管理动态 - 横向变纵向 */
  .notice-manage-layout {
    flex-direction: column;
    gap: 20px;
  }

  .notice-manage-section .notice-section,
  .notice-manage-section .manage-section {
    flex: none;
    width: 100%;
  }

  /* 心理健康与团建在线 - 横向变纵向 */
  .mental-team-layout {
    flex-direction: column;
    gap: 20px;
  }

  .mental-health,
  .team-building {
    flex: none;
    width: 100%;
  }

  /* 资助管理布局 - 横向变纵向 */
  .funding-layout {
    flex-direction: column;
    height: auto !important;
  }

  .funding-image-wrapper,
  .funding-list {
    flex: none;
    width: 100%;
    height: 200px;
  }

  /* 优秀学生轮播 - 调整样式 */
  .students-swiper {
    padding: 10px 0;
  }

  .student-card {
    max-width: 280px;
    margin: 0 auto;
  }

  /* 通用容器padding调整 */
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 标题字体大小调整 */
  .common-common-header h1,
  .section-header h2 {
    font-size: 20px !important;
  }

  /* 列表项字体调整 */
  .notice-title,
  .rules-title,
  .mental-title,
  .team-title,
  .funding-title,
  .manage-list .content {
    font-size: 13px !important;
  }

  /* 日期字体调整 */
  .notice-date,
  .rules-date,
  .mental-date,
  .team-time,
  .funding-time,
  .manage-list .date {
    font-size: 11px !important;
  }
}

/* 工作动态模块样式 */
.work-dynamic-section {
  padding: 30px 0;
  background: #ffffff;
}

.work-dynamic-section .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.work-dynamic-section .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.work-dynamic-section .common-common-header a {
  color: rgb(173, 173, 173);
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.work-dynamic-section .common-common-header a .icon {
  margin-left: 20px;
  padding: 0.3rem;
  color: inherit;
  border-radius: 50%;
  border: 1px solid rgb(218, 222, 225);
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}

.work-dynamic-section .common-common-header a:hover {
  color: rgb(200, 0, 0);
}

.work-dynamic-section .common-common-header a:hover .icon {
  border-color: rgb(200, 0, 0);
}

.work-dynamic-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.work-dynamic-item {
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s ease;
}

.work-dynamic-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.work-dynamic-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.work-dynamic-title {
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  transform-origin: left center;
}

.work-dynamic-item:hover .work-dynamic-title {
  color: var(--si-theme-red);
  transform: scale(1.02);
}

.work-dynamic-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* 安全新闻模块样式 */
.safe-news .common-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.safe-news .common-common-header h1 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(200, 0, 0);
  margin: 0;
}

.safe-news .common-common-header a {
  color: rgb(173, 173, 173);
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.safe-news .common-common-header a .icon {
  margin-left: 20px;
  padding: 0.3rem;
  color: inherit;
  border-radius: 50%;
  border: 1px solid rgb(218, 222, 225);
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}

.safe-news .common-common-header a:hover {
  color: rgb(200, 0, 0);
}

.safe-news .common-common-header a:hover .icon {
  border-color: rgb(200, 0, 0);
}

/* 安全新闻列表样式 */
.safe-news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.safe-news-item {
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s ease;
}

.safe-news-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.safe-news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.safe-news-title {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.safe-news-item:hover .safe-news-title {
  color: rgb(200, 0, 0);
}

.safe-news-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* safety页面通知公告样式 */
.news_notice .main_announcement {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news_notice .main_announcement .announce_item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  /* border-bottom: 1px dashed #ddd; */
  transition: all 0.3s ease;
}

.news_notice .main_announcement .announce_item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* border-bottom: none; */
}

.news_notice .main_announcement .announce_item .left_date {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  padding: 8px 0;
  background: #f8f9fa;
  border-radius: 6px;
}

.news_notice .main_announcement .announce_item .left_date .year {
  font-size: 12px;
  color: #666;
}

.news_notice .main_announcement .announce_item .left_date .day {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue-color);
}

.news_notice .main_announcement .announce_item .right_content {
  flex: 1;
}

.news_notice .main_announcement .announce_item .right_content p {
  font-size: 14px;
  color: #333;
  margin: 0;
  transition: color 0.3s ease;
}

.news_notice .main_announcement .announce_item:hover .right_content p {
  color: rgb(200, 0, 0);
}

/* safety页面规章制度卡片样式 */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.rules-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.rules-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.rules-card a {
  display: block;
  text-decoration: none;
}

.rules-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rules-card:hover img {
  transform: scale(1.05);
}

.rules-card-content {
  padding: 15px;
}

.rules-title {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}

.rules-card:hover .rules-title {
  color: rgb(200, 0, 0);
}

.rules-date {
  font-size: 12px;
  color: #999;
}

/* 通知公告与教学质量监控融合布局 */
.notice-quality-layout {
  padding: 20px 0;
}

.notice-quality-flex {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.notice-quality-flex .notice-section,
.notice-quality-flex .teach-activity {
  flex: 1;
  width: 50%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.notice-quality-flex .notice-cards,
.notice-quality-flex .main_teach-activity {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.notice-quality-flex .common-common-header {
  margin-bottom: 15px;
}

.min_body_container .notice-quality-flex ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.min_body_container .notice-quality-flex .notice-section ul li,
.min_body_container .notice-quality-flex .teach-activity ul li {
  padding: 12px 0 !important;
  border-bottom: 1px dashed #ddd !important;
  border-top: none !important;
  position: static !important;
}

.min_body_container .notice-quality-flex .notice-section ul li:last-child,
.min_body_container .notice-quality-flex .teach-activity ul li:last-child {
  border-bottom: none !important;
}

.notice-quality-flex a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.notice-quality-flex .content {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.notice-quality-flex li:hover .content {
  color: rgb(200, 0, 0);
}

.notice-quality-flex .date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
  margin-left: 15px;
}

/* 响应式布局 - 手机端上下结构 */
@media (max-width: 768px) {
  .notice-quality-flex {
    flex-direction: column;
    gap: 20px;
  }

  .notice-quality-flex .notice-section,
  .notice-quality-flex .teach-activity {
    width: 100%;
  }
}

/* 教务科研左图右文样式 */
.teach-activity.main_dynamic .main_teach-activity {
  display: flex;
  gap: 20px;
}

.teach-activity.main_dynamic .left_image {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.teach-activity.main_dynamic .left_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.teach-activity.main_dynamic .left_image:hover img {
  transform: scale(1.05);
}

.teach-activity.main_dynamic .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.teach-activity.main_dynamic .image-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.teach-activity.main_dynamic .right_hover_item {
  flex: 1;
}

.teach-activity.main_dynamic .right_hover_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.teach-activity.main_dynamic .right_hover_item li {
  /* padding: 15px 0; */
  border-bottom: 1px dashed #ddd;
  /* cursor: pointer; */
  /* transition: background 0.3s ease; */
}

.teach-activity.main_dynamic .right_hover_item li:last-child {
  border-bottom: none;
}

.teach-activity.main_dynamic .right_hover_item li:hover {
  background: #f8f9fa;
}

.teach-activity.main_dynamic .right_hover_item li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.teach-activity.main_dynamic .right_hover_item li .content {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.teach-activity.main_dynamic .right_hover_item li:hover .content {
  color: rgb(200, 0, 0);
}

.teach-activity.main_dynamic .right_hover_item li .date {
  font-size: 12px;
  color: #999;
}

/* 响应式布局 - 手机端上下结构 */
@media (max-width: 768px) {
  .teach-activity.main_dynamic .main_teach-activity {
    flex-direction: column;
  }

  .teach-activity.main_dynamic .left_image {
    width: 100%;
    height: 200px;
  }
}

/* 学科创优样式 - 左侧列表右侧图片 */
.scenic-section .main_teach-activity {
  display: flex;
  gap: 20px;
  max-height: 400px;
  align-items: stretch;
}

.scenic-section .right_hover_item {
  flex: 1;
  overflow-y: auto;
  max-height: 400px;
}

.scenic-section .right_hover_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scenic-section .right_hover_item li {
  padding: 15px 10px;
  border-bottom: 1px dashed #ddd;
  cursor: pointer;
  transition: background 0.3s ease;
  box-sizing: border-box;
}

.scenic-section .right_hover_item li:last-child {
  border-bottom: none;
}

.scenic-section .right_hover_item li:hover {
  background: #f8f9fa;
}

.scenic-section .right_hover_item li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.scenic-section .right_hover_item li .content {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.scenic-section .right_hover_item li:hover .content {
  color: rgb(200, 0, 0);
}

.scenic-section .right_hover_item li .date {
  font-size: 12px;
  color: #999;
}

.scenic-section .left_image {
  width: 45%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.scenic-section .left_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.scenic-section .left_image:hover img {
  transform: scale(1.05);
}

.scenic-section .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.scenic-section .image-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* 规章制度数据列表样式 */
.rules-section {
  padding: 20px 0;
}

.rules-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rules-item {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #ddd;
}

.rules-item:last-child {
  border-bottom: none;
}

.rules-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rules-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rules-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(200, 0, 0);
  margin-right: 15px;
  flex-shrink: 0;
}

.rules-title {
  flex: 1;
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.rules-item:hover .rules-title {
  color: rgb(200, 0, 0);
}

.rules-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* 学科创优响应式布局 */
@media (max-width: 768px) {
  .scenic-section .main_teach-activity {
    flex-direction: column;
  }

  .scenic-section .left_image {
    width: 100%;
    height: 200px;
  }
}

/* 规章制度与资助管理融合布局 */
.rules-funding-layout {
  padding: 20px 0;
}

.rules-funding-flex {
  display: flex;
  gap: 30px;
}

.rules-funding-flex .rules-section,
.rules-funding-flex .funding-section {
  flex: 1;
  width: 50%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.rules-funding-flex .common-common-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.rules-funding-flex .rules-section .common-common-header h1,
.rules-funding-flex .funding-section .common-common-header h1 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: rgb(200, 0, 0) !important;
}

.rules-funding-flex .rules-section .common-common-header a,
.rules-funding-flex .funding-section .common-common-header a {
  color: #999 !important;
  font-size: 14px !important;
}

.rules-funding-flex .rules-section .common-common-header a:hover,
.rules-funding-flex .funding-section .common-common-header a:hover {
  color: rgb(200, 0, 0) !important;
}

.rules-funding-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rules-funding-item {
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  transition: background 0.3s ease;
}

.rules-funding-item:last-child {
  border-bottom: none;
}

.rules-funding-item:hover {
  background: #f8f9fa;
}

.rules-funding-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.rules-funding-title {
  flex: 1;
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.rules-funding-item:hover .rules-funding-title {
  color: rgb(200, 0, 0);
}

.rules-funding-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
  margin-left: 15px;
}

/* 响应式布局 - 手机端上下结构 */
@media (max-width: 768px) {
  .rules-funding-flex {
    flex-direction: column;
  }

  .rules-funding-flex .rules-section,
  .rules-funding-flex .funding-section {
    width: 100%;
  }
}

/* 中央精神左文右图样式 */
.min_body_container .teach-activity.main_dynamic.central-spirit-section .main_teach-activity {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  height: 400px !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item {
  flex: 1 !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  height: 100% !important;
  flex-direction: column !important;
  overflow-y: auto !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li {
  padding: 15px 0 !important;
  border-bottom: 1px dashed #ddd !important;
  border-top: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  position: static !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li:last-child {
  border-bottom: none !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li:hover {
  background: #f8f9fa !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #333 !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li a:hover {
  color: rgb(200, 0, 0) !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li .content {
  font-size: 14px !important;
  color: #333 !important;
  transition: color 0.3s ease !important;
  max-width: none !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li:hover .content {
  color: rgb(200, 0, 0) !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .left_hover_item li .date {
  font-size: 12px !important;
  color: #999 !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .right_image {
  width: 45% !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  height: auto !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .right_image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .right_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
  max-height: none !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .right_image:hover img {
  transform: scale(1.05) !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .image-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 15px !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
  height: auto !important;
}

.min_body_container .teach-activity.main_dynamic.central-spirit-section .image-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

/* 中央精神响应式布局 */
@media (max-width: 768px) {
  .min_body_container .teach-activity.main_dynamic.central-spirit-section .main_teach-activity {
    flex-direction: column !important;
  }

  .min_body_container .teach-activity.main_dynamic.central-spirit-section .right_image {
    width: 100% !important;
    height: 200px !important;
  }
}

/* 党员风采样式 - 简化版 */
.party-building {
  padding: 20px 0 30px;
  background: linear-gradient(135deg, rgba(255, 240, 245, 0.5) 0%, rgba(255, 228, 235, 0.3) 100%);
  position: relative;
}

.party-building .container {
  position: relative;
  z-index: 1;
}

.party-building .guidbuding_body {
  display: block;
  grid-template-columns: none;
  grid-gap: 0;
}

.party-swiper {
  position: relative;
  width: 100%;
}

.party-swiper .swiper-wrapper {
  display: flex;
}

.party-swiper .swiper-slide {
  flex-shrink: 0;
  width: calc(20% - 8px) !important;
  padding: 0;
  /* padding-right: 10px; */
}

.party-item {
  width: 100%;
}

.party-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.party-img-wrapper {
  width: 100%;
  padding-top: 133.33%;
  position: relative;
  overflow: hidden;
}

.party-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.party-content {
  padding: 12px;
  text-align: center;
}

.party-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.party-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding-right: 10px;
}

.party-button-prev,
.party-button-next {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(155, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.party-button-prev:hover,
.party-button-next:hover {
  background: rgb(200, 0, 0);
  border-color: rgb(200, 0, 0);
  box-shadow: 0 2px 8px rgba(155, 0, 0, 0.2);
  color: white;
}

.party-button-prev:hover svg,
.party-button-next:hover svg {
  color: white;
}

.party-button-prev svg,
.party-button-next svg {
  font-size: 16px;
  color: #666;
  transition: color 0.3s ease;
}

/* 党员风采手机端单行轮播样式 */
.party-mobile-carousel {
  display: none;
  overflow: hidden;
  position: relative;
}

.party-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.party-mobile-item {
  flex: 0 0 100%;
  padding: 0 5px;
}

.party-mobile-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  height: 140px;
}

.party-mobile-img {
  flex-shrink: 0;
  width: 90px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}

.party-mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.party-mobile-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.party-mobile-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.party-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.party-carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.party-carousel-dots .dot.active {
  background: rgb(200, 0, 0);
  width: 20px;
  border-radius: 4px;
}

/* 党员风采响应式布局 */
@media (max-width: 768px) {
  .party-desktop-swiper {
    display: none !important;
  }
  
  .party-mobile-carousel {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .party-mobile-carousel {
    display: none !important;
  }
  
  .party-desktop-swiper {
    display: block !important;
  }
}

/* 党务公开样式 - 列表形式无背景色 */
.party-public-section {
  padding: 20px 0 30px;
  position: relative;
}

.party-public-section .container {
  position: relative;
  z-index: 1;
}

.party-public-header {
  margin-bottom: 20px;
}

.party-public-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.party-public-item {
  width: 100%;
}

.party-public-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.party-public-card:hover {
  background: #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.party-public-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.party-public-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.party-public-desc {
  font-size: 13px;
  color: #666;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.party-public-date {
  font-size: 12px;
  color: #999;
  margin-left: 20px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .party-public-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .party-public-date {
    margin-left: 0;
  }
}

/* 校企合作项目左文右图样式 */
.industry-project-section .main_teach-activity {
  display: flex !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.industry-project-section .left_hover_item {
  flex: 1 !important;
}

.industry-project-section .left_hover_item ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.industry-project-section .left_hover_item li {
  padding: 15px 0 !important;
  border-bottom: 1px dashed #ddd !important;
  border-top: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  position: static !important;
}

.industry-project-section .left_hover_item li:last-child {
  border-bottom: none !important;
}

.industry-project-section .left_hover_item li:hover {
  background: #f8f9fa !important;
}

.industry-project-section .left_hover_item li a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-decoration: none !important;
}

.industry-project-section .left_hover_item li .content {
  font-size: 14px !important;
  color: #333 !important;
  transition: color 0.3s ease !important;
  max-width: none !important;
}

.industry-project-section .left_hover_item li:hover .content {
  color: rgb(200, 0, 0) !important;
}

.industry-project-section .left_hover_item li .date {
  font-size: 12px !important;
  color: #999 !important;
}

.industry-project-section .right_image {
  width: 45% !important;
  height: 250px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.industry-project-section .right_image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.industry-project-section .right_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.industry-project-section .right_image:hover img {
  transform: scale(1.05) !important;
}

.industry-project-section .image-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 15px !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
}

.industry-project-section .image-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .industry-project-section .main_teach-activity {
    flex-direction: column !important;
  }
  
  .industry-project-section .right_image {
    width: 100% !important;
    height: 200px !important;
  }
}

/* 实习就业基地左图右文样式 */
.industry-base-section .main_teach-activity {
  display: flex !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.industry-base-section .left_big_image {
  width: 45% !important;
  height: 250px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.industry-base-section .left_big_image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.industry-base-section .left_big_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.industry-base-section .left_big_image:hover img {
  transform: scale(1.05) !important;
}

.industry-base-section .right_hover_item {
  flex: 1 !important;
}

.industry-base-section .right_hover_item ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.industry-base-section .right_hover_item li {
  padding: 15px 0 !important;
  border-bottom: 1px dashed #ddd !important;
  border-top: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  position: static !important;
}

.industry-base-section .right_hover_item li:last-child {
  border-bottom: none !important;
}

.industry-base-section .right_hover_item li:hover {
  background: #f8f9fa !important;
}

.industry-base-section .right_hover_item li a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-decoration: none !important;
}

.industry-base-section .right_hover_item li .content {
  font-size: 14px !important;
  color: #333 !important;
  transition: color 0.3s ease !important;
  max-width: none !important;
}

.industry-base-section .right_hover_item li:hover .content {
  color: rgb(200, 0, 0) !important;
}

.industry-base-section .right_hover_item li .date {
  font-size: 12px !important;
  color: #999 !important;
}

.industry-base-section .image-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 15px !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent) !important;
}

.industry-base-section .image-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .industry-base-section .main_teach-activity {
    flex-direction: column !important;
  }
  
  .industry-base-section .left_big_image {
    width: 100% !important;
    height: 200px !important;
  }
}

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