@charset "utf-8";
/* 主页标题样式 */
.box_header.main_box_header {
  margin-bottom: 2.5rem /* 40/16 */;
  position: relative;
}

.box_header.main_box_header .more_link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.875rem /* 14/16 */;
  padding: 0.625rem /* 10/16 */ 1.25rem /* 20/16 */;
  color: #333333;
  background-color: #e6e6e6;
}

.box_header.main_box_header .more_link:hover {
  background-color: var(--base_color);
  color: #ffffff;
}

#notice-section .box_header.main_box_header {
  text-align: left;
  margin-bottom: 1.875rem /* 30/16 */;
}

#notice-section .box_header.main_box_header .more_link {
  color: #333333;
  padding: 0.625rem /* 10/16 */ 1.25rem /* 20/16 */;
  background-color: transparent !important;
}

#notice-section .box_header.main_box_header .more_link:hover {
  color: var(--base_color);
}


.more-btn-container {
  text-align: right;
  margin-top: 1.25rem;
}

.more-btn {
  display: inline-block;
  padding: .625rem /* 10/16 */ 1.25rem /* 20/16 */;
  border: 1px solid #c5c5c5;
  color: #333333;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.more-btn:hover {
  border: 1px solid var(--base_color);
  background-color: var(--base_color);
  color: #ffffff;
}

/* 主页标题样式 */

#college-news {
  background-color: #efefef;
  padding-top: 3.75rem /* 60/16 */;
  padding-bottom: 3.75rem /* 60/16 */;
}

#college-news .box_header {
  margin-bottom: 2.5rem /* 40/16 */;
}

.news_container {
  display: flex;
  background: linear-gradient(
    to right,
    rgba(255, 2555, 255, 1) 11%,
    rgba(255, 2555, 255, 1) 11%,
    rgba(255, 2555, 255, 1) 100%
  );
  padding-top: 2.9375rem /* 47/16 */;
  padding-bottom: 2.9375rem /* 47/16 */;
}

.box_left {
  width: 68%;
}
.box_right {
  width: 32%;
}

/* 重要新闻轮播样式 */
#important-news-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#important-news-swiper .swiper-slide {
  height: auto;
}

#important-news-swiper .swiper-pagination-bullet { border-radius: 0!important; }

.news-item {
  display: flex;
  align-items: center;
}

.news-img {
  width: 35.5rem;
  flex-shrink: 0;
}

.news-date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(204, 0, 0, 0.8);
  color: #fff;
  padding: 0.5rem /* 8/16 */ 0.9375rem /* 15/16 */;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-date .day {
  font-size: 1.5rem /* 24/16 */;
  font-weight: bold;
  line-height: 1;
}

.news-date .month {
  font-size: 0.875rem /* 14/16 */;
  margin-top: 0.25rem /* 4/16 */;
}

.news-info {
  padding: 2.5rem /* 40/16 */;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-info .news-title {
  font-size: 1.25rem /* 20/16 */;
  font-weight: bold;
  color: #444444;
  line-height: 1.4;
  height: calc(1.25rem * 1.4 * 2);
  transition: all 0.3s ease;
}

.news-line {
  display: block;
  width: 3.125rem /* 50/16 */;
  height: 0.1875rem; /* 3px */
  margin: 0.9375rem 0 1.25rem; /* 15px 0 20px */
  background: linear-gradient(
    to right,
    var(--base_color) 20%,
    #e1791c 20%,
    #e1791c 40%,
    #e6ad54 40%,
    #e6ad54 60%,
    #f3d29d 60%,
    #f3d29d 80%,
    #f8e4c5 80%,
    #ffffff 100%
  );
  position: relative;
  transition: all 1s ease;
}

.news-desc {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-bottom: 1.875rem /* 30/16 */;
  flex-grow: 1;
}

.news-more {
  align-self: flex-start;
  color: var(--base_color);
  font-size: 0.9375rem /* 15/16 */;
  text-decoration: none;
  position: relative;
  padding-left: 1.875rem /* 30/16 */;
  margin-bottom: 3.75rem /* 60/16 */;
}

.news-more::before {
  content: "→";
  color: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.news-more:hover::before {
  transform: translate(3px, -50%);
}

.news-item:hover .news-info .news-title {
  color: var(--base_color);
}

/* 轮播导航按钮样式 */
.news-buttons {
  display: flex;
  gap: 1.25rem /* 20/16 */;
}
.news-button-next,
.news-button-prev {
  width: 3.75rem /* 60/16 */;
  height: 1.875rem /* 30/16 */;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-button-prev {
  border: 1px solid #d2d2d2;
}
.news-button-next {
  background-color: var(--base_color);
}

.news-button-next:after,
.news-button-prev:after {
  font-family: "swiper-icons";
  font-size: 0.875rem /* 14/16 */ !important;
  color: var(--base_color);
}

.news-button-prev:after {
  content: "prev";
  color: #787878;
}

.news-button-next:after {
  content: "next";
  color: #ffffff;
}

.news-button-next:hover,
.news-button-prev:hover {
  background-color: rgba(204, 0, 0, 0.8);
  border: 0;
}

.news-button-next:hover:after,
.news-button-prev:hover:after {
  color: #fff;
}

/* 普通新闻列表样式 */
.normal-news {
  height: 100%;
  margin-right: 3.125rem /* 50/16 */;
}

.news-list a {
  display: flex;
  align-items: center;
  padding: 0.75rem /* 12/16 */;
}

.news-date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  min-width: 4.5rem;
  border-right: 1px solid #d0d0d0;
  padding-right: 1rem;
  transition: all 0.3s ease;
}

.news-month {
  font-size: 1.25rem /* 20/16 */;
  color: #333333;
  margin-bottom: 0.3125rem /* 5/16 */;
  transition: all 0.3s ease;
}

.news-year {
  font-size: 0.875rem /* 14/16 */;
  color: #999999;
  transition: all 0.3s ease;
}

.news-title-box {
  flex: 1;
}

.news-title-box .news-title {
  font-size: 1rem;
  color: #444444;
  font-weight: normal;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.normal-news a:hover {
  background-color: #f9f9f9;
}

.normal-news a:hover * {
  color: var(--base_color);
}

.normal-news a:hover .news-date-box {
  border-color: var(--base_color);
}

/* 通知公告样式 */

#notice-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: url(../images/notice-bg.jpg) top right no-repeat;
  background-size: 100% cover;
}

@media screen and (min-width: 1400px){
  #notice-section .g-xl-5 { 
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem;
  }
}

.notice-container {
  margin-top: 1.875rem;
}

.notice-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

.notice-item {
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
  position: relative;
}

.notice-link {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.notice-content {
  flex-grow: 1;
  margin-bottom: 1rem;
}

.notice-title {
  font-size: 1rem;
  color: #444444;
  margin: 0;
  line-height: 1.6875;
  transition: color 0.3s ease;
  height: calc(1rem * 1.6875 * 2);
}

.notice-date {
  text-align: right;
  font-weight: bold;
}

.date-text {
  font-size: 0.875rem;
  color: #333333;
}

.notice-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--base_color);
  transform: translateY(-3px);
}

.notice-item:hover .notice-title {
  color: var(--base_color);
}

/* 党群工作与理论学习样式 */
#party-theory-section {
  padding: 0;
  background-color: #ffffff;
}

.party-work-box,
.theory-study-box {
  display: flex;
}

.party-left,
.theory-left {
  flex-shrink: 0;
  width: 12.5%;
}

.party-title,
.theory-title {
  width: 100%;
}

.party-title img,
.theory-title img {
  max-width: 100%;
}

.party-right,
.theory-right {
  width: 87.5%;
  flex-grow: 1;
  padding-top: 2.875rem /* 46/16 */;
  padding-left: 2.625rem /* 42/16 */;
  padding-right: 2.875rem /* 46/16 */;
}

.party-main,
.theory-main {
  margin-bottom: 0.9375rem;
}

.party-main-link,
.theory-main-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.party-main-img,
.theory-main-img {
  width: 38.3637%;
  flex-shrink: 0;
}

.party-main-info,
.theory-main-info {
  flex-grow: 1;
  padding-left: 1.75rem;
}

.party-main-title,
.theory-main-title {
  font-size: 1.0625rem /* 17/16 */;
  line-height: 1.6;
  height: calc(1.0625rem * 1.6 * 2);
  color: #444444;
  margin-bottom: 1rem;
  font-weight: bold;
}

.party-main-desc,
.theory-main-desc {
  font-size: 0.9375rem;
  color: #888888;
  line-height: 1.6;
}

.party-list,
.theory-list {
}

.party-item,
.theory-item {
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}

.party-link,
.theory-link {
  display: flex;
  align-items: center;
  line-height: 2.0;
  text-decoration: none;
  color: #444;
  padding: 0 .25rem /* 4/16 */;
}

.party-icon,
.theory-icon {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #444444;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.party-text,
.theory-text {
  font-size: 1rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.party-date,
.theory-date {
  font-size: 0.9375rem;
  color: #999999;
  margin-left: 1rem;
}

.party-item:hover,
.theory-item:hover {
  box-shadow: 0 5px 0.5rem rgba(0, 0, 0, 0.08);
}

.party-item:hover .party-text,
.theory-item:hover .theory-text {
  color: #cc0000;
}

.party-item:hover .party-icon,
.theory-item:hover .theory-icon {
  background-color: #cc0000;
}

#mid-wrap {
  position: relative;
  background-color: #cd9b77;
}

#mid-wrap::before {
  position: absolute;
  width: 100%;
  height: calc(100% - 21.6875rem);
  content: "";
  display: block;
  background-image: url(../images/mid-wrap-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 11.25rem /* 180/16 */;
  background-size: 100% cover;
  background-color: #ffffff;
  padding-top: 3.125rem /* 50/16 */;
}

/* 纪检工作样式 */
#discipline-section {
  padding-top: 5.625rem;
}

.discipline-content {
  background: url(../images/discipline-bg.jpg) top center;
  padding: 2.625rem /* 42/16 */ 3rem /* 48/16 */;
}

.discipline-featured-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.discipline-img {
  width: 31.35%;
  flex-shrink: 0;
}

.discipline-featured-info {
  flex-grow: 1;
  padding: 1.75rem;
}

.discipline-featured-title {
  font-size: 1.0625rem;
  color: #444444;
  margin-bottom: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.discipline-featured-desc {
  font-size: 0.9375rem;
  color: 888888;
}

.discipline-featured-title {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.discipline-featured-desc {
  font-size: 0.9375rem;
  color: #888888;
  line-height: 1.8;
}

.discipline-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #444;
  line-height: 2.625;
  transition: all 0.3s ease;
}

.discipline-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #444444;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.discipline-text {
  flex: 1;
  font-size: 1rem;
}

.discipline-date {
  font-size: 0.875rem;
  color: #999;
  margin-left: 1rem;
}

.discipline-link:hover .discipline-text {
  color: #cc0000;
}

.discipline-link:hover .discipline-dot {
  background-color: #cc0000;
}

#bar {
  margin-top: 2.875rem /* 46/16 */;
  margin-bottom: 3.875rem /* 62/16 */;
}

/* 视频中心样式 */
#video-center-section {
  padding-top: 0;
  padding-bottom: 3.5rem /* 56/16 */;
  position: relative;
}

.video-swiper {
  padding-bottom: 3.5rem /* 56/16 */ !important;
}

.video-item {
}

.video-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-bottom: 4.625rem /* 74/16 */;
}

.video-play-icon {
  position: absolute;
  left: 2.5rem /* 40/16 */;
  bottom: 3.125rem /* 50/16 */;
  width: 2.8125rem /* 45/16 */;
  height: 2.8125rem /* 45/16 */;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.48rem 0 0.48rem 0.8rem;
  border-color: transparent transparent transparent #000;
  margin-left: 0.25rem;
}

.video-item:hover .video-play-icon {
  background-color: rgba(204, 0, 0, 0.8);
}

.video-item:hover .video-play-icon::before {
  border-color: transparent transparent transparent #ffffff;
}

.video-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80%;
  padding: 1.5rem /* 24/16 */;
  background-color: #9f775a;
}

.video-title {
  font-size: 1.0625rem /* 17/16 */;
  color: #ffffff;
  line-height: 1.6;
  height: calc(1.0625rem * 1.6 * 2);
}

.video-item:hover .video-info {
  background-color: var(--base_color);
}

.video-swiper .swiper-scrollbar {
  background: unset !important;
  position: relative;
}
.video-swiper .swiper-scrollbar:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #e7c8b2;
}
.video-swiper .swiper-scrollbar-drag {
  z-index: 1;
  height: 0.3125rem;
  background-color: var(--base_color) !important;
}

/* 图片聚焦样式 */
#image-focus {
  padding-top: 4rem /* 64/16 */;
  padding-bottom: 3.5rem /* 56/16 */;
  background-color: #ffffff;
}

.focus-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.focus-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(84, 18, 14, 0.7);
  padding: 1rem;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.focus-title {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.focus-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.focus-item:hover .focus-info {
  transform: translateY(0);
}