* {
  margin: 0;
  padding: 0;
}

.wp_entry p, .wp_entry h1, .wp_entry h2, .wp_entry h3, .wp_entry h4, .wp_entry h5, .wp_entry h6{
line-height: 2em !important;
margin: revert;
    padding: revert
}

.wp_entry p{
    text-indent: 2em;
}

#web {
  height: 100%;
  width: 100%;
  background: #fff;
}

.mainWeb {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.header {
  background: #091125;
  display: flex;
  flex-direction: column;
}
.header .top {
  display: flex;
  flex-direction: row;
}
.header .top .logo {
  margin-top: 11px;
  width: 350px;
  height: 64px;
  background-size: cover;
}
.header .top .logo a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header .top .menu-icon {
  display: none;
  margin-top: 40px;
}

.header .bottom .tabList #wp_nav_w1 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
  width: auto;
  padding-bottom: 10px;
}
.header .bottom .tabList #wp_nav_w1 ul li {
  height: 32px;
}
.header .bottom .tabList #wp_nav_w1 ul li a {
  opacity: 0.95;
  height: 42px;
  text-align: center;
  line-height: 42px;
  box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
}
.header .bottom .tabList #wp_nav_w1 ul li a span {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.header .bottom .tabList #wp_nav_w1 ul li a:hover {
  color: #F4B40C;
}
.header .bottom .tabList #wp_nav_w1 ul li a:hover span {
  color: #F4B40C;
}
.header .bottom .tabList #wp_nav_w1 ul li ul {
  margin-top: 10px;
  flex-direction: column;
  background: linear-gradient(0deg, #232b88 0%, #2a5298  100%);
  padding-bottom: 0px;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li {
  height: 32px;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li a {
  opacity: 0.95;
  text-decoration: none;
  border: none;
  height: 32px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  background: none;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li a span {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li a:hover {
  color: #F4B40C;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li a:hover span {
  color: #F4B40C;
}
.header .bottom .tabList #wp_nav_w1 ul li ul li .mark {
  background: none;
}
.header .bottom .tabList .tab {
  height: 32px;
  cursor: pointer;
  padding-bottom: 8px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.header .bottom .tabList .tab span {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.banner {
  width: 100%;
  height: 400px;
}
.banner img {
  width: 100%;
  height: 400px;
}

.mainInfo {
  width: 100%;
  min-height: 672px;
background: #F1F1F1;
}
.mainInfo .mainWeb {
  display: flex;
  flex-direction: row;
  position: relative;
gap: 58px;
}
.mainInfo .mainWeb .left {
    min-width: 260px;
  min-height: 460px;
  background: #232B88;
  background-size: cover;
  margin: 31px 0;
  position: relative;
  padding-bottom: 100px;
}
.mainInfo .mainWeb .left .title {
    font-size: 30px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/side-bg.png") no-repeat;
  background-size: cover;
  background-position:  98px 0px;
}
.wp_listcolumn .wp_subcolumn{
    margin: 0 12px;
}
.mainInfo .mainWeb .left .list {
background: #fff;
    left: 14px;
    width: 246px;
    height: calc(100% - 46px);
    box-sizing: border-box;
    margin-left: 14px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 {

  width: 100%;
  height: 100%;
  border: none;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn {
  border: none;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column a {

  text-decoration: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 500;
  color: #919292;
  background-color: none;
  background: none;
  border: none;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column a .column-name {
  display: block;
  width: 200px;
}
.wp_listcolumn .wp_column a .column-name{
    padding: 12px 10px 12px 20px;
}
.wp_listcolumn .wp_column{
    width: calc(100% - 24px);
    border-bottom: 1px solid #e2e2e2;
    margin: 0 12px;
}
.wp_listcolumn  .wp_subcolumn{
    border-bottom: 1px solid #fff;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{
padding-left: 0px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul {

}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li {

}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li a {
  margin-left: 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 500;
  color: #919292;
  background-color: none;
  background: none;
  border: none;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li a .column-name {
  display: block;
  width: 184px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li ul {
  margin-top: 5px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li ul li {
  margin-bottom: 5px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li ul li a {
  margin-left: 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  background-color: none;
  background: none;
  border: none;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_column ul li ul li a .column-name {
  display: block;
  width: 200px;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .selected {
    color: #232B88 !important;
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .selected {
    position: relative; 
    display: inline-block; 
}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .selected .selected:before {
content: "";
display: inline-block;
top: 12px;
left: -13px;
width: 0;
height: 0;
border:  12px solid transparent;
border-left-color: #232B88; 
        position: absolute;

}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .wp_subcolumn .selected .selected:before {
display:none;

}
.mainInfo .mainWeb .left .list #wp_listcolumn_w4 .wp_listcolumn .selected a {
display: flex;
    align-items: center;
}
.mainInfo .mainWeb .left .list .link {
  margin-top: 40px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.mainInfo .mainWeb .left .list .link span {
  font-size: 22px;
}
.mainInfo .mainWeb .left .list .link a {
  margin-left: 16px;
  text-decoration: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}
.mainInfo .mainWeb .left .list .active span {
  color: #232B88;
}
.mainInfo .mainWeb .left .list .active a {
  color: #232B88;
}
.mainInfo .mainWeb .right {
  padding-top: 62px;
  position: relative;
flex: 1;
    margin-bottom: 24px;

}
.mainInfo .mainWeb .right .top {
  position: absolute;
  top: 11px;
  right: 0;
}
.mainInfo .mainWeb .right .top span {
  color: #ccc;
}
.mainInfo .mainWeb .right .top span a {
  margin: 0 8px;
  text-decoration: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #919292;
}
.mainInfo .mainWeb .right .top span .possplit {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/oblique.png") no-repeat;
  background-size: cover;
  background-position: -5px;
}
.mainInfo .mainWeb .right .bottom .title {

font-family: PingFang SC;
font-size: 24px;
font-weight: 500;
line-height: normal;
letter-spacing: normal;
color: #091125;
}
.mainInfo .mainWeb .right .bottom .line {
  margin-top: 10px;
  width: 1000px;
  height: 1px;
  border: 1px solid #DDDDDD;
}
.mainInfo .mainWeb .right .bottom .info_list {
  display: flex;
  flex-direction: column;
}
.mainInfo .mainWeb .right .bottom .info_list .cate_title {
 height: 64px;
  border-radius: 6px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0.5px solid #CCCCCC;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mainInfo .mainWeb .right .bottom .info_list .cate_title .arrow {
  width: 24px;
  height: 24px;
}
.mainInfo .mainWeb .right .bottom .info_list .cate_title .active_arrow {
  transform: rotate(90deg);
}
.mainInfo .mainWeb .right .bottom .teacher_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
transition: all 0.5s ease;
}
.mainInfo .mainWeb .right .bottom .teacher_list .empty-txt{
    padding: 20px 0 38px;
    text-align: center;
    width: 100%;
    color: #999;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item {
  display: inline-block;
  width: 48%;
  margin-bottom: 20px;
  background: #f5f7fa;
  height: 176px;
  vertical-align: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35% 85%;
  border-top: 4px solid #232B88;
  cursor: pointer;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .img_box {
  width: 132px;
  height: 176px;
  opacity: 1;
  float: left;
  object-fit: cover;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right {
  height: 100%;
  width: calc(100% - 132px);
  float: right;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right .teacher_name {
  display: flex;
  padding: 30px 20px 10px 20px;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right .teacher_name .china_name {
  opacity: 1;
  font-size: 20px;
  font-family: "PingFang SC", PingFangSC-Regular, sans-serif;
  font-weight: 400;
  text-align: justify;
  color: #040e1d;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right .teacher_name .english_name {
  margin-left: 20px;
}
.mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right .professional, .mainInfo .mainWeb .right .bottom .teacher_list .teacher_item .info_right .position {
  padding: 5px 20px;
  font-size: 14px;
  font-family: "PingFang SC", PingFangSC-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #040e1d;
}
.mainInfo .mainWeb .right .bottom .search_list {
  display: flex;
  margin: 20px 0;
}
.mainInfo .mainWeb .right .bottom .search_list .first_name, .mainInfo .mainWeb .right .bottom .search_list .name {
  cursor: pointer;
  height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #232B88;
  color: #232B88;
}
.mainInfo .mainWeb .right .bottom .search_list .name {
  margin-left: 30px;
}
.mainInfo .mainWeb .right .bottom .search_list .active_first_name {
  background-color: #232B88;
  color: #fff;
}
.mainInfo .mainWeb .right .bottom .initial-box {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 9px 10px;
  margin-bottom: 20px;
}
.mainInfo .mainWeb .right .bottom .initial-box .initial-item {
  width: 45px;
  height: 54px;
  background: white;
  box-shadow: 0px 3px 14px 0px rgba(4, 0, 0, 0.07);
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin: 8px;
  cursor: pointer;
}
.mainInfo .mainWeb .right .bottom .initial-box .initial-item:hover {
  background-color: #232B88;
  color: #fff;
}
.mainInfo .mainWeb .right .bottom .initial-box .active-initial {
  background-color: #232B88;
  color: #fff;
}
.mainInfo .mainWeb .right .bottom .info {
  margin: 20px 0px;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T .t_control {
  float: left;
  cursor: pointer;
  width: 14px;
  height: 16px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/list_close.png") no-repeat;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T .t_control.open {
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/list_close.png") no-repeat;
}
.mainInfo .mainWeb .right .bottom .info .pre_class {
  padding-bottom: 20px;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T {
  padding: 0 !important;
  background: #e6e6e3;
  height: 16px;
  position: relative;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T .t_control {
  float: left;
  cursor: pointer;
  width: 14px;
  height: 16px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/list_open.png") no-repeat;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T .t_control.open {
  /*background: url(/_upload/tpl/0e/4b/3659/template3659/css/images/list_close.png) no-repeat;*/
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_T .t_font {
  float: left;
  background: #fbfbf9;
  padding: 0 16px;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  color: #666453;
  line-height: 16px;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_C {
  padding-top: 20px;
  display: none;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_C ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_C ul li a {
  text-decoration: none;
  padding: 9px 20px;
}
.mainInfo .mainWeb .right .bottom .info .pre_class .pre_C ul li a:hover {
  text-decoration: underline;
}
.mainInfo .mainWeb .right .bottom .info .list .pre_class .pre_C ul li {
  float: left;
  display: block;
  font-size: 14px;
  width: 91px;
  border-bottom: 0 !important;
  line-height: 2;
  background: none;
  padding-left: 0;
}
.mainInfo .mainWeb .right .bottom .info .pre_class:first-child + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info #wwww2.choose_tab, .mainInfo .mainWeb .right .bottom .info #wwww4.choose_tab {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info .tab.changTab {
  padding-bottom: 40px;
  height: 40px;
}
.mainInfo .mainWeb .right .bottom .info .tab.changTab a {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 348px;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  border-left: 1px solid #a0a0a0;
}
.mainInfo .mainWeb .right .bottom .info .tab.changTab a.clickOut {
  border-top: 3px solid #f2f2f1;
  border-bottom: 1px solid #a0a0a0;
  color: #938e88;
  background: #f2f2f1;
}
.mainInfo .mainWeb .right .bottom .info .tab.changTab a.clickOn {
  border-top: 3px solid #2570b1;
  color: #34312d;
}
.mainInfo .mainWeb .right .bottom .info #wwww2 .list .pre_class:first-child + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info #wwww .lsit .pre_class:first-child {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info #wwww2 .list .pre_class:first-child + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class + .pre_class {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info #wwww3 .list .pre_class:first-child, .mainInfo .mainWeb .right .bottom .info #wwww3 .list .pre_class:first-child + .pre_class + .pre_class {
  display: none;
}
.mainInfo .mainWeb .right .bottom .info li a {
  display: block;
  font: 14px/20px;
  text-align: center;
  color: #4d4d4d;
}
.wp_paging li input{
    margin-top: 0px; 
    color: #999 !important;
}
.mainInfo .mainWeb .right .bottom .info .articleLink {
  margin-bottom: 26px;
  position: relative;
}
.mainInfo .mainWeb .right .bottom .info .articleLink span {
  display: flex;
  flex-direction: row;
}
.mainInfo .mainWeb .right .bottom .info .articleLink span i {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #2050BC;
}
.mainInfo .mainWeb .right .bottom .info .articleLink span a {
  margin-left: 10px;
  text-decoration: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #333333;
}
.mainInfo .mainWeb .right .bottom .info .articleLink .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.mainInfo .mainWeb .right .bottom .info #wp_paging_w7 .wp_paging {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.mainInfo .mainWeb .right .bottom .info #wp_paging_w7 .wp_paging span {
  font-size: 14px;
}
.mainInfo .mainWeb .right .bottom .info #wp_paging_w7 .wp_paging li input {
  width: 40px;
  height: 16px;
  border-bottom: 1px solid #494949;
  border-width: 0 0 1px 0;
  padding-bottom: 2px;
  font-size: 18px;
}
.mainInfo .mainWeb .right .bottom .info #wp_paging_w7 .wp_paging li span a {
  text-decoration: none;
  margin-left: 0;
}

.footerInfo {
  width: 100%;
  background: #071228;
  height: 260px;
}
.footerInfo .top {
  width: 100%;
  padding-left: 22px;
  padding-top: 18px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footerInfo .top .left {
  text-align: center;
}
.footerInfo .top .left p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.footerInfo .top .right {
  margin-top: 8px;
  margin-left: 66px;
}
.footerInfo .top .right span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.footerInfo .top .right a {
  text-decoration: none;
  color: #FFFFFF;
}
.footerInfo .bottom {
  position: relative;
  padding-top: 26px;
  display: flex;
}
.footerInfo .bottom .left p span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.footerInfo .bottom .right {
  position: absolute;
  right: 0;
  top: 36px;
}
.footerInfo .bottom .right img {
  width: 476px;
  height: 89px;
}

@media screen and (max-width: 480px) {
  #web {
    width: 100%;
    height: 100%;
  }

  .mainWeb {
    padding: 0 10px;
    width: auto;
  }

  .header .mainWeb {
    padding: 0;
    margin: 0;
  }
  .header .mainWeb .top .logo {
    margin: 11px;
  }
  .header .mainWeb .top .menu-icon {
    display: block;
  }
  .header .mainWeb .top .language {
    display: none;
  }
  .header .mainWeb .top .mySearch {
    display: none;
  }
  .header .mainWeb .bottom {
    display: none;
    margin-top: 0;
  }
  .header .mainWeb .bottom .tabList #wp_nav_w1 ul {
    display: flex;
    flex-direction: column;
  }
  .header .mainWeb .bottom .tabList #wp_nav_w1 ul li .sub-nav {
    display: none !important;
  }
  .header .mainWeb .bottom .tabList #wp_nav_w1 ul li a {
    opacity: 1;
  }
  .header .mainWeb .show {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 100%;
  }

  .banner {
    width: 100%;
    height: 270px;
  }
  .banner .swiper {
    width: 100%;
    height: 270px;
  }
  .banner img {
    width: 100%;
    height: 270px;
  }

  .mainInfo .mainWeb {
    display: flex;
    flex-direction: column;
  }
  .mainInfo .mainWeb .right {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  .mainInfo .mainWeb .right .bottom .line {
    width: 100%;
  }

  .mainInfo .mainWeb .right .bottom .info .articleLink span {
    width: 280px;
  }

  .mainInfo .mainWeb .right .bottom .info .articleLink span a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mainInfo .mainWeb .right .bottom .info #wp_paging_w7 .wp_paging {
    position: static;
  }

  .footerInfo {
    height: auto;
  }
 
  .footerInfo .top .right {
    margin: 16px;
  }
  .footerInfo .bottom {
    position: static;
    padding-top: 26px;
    display: flex;
    flex-direction: column;
  }
  .footerInfo .bottom .left {
    padding: 0 10px;
  }
  .footerInfo .bottom .right {
    position: static;
    padding: 0 10px;
  }
  .footerInfo .bottom .right img {
    width: 100%;
    height: auto;
  }
 .mainInfo .mainWeb .right .bottom .teacher_list .teacher_item {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .mainWeb {
    width: 100%;
    padding: 0 10px;
    width: auto;
  }

  .header .top {
    width: 100%;
    justify-content: space-between;
  }
  .header .top .mySearch {
    margin-left: 320px;
  }
  .header .bottom .tabList #wp_nav_w1 ul li a span {
    width: 100%;
  }

  .mainInfo .mainWeb {
    display: flex;
  }
  .mainInfo .mainWeb .bottom {
    width: 100%;
  }
  .mainInfo .mainWeb .left {
    width: 229px;
  }
  .mainInfo .mainWeb .left .list {
    width: 200px;
  }
  .mainInfo .mainWeb .right {
    width: 700px;
  }
  .mainInfo .mainWeb .right .bottom .line {
    width: 100%;
  }
 .mainInfo .mainWeb .right .bottom .teacher_list .teacher_item {
    width: 100%;
  }
}