@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }

  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  .head-nav.sticky-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  .faculty-list li {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1199px) {
  /* New responsive styles */
  .container {
    max-width: 960px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .Rimg {
    width: 50%;
    height: auto;
  }
  .ResearchText {
    width: 48%;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
img {
    width: 100% !important;
    object-fit: contain  !important;
height: auto  !important;
}
.ResearchText {
    width: 100%;
    min-height: auto;
}
.row {
    display: flex !important
;
    justify-content: space-between !important;
    flex-direction: column;
}
    .col-lg-3 {
        width:100%;
    }

.mySwiper {
    margin-top: 50px;
    padding-bottom: 50px;
    height: auto;
}
  .faculty-list li {
    width: 30%;
    margin-right: 0px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
.news-date-list .faculty-img {
    width: 100%;
   height: auto;  
}

.news-date-list .faculty-list .faculty-info {
    padding-top: 10px !important;
}


.faculty-img img {
    width: 100%;
   height: auto;  
    object-fit: cover;
    transition: all 0.3s ease;
}
  .f2 {
    width: 280px;
    background-position: center;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }

  .banner {
    height:  auto!important;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  /* New responsive styles */
  .container {
    max-width: 720px;
  }

  .header-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
.col-lg-9 {
    width: 100%;
}

.news-date-list .faculty-list li {
    width: 90% !important;
    margin-right: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.mySwiper .SWtext {
    position: absolute;
    width: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
line-height: 14px; 
    padding-left: 14px;
    /* padding-right: 30px; */
    z-index: 9999;
}
.mySwiper .SWimg {
    height: auto;
    width: 100%;
    position: relative;
}
.faculty-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}
.news-date-item .date{
    width: 25% !important;
}
  .faculty-img {
    width: 100%;
    height: auto;
  }
  .Researchbox {
    flex-direction: column;
  }
  .Rimg {
    width: 100%;
  }
  .ResearchText {
    width: 100%;
    margin-top: 30px;
  }
  .faculty-list li {
    width: 100% !important;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .f2 {
    width: 280px;
    background-position: center;
    top: 0;
    margin-top: 20px;
  }
  .People1 {
    padding-bottom: 0;
  }
  .More {
    position: relative;
  }
  .Title {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
  }
  .Research {
    padding-top: 30px;
  }
  .More {
    width: 102px;
    height: 30px;
  }
  .More a {
    font-size: 18px;
    line-height: 25px;
  }
  .s1 {
    font-size: 30px;
  }
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    display: none;
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  } /**文章阅读部分图片大小限制**/
}

@media screen and (max-width: 720px) {
  /* New responsive styles */
  .container {
    padding: 0 15px;
  }

  .hero-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 676px) {
  /* New responsive styles */
  .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-group {
    flex-direction: column;
  }
}

@media screen and (max-width: 540px) {

.news-date-item span {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #d1c2a0;
    line-height: 30px;
} 
  .banner2 img {
    height: 100px !important;
    object-fit: cover  !important;
  }
.row {
    margin-right:  0px  !important;
    margin-left: 0px  !important;
}
  .column-sidebar,
  .column-content {
    position: relative;
    margin-top: 0px;
    background: #fff;
  }
  .Title1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .s1 {
    font-size: 25px;
  }
  .Title1 img {
    width: 80%;
  }
  .f1 img {
    width: 100% !important;
    object-fit: contain !important;
  }
  /* New responsive styles */
  .container {
    padding: 0 10px;
  }

  .hero-section h1 {
    font-size: 24px;
  }

  .hero-section p {
    font-size: 16px;
  }
  .col-lg-3,
  .container.inner {
    padding: 0;
  }
  .column-name2 {
    height: 190px;
  }
}

@media screen and (max-width: 490px) {
  /* New responsive styles */
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
  /* New responsive styles */
  .container {
    max-width: 100%;
  }

  .card {
    padding: 15px;
  }
.faculty-list {
    display: flex
;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}
}

@media screen and (max-width: 414px) {
  /* New responsive styles */
  .hero-section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 20px;
  }
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
  /* New responsive styles */
  .container {
    padding: 0 5px;
  }

  .button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
