/* 公共样式 */
.news_title_box {
  width: 100%;
  border-bottom: 3px solid #999;
  margin-bottom: 15px;
}
.news_title_box .title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 5px 0;
  font-size: 22px;
}
.news_title_box .title > .icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.news_title_box .title > .subTitle {
  font-size: 16px;
  color: #999;
}
.news_title_box .title > .more {
  float: right;
  font-size: 14px;
  color: #999;
  text-decoration: none !important;
}
.news_title_box .title > .more:hover {
  color: #003b8b;
  font-weight: bold;
}
/* ============================头条新闻开始============================ */
.focus_news .focus_news_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.focus_news .focus_news_list {
  width: 48%;
  padding: 8px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: all 0.2s;
  position: relative;
}
.focus_news .focus_news_list a {
  text-decoration: none !important;
}
.focus_news .focus_news_list h5 {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.focus_news .focus_news_list:hover {
  box-shadow: 0 0 5px #ccc;
}
.focus_news .focus_news_list:hover h5 {
  color: #003b8b;
}
.focus_news .focus_news_list_top > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
}
.focus_news .focus_news_list_top img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}
.focus_news .focus_news_list_icon h5::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #003b8b;
}
@media screen and (max-width: 768px) {
  .news_main_box .focus_news_list {
    width: 49%;
  }
  .news_main_box .focus_news_list_icon {
    width: 100%;
  }
}
/* ============================头条新闻结束============================ */
/* ============================综合新闻开始============================ */
.events_news .events_news_list > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: #333;
  padding: 0 8px;
  border-radius: 3px;
}
.events_news .events_news_list > a:hover {
  background-color: #f1f1f1;
  color: #003b8b;
  font-weight: bold;
}
.events_news .events_news_list > a:hover .time {
  font-weight: normal;
}
.events_news .events_news_list .title {
  height: 100%;
  flex: 1 1 auto;
  flex-shrink: 1;
  margin-right: 10px;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.events_news .events_news_list .time {
  display: block;
  width: 82px;
  height: 100%;
  flex-shrink: 0;
  color: #999;
}
/* ============================综合新闻结束============================ */
/* ============================swiper开始============================ */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px;
  /* 设置按钮大小 */
}
.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
/* ============================swiper结束============================ */
/* ============================综合面板开始============================ */
.panelUnit {
  margin: 30px auto;
  padding: 20px 0;
  background-color: #f1f1f1;
}
.panelUnit_title_box {
  width: 90%;
}
.panelUnit_title_box > ul {
  height: auto;
  margin: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panelUnit_title_box .panelUnit_title_list {
  border-left: 1px solid #333;
  padding-left: 50px;
}
.panelUnit_title_box .panelUnit_title_list:first-of-type {
  padding-left: 0;
  border: none;
}
.panelUnit_title_box .panelUnit_title_list > a {
  font-size: 22px;
  color: #333;
  text-decoration: none !important;
}
.panelUnit_title_box .panelUnit_title_list > a:hover {
  color: #003b8b;
}
.panelUnit_title_box .panelUnit_title_list > a:hover .title {
  font-weight: 600;
}
.panelUnit_title_box .panelUnit_title_list .subTitle {
  color: #666;
}
.panelUnit_title_box .panelUnit_title_list.active .icon {
  color: #003b8b;
}
.panelUnit_title_box .panelUnit_title_list.active .title {
  color: #003b8b;
}
.panelUnit_content_box {
  margin-top: 30px;
}
.panelUnit_content_box .panelUnit_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.panelUnit_content_box .panelUnit_list {
  width: 31%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.panelUnit_content_box .panelUnit_list > a {
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.panelUnit_content_box .panelUnit_list .panel_title {
  flex-shrink: 0;
  width: 92px;
  height: 70px;
  margin-right: 15px;
  border-radius: 5px;
  padding: 5px;
  color: #333;
  text-align: center;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-around;
}
.panelUnit_content_box .panelUnit_list .panel_content_main {
  flex-shrink: 1;
}
.panelUnit_content_box .panelUnit_list .panel_content_main .content {
  width: 100%;
  height: 60px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  margin: 5px auto;
  text-align: justify;
  padding: 0 5px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.panelUnit_content_box .panelUnit_list:hover {
  box-shadow: 0 0 5px #eee;
  background-color: #f9f9f9;
}
.panelUnit_content_box .panelUnit_list:hover .panel_content_main .content {
  color: #003b8b;
}
.panelUnit_more {
  margin-top: 0px;
}
.panelUnit_more > a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
  background-color: #003b8b;
}
/* 通知公告 */
/* 学术看板 */
#notices .panel_title,
#media .panel_title {
  position: relative;
}
#notices .panel_title > .year,
#media .panel_title > .year {
  font-size: 16px;
}
#notices .panel_title > .day,
#media .panel_title > .day {
  font-size: 25px;
  font-weight: bold;
  color: #003b8b;
}
#notices .panel_title > .icon,
#media .panel_title > .icon {
  position: absolute;
  top: -5px;
  right: -5px;
}
#notices .panel_content_main > .content,
#media .panel_content_main > .content {
  overflow: hidden;
}
/* 学术看板 */
@media screen and (max-width: 1200px) {
  .panelUnit_title_box {
    width: 100%;
  }
  .panelUnit_title_box .panelUnit_title_list {
    padding-left: 80px;
    text-align: center;
  }
  .panelUnit_title_box .panelUnit_title_list:first-of-type {
    padding-left: 0;
    border: none;
  }
  .panelUnit_title_box .panelUnit_title_list > a {
    text-align: center;
  }
  .panelUnit_title_box .panelUnit_title_list .subTitle {
    color: #666;
    display: block;
  }
  .panelUnit_title_box .panelUnit_title_list.active .icon {
    color: #003b8b;
  }
  .panelUnit_title_box .panelUnit_title_list.active .title {
    color: #003b8b;
  }
  .panelUnit_content_box {
    margin-top: 20px;
  }
  .panelUnit_content_box .panelUnit_list {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .panelUnit_title_box .panelUnit_title_list {
    padding-left: 12px;
  }
  .panelUnit_title_box .panelUnit_title_list > a {
    font-size: 12px;
  }
  .panelUnit_title_box .panelUnit_title_list .subTitle {
    font-size: 14px;
  }
  .panelUnit_title_box .panelUnit_title_list.active .icon {
    color: #003b8b;
  }
  .panelUnit_title_box .panelUnit_title_list.active .title {
    color: #003b8b;
  }
  .panelUnit_content_box .panelUnit_list {
    width: 100%;
  }
}
/* ============================综合面板结束============================ */
/* ============================热点专题开始============================ */
.subject {
  height: 145px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.subject .subject_title {
  margin-right: 5px;
}
.subject .subject_title > a {
  display: block;
}
.subject .subject_title img {
  width: 64px;
  height: 133px;
}
.subject .subject_content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 133px;
}
.subject .subject_content > a {
  width: 33.33333333%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.subject .subject_content > a:hover .shade {
  opacity: 1;
}
.subject .subject_content img {
  display: block;
  width: 100%;
  height: 100%;
}
.subject .subject_content .shade {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.2s;
}
.subject .subject_more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.subject .subject_more > a {
  display: block;
  padding: 3px 8px;
  color: #f1f1f1;
  text-decoration: none !important;
  background-color: #003b8b;
}
.subject .subject_more > a:hover {
  font-weight: bold;
}
.subject_sub {
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subject_sub > a {
  width: 49%;
}
.subject_sub img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subject {
    height: auto;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
  }
  .subject .subject_title {
    width: 100%;
  }
  .subject .subject_title .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #ccc;
    margin: 5px 0;
  }
  .subject .subject_title .title > span {
    line-height: 45px;
    font-size: 22px;
  }
  .subject .subject_title .title > a {
    font-size: 14px;
    color: #999;
    text-decoration: none !important;
  }
  .subject .subject_title .title > a:hover {
    color: #003b8b;
    font-weight: bold;
  }
  .subject .subject_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .subject .subject_content > a {
    display: block;
    width: 49%;
    height: 120px;
    margin-bottom: 15px;
  }
  .subject .subject_content > a:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  .subject .subject_content img {
    display: block;
    max-width: 100%;
    min-height: 100%;
  }
  .subject_sub {
    flex-wrap: wrap;
  }
  .subject_sub > a {
    width: 100%;
  }
  .subject_sub img {
    margin-bottom: 15px;
  }
}
/* ============================热点专题结束============================ */
/* ============================校园综合文化开始============================ */
.composite {
  margin: 15px auto;
}
.composite .container {
  width: 100%;
}
.composite .composite-item {
  padding: 0;
  height: 360px;
  position: relative;
}
.composite .composite-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.composite .composite-item a:hover .shade {
  opacity: 1;
}
.composite .composite-item a:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.composite .composite-item img {
  width: 100%;
  height: 100%;
}
.composite .composite-item p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.composite .composite-item .shade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.composite .composite-item .composite-list {
  padding: 0;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .composite .composite-item {
    height: 180px;
  }
  .composite .composite-item p {
    font-size: 16px;
    font-weight: normal;
  }
  .composite .composite-item .composite-list {
    height: 90px;
  }
}
/* ============================校园综合文化结束============================ */
/* ============================媒体科创开始============================ */
.media {
  margin-top: 30px;
  padding-bottom: 30px;
}
.media .media_content {
  width: 100%;
}
.media .media_content video {
  width: 100%;
}
.media .media_video_title {
  width: 85%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003b8b;
}
.media .media_content_list {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.media .media_content_list:last-of-type {
  border: 0;
}
.media .media_content_list > .title {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media .media_content_list a {
  font-size: 18px;
  text-align: left;
  flex-shrink: 1;
  line-height: 35px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.media .media_content_list a:hover {
  font-weight: bold;
}
.media .media_content_list span {
  width: 25px;
  height: 25px;
  font-size: 22px;
  margin-right: 5px;
}
.media .media_content_list button {
  flex-shrink: 0;
  width: 58px;
  padding: 5px 15px;
  border: none;
  border-radius: 3px;
  color: #fff;
  background-color: #003b8b;
}
.media .media_content_list button:hover {
  background-color: #e6162d;
}
.media .media_content_list > .content {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-indent: 2em;
  margin: 5px auto;
  overflow: hidden;
}
.media .media_content_list > .time {
  font-size: 14px;
  color: #666;
}
/* ============================媒体科创结束============================ */

