

.wp_articlecontent * {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif !important;
 font-size:16px;
}

section .top_banner .top_bg {
  background: url(../images/list_banner2x.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 292px;
}

section .list_container {
  background: url(../images/list-bg.png);
  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: #2154a6;
  border-radius: 8px;
  -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);
}

section .list_container .list-left .m_top {
  text-align: center;
  padding: 16px 0px;
  color: white;
  font-size: 24px;
  border-radius: 8px;
  margin-top: -44px;
}

section .list_container .list-left .nav_menu {
  border-radius: 8px;
  background: #ffffff;
 
}

section .list_container .list-left ul li {
  text-align: center;
 // padding: 0px 24px;
}
section .list_container .list-left ul li.parent {
  background-color: #2154a6;
  border-radius: 8px;
}
section .list_container .list-left ul li:not(:last-child) a {
 position: relative;
}

section .list_container .list-left ul li a {
  color: #606266;
  font-size: 16px;
  padding: 16px 0px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
position: relative;
}

section .list_container .list-left ul li:hover, section .list_container .list-left ul li.selected, section .list_container .list-left ul li.parent {
  background-color: #2154a6;
  border-radius: 8px;
}

section .list_container .list-left ul li:hover>a, section .list_container .list-left ul li.selected>a, section .list_container .list-left ul li.parent >a {
  color: #ffffff;
}

section .list_container .list-left ul li:not(:last-child).selected a,
section .list_container .list-left ul li:not(:last-child):hover a,
section .list_container .list-left ul li:not(:last-child).parent a {
 // border-bottom: 1px solid #2154a6;

}

section .list_container .list-left ul li selected>a,
section .list_container .list-left ul li:hover>a,
section .list_container .list-left ul li.parent>a {
background-color: #2154a6;
    border-radius: 8px;
}
a.selected::before {
    display: block;
    content: "";
    width: calc(100% - 48px);
    /* border-bottom: 1px solid red; */
    position: absolute;
    /* text-align: center; */
    height: 1px;
    background-color: #2154a6;
    /* margin: 0 auto; */
    margin-left: 24px;
    margin-right: 24px;
    top: 0;
    left: 0;
}
section .list_container .list-left ul li:not(:last-child).selected>a::after, section .list_container .list-left ul li:not(:last-child):hover>a::after, section .list_container .list-left ul li:not(:last-child).parent>a::after{
display: block;
    content: "";
    width: calc(100% - 48px);
    /* border-bottom: 1px solid red; */
    position: absolute;
    /* text-align: center; */
    height: 1px;
    background-color: #2154a6;
    /* margin: 0 auto; */
    margin-left: 24px;
    margin-right: 24px;
    bottom: 0;
    left: 0;
}
section .list_container .list-left ul li a::after {
    display: block;
    content: "";
    width: calc(100% - 48px);
    /* border-bottom: 1px solid red; */
    position: absolute;
    /* text-align: center; */
    height: 1px;
    background-color: #eee;
    /* margin: 0 auto; */
    margin-left: 24px;
    margin-right: 24px;
    bottom: -1px;
    left: 0;
}
section .list_container .list-left ul li > ul {
  display: none;
background-color:#ffffff;

}
section .list_container .list-left ul li > ul{

}
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: 24px;
}

section .list_container .list-right .head .big-title {
  font-size: 24px;
  color: #303133;
}

section .list_container .list-right .head .en {
  font-size: 14px;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16px;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline-block;
}

section .list_container .list-right .head .head-icon {
  background: url(../images/head-icon.png) no-repeat;
  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 .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 a:hover{
color:#2154a6;}

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 ul.m_list li:nth-child(4n + 1) .title::before {
  background-color: #8f3759;
}

section .list_container .list-right .main_list ul.m_list li:nth-child(4n + 2) .title::before {
  background-color: #b85b50;
}

section .list_container .list-right .main_list ul.m_list li:nth-child(4n + 3) .title::before {
  background-color: #204285;
}

section .list_container .list-right .main_list ul.m_list li:nth-child(4n + 4) .title::before {
  background-color: #36768f;
}

section .list_container .list-right .main_list ul.m_list li .title:hover::before {
  background-color: #2154a6;
}

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 a{
 color:#000;
display: block;
    height: 100%;
    overflow: hidden;
}
section .list_container .list-right .main_list .img_list li a:hover .news-title{
color:#2154a6;
}
section .list_container .list-right .main_list .img_list li .news-img {
  float: left;
  width: 229px;
 border-radius: 8px;
 overflow: hidden;
}

section .list_container .list-right .main_list .img_list li .news-img a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
color:#000
}

section .list_container .list-right .main_list .img_list li .news-img img{
  display: block;
  width: 229px;
max-height:200px;
  border-radius: 8px;
}

section .list_container .list-right .main_list .img_list li .news-info {
    float: left;
    width: calc(100% - 230px);
    padding: 24px 2%;
    box-sizing: border-box;
}

section .list_container .list-right .main_list .img_list li .news-info .news-title a {
  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;
}

section .list_container .list-right .main_list .img_list li .news-info .desc a {
  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: #606266;
  line-height: 16px;
}
section .list_container .list-right .main_list .img_list li .news-info .desc{
color: #606266;
margin-bottom:10px;
letter-spacing:2px;
font-size:14px;
}
section .list_container .list-right .main_list .img_list li .news-info .news-title{
 padding-bottom:15px;
font-weight: 600;
}
section .list_container .list-right .main_list .event_list {
  padding-left: 35px;
  margin-left: 7px;
  position: relative;
}

section .list_container .list-right .main_list .event_list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  background: #dce0e6;
  left: -1px;
  top: 14px;
}

section .list_container .list-right .main_list .event_list li {
  position: relative;
  margin-bottom: 8px;
  font-size: 0;
}

section .list_container .list-right .main_list .event_list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f5f7fa;
  border: 2px solid #c0c5cc;
  border-radius: 50%;
  left: -41px;
  top: 10px;
}

section .list_container .list-right .main_list .event_list li .event_time {
  font-size: 24px;
  font-family: Oswald-Medium !important;
  font-weight: 500;
  color: #606266;
  line-height: 32px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: top;
}

section .list_container .list-right .main_list .event_list li .event_info {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: calc(100% - 100px);
}

section .list_container .list-right .main_list .present_leader_list li {
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(33, 84, 166, 0.12);
  margin-bottom: 8px;
}

section .list_container .list-right .main_list .present_leader_list li > a {
  display: block;
  padding: 24px 48px;
}

section .list_container .list-right .main_list .present_leader_list li > a .post,
section .list_container .list-right .main_list .present_leader_list li > a .job {
  padding-left: 32px;
}

section .list_container .list-right .main_list .present_leader_list li:nth-child(4n + 1) {
  border-left: 4px solid #8f3759;
}

section .list_container .list-right .main_list .present_leader_list li:nth-child(4n + 2) {
  border-left: 4px solid #b85b50;
}

section .list_container .list-right .main_list .present_leader_list li:nth-child(4n + 3) {
  border-left: 4px solid #204285;
}

section .list_container .list-right .main_list .present_leader_list li:nth-child(4n + 4) {
  border-left: 4px solid #36768f;
}

section .list_container .list-right .main_list .present_leader_list li .common_title {
  font-size: 12px;
  font-weight: 400;
  color: #909499;
  line-height: 16px;
  margin-bottom: 8px;
}

section .list_container .list-right .main_list .present_leader_list li .common_info {
  font-size: 14px;
  font-weight: 400;
  color: #303133;
  line-height: 18px;
}

section .list_container .list-right .main_list .present_leader_list li .name {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 20px;
  width: 12%;
  vertical-align: middle;
  position: relative;
}

section .list_container .list-right .main_list .present_leader_list li .name::before {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 16px;
  background: #e9edf2;
  right: 30%;
  top: 3px;
}

section .list_container .list-right .main_list .present_leader_list li .post {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: middle;
}

section .list_container .list-right .main_list .present_leader_list li .post::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #e9edf2;
  right: 20%;
  top: 10px;
  left: 0;
  margin-right: 48px;
}

section .list_container .list-right .main_list .present_leader_list li .job {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

section .list_container .list-right .main_list .present_leader_list li .job:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #e9edf2;
  right: 0;
  top: 10px;
  left: 0;
}

section .list_container .list-right .main_list .successive_list {
  padding-left: 32px;
  margin-left: 7px;
  position: relative;
}

section .list_container .list-right .main_list .successive_list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 93%;
  background: #dce0e6;
  left: -1px;
  top: 10px;
}

section .list_container .list-right .main_list .successive_list li {
  margin-bottom: 50px;
  position: relative;
}

section .list_container .list-right .main_list .successive_list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #f5f7fa;
  border: 2px solid #c0c5cc;
  border-radius: 50%;
  left: -37px;
  top: 14px;
box-sizing:content-box;
}

section .list_container .list-right .main_list .successive_list li .time_list {
  font-size: 24px;
  font-family: Oswald-Medium !important;
  font-weight: 500;
  color: #606266;
  line-height: 32px;
  min-width: 175px;
  display: inline-block;
  vertical-align: middle;
}

section .list_container .list-right .main_list .successive_list li .leader_info {
  display: inline-block;
  padding-left: 42px;
  vertical-align: text-top;
  width: calc(100% - 200px);
}

section .list_container .list-right .main_list .successive_list li .leader_info p {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 28px;
  margin-bottom: 8px;
}

section .list_container .list-right .main_list .cooper_list li > a {
  padding: 24px 48px;
  display: block;
}

section .list_container .list-right .main_list .cooper_list li > div {
  float: left;
}

section .list_container .list-right .main_list .cooper_list li > div.download {
  float: right;
}

section .list_container .list-right .main_list .cooper_list li .name {
  font-size: 16px;
  color: #303133;
  line-height: 20px;
  width: 19%;
  padding: 10px 0;
}

section .list_container .list-right .main_list .cooper_list li .name:before {
  display: none;
}

section .list_container .list-right .main_list .cooper_list li .post:before {
  left: 0;
  margin-right: 48px;
}

section .list_container .list-right .main_list .cooper_list li .common_info,
section .list_container .list-right .main_list .cooper_list li .common_title {
 // margin-left: 48px;
}

section .list_container .list-right .main_list .cooper_list li .download {
  cursor: pointer;
  display: inline-block;
  float: right;
}

section .list_container .list-right .main_list .cooper_list li .download .down {
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(33, 84, 166, 0.2);
  border-radius: 8px;
  width: 128px;
}

section .list_container .list-right .main_list .cooper_list li .download .down .zlxz {
  color: #2154a6;
}

section .list_container .list-right .main_list .cooper_list li .download .icon {
  background: url(../images/down-icon2x.png) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

section .list_container .list-right .main_list .cooper_list li .download .zlxz {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
  vertical-align: middle;
}

section .list_container .list-right .main_list .cooper_list li:hover .download {
  display: block;
}

section .list_container .list-right .main_list .cooper_list li:hover .download .down {
  background: #2154a6;
  -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);
}

section .list_container .list-right .main_list .cooper_list li:hover .download .down .icon {
  background: url(../images/down2x.png) no-repeat center;
  background-size: 100% auto;
}

section .list_container .list-right .main_list .cooper_list li:hover .download .down .zlxz {
  color: white;
}

section .list_container .list-right .main_list .teacher_list ul li {
  display: inline-block;
  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;
  width: calc((100% - 16px) / 3);
overflow: hidden;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_img {
  float: left;
  width: 147px;
overflow:hidden;
border-radius:8px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_img a {
  display: block;
}
section .list_container .list-right .main_list .teacher_list ul li .teacher_img img{
  display: block;
  width: 147px;
height: 197px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post {
  float: left;
  padding: 27px 24px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post h2 {
  margin-bottom: 24px;
              color: rgba(48, 49, 51, 1);
              font-size: 16px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post h2 a {
  font-size: 16px;
  color: #303133;
  line-height: 20px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_info,
section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_infotwo {
  font-size: 14px;
  color: #606266;
  line-height: 18px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_info {
  margin-bottom: 16px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_infotwo {
  min-height: 22px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_infothree {
  margin-top: 24px;
}

section .list_container .list-right .main_list .teacher_list ul li .teacher_post .common_infothree span {
  font-size: 14px;
  color: #2154a6;
  line-height: 18px;
  background: rgba(33, 84, 166, 0.12);
  padding: 2px 12px;
  border-radius: 8px;
  text-align: center;
}

section .list_container .list-right .main_list .teacher_info .teacher_top {
  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;
}

section .list_container .list-right .main_list .teacher_info .teacher_top img {
  float: left;
}

section .list_container .list-right .main_list .teacher_info .teacher_top .teacher_post {
  float: left;
  padding: 38px 16px 22px 48px;
  width: calc(100% - 211px);
}

section .list_container .list-right .main_list .teacher_info .teacher_top .teacher_post h2 {
  font-size: 24px;
  color: #303133;
  margin-bottom: 24px;
}

section .list_container .list-right .main_list .teacher_info .teacher_top .teacher_post .teacher_maininfo p {
  font-size: 16px;
  color: #606266;
  line-height: 20px;
  float: left;
  width: calc(100% / 3);
  margin-bottom: 16px;
}

section .list_container .list-right .main_list .teacher_info ul li {
  margin-top: 97px;
}

section .list_container .list-right .main_list .teacher_info ul li h2 {
  font-size: 24px;
  color: #303133;
  line-height: 32px;
}

section .list_container .list-right .main_list .teacher_info ul li h2::before {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #2154a6;
  margin-bottom: 12px;
}

section .list_container .list-right .main_list .teacher_info ul li .teacher_text {
  margin-top: 24px;
}

section .list_container .list-right .main_list .teacher_info ul li .teacher_text p {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

section .list_container .list-right .main_list .teacher_info div.teacher_text tr td {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

section .list_container .list-right .main-info {
  background: #ffffff;
  margin-bottom: 26px;
}

section .list_container .list-right .main-info .text-info {
  padding: 12px 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;
}

section .list_container .list-right .main-info .text-info .main-content img {
  max-width: 100%;
height:auto !important;
}

section .list_container .list-right .three-nav .three-menu {
  margin-bottom: 16px;
}

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: #909499;
}

.big_content p {
  font-size: 16px;
  text-indent: 2em;
  color: #606266;
  margin-bottom: 32px;
  text-align: justify;
}
.dean-main p {
  text-indent: 0;
}
.sign {
  margin-bottom: 48px;
}

.sign .s1 {
  text-align: right;
  color: #606266;
  font-size: 14px;
}

.sign .s2 {
  text-align: right;
  font-size: 24px;
  color: #303133;
}

section .list_container .list-left .listmenu .down-wrapper button {
  display: none;
}

.dropdown-menu {
  display: block;
  float: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* 分页*/
.main_list ul.wp_paging .page_nav a {
  color: #2154a6;
}

.main_list ul.wp_paging .pagingJump {
  color: #2154a6;
}

section .list_container .list-right .three-nav .three-menu>ul>li>.current-name {
  display: none;
}
section .list_container .list-right .main_list ul.m_list li .title>.title-one{
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:hover .title>.title-one{

    color: #2154a6;
   
}
// 行政机构

.agency table,table {
  border: 1px solid #dce0e6;
  width: 100%;
  background-color: #fafcff;
  margin: 24px 0;
}
table{
  background-color: #fafcff;
}
.agency table tr td {
  border: 1px solid #dce0e6;
  text-align: center;
  color: #606266;
  vertical-align: middle;
}
.agency table tr td:first-child {
  font-weight: bold;
}
.agency table tr:nth-child(2) {
  font-weight: bold;
}
.agency table tr th {
  text-align: center;
  color: #303133;
  border: 1px solid #dce0e6;
}

.agency table tr th span {
  display: block;
  padding: 16px 0;
  font-size: 16px;
}

.agency table tr:not(:first-child) td:last-child {
  text-align: left;
  padding: 16px 24px;
}
.agency table tr:nth-of-type(2) td:last-child {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .agency table {
    width: 900px;
  }
}
@media screen and (max-width:1800px){
section .list_container .list-right .main_list .teacher_info .teacher_top .teacher_post {
    float: left;
    padding: 38px 0px 22px 38px;
    width: calc(100% - 204px);
}
}
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-left ul li > ul{
display:block;}

#tl .wp_paging{
 display:flex;
}
#tl .wp_paging li{
 margin-left:10px;
background:none;
box-shadow:none;
}
@media screen and (max-width:768px){
  #tl .wp_paging{
     display:block !important;
   } 
}
#wp_paging_w31,#wp_paging_w34 {
  text-align: center;
}
#wp_paging_w31 ul,#wp_paging_w34 ul{float:none;}
#wp_paging_w31 ul li ,#wp_paging_w34 ul li{
  float: none;
  width: auto;
}


.big_content {
  margin-bottom: 80px;
  position: relative;
}

.dean-main {
  margin-top: 48px;
  border-radius: 8px;
}

.dean-main .icon {
  margin-bottom: 8px;
  width: 220px;
  float: left;
}

.dean-main .dean_title {
  font-size: 16px;
  font-weight: 600;
  color: #2154A6;
  line-height: 28px;
  margin-bottom: 28px;
}

.dean-img {
  width: 242px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 24px;
  top: 64px;
  z-index: 1;
}

.dean-img img {
  width: 100%;
  display: block;
}

.dean-main .dean {
  width: calc(100% - 220px);
  float: left;
  text-align: justify;
  background-color: #ffffff;
  padding: 48px 48px 48px 96px;
  box-sizing: border-box;
}

.dean-main .sign .s1, .dean-main .sign .s2 {
  margin-bottom: 8px;
}

.dean-main .sign .s2 {
  font-size: 24px;
  padding-right: 112px;
}
/*# sourceMappingURL=style.css.map */