* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
}
a {
  text-decoration: none;
  color: #666;
}
ul {
  list-style: none;
}
body {
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden
}
.header {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/顶栏背景@2x.png") no-repeat top center;
  background-size: cover;
  color: white;
  padding: 29px 0 24px;
  position: relative;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
.banner-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid white;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 531px;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}
.school-name {
  font-size: 24px;
  font-weight: bold;
}
.search-box {
  display: flex;
  align-items: center;
  position: relative;
}
.search-box input {
  border: none;
  width: 255.9px;
  height: 37.2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 1);
  color: #666666;
  padding: 5px 5px 5px 20px;
  box-sizing: border-box;
}
.search-box button {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/搜索栏图标.png") no-repeat center;
  color: white;
  border: none;
  width: 33px;
  height: 33px;
  border-radius: 13.5px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
}
.search-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.menu-icon {
  width: 33px;
  height: 33px;
  display: none;
  cursor: pointer;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.nav-menu > li {
  position: relative;
  border-right: 1px solid white;
  flex: 1;
  text-align: center;
}
.nav-menu > li > a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  letter-spacing: 0.1em;
}
.nav-menu > li:last-child {
  border-right: none
}
.nav-menu .submenu:hover .sub-menu {
  display: block;
}
.nav-menu li.submenu .sub-menu {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 999;
  top: 36px;
  left: 0;
  width: 100%;
  text-align: center;
}
.nav-menu li.submenu .sub-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.nav-menu li.submenu .sub-menu li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-decoration: none;
  line-height: 2.5rem;
}
.nav-menu li.submenu .sub-menu li a:hover {
  color: #fff;
  background-color: #1d4190;
  transition: all 0.08s ease-in-out;
  display: block;
}
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-control {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.banner-control span {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.banner-control span.active {
  background-color: white;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.content {
  display: flex;
  gap: 3%;
}
.left-column {
  flex: 6;
    max-width: 58%;
}
.right-column {
  flex: 4;
    max-width: 39%;
}
.section-title {
  font-size: 2.75rem;
  color: #075094;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title h2 {
  font-size: 1.8rem;
}
.en-section-title {
  font-size: 1.5rem;
  color: rgb(125, 42, 44);
  margin-bottom: 10px;
}
.academic-section-title {
  justify-content: center;
}
.en-academic-title {
  text-align: center;
}
.section-title .more {
  color: #b2b2b4;
  font-size: 1rem;
  text-decoration: none;
}
.section-title .more span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.section-title .more:hover {
  color: #223F8C;
}
.section-title .more:hover span {
  border-radius: 10px;
  background-color: rgba(221, 172, 88, 1);
  transition: background-color ease-in 0.5s;
}
.bg-news {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/学院新闻背景@2x.png") no-repeat top center;
  background-size: cover;
  background-color: #fff;
}
.news-item {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-img {
  width: 263px;
  height: 122px;
  background-color: #eee;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  border-radius: 5px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
}
.news-content {
  padding: 0 14px;
  flex: 1;
  border-bottom: 1px solid rgba(185, 207, 220, 1);
  background-color: rgba(255, 255, 255, 0.8);
}
.news-title, .news-title a {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-date, .news-date a {
  color: #999;
  font-size: 1rem;
  margin-bottom: 5px;
}
.news-desc, .news-desc a {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}
.media-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 510px;
    border-radius: 5px;
}
.media-container .wiper-slide {
  display: relative;
}
.media-container .media-title {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  padding-left: 20px;
}
.media-container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.media-swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.media-swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid white;
}
.media-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.notice-item {
  margin: 15px 0;
  border-bottom: 1px solid #b9cfdc;
  display: flex;
  justify-content: space-between;
  height: 54px;
}
.notice-title {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 5px;
  border-left: 4px solid #1a5094;
  width: 70%;
  padding-left: 10px;
  line-height: 1.5rem;
}
.notice-date {
  color: #acacac;
  font-size: 1rem;
  width: 20%;
  ;
}
.bg-academic {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/学术交流背景@2x.png") no-repeat top center;
  background-size: cover;
  background-color: #fff;
}
.academic-swiper {
  width: 100%;
  overflow: hidden;
}
.academic {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0;
  gap: 70px;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.academic-control {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
  color: #223F8C;
  border-radius: 30px;
  border: 1px solid #223F8C;
  cursor: pointer;
  top: 43%;
}
.academic-prev-btn {
  left: 5%;
}
.academic-next-btn {
  right: 5%;
}
.academic-item {
  width: 30%;
  flex-shrink: 0;
  text-align: center;
}
.academic-title {
  font-size: 1.25rem;
  text-align: left;
  color: #000;
}
.academic-title::after {
  display: block;
  width: 30%;
  height: 4px;
  background-color: #223F8C;
  content: "";
  margin: 10px 0;
}
.academic-desc {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 175%;
}
.academic-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
}
.academic-btn-box {
  display: flex;
  justify-content: center;
  padding: 20px 0 55px;
}
.academic-btn {
  width: 117px;
  height: 50px;
  background-color: #223F8C;
  color: white;
  border: none;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
}
.academic-btn:hover {
  background-color: #1d4190;
}
.academics-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.nav-btn {
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-btn i {
  font-size: 18px;
}
.dynamic-section {
  display: flex;
  margin: 30px 0;
  gap: 30px;
}
.dynamic-col {
  flex: 1;
}
.dynamic-title {
  font-size: 22px;
  color: #223F8C;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic-list {
  padding: 2px;
}
.dynamic-item {
  display: flex;
  gap: 12px;
  margin-bottom: 6px;
  padding: 6px 0;
}
.dynamic-date {
  width: 66px;
  border-radius: 2px;
  font-size: 1.75rem;
  overflow: hidden;
  border: 1px solid #223F8C;
}
.dynamic-date .date {
  background-color: #223F8C;
  color: white;
  text-align: center;
  line-height: 32px;
}
.dynamic-date .month {
  font-size: 1rem;
  color: #223F8C;
  text-align: center;
  line-height: 32px;
  letter-spacing: -1px;
}
.dynamic-content {
  flex: 1;
  font-size: 18px;
  border-bottom: 1px solid #b9cfdd;
  max-height: 66px;
  overflow: hidden;
  color: #000;
}
.honors-bg {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/glzbj.png") no-repeat center center;
  background-size: cover;
}
.honors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 80px;
}
.honor-item {
  width: 20%;
  height: 200px;
  text-align: center;
  background: url(/_upload/tpl/05/e2/1506/template1506/images/glz.png) no-repeat center center;
  background-size: cover;
  font-size: 1rem;
  font-weight: bold;
  line-height: 28px;
  color: #683c02;
  cursor: pointer;
}
.honor-item:hover {
  background: url("/_upload/tpl/05/e2/1506/template1506/images/glzxz.png") no-repeat center center;
  background-size: cover;
}
.link-bg {
  background-color: #f0f0f0;
}
.links-section {
  display: flex;
  gap: 25px;
  padding: 10px 0;
  align-items: center;
  position: relative;
}
.link-divide {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #223F8C;
  display: block;
  position: relative;
}
.link-divide::after {
  content: '';
  width: 80px;
  height: 1px;
  display: block;
  background-color: #979797;
  transform: rotate(-65deg);
  position: absolute;
  left: -35px;
  top: 5px;
}
.links-section .section-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-title h2 {
  font-size: 24px;
  color: #333;
}
.link-title span {
  font-size: 18px;
  color: #979797;
  text-transform: uppercase;
}
.links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.link-item {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  transition: all 0.3s;
  padding-right: 10px;
  border-right: 1px solid #333;
}
.link-item:last-child {
  border-right: none;
}
.link-item:hover {
  color: #223F8C;
  transform: translateY(-2px);
}
.footer {
  background-color: #223F8C;
  color: white;
  padding: 30px 0;
  text-align: center;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 150px;
}
.footer-info {
  flex: 1;
}
.footer-info p {
  margin: 5px 0;
  font-size: 1rem;
  text-align: left;
}
.footer-info-bd {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.qr-code img {
  width: 100px;
  height: 100px;
}
/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
  width: auto;
  margin: 0 auto;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  line-height: 48px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #223F8C;
} /**文章标题**/
.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1B1B1B;
} /**文章副标题**/
.article .arti_metas {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #223F8C;
  font-size: 12px;
  color: #787878;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  min-height: 500px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  margin: 0 auto;
  max-width: 100%;
  _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none;
}
.three-line {
  border-bottom: 2px solid #1a5094;
  padding-bottom: 20px;
}
.teaching {
  border: 1px solid #6b2c29;
}
.teaching .date {
  background-color: #6b2c29;
}
.teaching .month {
  color: #6b2c29;
}
.research {
  border: 1px solid #6e5f2d;
}
.research .date {
  background-color: #6e5f2d;
}
.research .month {
  color: #6e5f2d;
}
.honorsp {
  margin-top: 55px;
}
.honorsyear {
  margin-top: 20px;
  display: block;
}
.honorsplast {
  margin-top: 58px;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.honorsyearlast {
  margin-top: 15px;
}
@media (max-width: 1720px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .content {
    flex-direction: column;
  }
  .left-column, .right-column {
    flex: none;max-width: none;
  }
  .dynamic-section {
    flex-direction: column;
  }
  .academic-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }
  .academic-item:last-child {
    border-bottom: none;
  }
  .search-box-wrap {
    width: 100%;
  }
  .menu-icon {
    display: block;
  }
  .nav-menu {
    flex-wrap: wrap;
    display: none;
  }
  .nav-menu > li {
    padding: 10px;
    width: 50%;
    flex: auto;
    border-right: none;
  }
  .academic-control {
    width: 30px;
    font-weight: normal;
    border: none;
    top: 42%;
  }
}
/**列表页**/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1300px;
  margin: 0 auto;
}
.nbanner1 {
  line-height: 0;
  text-align: center;
}
.nbanner1 img {
  width: 100%;
}
.nbanner2 {
  line-height: 0;
  text-align: center;
}
.nbanner2 img {
  width: 100%;
}
.onbanner {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 2;
}
.xsgz {
  margin-right: 50px;
}
/**自定义新闻列表**/
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.news_list {}
.news_list li.news {
  line-height: 50px;
  padding-left: 0px;
  border-bottom: 1px solid #eee;
} /**标题图标**/
.news_list li.news span.news_title {
  float: left;
  font-size: 16px;
  line-height: 50px;
  background: url("/_upload/tpl/05/e2/1506/template1506/images/dd.png") no-repeat left center;
  padding-left: 30px;
} /*标题*/
.news_list li.news span.news_title img {
  vertical-align: middle;
}
.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
  color: #9C9C9C;
  font-size: 14px;
} /*属性*/
.news_list li.news .news_time, .news_list li.news .news_time span {
  color: #666;
} /*发布时间*/
.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 0px solid red;
}
.news_list li.news .news_text {
  line-height: 22px;
  color: #666;
} /*默认简介*/
.news_list li.news .news_bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  background: #000;
  opacity: .7;
  filter: Alpha(opacity=70);
}
.news_list li.news p {
  line-height: 34px;
}
.post .news_list li.news .news_imgs {
  overflow: hidden;
}
.post .news_list li.news .news_imgs img {
  transition-duration: 1s;
}
.post .news_list li.news:hover .news_imgs img {
  transform: scale(1.1);
}
/**主体列表页开始**/
#l-container {}
#l-container .inner {
  padding: 25px 10px;
}
/**主体文章页开始**/
#d-container {}
#d-container .inner {
  padding: 20px 60px;
  background: #fff;
}
.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #223F8C;
  background-position: right 20px center;
  background-size: 45px;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 50px;
  padding: 0px 5px 0px 30px;
} /**栏目名称图标**/
.col_menu .col_menu_con {
  border: 1px solid #e4e4e4;
}
/*栏目列表*/
.col_list {}
.col_list .wp_listcolumn {
  border-top: 0px solid #2867A0;
  border-bottom: 0px solid #fff;
  background: #f5f5f5;
  font-family: "微软雅黑";
}
.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  background: none;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #F6EAEA;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
  color: #223F8C;
  background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #223F8C;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  font-size: 14px;
  font-weight: lighter;
  background: none;
  border-top: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover {
  background-color: #eee;
  color: #916FCD;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #223F8C;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 52px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  color: #223F8C;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 51px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #223F8C;
}
/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}
.col_news .col_news_box {
  margin-left: 290px;
}
.col_news_head {
  border-bottom: 1px solid #223F8C;
  height: 50px;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #223F8C;
  border-bottom: 4px solid #223F8C;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 66px;
  color: #999;
  font-size: 14px;
  font-family: "宋体";
} /**当前位置**/
.col_metas .col_path a {
  color: #999;
  font-family: "宋体";
}
.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 7px;
}
.col_news_list {
  margin-top: 20px;
}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {} /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 10px;
}
.col_news_list .wp_entry table {
  margin-bottom: 4px;
}
.col_news_list .wp_entry img {
  max-width: 100%;
  _width: expression(this.width > 680 ? "680px": this.width);
}
@media (max-width: 768px) {
  * {
    font-size: 0.8em;
  }
  .container {
    padding: 10px;
  }
  .header-top {
    flex-direction: column;
    gap: 10px;
  }
  .nav-menu {
    flex-wrap: wrap;
  }
  .nav-menu > li {
    padding: 10px;
  }
  .banner {
    height: 300px;
  }
  .content {
    margin: 20px 0;
  }
  .news-item {
    flex-direction: column;
    width: 100%;
    height: 300px;
  }
  .news-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .news-content {
    margin-top: 0.5rem;
  }
  .dynamic-col {
    flex: none;
  }
  .dynamic-section {
    flex-direction: column;
  }
  .honors {
    flex-direction: column;
    width: 350px;
    margin: 0 auto;
  }
  .honor-item {
    flex: 1;
    width: 100%;
    min-width: 150px;
    min-height: 250px;
    font-size: 2rem;
  }
  .honorsp {
    margin-top: 85px;
  }
  .honorsplast {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .honorsyearlast {
    margin-top: 15px;
  }
  .academic {
    gap: 50px;
    justify-content: center;
  }
  .academic-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }
  .academic-item:last-child {
    border-bottom: none;
  }
  .wrapper .inner {
    width: 100%;
  }
  #d-container .inner {
    padding: 5%;
  }
  .col_menu {
    width: 100%;
    float: none;
  }
  .wp_listcolumn .wp_column {
    width: 50%;
  }
  .col_news .col_news_box {
    margin-left: 0;
  }
  .col_list .wp_listcolumn {
    display: flex;
    flex-wrap: wrap;
  }
  .col_news .col_news_box {
    margin-left: 0;
    width: 100%;
  }
  .news_list li.news span.news_title {
    width: 74%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
