@charset "utf-8";
.block-title {
  position: relative;
  width: 100%;
  line-height: 1;
  padding-top: 36px;
  margin-bottom: 30px;
  text-align: left;
  background-position: center top;
  background-repeat: no-repeat;
}
.block-title.white::after {
  background-color: #fff;
}
.block-title h1 {
  position: relative;
  padding-left: 10px;
  border-left: 6px solid #005dbe;
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
}

.block-more {
  position: absolute;
  top: -4px;
  right: 0;
  display: inline-block;
  width: 56px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #005dbe;
  text-align: center;
  border: 1px solid #005dbe;
  font-size: 12px;
  border-radius: 10px;
  vertical-align: middle;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-more:hover {
  background-color: #fff;
  color: #005dbe;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.block-fullwidth-more {
  text-align: center;
}

.block-tab {
  position: relative;
  padding: 0;
  padding-left: 10px;
  line-height: 30px;
  border-left: 6px solid #005dbe;
}
.block-tab-item {
  position: relative;
  color: #333;
  font-size: 20px;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-tab-item.active {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-tab-item:hover {
  color: #333;
  opacity: 0.8;
}
.block-tab-item::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  width: 18px;
  margin: 0 auto;
  border: 10px solid transparent;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-tab-item.active::after {
  border-bottom-color: #fff;
}
.block-tab-split {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 12px;
  background: #ccc;
  vertical-align: middle;
}
.block-tab-content {
  display: none;
  padding: 20px;
  background-color: #fff;
}
.block-tab-content.active {
  display: block;
}
.block-tab-more {
  position: absolute;
  right: 20px;
  top: 6px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 14px;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-tab-more:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.block-item.i2 .block-tab-more,
.block-item.i3 .block-tab-more,
.block-item.i4 .block-tab-more {
  background: rgba(255, 255, 255, 0.2);
}
.block-item.white .block-tab-more:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}

.block-tab.white {
  border-left-color: #fff;
}
.block-tab.white .block-tab-item {
  color: #fff;
}
.block-tab.white .block-tab-item.active {
  color: #fff;
}
.block-tab.white .block-tab-item:hover {
  color: #fff;
}
.block-tab.white .block-tab-split {
  background: #fff;
}

.block-item.i1 {
  padding: 20px;
  background: #fff;
  margin-top: 14px;
}
.block-item.i2 {
  padding: 30px 20px 0;
}
.block-item.i1 .block-tab-more {
  top: 40px;
}
.block-item.i2 .block-tab-more {
  top: 40px;
}
.block-item.i5 .block-tab-content,
.block-item.i6 .block-tab-content {
  padding: 0;
  background: transparent;
}
.block-item.i5 .block-tab-item::after,
.block-item.i6 .block-tab-item::after {
  display: none;
}

/*
* Homepage
*/

/* Home Banner */
.banner-carousel {
  display: block;
  width: 100%;
  height: 580px;
  background-color: #333;
}
.banner-carousel .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  opacity: 0.5;
}
.banner-carousel .swiper-slide-active {
  opacity: 1;
}
.banner-pagination.swiper-pagination {
  bottom: 20px;
  z-index: 2;
}
.banner-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.banner-pagination.swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #005dbe;
}
.banner-carousel-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 20px 0 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.banner-carousel-text .container {
  position: relative;
}
.banner-carousel-text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.banner-carousel-text .more {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

/* Home News */
.home-news {
  padding: 70px 0 30px;
  background: url(../img/home_news_bg.png) no-repeat center top;
}
.img-news-list {
  min-height: 520px;
}
.img-news-list li {
  position: relative;
  margin-bottom: 20px;
}
.img-news-list li:last-child {
  margin-bottom: 0;
}
.img-news-item {
  position: relative;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-news-item .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 140px;
  height: 70px;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.img-news-item .date {
  position: absolute;
  left: 126px;
  top: 26px;
  width: 44px;
  height: 36px;
  font-size: 12px;
  background: #005dbe;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.img-news-item .date span,
.img-news-item .date b {
  display: block;
  white-space: nowrap;
}
.img-news-item .content {
  display: block;
  padding: 10px 20px 0 204px;
}
.img-news-item .content h3 {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-news-item .content p {
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  margin: 6px 0;
}
.img-news-item .content .date {
  font-size: 14px;
  color: #999;
}
.img-news-item:hover .content h3 {
  color: #005ab9;
}
.img-news-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.block-item.i2 .block-tab-content {
  padding: 0;
}
.date-news-list {
  min-height: 594px;
  background: #fff;
}
.date-news-list li:last-child .date-news-item {
  border-bottom: none;
}
.date-news-item {
  position: relative;
  padding: 27px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.date-news-item .date {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 46px;
  height: 70px;
  border: 1px solid #005dbe;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
}
.date-news-item .date span,
.date-news-item .date b {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.date-news-item .date span {
  display: block;
  font-size: 26px;
  color: #005dbe;
}
.date-news-item .content {
  padding-left: 65px;
  padding-top: 10px;
}
.date-news-item .content h3 {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: none;
}
.date-news-item .content p {
  padding-top: 10px;
  line-height: 1;
  font-size: 12px;
  color: #999;
}

/* Link */
.home-link {
  padding: 50px 0 70px;
  background: #f0f0f0 url(../img/home_links_bg.png) no-repeat center/cover;
}
.link-list {
  width: 100%;
}
.link-list-item {
  display: block;
  width: 100%;
  max-width: 256px;
  height: 94px;
  margin: 4px 0;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link-list-item:hover {
  box-shadow: 0 4px 16px rgba(186, 0, 18, 0.2);
}

/* Activities */
.home-activities {
  padding: 65px 0 40px;
  background: #005dbe url(../img/home_activities_bg.png) no-repeat center top;
}
.activities-list {
  min-height: 490px;
}
.activities-list-item {
  line-height: 60px;
  padding-left: 20px;
  font-size: 16px;
  border-top: 1px dashed #e6e6e6;
  background: url(../img/icon/icon_admission_list_dot.png) no-repeat center left;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.activities-list:last-child {
  border-bottom: 1px dashed #e6e6e6;
}
.activities-list-item a {
  color: #1a1a1a;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.activities-list-item:hover {
  background-image: url(../img/icon/icon_admission_list_dot_active.png);
}
.activities-list-item:hover a {
  color: #005dbe;
}
.activities-list-item span {
  float: right;
  font-size: 14px;
  color: #999;
}
.admission-list.gary {
  min-height: 490px;
}
.admission-list.gary .admission-list-item {
  margin: 0 0 14px;
  background: #f5f5f5 url(../img/icon/icon_admission_list_arrow.png) no-repeat;
  border: 1px solid #e5e5e5;
  background-position: 96% center;
  box-shadow: none;
}
.admission-list.gary .admission-list-item:hover {
  background-image: url(../img/icon/icon_admission_list_arrow_active.png);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.admission-list.gary li:last-child .admission-list-item {
  margin-bottom: 0;
}

.poster-list-item {
  height: auto;
  margin: 10px 8px;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.poster-list-item .photo {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f0f0f0;
}
.poster-list-item h3 {
  padding: 10px;
  line-height: 25px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.poster-list-item:hover h3 {
  background: #005dbe;
  color: #fff;
}
.poster-list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Admission */
.home-admission {
  padding: 60px 0 40px;
  background: #f9fbfd url(../img/home_admission_bg.png) no-repeat center bottom;
}
.admission-list {
  min-height: 510px;
}
.admission-list-item {
  position: relative;
  overflow: hidden;
  height: 70px;
  margin: 0 0 18px;
  padding-left: 14px;
  padding-top: 10px;
  background: #fff;
  border-right: 6px solid #005dbe;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.admission-list-item h3 {
  padding: 6px 0 6px 10px;
  line-height: 1;
  font-size: 16px;
  color: #1a1a1a;
  background: url(../img/icon/icon_admission_list_dot.png) no-repeat center left;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.admission-list-item p {
  padding-top: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}
.admission-list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.admission-list-item:hover h3 {
  color: #005dbe;
  background-image: url(../img/icon/icon_admission_list_dot_active.png);
}

.job-list {
  min-height: 388px;
  padding: 0;
  margin-top: 8px;
}
.job-list-item {
  position: relative;
  overflow: hidden;
  padding-left: 100px;
  margin: 0 0 18px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.job-list li:last-child {
  margin-bottom: 0;
}
.job-list-item .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 70px;
  line-height: 1.5;
  padding-top: 10px;
  overflow: hidden;
  background: transparent;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #005dbe;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.job-list-item .date span,
.job-list-item .date em {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
.job-list-item .content {
  position: relative;
}
.job-list-item .content h3 {
  line-height: 70px;
  font-size: 16px;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.job-list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.job-list-item:hover .content h3 {
  color: #005dbe;
}

/* Quick Nav */
.home-quick-nav {
  padding: 0 0 60px;
  background: #f9fbfd url(../img/home_quick_nav_bg.png) no-repeat center top;
}
.quick-nav-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.quick-nav-item i {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 42px;
  height: 42px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.quick-nav-item p {
  line-height: 100px;
  padding-left: 80px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.quick-nav-item:hover {
  background: #005dbe;
}
.quick-nav-item:hover i {
  background-color: #fff;
}
.quick-nav-item:hover p {
  color: #fff;
}

/*
 * Column Style
 */
.column-banner {
  background-color: #fff;
}
.column-img {
  max-width: 1920px;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #999;
}

.column {
  min-height: calc(100vh - 500px);
  background-color: #f0f0f0;
}
.column-sidebar,
.column-content {
  position: relative;
  margin-top: 40px;
}
.column-sidebar {
  margin-top: -80px;
  margin-bottom: 20px;
}
.column-content {
  min-height: 500px;
  margin-top: -80px;
  margin-bottom: 40px;
  background: #fff url(../img/section_bg.png) no-repeat center top;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.column-name {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  font-size: 24px;
  font-weight: 600;
  color: #005dbe;
  background: #fff;
  border-left: 4px solid #005dbe;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.column-collapse {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.col-list {
  margin-top: 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.col-list > ul {
  position: relative;
  padding: 0;
  margin-top: 12px;
  font-size: 16px;
  border-left: 4px solid #005dbe;
}
.col-list > ul > li > a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.col-list > ul > li > a:hover {
  color: #005dbe;
  background-color: #ededed;
}
.col-list > ul > li.selected > a {
  background: #ddd;
  color: #005dbe;
  font-weight: 600;
}
.col-sublist > ul > li > a {
  display: block;
  color: #666;
  display: block;
  padding: 10px 28px;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.col-sublist > ul > li span {
  position: relative;
  top: 3px;
  font-size: 12px;
  float: right;
}
.col-sublist > ul > li > a:hover {
  background-color: #005dbe;
  color: #fff;
}
.col-sublist li.selected a {
  background-color: #005dbe;
  color: #fff;
}
.col-breadcrumbs {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}
.wp_listalbumn {
  margin-top: 20px;
}

/* Column Right */
.column-title {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #005dbe;
  font-weight: 600;
  font-size: 24px;
}
.column-breadcrumb {
  margin-top: 5px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.column-breadcrumb a {
  color: #999;
}
.column-breadcrumb a:hover {
  color: #333;
}
.column-breadcrumb i {
  margin-right: 12px;
}
.column-info-list {
  padding-top: 0;
}
.column-info-list li {
  padding: 10px 20px;
  border-bottom: 1px dotted #eee;
}
.column-info-list li p {
  margin: 0;
}
.column-info-list li:last-child {
  border-bottom: none;
}

.column-date-list {
  padding: 20px 25px;
}
.column-date-list .date-item {
  margin-bottom: 28px;
}
.info-list ul {
  min-height: 380px;
  padding-top: 0;
}
.info-list li {
  padding: 14px 0 8px;
  border-bottom: 1px dashed #e0e0e0;
}
.info-list li h3 {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.info-list li h3 span {
  color: #005dbe;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #eee;
}
.info-list li h3 b {
  float: right;
  color: #999;
  font-style: normal;
  font-size: 12px;
}
.info-list li:hover h3 {
  color: #005dbe;
}

.column-img-list {
  padding: 20px 25px;
}
.column-img-item {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 25px;
}
.column-img-item .photo {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.column-img-item .title {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 12px 15px;
  margin-top: -60px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.column-img-item .title p {
  margin: 0;
}
.column-img-item:hover .title {
  color: #005dbe;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.column-members-list {
  padding: 0 20px;
}
.column-members-list .wp_single {
  padding: 0 20px;
}
.member-carousel-item {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.member-photo {
  position: relative;
  max-width: 140px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #999;
}
.member-photo .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.member-carousel-item:hover .member-photo .overlay {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.member-info {
  height: 92px;
  padding-top: 16px;
  text-align: center;
}
.member-info h3 {
  position: relative;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.member-info p {
  font-size: 14px;
  color: #999;
}
.member-carousel-item:hover .member-info h3 {
  color: #0957b5;
}
.subDoctor_year {
  line-height: 30px;
  background: #f2f2f2;
  overflow: hidden;
  padding: 10px 15px 5px 15px;
  margin-bottom: 30px;
}
.subDoctor_year span {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

.subDoctor_year_info a {
  display: inline-block;
  margin-right: 13px;
  padding: 3px 5px;
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
  vertical-align: middle;
}
.subDoctor_year_info a.active,
.subDoctor_year_info a:hover {
  background: #0a60ca;
  color: #fff;
}

/*
* Post
*/
.post {
  margin-top: -80px;
}
.post .inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.post-content {
  width: 100%;
  padding: 0;
  padding: 30px 0;
  background-color: #fff;
}
.post-title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.post-attr {
  margin-bottom: 20px;
  padding: 0 20px 30px;
  text-align: center;
  color: #005dbe;
  border-bottom: 1px solid #ccc;
}
.post-attr > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #f7f7f7;
  border-radius: 8px;
  cursor: pointer;
}
.read-content {
  width: 100%;
  min-height: 400px;
  line-height: 2;
  margin: 0 auto;
  padding: 10px 20px 40px;
}
.read-content img {
  margin: 10px 0;
  max-width: 100% !important;
  height: auto;
}
.breadcrumb {
  color: #fff;
  text-align: left;
  background: #005dbe;
  border-radius: 0;
}
.breadcrumb .possplit {
  display: none;
}
.breadcrumb a {
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.breadcrumb a:hover {
  opacity: 1;
}
.wp_articlecontent > table {
  width: 100% !important;
}

.wp_listcolumn_searchbartree {
  margin: 10px 0;
}
.wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword {
  width: 100%;
  height: 36px;
}
.wp_listcolumn_searchbttree {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -29px;
  margin-right: 4px;
}
.ztree {
  background-color: #f7f7f7;
}
.ztree * {
  font-size: 14px;
}
.ztree li {
  padding: 10px 0;
}

@media screen and (max-width: 1199px) {
  /* Header */
  .search-box {
    right: -80px;
    left: auto;
  }
  .header-nav {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .site-nav {
    padding: 0;
    margin: 0;
  }

  /* Home */
  .block-tab-content {
    padding: 0;
  }
  .banner-carousel {
    height: 400px;
  }
  .home-news {
    padding: 80px 0 20px;
  }
  .img-news-item .content {
    padding: 6px 20px 0 186px;
  }
  .date-news-list {
    min-height: auto;
  }

  /* Column */
  .column-banner .img {
    height: 300px;
  }
  .column-img-item .link {
    height: 150px;
  }
  .info-list li h3 b {
    float: none;
    display: block;
    padding-top: 4px;
  }
}

@media screen and (max-width: 991px) {
  /* Header */
  .header {
    padding: 0 0 0;
  }
  .header-logo {
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
  }
  .header-logo img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
  .search-box {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .header-nav .inner {
    margin-top: 0;
    border-radius: 0;
  }

  /* Footer */
  .footer {
    padding: 30px 0 30px;
    background-size: cover;
  }
  .footer-logo {
    padding: 0;
    text-align: center;
  }
  .footer-logo img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
  .footer-item {
    padding: 6px 0;
  }
  .footer-contact {
    padding: 20px 0;
    text-align: center;
    opacity: 0.8;
  }
  .footer-contact p {
    display: inline-block;
    margin: 0 10px;
  }
  .footer-qrcode {
    padding: 0;
    text-align: center;
  }

  /* Nav */
  .header-nav .inner {
    width: 100%;
  }
  .site-nav li a {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
  }

  /* Home */
  .home-news,
  .home-activities,
  .home-admission,
  .home-quick-nav {
    padding: 20px 0;
  }
  .home-news {
    background-size: cover;
  }
  .block-item {
    margin: 20px 0;
  }
  .block-item.i2 {
    padding: 0;
  }
  .block-item.i2 .block-title {
    background: #005dbe;
  }
  .block-tab-more {
    top: 28px;
  }
  .activities-list ul {
    padding: 0 10px;
  }

  .block-item.i1 .block-tab-more {
    top: 60px;
  }
  .block-item.i2 .block-tab-more {
    top: 26px;
  }

  /* Column */
  .column-content {
    margin-top: 0;
  }
  .col-list > ul > li > a {
    padding: 8 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /* Header */
  .header-logo {
    padding: 20px 0;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }

  /* Nav */
  .header-nav {
    position: relative;
    height: 55px;
    background-image: none;
    background-color: #005dbe;
  }
  .header-nav .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px !important;
  }
  .site-nav,
  .navbar-nav {
    padding: 0 !important;
    margin: 0 !important;
  }
  .site-nav li {
    width: 100%;
  }
  .site-nav li a {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
  }
  .site-nav li a::after {
    display: none;
  }
  .site-nav li:last-child a {
    border-bottom: none;
  }
  .dropdown-menu {
    left: 0;
    min-width: 100%;
  }

  /* Footer */
  .footer-logo {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-qrcode {
    padding-bottom: 30px;
    text-align: center;
  }

  /* Home */
  .block-item {
    padding: 0;
    margin: 10px 0;
  }
  .block-title h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .block-tab-more {
    top: 28px;
  }
  .banner-carousel {
    height: 40vw;
  }
  .banner-carousel-text {
    padding-bottom: 50px;
  }
  .banner-carousel-text h3 {
    font-size: 24px;
  }
  .banner-carousel-text p {
    margin-top: 4px;
    font-size: 14px;
  }
  .banner-carousel-text .more {
    top: 0;
    bottom: auto;
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  .banner-carousel-text .more img {
    width: 30px;
  }

  .block-tab-item.active {
    font-size: 20px;
  }
  .block-tab-item {
    font-size: 18px;
  }

  .quick-nav-item p {
    font-size: 16px;
  }
  .img-news-item {
    height: auto;
  }
  .img-news-item .date {
    top: 10px;
    left: 10px;
  }
  .img-news-item .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
  }
  .img-news-item .content {
    padding: 10px 20px;
  }

  .activities-list-item a {
    float: none;
    display: block;
  }
  .activities-list-item span {
    display: none;
    float: none;
  }

  /* Column */
  .column-name {
    padding: 20px;
    font-size: 20px;
  }
  .column-right {
    padding: 0;
    margin-top: 10px;
  }
  .column-title {
    padding: 15px 20px;
    font-size: 22px;
  }
  .column-img {
    height: 40vw;
  }
  .column-img-item {
    max-width: 420px;
    margin: 0 auto;
  }
  .column-img-item .link {
    height: 180px;
  }
  .column-img-item .title p {
    font-size: 14px;
  }
  .column-content {
    margin-top: 20px;
  }
  .info-list li h3 {
    font-size: 14px;
  }

  /* Post */
  .read-content {
    padding: 10px 20px;
  }
  .read-content img {
    height: auto !important;
  }
  .post-title {
    font-size: 20px;
  }
  .post-attr {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  .header {
    padding: 0;
  }
  .site-nav {
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* Footer */
  .footer-copyright {
    font-size: 12px;
  }
  .column-position {
    float: none;
    display: block;
  }

  /* Home */
  .block-more {
    top: 20px;
    bottom: 0;
    font-size: 12px;
  }
  .banner-carousel {
    height: 58vw;
  }
  .home-news,
  .home-news .inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-img-item {
    height: auto;
  }
  .news-img-item .photo {
    position: relative;
    width: 100%;
    height: 30vw;
  }
  .news-img-item .content {
    padding-left: 0;
    padding-top: 10px;
  }

  .plan-item {
    max-width: 100%;
  }

  /* Column */
  .column-img {
    height: 60vw;
  }
  .column-date-list {
    padding: 10px;
  }

  /* Post */
  .read-content {
    padding: 10px 0;
  }
}

.cols_teacher_tit {
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #111111;
  position: relative;
  line-height: 50px;
  margin-top: 20px;
}

.cols_teacher_tit:after {
  content: "";
  width: 350px;
  height: 2px;
  border-bottom: 2px solid #ece7d1;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.cols_teacher_tit:before {
  content: "";
  width: 100px;
  height: 3px;
  border-bottom: 2px solid #4f9ce5;
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: 2;
}
.cols_teacher .cols_list {
  padding: 40px 0px 0px;
}
.cols {
  margin: 0px 1%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  width: 10.5%;
}
.cols_imgs {
  height: 110px;
  display: block;
}
.cols_imgs img {
  max-width: 100%;
  height: 110px;
}
.cols_title {
  display: block;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
