section .top_banner .top_bg {
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  height: 2.92rem;
  min-height: 100px;
}

section .list_container {
  background-repeat: repeat;
  min-height: 500px;
}

section .list_container .list-left {
  width: 216px;
  margin-right: 64px;
  float: left;
}

section .list_container .list-left ul {
  padding: 10px;
  border-radius: 8px;
}

section .list_container .list-left .listmenu {
  background: #3390e1;
  border-radius: 8px;
  box-shadow: 0px 8px 32px 0px rgba(51, 144, 225, 0.2);
}

section .list_container .list-left .listmenu ul li {
  text-align: center;
  padding: 0px 24px;
}

section .list_container .list-left .listmenu ul li.parent {
  background-color: #2154a6;
  border-radius: 8px;
}

section .list_container .list-left .listmenu ul li:not(:last-child) a {
  border-bottom: 1px solid #e9edf2;
}

section .list_container .list-left .listmenu ul li a {
  color: #606266;
  font-size: 16px;
  padding: 16px 0px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .list_container .list-left .listmenu ul li:hover, section .list_container .list-left .listmenu ul li.selected, section .list_container .list-left .listmenu ul li.parent {
  background-color: #3390e1;
  border-radius: 8px;
}

section .list_container .list-left .listmenu ul li:hover > a, section .list_container .list-left .listmenu ul li.selected > a, section .list_container .list-left .listmenu ul li.parent > a {
  color: #ffffff;
}

section .list_container .list-left .listmenu ul li:not(:last-child).selected > a,
section .list_container .list-left .listmenu ul li:not(:last-child):hover > a,
section .list_container .list-left .listmenu ul li:not(:last-child).parent > a {
  border-bottom: 1px solid #3390e1;
}

section .list_container .list-left .listmenu ul li > ul {
  display: none;
}

section .list_container .list-left .m_top {
  text-align: center;
  padding: 16px 0px;
  color: white;
  font-size: 24px;
  border-radius: 8px;
  margin-top: -44px;
  line-height: 32px;
}

section .list_container .list-left .nav_menu {
  border-radius: 8px;
  background: #ffffff;
}

section .list_container .list-left .menubg {
  background: url(../images/menu-bg2x.png) no-repeat 100% 100%;
  background-size: 60% auto;
}

section .list_container .list-right {
  float: left;
  width: calc(100% - 280px);
}

section .list_container .list-right .top-thome {
  line-height: 16px;
}

section .list_container .list-right .top-thome .r-thome {
  text-align: right;
  margin: 16px 0px;
}

section .list_container .list-right .top-thome .r-thome a {
  color: #909499;
  font-size: 12px;
}

section .list_container .list-right .top-thome .r-thome a:last-of-type {
  color: #606266;
}

section .list_container .list-right .head {
  margin-bottom: 48px;
}

section .list_container .list-right .head .big-title {
  font-size: 24px;
  color: #303133;
}

section .list_container .list-right .head .head-icon {
  width: 14px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 17px;
  margin-top: -5px;
}

section .list_container .list-right .main_list {
  margin-bottom: 58px;
}

section .list_container .list-right .main_list ul.m_list li {
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
}

section .list_container .list-right .main_list ul.m_list li:last-child {
  margin-bottom: 0;
}

section .list_container .list-right .main_list ul.m_list li .title {
  padding: 16px;
}

section .list_container .list-right .main_list ul.m_list li .title::before {
  content: "";
  display: inline-block;
  float: left;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: 6px;
}

section .list_container .list-right .main_list ul.m_list li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .list_container .list-right .main_list ul.m_list li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald !important;
  padding-top: 2px;
}

section .list_container .list-right .main_list .img_list li {
  overflow: hidden;
  background: #fff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

section .list_container .list-right .main_list .img_list li .news-img {
  float: left;
  width: 229px;
  overflow: hidden;
  border-radius: 8px;
}

section .list_container .list-right .main_list .img_list li .news-img img {
  transition: all 0.3s;
}

section .list_container .list-right .main_list .img_list li .news-img:hover img {
  transform: scale(1.2);
}

section .list_container .list-right .main_list .img_list li .news-info {
  float: left;
  width: calc(100% - 280px);
  padding: 24px 0 24px 2%;
}

section .list_container .list-right .main_list .img_list li .news-info .news-title {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

section .list_container .list-right .main_list .img_list li .news-info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .list_container .list-right .main_list .img_list li .news-info .time {
  font-size: 12px;
  font-family: Oswald !important;
  font-weight: 500;
  color: #c0c5cc;
  line-height: 16px;
}

section .list_container .list-right .main_list .img_list li a:hover img {
  transform: scale(1.2);
}

section .list_container .list-right .main_list ul.t_s_list li {
  position: relative;
}

section .list_container .list-right .main_list ul.t_s_list li a.title {
  padding: 0;
  display: block;
}

section .list_container .list-right .main_list ul.t_s_list li a.title::before {
  display: none !important;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_img {
  width: 229px;
  height: 172px;
  float: left;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_img img {
  display: block;
  transition: all 0.3s;
  max-width: 100%;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title {
  float: left;
  width: calc(100% - 253px);
  margin-left: 24px;
  padding: 24px 20px 0 0;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title .t_s_title_top {
  color: #303133;
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title a,
section .list_container .list-right .main_list ul.t_s_list li .t_s_title .date {
  width: 100%;
  float: none;
  display: block;
}

section .list_container .list-right .main_list ul.t_s_list li .t_s_title .date {
  position: absolute;
  bottom: 24px;
  width: auto;
}

section .list_container .list-right .main_list ul.t_s_list li:hover .t_s_title_top {
  color: #822045;
}

section .list_container .list-right .main_list ul.t_s_list li:hover .t_s_img img {
  transform: scale(1.2);
}

section .list_container .list-right .main-info {
  background: #ffffff;
  margin-bottom: 80px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

section .list_container .list-right .main-info .text-info {
  padding: 48px 60px;
}

section .list_container .list-right .main-info .text-info h2.big-title {
  text-align: center;
  font-size: 24px;
  color: #303133;
}

section .list_container .list-right .main-info .text-info .min-seen {
  text-align: center;
  margin: 32px 0px;
}

section .list_container .list-right .main-info .text-info .min-seen span {
  display: inline-block;
  color: #909499;
  font-size: 12px;
  margin: 0px 8px;
}

section .list_container .list-right .main-info .text-info .min-seen span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 8px;
}

section .list_container .list-right .main-info .text-info .min-seen .author::before {
  background: url(../images/author2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .info-time::before {
  background: url(../images/time2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .read::before {
  background: url(../images/read2x.png) no-repeat;
  background-size: 100% auto;
}

section .list_container .list-right .main-info .text-info .min-seen .read span::before {
  display: none;
}

section .list_container .list-right .main-info .text-info .main-content p {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
  padding: 12px 0;
}

section .list_container .list-right .main-info .text-info .main-content p > img,
section .list_container .list-right .main-info .text-info .main-content img {
  max-width: 100%;
  margin: 0 auto;
}

section .list_container .list-right .three-nav .three-menu {
  margin-bottom: 40px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > a {
  display: none;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li {
  float: left;
  border-radius: 8px;
  margin-bottom: 8px;
  width: calc((100% - 174px) / 6);
  text-align: center;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li:not(:last-child) {
  padding-right: 8px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li > a {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  background: white;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  display: block;
  padding: 16px 0;
  border-radius: 8px;
}

section .list_container .list-right .three-nav .three-menu > ul > li > ul li.selected a,
section .list_container .list-right .three-nav .three-menu > ul > li > ul li:hover a {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(33, 84, 166, 0.2);
  box-shadow: 0px 8px 32px 0px rgba(33, 84, 166, 0.2);
  color: white;
  background: #2154a6;
  border-radius: 8px;
}

.possplit {
  background-image: none;
  width: auto;
  display: inline;
  text-indent: unset;
  color: #c0c5cc;
  margin-left: 8px;
}

.wp_paging {
  float: none;
  text-align: center;
  width: auto;
  margin: 16px auto 0 auto;
}

.wp_paging li {
  float: none;
}

.wp_paging li a.pagingJump {
  color: #5b2339;
}

.wp_paging li a.first span, .wp_paging li a.last span, .wp_paging li a.prev span, .wp_paging li a.next span {
  color: #5b2339;
}

.dean-main {
  margin-top: 48px;
  background: #ffffff;
  border-radius: 8px;
}

.dean-main .dean-img {
  float: left;
  width: 242px;
  transform: translateY(-48px);
  border-radius: 4px;
  overflow: hidden;
}

.dean-main .dean-img .phone {
  display: none;
}

.dean-main .dean {
  width: calc(100% - 290px);
  padding-top: 48px;
  padding-left: 48px;
  float: left;
  text-align: justify;
}

.center-intro img {
  max-width: 100%;
}

.center-intro .intro-title {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin: 48px 0 24px;
}

.center-intro .intro-title::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 8px;
  height: 18px;
  background: #822045;
  border-radius: 4px;
  transform: translateY(2px);
}

.center-intro h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 12px;
}

.center-intro h2::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 8px;
  height: 18px;
  background: #822045;
  border-radius: 4px;
  transform: translateY(2px);
}

.center-intro h3,
.center-intro p {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

.center-intro .content h3:not(:first-child) {
  margin-top: 36px;
}

.center-intro h3 {
  font-weight: 600;
  text-align: left;
}

.center-intro p {
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
}

.center-intro .special {
  padding: 12px 0;
}

.center-intro .special p {
  padding: 0;
  margin: 0;
}

.center-intro .intro-content {
  width: 100%;
  height: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.center-intro .list-top {
  position: relative;
}

.center-intro .list-top > a {
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #822045;
  line-height: 20px;
  border: 1px solid #822045;
  border-radius: 17px;
  padding: 4px 16px;
  transition: all 0.3s;
}

.center-intro .list-top > a:hover {
  background: #822045;
  color: #fff;
}

.center-intro .news_inner {
  margin-top: 24px;
}

.center-intro .white_bg {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.center-intro .white_bg .tutor {
  max-width: 903px;
  width: 100%;
}

.center-intro .white_bg .club {
  max-width: 477px;
  width: 100%;
  margin: 48px 0;
}

.center-intro .margin-bottom {
  margin-bottom: 36px;
}

.main_list .center-list {
  font-size: 0;
}

.main_list .center-content {
  font-size: 0;
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: top;
}

.main_list .center-content:nth-child(odd) {
  margin-right: 16px;
}

.main_list .center-content .content-left {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.main_list .center-content .content-left .img-wrap1 {
  width: 148px;
  height: 220px;
  position: relative;
}

.main_list .center-content .content-left .img-wrap1 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
}

.main_list .center-content .content-right {
  width: calc(100% - 148px);
  display: inline-block;
  vertical-align: top;
  padding: 32px 32px 16px;
  font-size: 0;
}

.main_list .center-content .content-right .name,
.main_list .center-content .content-right .post {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.main_list .center-content .content-right .name {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 26px;
  margin-right: 16px;
}

.main_list .center-content .content-right .post {
  font-size: 12px;
  font-weight: 500;
  color: #822045;
  line-height: 18px;
  padding: 4px 12px;
  background: rgba(130, 32, 69, 0.12);
  border-radius: 17px;
}

.main_list .center-content .content-right .summary {
  font-size: 14px;
  font-weight: 400;
  color: #909499;
  line-height: 20px;
  margin-top: 24px;
  text-align: justify;
  height: 116px;
  overflow: auto;
}

@media screen and (max-width: 1508px) {
  .main_list .center-content .content-right {
    padding: 32px 16px 16px;
  }
}

@media screen and (max-width: 1440px) {
  .main_list .center-content {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .dean-main .dean-img {
    margin: 0 auto;
    width: 100%;
  }
  .dean-main .dean-img .pc {
    display: none;
  }
  .dean-main .dean-img .phone {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .main_list .center-content .content-right .name {
    width: 100%;
    display: block;
  }
  .main_list .center-content .content-right .post {
    margin-top: 12px;
  }
  .main_list .center-content .content-right .summary {
    height: 84px;
  }
}

@media screen and (max-width: 600px) {
  .main_list .center-content .content-right .name {
    width: 100%;
    display: block;
  }
  .main_list .center-content .content-right .post {
    margin-top: 12px;
  }
  .main_list .center-content .content-right .summary {
    height: 62px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar-thumb {
    background-color: rgba(144, 148, 153, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
  }
  .main_list .center-content .content-right .summary::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 148, 153, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
