body {
  min-width: 1048px;
  width: 100%;
  /* overflow-x: hidden; */
}

/* 头部导航 */
.header {
  display: block;
}

.app-header {
  display: none;
}

/* 底部导航 */
.footer {
  display: block;
}

#app-footer {
  display: none;
}

/* 分页 */
.current-page {
  width: 1048px;
  margin: 30px auto;
  overflow: hidden;
}

.current-page>span {
  font-size: 14px;
  float: left;
  line-height: 66px;
}

.current-page>span>input {
  width: 60px;
  height: 30px;
  text-align: center;
}

.current-page .current-container {
  float: left;
  margin: 0 10px;
  padding: 0 !important;
}

#jump-page {
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  height: 36px;
  background: #f11629;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 60px;
  line-height: 30px;
  margin-left: 20px;
}

#jump-page:hover {
  background: #f11629;
  color: #fff;
}

#all_page {
  margin-left: 10px;
}

.current-container li {
  float: left;
  color: #777;
}

.current-container li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  color: #777;
  height: 30px;
  border: 1px solid #aaa;
  font-size: 14px;
  background: #fff;
}

.current-container li span {
  display: block;
  font-size: 30px;
  line-height: 15px;
  margin: 0 5px 0 5px;
  cursor: pointer;
}

.current-container li a i {
  color: #777;
}

.current-container li:hover a {
  color: #fff;
  background: #f11629;
}

.current-container li:hover a {
  color: #fff;
}

.current-container li:hover a i {
  color: #fff;
}

.current-container li.li-active {
  color: #fff;
  background: #f11629;
}

/* 手机端头部 */

.app-banner {
  display: none;
}

#module-pc .app-banner {
  display: block;
}

/*在职教授列表页 标题显示隐藏  */
.app-warp-zplist .app-title {
  display: none;
}

.app-warp-zplist .app-banner {
  display: none;
}

/*综合资讯 标题显示隐藏 */
.app-list-zhzx .swiperPublic {
  background: #fbfcff;
}

.app-list-zhzx .swiperPublic .swiper-slide .swiper-zoom-container a {
  width: 100%;
  display: block;
  text-align: center;
}

.app-list-zhzx .swiperPublic .swiper-slide .swiper-zoom-container a img {
  width: auto;
  vertical-align: middle;
}

.app-list-zhzx .swiperPublic .swiper-button-next:after,
.app-list-zhzx .swiperPublic .swiper-button-prev:after {
  font-size: 20px;
  color: #f11629;
}

.app-list-zhzx .swiperPublic .swiper-pagination-bullet {
  background: #fff;
}

.app-list-zhzx .swiperPublic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f11629;
}

.app-list-zhzx .wrap .app-title {
  display: none;
}

.app-list-zhzx .wrap .app-banner {
  display: none;
}

.app-list-zhzx .wrap .in-banner {
  display: block;
}

/* 详情页 文章页面*/
.news-detail .time {
  display: block;
}

.news-detail .app-article-time {
  display: none;
}

/* 备案 */
.foot-zp-app .beian {
  display: block;
}

/* 在职教授页面作品图片样式调整 */
.app-zzjs-page .in-banner {
  display: block;
}

.index_sec3_img {
  border: 0.1rem solid #ececec;
}

.index_sec3_img_w img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_sec3_img_h img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 师资-在职教授和在职副教授增加头像 */
.app-warp-zplist .TRS_Editor ul li a .tea_tx {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 5px;
}

.app-warp-zplist .TRS_Editor ul li a .tea_tx img {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

  opacity: 1;
  -webkit-filter: opacity(100%);
  /* Chrome, Safari, Opera */
  filter: opacity(100%);
}

.app-warp-zplist .TRS_Editor ul li a .tea_tx:hover img {
  opacity: 0.8;
  -webkit-filter: opacity(80%);
  /* Chrome, Safari, Opera */
  filter: opacity(80%);
}

/* --------------隐藏显示-------------- */

#module-pc .phone-public {
  display: none;
}

#module-pc .gmrx-pc {
  display: block;
}

/* 综合资讯/两学一做等新闻列表 */
#module-pc .box-row-2,
#module-pc .box-row-3 {
  display: block;
}

#module-pc .icon-nav {
  /* display: block; */
  display: flex;
  justify-content: space-between;
}

#module-pc .yxdh-public {
  display: block;
}

/* 学院介绍 */
.xyjs-public .hd h2 {
  display: block;
}

.xyjs-public .bd .in-banner {
  display: block;
}

.xyjs-public .in-content .pic {
  display: block;
}

.xyjs-public .app-banner {
  display: none;
}

.xyjs-public .app-text-tabs {
  display: none;
}

.xyjs-public .in-content .app-title {
  display: none;
}

/* 学院介绍 - 学院 */
.app-title {
  display: none;
}

/* 院长讲台 */
.app-list-zhzx .flow-list #dailyList li {
  height: 255px;
}

.app-list-zhzx .flow-list #dailyList li .desc {
  display: block;
}

/* 学科带头人 */
.xyjs-public .in-tabs {
  display: block;
}

/* 学科带头人 */

/* 国美日新 */
.gmrx-public .daily-wrap {
  display: block;
}

.gmrx-public .daily-calendar {
  display: block;
}

.gmrx-public .app-daily-wrap {
  display: none;
}

.gmrx-public .daily-calendar .calendar-wrap {
  position: relative;
}

.gmrx-public .daily-calendar .calendar-wrap .calendar-items {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}

.gmrx-public .page-box {
  background: transparent !important;
}

.gmrx-public .page-box .hd {
  background: #fff;
}

/* 历任院长 */
.lryz_box_page .page-box {
  position: relative;
}

.lryz_box_page .yz-list {
  margin-top: -1px;
}

.lryz_box_page .yz-list li {
  /* width: 100%; */
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 40px;
}


.lryz_box_page .yz-list li .avatar {
  width: 37%;
  height: auto;
  float: left;
}

.lryz_box_page .yz-list li .avatar img {
  width: 100%;
  vertical-align: bottom;
}

.lryz_box_page .yz-list li .detail {
  width: 58%;
  float: right;
  padding: 0 10px 0 10px;
}

/* .lryz_box_page .yz-list li.col-2 .detail {
  width: 242px;
} */

.lryz_box_page .yz-list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.lryz_box_page .yz-list li a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lryz_box_page .yz-list li h4 {
  color: #222;
  font-size: 23px;
  padding: 0;
  margin-bottom: 10px;
}

.lryz_box_page .yz-list li .title {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
}

.lryz_box_page .yz-list li .info {
  font-size: 23px;
  line-height: 28px;
  margin: 10px 0 0 0;
}

.lryz_box_page .yz-list li a:hover {
  background-color: transparent;
  color: #777;
}

.lryz_box_page .yz-list li a:hover h4 {
  color: #222;
}

.lryz_box_page .yz-list li a:hover .title {
  border-color: transparent;
}

.lryz_box_page .yz-list li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lryz_box_page .yz-list li .col-2 {
  width: 100%;
  background: #fff;
}


.lryz_box_page .yz-list li .col-2 {
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

.lryz_box_page .yz-list li .col-2 .name {
  height: 23px;
  color: #222;
  padding: 10px;
  font-size: 23px;
}

.lryz_box_page .yz-list li .col-2 .name a {
  display: block;
  background: url("../img/icon_link.png") no-repeat right center !important;
  color: #222;
  font-size: 23px;
}

.lryz_box_page .yz-list li .col-2 .name a:hover {
  color: #666;
}

.lryz_box_page .yz-list li .col-2 h5 {
  font-size: 23px;
  border-bottom: 1px solid #d2d2d2;
  color: #999;
  padding: 0 10px 6px;
}

.lryz_box_page .yz-list .col-2:last-of-type {
  float: right;
}

.lryz_box_page .yz-list a:hover {
  background-color: #f8f8f8;
}

.lryz_box_page .in-content {
  padding: 34px 0;
}

/* 首页banner */
#module-pc .banner {
  min-width: 1048px;
}

.in-page {
  min-width: 1048px;
}

/* 名家名作 */
.xyjs-public .mjmz-list li:nth-of-type(10n+6) .avatar,
.xyjs-public .mjmz-list li:nth-of-type(10n+7) .avatar,
.xyjs-public .mjmz-list li:nth-of-type(10n+8) .avatar,
.xyjs-public .mjmz-list li:nth-of-type(10n+9) .avatar,
.xyjs-public .mjmz-list li:nth-of-type(10n+10) .avatar {
  float: right;
}

/* 学科筛选 */
.subject-filter,
.letter-filter {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.letter-filter {
  align-items: flex-start;
}

.subject-filter p,
.letter-filter p {
  font-size: 16px;
  color: #000;
  margin-right: 12px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

.letter-filter p {
  min-width: 80px;
}

.subject-filter ul,
.letter-filter ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.subject-filter ul li,
.letter-filter ul li {
  transition: color .3s;
  -webkit-transition: color .3s;
  font-size: 16px;
  color: #ababab;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.subject-filter ul li:hover,
.letter-filter ul li:hover {
  color: #E70014;
}

.subject-filter ul li.active,
.letter-filter ul li.active {
  color: #E70014;
}

.subject-filter {
  justify-content: space-between;
}

.subject-filter .subject-filter-xk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.subject-filter .subject-search-name {
  position: relative;
  width: 150px;
  padding: 0 10px 0 38px;
  border: 1px solid #545454;
  border-radius: 20px;
  overflow: hidden;
}

.subject-filter .subject-search-name input {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 14px);
  height: 28px;
  font-size: 13px;
  color: #ADADAD;
  border: 0;
  outline: none;
  padding-left: 10px;
  background: transparent;
}

.subject-filter .subject-search-name input::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #545454;
}

.subject-filter .subject-search-name input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #ADADAD;
}

.subject-filter .subject-search-name input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #ADADAD;
}

.subject-filter .subject-search-name input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #ADADAD;
}

.subject-filter .subject-search-name input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #ADADAD;
}

.subject-filter .subject-search-name img {
  position: absolute;
  top: 50%;
  left: 13px;
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
}

.letter-filter {
  margin-bottom: 0;
}

#caa-teacher-list li a {
  text-align: left;
  padding: 20px 0 0;
}

#caa-teacher-list li a .tea_tx {
  position: relative;
  margin-bottom: 16px;
  width: 100px;
  height: 100px;
  border-radius: 0;
  overflow: initial;
}

#caa-teacher-list li a .tea_tx img {
  z-index: 2;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}

#caa-teacher-list li a .tea_tx .tea_tx_back {
  position: absolute;
  top: 62%;
  left: 57%;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  z-index: 1;
}

#caa-teacher-list li a span {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  /* width: 100px; */
  margin: 0 auto;
  padding-left: 6%;
  min-width: 100px;
  margin: 0 auto;
  width: fit-content;
}

#caa-teacher-list li a i {
  display: block;
  font-size: 12px;
  color: #ADADAD;
  line-height: 14px;
  width: 100px;
  margin: 0 auto;
  padding-left: 6%;
  margin-top: 6px;
  font-style: normal;
}

/* 在职教授-精彩视频列表 */
#row-clm .img-list-video {
  width: 100%;
}

#row-clm .img-list-video::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}

#row-clm .img-list-video .img-list-item {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 0.3rem rgba(204, 31, 52, 0.25);
  box-shadow: 0 0 0.3rem rgba(204, 31, 52, 0.25);
}

#row-clm .img-list-video .img-list-item:nth-child(3n) {
  margin-right: 0;
}

#row-clm .img-list-video .img-list-item .img-list-link {
  display: block;
  width: 100%;
  height: 100%;
}

#row-clm .img-list-video .img-list-item .img-list-link:hover .img-title {
  color: #fff;
  background: #cc1f34;
}

#row-clm .img-list-video .img-list-item .img-list-link .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#row-clm .img-list-video .img-list-item .img-list-link .img-container img {
  display: block;
  height: 100%;
  width: 100%;
}

#row-clm .img-list-video .img-list-item .img-list-link .video-container .icon-play {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(204, 31, 52, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 75px;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#row-clm .img-list-video .img-list-item .img-list-link:hover .video-container .icon-play {
  background: #cc1f34;
}

#row-clm .img-list-video .img-list-item .img-list-link .img-title {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  color: #cc1f34;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-tabs-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-device-width: 767px) {
  .lryz_box_page .yz-list li {
    width: 100%;
  }

  .lryz_box_page .yz-list li .detail {
    padding: 0 0 0 1%;
  }

  .lryz_box_page .yz-list li.col-2 .detail {
    width: 62%;
  }
  #row-clm .clp25-box {
  display: block;
}
}

@media screen and (max-device-width: 767px) {
  body {
    background: #f8f8f8 !important;
    min-width: 100%;
  }

  .wrap {
    width: 100% !important;
    background: #f8f8f8 !important;
  }

  .app-tabs a {
    width: 20%;
  }

  .app-banner img {
    width: 100%;
    vertical-align: middle;
  }

  /* 在职教授二级导航 */
  .nav-center {
    width: 90%;
  }

  #row-clm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #row-clm .img-list-video .img-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px
  }

  #row-clm .img-list-video .img-list-item:nth-child(3n) {
    margin-right: 4%;
  }

  #row-clm .img-list-video .img-list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .zp-img-list-video .index_sec3_con {
    width: 90%;
  }

  #row-clm .img-list-video .img-list-item .img-list-link .video-container .icon-play {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }

  .zp-video-detail .exh_inner_con {
    width: 100%;
    margin-top: 2rem;
  }

  .zp-video-detail .exh_inner_con .exh_inner_img video,
  .zp-video-detail .exh_inner_con .exh_inner_img img {
    max-width: 100%;
  }

  /* 分页 */
  .current-page {
    width: 100%;
    padding: 0 0;
    margin-top: 50px;
  }

  .current-page>span {
    font-size: 24px;
    line-height: 1;
  }

  .current-page>span i {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
  }

  .current-container li a {
    height: auto;
    line-height: 1.5;
    font-size: 24px !important;
    padding: 10px 20px !important;
  }

  .current-page .current-container {
    margin: 0 15px 15px 0;
  }

  .current-page .current-container li {
    margin-bottom: 15px;
    margin-top: 0;
  }

  #all_page {
    margin-left: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    text-align: left;
  }

  #jump-page {
    height: 57px;
    width: 114px;
    font-size: 24px;
    background-color: #f11629;
    color: #fff;
  }

  .current-page .current-container li a .iconfont {
    font-size: 25px !important;
  }

  .current-page>span>input {
    height: 57px;
    width: 114px;
  }

  .current-page .current-container .li-active a {
    color: #fff !important;
  }

  .current-page-other {
    padding: 0 5%;
    margin-top: 25px;
  }

  .current-page-other>span {
    font-size: 15px;
  }

  .current-page-other>span i {
    font-size: 15px;
  }

  .current-page-other .current-container li a {
    font-size: 15px !important;
    padding: 4px 8px !important;
  }

  .current-page-other>span>input {
    height: 31px;
    width: 62px;
  }

  .current-page-other #jump-page {
    height: 31px;
    width: 62px;
    font-size: 15px;
  }

  /* 手机端头部 */
  .app-banner {
    display: block;
  }

  .app-search {
    position: absolute;
    top: 52%;
    left: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .app-search i {
    font-size: 30px;
  }

  .search-form-app {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
  }

  .search-form-app #search_input_app {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 100%;
    font-size: 25px;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 0 5%;
    background: #ececec;
  }

  .search-form-app #icon_app {
    width: 20%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: #ff0014;
    color: #fff;
  }

  /* 二级页面 */
  .in-container {
    /* padding-top: 100px; */
    padding-top: 0;
    background: #f8f8f8 !important;
  }

  /* 轮播图 */
  /* 首页banner */
  #module-pc .banner {
    min-width: 100%;
  }

  .banner {
    min-width: 100%;
    height: 330px;
    background: #e4e4e4 url("/img/banner_bg.png") repeat-x;
    /*  overflow-y: hidden; */
    text-align: center;
    overflow: hidden;
  }

  .in-page {
    min-width: 100%;
  }

  .dg-container {
    width: 100%;
    height: 330px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .dg-wrapper {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }

  .dg-wrapper a {
    width: 100%;
    /* 462 */
    height: 330px;
    display: block;
    /* background: #000; */
    position: absolute;
    left: 0;
    top: 0;
  }

  .dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .dg-wrapper a img {
    display: block;
    padding: 0;
    width: 100%;
    max-height: 330px;
  }

  .dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
  }

  .dg-wrapper a.dg-center div {
    display: block;
  }

  .dg-container .dg-prev,
  .dg-container .dg-next {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 462px;
    width: 30%;
    display: block;
    cursor: pointer;
  }

  .dg-container .dg-prev {
    left: 0;
  }

  .dg-container .dg-next {
    right: 0;
  }

  .anythingSlider {
    min-height: 300px;
    min-height: 300px;
  }

  /* --------------隐藏显示-------------- */

  #module-pc .phone-public {
    display: block;
  }

  #module-pc .gmrx-pc {
    display: none;
  }

  /* 国美日新 */
  .gmrx-public .app-title {
    position: relative;
    z-index: 1;
  }

  .gmrx-public .daily-wrap {
    display: none;
  }

  .gmrx-public .daily-calendar {
    display: none;
  }

  .gmrx-public .app-daily-wrap {
    display: block;
    padding: 30px;
  }

  .gmrx-public .app-daily-wrap #dailyList {
    overflow: hidden;
  }

  .gmrx-public .app-daily-wrap #dailyList li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 25px;
    height: auto;
  }

  .gmrx-public .app-daily-wrap #dailyList li:nth-of-type(2n) {
    margin-right: 0;
  }

  .gmrx-public .app-daily-wrap #dailyList li .wh-date {
    width: 100%;
    height: auto;
  }

  .gmrx-public .app-daily-wrap #dailyList li .wh-date img {
    width: 100%;
    height: auto;
  }

  .gmrx-public .current-page {
    padding: 30px;
  }

  /* 综合资讯/两学一做等新闻列表 */
  #module-pc .box-row-2,
  #module-pc .box-row-3 {
    display: none;
  }

  #module-pc .icon-nav {
    display: none;
  }

  #module-pc .yxdh-public {
    display: none;
  }

  #module-pc .app-banner {
    margin-bottom: 30px;
  }

  /* 学院介绍 - 学院 */
  .app-title {
    display: block;
  }

  .dzjf-public .app-title {
    margin: 50px 30px 0;
  }

  .xyjs-public .hd h2 {
    display: none;
  }

  .xyjs-public .bd .in-banner {
    display: none;
  }

  .xyjs-public .in-content .pic {
    display: none;
  }

  /* 学科带头人 */
  .xyjs-public .in-tabs {
    display: none;
  }

  .xyjs-public .Custom_UnionStyle div p,
  .xyjs-public .Custom_UnionStyle div a,
  .xyjs-public .Custom_UnionStyle div {
    font-size: 25px;
    line-height: 50px;
    color: #777;
  }

  .xyjs-public .wrap .bd .in-content .tab-plane p {
    font-size: 25px;
    line-height: 50px;
    color: #777;
  }

  /* 学科带头人 */

  .xyjs-public .app-banner {
    display: block;
  }

  .xyjs-public .app-text-tabs {
    display: block;
    float: left;
    height: auto;
    max-height: 480px;
    overflow: auto;
    width: 100%;
  }

  .xyjs-public .app-text-tabs a {
    float: left;
  }

  .xyjs-public .in-content {
    padding: 30px;
  }

  .xyjs-public .in-content .app-title {
    display: block;
  }

  .xyjs-public .in-content .text {
    width: 100%;
  }

  .xyjs-public .in-content .text p {
    line-height: 50px;
    font-size: 25px;
    color: #777;
    margin-bottom: 0;
  }

  .xyjs-public .in-content .text p img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }

  .app-text-tabs {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9 !important;
  }

  /* 名家名作 */
  .xyjs-public .mjmz-list {
    width: 100%;
  }

  .xyjs-public .mjmz-list li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 20px;
  }

  .xyjs-public .mjmz-list li .info h4 {
    font-size: 25px;
  }

  .xyjs-public .mjmz-list li .info p {
    font-size: 18px;
  }

  /* 党政教辅 */
  .xyjs-public .tutor-list {
    padding: 30px;
    overflow: hidden;
    margin-top: 40px;
  }

  .xyjs-public .tutor-list li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  .xyjs-public .tutor-list li a {
    font-size: 25px;
  }

  /* 党政教辅等内容页 */
  .xyjs-public .detail .Custom_UnionStyle {
    padding: 30px;
  }

  .xyjs-public .detail .Custom_UnionStyle p {
    font-size: 25px;
    line-height: 50px;
  }

  /* 党政教辅等内容页 - 师资概况 */
  .xyjs-public .detail p {
    font-size: 25px;
    line-height: 50px;
    color: #777;
  }

  /* 学院风光 */
  .xyjs-public .all-images a img {
    max-width: 100%;
  }

  /* 联系我们 */
  .lxwm-public .tab-plane {
    padding: 30px;
  }

  .lxwm-public .tab-plane .map-form .map img {
    vertical-align: bottom;
    width: 100%;
  }

  .lxwm-public .tab-plane .map-form .form ul li {
    font-size: 25px;
    margin: 21px 0;
  }

  .lxwm-public .tab-plane .map-form .form ul li input {
    width: 100%;
    height: 50px;
  }

  .lxwm-public .tab-plane .map-form .form ul li .prov {
    width: 30%;
    margin-right: 5%;
  }

  .lxwm-public .tab-plane .map-form .form ul li .prov:last-of-type {
    margin-right: 0;
  }

  .lxwm-public .tab-plane .map-form .form ul li textarea {
    width: 100%;
  }

  .lxwm-public .tab-plane .contact-add p {
    font-size: 25px;
    line-height: 50px;
  }

  .lxwm-public .tab-plane .contact-tel ul li {
    font-size: 25px;
    line-height: 50px;
  }

  /* 友好院校及机构 */
  .jiaoliu-public .theme-a {
    height: auto;
    display: block;
  }

  .jiaoliu-public .theme-a>ul {
    width: 100%;
    overflow: hidden;
  }

  .jiaoliu-public .theme-a>ul .tab-nav {
    padding: 0 0;
    width: 20%;
    font-size: 25px;
    float: left;
  }

  .jiaoliu-public .theme-a>ul .tab-nav a {
    width: 80px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #d9d9d9;
  }

  .jiaoliu-public .theme-a>ul .tab-nav.current a {
    border-bottom: 2px solid #ed000b;
  }

  .jiaoliu-public .theme-a li a img {
    width: 80px;
  }

  .jiaoliu-public .tab-plane {
    margin: 30px 0 40px;
  }

  .jiaoliu-public .tab-plane .logo-list li {
    height: auto;
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .jiaoliu-public .tab-plane .logo-list li img {
    width: 60%;
    display: block;
    margin: 0 auto 15px;
  }

  /* 头部导航 */
  .app-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    background: #ffffff;
    z-index: 999;
  }

  .app-header .logo {
    width: 100%;
    padding: 26px 0 0;
  }

  .app-header .logo a {
    width: 260px;
    height: 46px;
    display: block;
    margin: 0 auto;
    background: url(../images/icons.svg) no-repeat center top;
  }

  .app-header .btn-menu {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 32px;
  }

  .app-header .btn-menu span {
    width: 36px;
    height: 5px;
    display: inline-block;
    margin-bottom: 8px;
    background-color: #ff0014;
  }

  .app-header .app-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    background: #fff;
    z-index: 1;
  }

  .app-header .app-header .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }

  .app-header .app-back {
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #ff0014;
    left: 32px;
    display: block;
  }

  .app-header .app-menu {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 1;
    padding: 20px 0;
    display: none;
  }

  .app-header .app-menu li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 55px;
  }

  .app-header .app-menu a {
    font-size: 24px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
  }

  .app-header .app-menu a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #958d88;
    display: block;

    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }

  .app-header .app-menu li:nth-child(1) a:before,
  .app-header .app-menu li:nth-child(5) a:before,
  .app-header .app-menu li:nth-child(9) a:before {
    display: none;
  }

  /* 底部导航 */
  #app-footer {
    width: 100%;
    font-size: 22px;
    color: #777;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 120px;
  }

  /* 底部 */
  .foot-zp-app .nav-center {
    overflow: hidden;
    min-height: auto;
  }

  .foot-zp-app .nav-center p {
    text-align: center;
    margin-top: 0 !important;
    line-height: 3rem !important;
    height: 3rem !important;
    float: none;
  }

  /* 首页轮播图 */
  /* .app-banner {
    margin-top: 100px;
  } */

  /* 在职教授列表页 */
  .app-warp-zplist .hd h2 {
    display: block;
  }

  .app-zzjs-page .in-banner {
    display: none;
  }

  .app-zzjs-page .tutor-list ul {
    margin: 30px 0;
  }

  .app-zzjs-page .tutor-list ul li {
    float: left;
    text-align: center;
    margin-top: 30px;
  }

  .app-zzjs-page .tutor-list ul li {
    float: left;
    text-align: center;
    margin-top: 30px;
  }

  .app-zzjs-page .tutor-list .TRS_Editor p {
    padding: 0 30px;
  }

  /* 列表页 */

  .app-list-zhzx .app-title {
    display: block;
  }

  .app-list-zhzx .wrap .hd h2 {
    display: block;
  }

  .app-list-zhzx .in-content {
    padding: 30px;
  }

  /* 新闻详情页 */
  .app-in-page-phone .wrap .in-banner {
    display: none;
  }

  .app-in-page-phone .wrap .hd h2 {
    display: block;
  }

  /* 分页 */
  .current-page {
    margin-bottom: 20px;
  }

  /* 顶部 */
  .min-head {
    display: none;
  }

  .exh_inner_t_app {
    text-align: left !important;
    padding: 1rem 0;
  }

  .exh_inner_t_app a {
    display: inline-block;
  }

  .exh_inner_t_app a h5,
  .exh_inner_t_app a span {
    line-height: 2.5rem;
    font-size: 13px;
  }

  .exh_inner_t_app span {
    line-height: 2.5rem;
    font-size: 13px;
  }

  .exh_inner_a_app .exh_inner_con {
    margin-top: 1.5rem;
  }

  .exh_inner_a_app .exh_inner_con img {
    max-width: 100%;
  }

  .exh_inner_a_app h5 {
    font-size: 15px;
  }

  .exh_inner_a_app .exh_inner_con p {
    font-size: 14px;
    color: #777;
  }

  /* 某个在职教授页面 */
  .index_sec3_zi {
    min-height: auto;
  }

  /* 在职教授列表页 */
  .app-warp-zplist {
    width: 100%;
  }

  .app-warp-zplist .app-title {
    font-size: 26px;
    margin: 40px 34px 10px;
    line-height: 1px;
    border-left: 200px solid #bfbfbf;
    border-right: 200px solid #bfbfbf;
    text-align: center;
    color: #333;
  }

  .app-warp-zplist .hd h2 {
    display: none;
  }

  .app-warp-zplist .app-title {
    display: block;
  }

  .app-warp-zplist .in-banner .banner-wrap .anythingSlider {
    width: 100% !important;
    height: auto !important;
    min-height: auto;
  }

  .app-warp-zplist .in-banner {
    min-height: auto;
  }

  .in-banner ul li {
    width: 100% !important;
    min-height: auto;
  }

  .app-warp-zplist .in-banner ul li img {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .app-warp-zplist .hd p a {
    font-size: 25px;
  }

  .app-warp-zplist .in-content .TRS_Editor ul li {
    width: 33.3%;
  }

  .app-warp-zplist .in-content .TRS_Editor>p {
    font-size: 20px;
  }

  .app-warp-zplist .in-content .TRS_Editor ul li a {
    font-size: 25px;
  }

  .app-warp-zplist .app-banner {
    display: block;
  }

  /* 详情页样式适配手机端 */
  .app-in-page {
    min-height: 100%;
  }

  .app-in-page .page-box {
    background: transparent;
    width: 100%;
  }

  .app-in-page .hd {
    margin: 20px 25px 15px;
    padding: 0 0 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .app-in-page .hd {
    border-top: 0;
  }

  .app-in-page .bd {
    width: 100%;
  }

  .app-in-page .bd .news-detail {
    float: none;
    width: 96%;
    padding: 0 0 0 0;
    margin: 0 auto;
  }

  /* 在职教授作品论文详情页 */
  .exh_inner_a_app h5 {
    font-size: 1.5rem;
    text-align: center;
  }

  .exh_inner_a_app .exh_inner_con {
    width: 90%;
  }

  .exh_inner_a_app .exh_inner_con img {
    margin: 12px 0;
  }

  /* 综合资讯 */
  .app-list-zhzx {
    width: 100%;
  }

  /* 列表及内容页公共头部 */
  .in-container .wrap {
    width: 100%;
  }

  .in-container .wrap .hd {
    width: 100%;
  }

  .in-container .wrap .hd {
    padding: 30px 30px;
    overflow: hidden;
    height: auto;
  }

  .in-container .wrap .hd p {
    font-size: 24px;
  }

  .in-container .wrap .hd p a {
    font-size: 24px;
  }

  .in-container .wrap .bd {
    width: 100%;
  }

  .app-list-zhzx .app-title .en {
    top: -5px;
  }

  .app-list-zhzx .wrap .bd .in-banner {
    width: 100%;
    min-height: auto;
  }

  .app-list-zhzx .wrap .bd .in-banner .banner-wrap {
    width: 100%;
  }

  .app-list-zhzx .wrap .bd .in-banner .banner-wrap ul li img {
    width: 100%;
  }

  .app-list-zhzx .wrap .bd .in-content ul li a,
  .app-list-zhzx .wrap .bd .in-content ul li span {
    font-size: 27px;
    color: #777;
  }

  .app-list-zhzx .wrap .app-title {
    font-size: 26px;
    margin: 40px 30px 10px;
    line-height: 1px;
    border-left: 200px solid #bfbfbf;
    border-right: 200px solid #bfbfbf;
    text-align: center;
    color: #333;
  }

  /* 院长讲台 */
  .app-list-zhzx .flow-list #dailyList li .desc {
    margin: 0;
    font-size: 24px;
    height: auto;
    line-height: 1.5;
  }

  .app-list-zhzx .flow-list {
    padding: 30px;
  }

  .app-list-zhzx .flow-list #dailyList li {
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    float: none;
  }

  .app-list-zhzx .flow-list #dailyList li a {
    display: block;
  }

  .app-list-zhzx .flow-list #dailyList li h3 {
    font-size: 25px;
    color: #777;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    height: auto;
  }

  .app-list-zhzx .flow-list #dailyList li .time {
    font-size: 25px;
    color: #777;
    margin: 15px 0 0;
  }

  .app-list-zhzx .flow-list #dailyList li .pic {
    width: 100%;
    height: auto;
    text-align: left;
  }



  /* 列表页 */
  .app-list-zhzx .wrap .hd h2 {
    display: none;
  }

  .app-list-zhzx .wrap .app-title {
    display: block;
  }

  .app-list-zhzx .wrap .app-banner {
    display: block;
  }

  .app-list-zhzx .wrap .in-banner {
    display: none;
  }

  .app-list-zhzx .wrap .in-content .news-text-list li a {
    width: 69%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
  }

  .app-list-zhzx .wrap .in-content .news-text-list li {
    height: 60px;
    line-height: 60px;
  }

  /* 新闻详情页 */
  .app-in-page-phone {
    background: transparent;
  }

  .app-in-page-phone .wrap .in-banner {
    display: block;
    min-height: auto;
  }

  .app-in-page-phone .wrap .in-banner .banner-wrap ul li img {
    vertical-align: bottom;
    width: 100%;
  }

  .app-in-page-phone .wrap .hd h2 {
    display: none;
  }

  .news-detail {
    padding: 30px;
    width: 100%;
    float: none;
  }

  .news-detail .head {
    padding: 0 0 20px;
  }

  .news-detail .head h1 {
    line-height: 1.5;
    font-size: 27px;
    margin-bottom: 10px;
  }

  .news-detail .head p {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #777 !important;
  }

  .news-detail .detail p {
    line-height: 1.5;
    font-size: 27px;
    color: #777;
    text-align: left;
  }

  .news-detail .detail p span {
    font-size: 23px !important;
    display: block;
    line-height: 1.5;
  }

  .news-detail .detail p a {
    /* 换行 */
    word-wrap: break-word;
    -webkit-word-wrap: break-word;
    -moz-word-wrap: break-word;
    -o-word-wrap: break-word;
    -ms-word-wrap: break-word;
  }

  .news-detail .detail .TRS_Editor p a {
    /* 换行 */
    word-wrap: break-word;
    -webkit-word-wrap: break-word;
    -moz-word-wrap: break-word;
    -o-word-wrap: break-word;
    -ms-word-wrap: break-word;
  }

  .news-detail .detail .TRS_Editor #doc>div {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .news-detail .detail img {
    margin: 12px 0;
    vertical-align: bottom;
    max-width: 100%;
  }

  .news-detail .detail table tr td {
    line-height: 1.5;
    font-size: 27px;
  }

  .exh_inner_t {
    text-align: left !important;
    padding: 1rem 0;
  }

  .exh_inner_img img {
    max-width: 100%;
  }

  .exh_inner_zi {
    padding-right: 0;
  }

  .exh_inner_t a {
    display: inline-block;
  }

  .exh_inner_t a h5,
  .exh_inner_t_app a span {
    line-height: 2.5rem;
    font-size: 13px;
  }

  .exh_inner_t span {
    line-height: 2.5rem;
    font-size: 13px;
  }

  /* 头部导航显示隐藏切换 */
  .header {
    display: none;
  }

  .app-header {
    display: block;
  }

  /* 底部导航显示隐藏切换 */
  .footer {
    display: none;
  }

  #app-footer {
    display: block;
  }

  .foot-zp-app {
    display: block;
  }

  /* 详情页 文章页面*/
  .news-detail .time {
    display: none;
  }

  .news-detail .app-article-time {
    display: block;
  }

  /* 备案 */
  .foot-zp-app .beian {
    display: none;
  }

  /* 在职教授，副教授筛选 */
  .subject-filter {
    padding: 32px 30px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .subject-filter .subject-search-name {
    width: 500px;
    padding: 0 20px 0 76px;
    border-radius: 68px;
    margin-bottom: 32px;
  }

  .subject-filter .subject-search-name input {
    width: calc(100% - 28px);
    height: 68px;
    font-size: 26px;
    padding-left: 20px;
  }

  .subject-filter .subject-search-name img {
    left: 26px;
    width: 32px;
  }

  .subject-filter ul,
  .letter-filter ul {
    position: relative;
    left: -24px;
  }

  .letter-filter {
    flex-wrap: wrap;
    padding: 20px 30px 0;
  }

  .subject-filter p,
  .letter-filter p {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 2px;
  }

  .subject-filter ul li,
  .letter-filter ul li {
    font-size: 28px;
    line-height: 40px;
    padding: 0 24px;
    margin-top: 12px;
  }

  #caa-teacher-list li {
    width: 50%;
  }

  #caa-teacher-list li a .tea_tx {
    margin-bottom: 24px;
    width: 300px;
    height: 300px;
  }

  #caa-teacher-list li a .tea_tx img {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
  }

  #caa-teacher-list li a .tea_tx .tea_tx_back {
    width: 300px;
    height: 300px;
  }

  #caa-teacher-list li a span {
    font-size: 28px;
    line-height: 40px;
    width: 300px;
    padding-left: 5%;
    margin-top: 36px;
  }

  #caa-teacher-list li a i {
    font-size: 24px;
    line-height: 30px;
    width: 300px;
    padding-left: 5%;
  }

  /* 现任领导 */
  .xrld-public .in-content .yz-list.ld li.col-2 {
    width: 100%;
    height: auto;
  }

  .xrld-public .in-content .yz-list.ld li.col-2:last-of-type {
    /* display: none; */
  }

  .xrld-public .in-content .yz-list li.col-2 .avatar {
    width: 50%;
    height: auto;
  }

  .xrld-public .in-content .yz-list li.col-2 .avatar img {
    width: 100%;
    height: auto;
  }

  .xrld-public .in-content .yz-list.ld li.col-2 h5 {
    font-size: 28px;
    padding: 0 15px 15px;
    line-height: 1.5;
  }

  .xrld-public .in-content .yz-list.ld li.col-2 .name {
    font-size: 32px;
    padding: 15px;
    height: auto;
    line-height: 1;
  }

  .xrld-public .in-content .yz-list.ld li.col-2 .detail {
    width: 50%;
    height: auto;
  }

  .painter-banner .lin-right p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .painter-wrap .painter-list li a {
    font-size: 1.4rem;
  }

  .app-list-zhzx .flow-list #dailyList {
    width: 100%;
  }
}

/*广告漂浮矿轮播图*/
#ad1 .ad1-img {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 147px;
  overflow: hidden;
  vertical-align: bottom;
}

#ad1 .ad1-img .img-slide {
  display: block;
  width: 100%;
}

#ad1 .ad1-img .img-slide .img-slide-img {
  vertical-align: bottom;
  width: 100%;
}

#ad1 .ad1-img .dotted-slide {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b9986c;
  margin: 0 4px;
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item.slide-class {
  background-color: #f6cf44;
}

/* 关闭 */

#ad1 .ad1_close {
  display: none;
  CURSOR: hand;
  color: #ff0000;
  font-size: 15px;
}

#ad1 .ad1_close:first-of-type {
  display: inline-block;

}