@charset 'UTF-8';

body {
  background: #fff;
}

/* 列表页公用头图 */
.main-focus {
  height: 5.5rem;
  position: relative;
}
.main-focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main-focus .focus-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-focus .focus-main-title,
.main-focus .focus-sub-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.main-focus .focus-main-title {
  font-size: 88px;
  font-weight: bold;
  top: 45%;
}

.main-focus .focus-sub-title {
  font-size: 22px;
  top: 65%;
  z-index: 9;
}

.serach-main-wrap {
  position: absolute;
  width: 8rem;
  height: 0.6rem;
  left: 50%;
  margin-left: -4rem;
  top: 55%;
  background: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9;
}
.serach-main-wrap input {
  width: 80%;
  height: 100%;
  padding-left: 0.2rem;
}

.serach-main-wrap .serach-btn-c {
  width: 1.07rem;
  height: 0.6rem;
  background: #004eb9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #ffffff;
  cursor: pointer;
}
.serach-main-wrap .serach-btn-c:hover{
  opacity: 0.9;
}
.serach-main-wrap .serach-btn-c img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

/* END */

/* 公用面包屑 */
.bread-menu {
}

.bread-menu span,
.bread-menu .bread-link {
  color: #999999;
}

.bread-menu .bread-link:hover {
  color: #004eb9;
}

/* END 公用面包屑 */

/* 新闻列表页 */
.page-news-list {
  background: #fff;
}

.page-news-list .banner-top .logo-container .logo,
.page-pic-list .banner-top .logo-container .logo {
  width: 3.64rem;
}

.main-body {
  margin-top: 0.4rem;
}

.page-news-list .main-body .main {
  width: 9.5rem;
  float: left;
}

.page-news-list .pic-news-list a:hover .pic-news-title {
  color: #004eb9;
}
.page-news-list a:hover .pic-news-item .pic-box .pic {
  transform: scale(1.1);
}

.page-news-list .pic-news-item {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #f2f3f9;
}

.page-news-list a:last-child .pic-news-item {
  border-bottom: none;
}

.page-news-list .pic-news-item .pic-box {
  width: 2.9rem;
  height: 1.63rem;
  margin-right: 0.38rem;
  float: left;
  position: relative;
  overflow: hidden;
}

.page-news-list .pic-news-item .pic-box .pic {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: 1s;
}

.page-news-list .pic-news-item .date {
  width: 0.7rem;
  color: #fff;
  margin-right: 0.1rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  background: linear-gradient(135deg, #004eb9 0%, #1297d2 100%);
  text-align: center;
}

.page-news-list .pic-news-item .date .day {
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.page-news-list .pic-news-item .date .year {
  font-size: 0.14rem;
  line-height: 0.3rem;
  margin-top: -0.1rem;
}

.page-news-list .pic-news-item .pic-news-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.2rem;
  margin-bottom: 0.13rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news-list .pic-news-item .pic-news-detail {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-news-list .main-body .sub {
  width: 4rem;
  float: right;
  padding-top: 0.25rem;
}

.aside-part-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
  color: #004eb9;
  padding-bottom: 0.24rem;
  padding-left: 0.4rem;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.aside-part-title::after {
  width: 0.28rem;
  height: 0.28rem;
  background: #004eb9 url(../img/icon-clock.png) center center/.18rem no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0.02rem;
}

/* 时间轴新闻样式 */

.news-timeline {
  position: relative;
}

.news-timeline::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  position: absolute;
  left: 0.06rem;
  top: 0;
}

.news-timeline .news-timeline-item {
  margin-bottom: 0.14rem;
  position: relative;
  padding-left: 0.24rem;
}

.news-timeline .news-timeline-item:before {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  content: "";
  position: absolute;
  left: 0;
  top: 0.065rem;
}

.news-timeline .news-timeline-item .tag {
  font-size: 0.14rem;
  color: #dcdcdc;
  width: 0.64rem;
  height: 0.26rem;
  line-height: 0.26rem;
  background: url(../img/icon-tag.png) center center/.64rem no-repeat;
  text-align: center;
  margin-bottom: 0.13rem;
}

.news-timeline .news-timeline-item:nth-of-type(1) .tag,
.news-timeline .news-timeline-item:nth-of-type(2) .tag {
  background: url(../img/icon-tag-blue.png) center center/.64rem no-repeat;
  color: #fff;
}

.news-timeline .news-timeline-item .news-timeline-text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* END */

.page-pic-list .gallery-list {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

/* 教师列表 */
.teacher-list {
  font-size: 0;
  margin-top: 0.3rem;
}

.teacher-list .teacher-item {
  width: 7.6rem;
  height: 3.86rem;
  background: #f2f3f9;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 0.4rem 0.4rem 0;
  padding: 0.39rem 0.32rem;
}

.teacher-list .teacher-item:nth-of-type(2n) {
  margin-right: 0;
}

.teacher-item .teacher-img {
  width: 2.2rem;
  height: 3.08rem;
  display: block;
  float: left;
  margin-right: 0.46rem;
}

.teacher-item .teacher-text {
  float: left;
  width: 4rem;
}

.teacher-item .teacher-name {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  font-weight: bold;
  padding-top: 0.1rem;
}

.teacher-item .teacher-desc {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.teacher-item .teacher-more {
  display: block;
  float: right;
  width: 1.1rem;
  height: 0.36rem;
  background: #004eb9;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.36rem;
  margin-top: 0.9rem;
}

/* END 教师列表 */

/* 列表页公用分页 */
/* pagination 分页 */
.pagination,
.paging .fenye {
  text-align: center;
  margin: 0.3rem 0;
}
.pagination a,
.pagination span,
.paging .fenye a,
.paging .fenye span {
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0 0.1rem;
  min-width: 0.16rem;
}
.pagination a,
.paging .fenye a {
  border-radius: 0.05rem;
  border: 1px solid #d0cfcf;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
}
.pagination .prev,
.pagination .next,
.paging .fenye .prevpage,
.paging .fenye .nextpage {
  padding: 0 0.08rem;
}
.pagination .active,
.paging .fenye .curpage {
  background: #004eb9;
  color: #fff;
  border-radius: 0.05rem;
}
.paging .fenye li {
  padding: 0;
  display: inline-block;
}
