body {
  background-attachment: fixed;
  background-image: url(../images/lm_bodybg.png);
  background-size: 100% auto;
  background-position: top;
  background-color: #f0f5fb;
}

.banner {
  margin: .3rem auto;
}

.nymain {
  margin-top: .3rem;
  /* margin-bottom: .3rem; */
  height: auto;
  /* overflow: hidden; */
}

.nymain .px1600 {
  background: #fff;
  padding: 0.2rem;
  border-radius: 5px
}

.nymain .leftNav {
  float: left;
  width: 2.4rem;
  position: relative;
  margin-right: .46rem;
  padding-bottom: .5rem;
  margin-top: 0;
}

.nymain .leftNav>h2 {
  line-height: .9rem;
  color: #fff;
  font-size: .3rem;
  overflow: hidden;
  text-align: center;
  background: #448ACA;
  border-radius: 0.2rem 0.2rem 0rem 0rem;
}

.nymain .leftNav>h2 img {
  vertical-align: middle;
  margin-right: .1rem;
  margin-top: -0.05rem;
}

.nymain .leftNav p {
  margin-left: .2rem;
  font-size: .26rem;
  font-weight: 600;
  color: #fff;
  padding: .2rem 0;
}

.nymain .leftNav>ul {
  width: 100%;
  padding: 0 .2rem 0.5rem .2rem;
  background: #fff;
  background: linear-gradient(180deg, #FFFFFF 70%, rgba(235, 240, 249, 0) 100%);
}

.nymain .leftNav>ul>li {
  position: relative;

}



.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li:last-child {
  border-bottom: .01rem solid transparent;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: .18rem;
  line-height: .6rem;
  padding-left: .4rem;
  color: #666;
  font-weight: bold;
  border-bottom: #ffffff 1px solid;
  border-bottom: 0.01rem dashed #D8D8D8;
}

.nymain .leftNav ul li a:hover {
  color: #448ACA;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .2rem;
  height: .2rem;
  right: .2rem;
  top: .21rem;
  line-height: .5rem;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
  /* transform: rotate(90deg); */
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>ul {
  display: block
}

.nymain .leftNav>ul>li.on>a {
  color: #448ACA;
}

.nymain .leftNav>ul>li.activ {
  background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
  color: #0B3054;
  font-weight: bold;
  background: #fff;
  border-bottom: 0.01rem #0B3054 solid;
}

.nymain .leftNav ul li.active>a {
  background-size: 82% 85%;
}

.nymain .leftNav ul li.active ul {
  /* display: block; */
  /* background: #fcfcfc; */
}

.nymain .leftNav ul li.active ul li a {
  border-bottom: none;
}

.nymain .leftNav ul li a:hover {}

.nymain .leftNav ul li.active>a:hover {
  color: #448ACA;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: .14rem;
  line-height: .45rem;
  padding-left: .55rem;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
}

.position {
  padding-top: .2rem;
  padding-bottom: .22rem;
  border-bottom: .01rem solid #d8d8d8;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.position:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #448ACA;
  width: 0.05rem;
  height: 0.3rem;
  transform: translateY(-50%);
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: .24rem;
}

.position h3 {
  font-size: .24rem;
  line-height: .24rem;
  color: #333;
  text-align: left;
  font-weight: bold;
  padding-left: .2rem;
  font-family: sysong;
}

.position span {
  color: #666666;
  font-size: .14rem;
  vertical-align: middle;
}

.position span:first-child {
  background: url(../images/ico_home.png) left center no-repeat;
  padding-left: .25rem;
}

.position img {
  height: .16rem;
  vertical-align: middle;
  margin-right: .05rem;
}

.position a {
  font-size: .14rem;
  color: #666666;
  margin: 0 .05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #448ACA;
}

/*  */
.zzjgbox {
  padding: .3rem 0;
}

.zzjgbox .zzjg_hd {}

.zzjgbox .zzjg_hd h2 {
  background: #448ACA;
  width: 3.3rem;
  height: 0.66rem;
  line-height: .66rem;
  display: block;
  margin: 0 auto;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.zzjgbox .zzjg_hd ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: .3rem auto 0 auto;
  padding-top: .3rem;
}

.zzjgbox .zzjg_hd ul:before {
  content: "";
  position: absolute;
  width: calc(100% - .66rem);
  height: .02rem;
  background: #448ACA;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.zzjgbox .zzjg_hd li {
  box-sizing: border-box;
  border: 0.01rem solid #d0e6fb;
  width: .66rem;
  height: 2.2rem;
  font-size: 0.18rem;
  color: #333333;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  line-height: .66rem;
  padding-top: .3rem;
  letter-spacing: .04rem;
  transition: all 0.3s;
  cursor: pointer;
}

.zzjgbox .zzjg_hd li:before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: .3rem;
  background: #448ACA;
  transform: translateX(-50%);
  left: 50%;
  top: -0.3rem;
}

.zzjgbox .zzjg_hd li:hover {
  background: #E7AC38;
  color: #fff;
  transition: all 0.3s;
}

.zzjgbox .zzjg_hd li.active {}

.zzjgbox .zzjg_tab {}

.zzjgbox .zzjg_ifno {
  background: #fff;
  padding: .07rem;
  box-sizing: border-box;
  border: 0.01rem solid #F7D065;
  position: relative;
  display: none;
  margin-top: .6rem;
}

.zzjgbox .zzjg_ik {
  border: 0.01rem solid #F7D065;
  padding: .1rem .3rem .3rem .3rem;
}

.zzjgbox .zzjg_ifno.active {
  display: block
}

.zzjgbox .zzjg_ifno h2 {
  /* font-family: Microsoft YaHei; */
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.6rem;
  letter-spacing: normal;
  color: #448ACA;
}

.zzjgbox .zzjg_ifno p {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #333333;
}



.ldcy ul {
  font-size: 0;
  padding-bottom: .1rem;
  /* padding-left: .03rem; */
  padding-right: .03rem;
}

.ldcy ul li {
  padding: 0;
  /* transition: all 1s; */
  width: 48%;
  display: inline-block;
  /* border: solid .01rem #e5e5e5; */
  margin-top: .35rem;
  /* box-shadow: 0rem .1rem .24rem 0rem rgba(0, 0, 0, 0.15); */
}

.ldcy ul li:hover {
  /* border: none; */
  /* box-shadow: 0rem 0rem .1rem 0rem rgba(0, 0, 0, 0.1); */
}

.ldcy ul li:hover a {
  border-color: transparent;
  /* border: none; */
  box-shadow: 0rem .1rem .18rem 0rem rgba(0, 0, 0, 0.15);
}

.ldcy ul li:hover h4 {
  color: #448ACA;
}

.ldcy ul li:nth-child(2n) {
  margin-left: 4%;
}

.ldcy ul a {
  display: block;
  overflow: hidden;
  border: solid .01rem #e5e5e5;
}

.ldcy ul a .tu {
  float: left;
  width: 1.5rem;
  margin-right: .3rem;
}

.ldcy ul a .pic {
  padding-top: 135%;
}

.ldcy ul .info {
  overflow: hidden;
}

.ldcy ul .info>span {
  width: .3rem;
  height: .05rem;
  background-color: #448ACA;
  display: block;
  margin-top: .3rem;
  margin-bottom: .17rem;
}

.ldcy ul .info h4 {
  /* font-weight: normal; */
  font-size: .2rem;
  line-height: .2rem;
  margin-bottom: .1rem;
  color: #333333;
}

.ldcy ul .info h4 .ldzw {
  margin-left: .15rem;
}

.ldcy ul .info>p {
  font-size: .16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: .3rem;
  color: #666666;
}

.timg-list ul li a {
  display: block;
  transition: all 0.3s;
}

.timg-list ul li a h3 {
  font-size: .2rem;
  /* font-weight: normal; */
  line-height: .32rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .12rem;
}

.timg-list ul li a>div {
  overflow: hidden;
}

.timg-list-img {
  float: left;
  width: 3rem;
  margin-right: .3rem;
}

.timg-list ul {
  overflow: hidden;
}

.timg-list ul li {
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right: 0;
  padding-left: 0;
  border-bottom: .01rem solid #f1f1f1;
  transition: all 0.3s;
}



.timg-list ul li a .pic {
  padding-top: 62.8%;
}

.timg-linfo {
  overflow: hidden;
}

.timg-linfo>p {
  font-size: .14rem;
  font-weight: normal;
  line-height: .24rem;
  color: #999999;
  max-height: .5rem;
  overflow: hidden;
  margin-top: .14rem;
  max-height: .9rem;
  text-align: justify;
}

.timg-linfo .lbmore {
  text-align: right;
}

.timg-linfo span {
  display: block;
  line-height: .22rem;
  color: #5f4253;
  margin-top: .13rem;
  font-size: .18rem;
}

.timg-list ul li:hover {
  border-bottom: .01rem solid #0788ca;
}



.timg-list ul li:hover h3 {
  color: #448ACA;
}

.timg-list ul li:hover .time p {}

.timg-list ul li:hover .time span {
  font-size: 0.2rem;
}



.timg-linfo .time {
  font-size: 0;
}

.timg-linfo .time p {
  display: inline-block;
  font-family: Bebas;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #E7AC38;
}

.timg-linfo .time>span {
  display: inline-block;
  margin-left: .09rem;
  margin-top: 0;
  vertical-align: bottom;
  font-family: Bebas;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #E7AC38;
}

.pagination {
  text-align: center;
  font-size: 0;
  /* padding-top: .21rem;
              padding-bottom: 1.05rem; */
  padding-top: .5rem;
  /* padding-bottom: .6rem; */
}

.pagination a {
  display: inline-block;
  border: .01rem solid #dcdcdc;
  padding: 0 .12rem;
  height: .35rem;
  font-size: .14rem;
  line-height: .35rem;
  text-align: center;
  color: #666;
  margin: 0 .07rem;
}

.pagination a.active {
  background: #448ACA;
  color: #fff;
  border: .01rem solid #448ACA;
}

.pagination a:hover {
  background: #448ACA;
  color: #fff;
  border: .01rem solid #448ACA;
}

.pagination span {
  display: inline-block;
  font-size: .14rem;
}

.wzlby {
  background-color: #f8f8f8;
}

.wzlby .position {
  padding-top: .6rem;
}

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: .4rem 2% 0 2%;
  border: .01rem solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 70%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info p {}

.wslb {}

.wslb li {
  margin-top: .4rem;
  background-color: #fff;
  padding: .3rem .35rem 0 .35rem;
}

.wslb a {
  display: flex;
  justify-content: space-around;
  border-bottom: .01rem solid #e5e5e5;
}

.wslb .lbt {
  position: relative;
  padding-bottom: .3rem;
  flex: 1;
  min-width: 0;
}

.wslb .lbt h4 {
  font-weight: normal;
  font-size: .2rem;
  padding-right: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-weight: bold;
}

.wslb .wtime {
  margin-left: .3rem;
  width: 0.92rem;
  height: 0.92rem;
  border: 0.01rem solid rgba(120, 0, 9, 0.21);
  font-family: Bebas;
  font-size: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #E7AC38;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .08rem;
}

.wslb .wtime span {
  display: block;
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  width:100%;
}

.wslb a p {
  max-height: .48rem;
  min-height: .48rem;
  overflow: hidden;
  margin-top: .13rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
}

.wslb li:hover {
  background-color: #448ACA;
}

.wslb li:hover .lbt h4 {
  color: #fff;
}

.wslb li:hover a>p {
  color: rgba(255, 255, 255, 0.68);
}

.wslb li:hover .lbt {
  border-color: rgba(229, 229, 229, 0.4);
}

.wslb li:hover .lbt p {
  color: #fff;
}

.wslb li:hover .lbt p span {
  color: rgba(255, 255, 255, 0.6);
}

.wslb li:hover .wtime {
  color: #fff;
  border: #fff 1px solid
}

.wslb li:hover .wtime span {
  color: #fff;
}

.jjy {
  margin-top: .28rem;
}

.jjy>p {
  font-size: .16rem;
  color: #333333;
  line-height: 2.125em;
  text-indent: 2em;
  margin-bottom: .36rem;
}

.jjy>p img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.lists {
  padding: .3rem 0;
}

.lists li {
  padding-right: 1rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  border-bottom: .01rem solid #dfdfdf;
  line-height: .6rem;
  background: url(../images/ico_list.png) left center no-repeat;
  padding-left: 0.2rem;
}

.lists li:hover {
  background-color: #fff;
}

.lists li a {
  display: block;
  color: #303030;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lists li a:hover {
  color: #448ACA;
}

.lists li a span {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.szlb-list {
  margin-top: .3rem;
}

.szlb-list .jg-title {
  font-size: .24rem;
  padding-bottom: .1rem;
  border-bottom: solid .01rem #ddd;
}

.szlb-list .jg-title a {
  color: #333;
  position: relative;
}

.szlb-list .jg-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: .5rem;
  height: .03rem;
  background: #448ACA;
}

.szlb-list .jg-title span {
  float: left;
  width: .5rem;
}

.szlb-list .jg-ul li {
  float: left;
  height: .6rem;
  min-width: .62rem;
  margin: 0 .31rem;
}

.szlb-list .jg-ul li a {
  display: block;
  font-size: .16rem;
  color: #333;
  text-align: justify;
}

.szlb-list .jg-ul {
  margin-top: .3rem;
  margin-bottom: .1rem;
  height: auto;
  overflow: hidden;
}

.szlb-list .jg-ul li a:hover {
  color: #448ACA;
}

.szlb-list .jg-ul li a:after {
  display: inline-block;
  content: '';
  padding-left: 100%;
}

/*leaderbox */
.leaderbox {
  margin-top: .3rem;
}

.leaderbox * {
  transition: all 0.3s;
}

.leaderbox .ld_item {
  background: #F6F6F6;
  margin: .3rem auto;
  padding: .1rem .3rem .3rem .3rem;

}

.leaderbox .ld_p {
  display: flex;
  border-bottom: rgba(231, 231, 231, 0.6) 1px solid;
  padding: .24rem 0;
}

.leaderbox .ld_title {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.leaderbox .ld_content {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.ld_item:hover {
  background: #448ACA;
}

.ld_item:hover * {
  color: #fff !important;
}

.ld_item:hover .ld_p {
  border-bottom: rgba(231, 231, 231, 0.1) 1px solid;
}

/*  */
/*n_content*/
.n_con_tit h2 {
  margin-bottom: .15rem;
  font-family: Source Han Sans CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
}

.n_con_tit p {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
}

.n_con_tit p span {
  display: inline-block;
  font-size: .16rem;
  color: #999999;
  line-height: 2em;
  margin: 0 .59rem;
}

.n_con_tit {
  padding-bottom: .2rem;
}

.n_con_txt p {
  font-size: .16rem;
  color: #333333;
  line-height: 2.125em;
  text-indent: 2em;
  margin-bottom: .1rem;
}

.n_con_txt {
  padding: 0 0;
}

.n_content {
  padding-top: .5rem;
}

.n_con_txt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.n_con_link {
  border-top: solid 1px #ddd;
  padding-top: .2rem;
}

.n_con_link .txt-elise {
  line-height: .4rem;
}

.n_con_link .txt-elise a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.n_con_link .txt-elise a:hover {
  color: #1c92cd
}

/*  */
.lm-teacher-box {
  height: auto;
  overflow: hidden;
}

.lm-teacher-search {
  display: flex;
  margin: .3rem auto 0 auto;
  padding: .3rem;
}

.lm-teacher-search h2 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: .4rem;
  letter-spacing: normal;
  color: #448ACA;
}

.lm-teacher-nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.lm-teacher-nav a {
  font-size: .18rem;
  line-height: .42rem;
  color: #999999;
  padding: 0 .15rem;
}

.lm-teacher-nav a:hover {
  color: #448ACA;
}

.lm-teacher-nav a.active {
  color: #fff;
  /* font-weight: bold; */
  background: #448ACA;
  border-radius: 50%;
}

.lm-teacher-list {
  overflow: hidden;
}

.lm-teacher-list ul {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  height: auto;
  overflow: hidden;
}

.lm-teacher-list ul li {
  float: left;
  width: 50%;
}

.lm-teacher-list ul li a {
  display: flex;
  margin: .24rem .2rem;
  padding: 0;
  position: relative;
  z-index: 1;
}

.lm-teacher-list ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.lm-teacher-list ul li .pic {
  width: 2rem;
  height: 2.5rem;
  padding-top: 0;
}

.lm-teacher-list ul li .lm-teacher-txt {
  flex: 1;
  min-width: 0;
  padding: .3rem;
  transition: all .3s;
}

.lm-teacher-list ul li hr {
  background: none;
  border: none;
  border-top: 1px solid #dadada;
  margin: .15rem 0 .1rem 0;
  transition: all 0.5s;
}

.lm-teacher-list .teachermore {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
}

.lm-teacher-list .teachermore img {
  width: 0.28rem;
  height: 0.08rem;
  margin: 0 .1rem;
}

.lm-teacher-list ul li:hover .lm-teacher-txt {
  background: rgb(250 253 255);
  transition: all .3s
}

.lm-teacher-list ul li h3 {
  font-size: .22rem;
  font-weight: bold;
  color: #222;
  line-height: .5rem;
}

.lm-teacher-list ul li h4 {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #333333;
}

.lm-teacher-list ul li h3 span {
  padding-left: .15rem;
  font-size: .2rem;
  font-weight: 350;
  color: #999;
}

.lm-teacher-list ul li p {
  font-size: .16rem;
  font-weight: 350;
  line-height: .3rem;
  color: #3D3D3D;
}

.lm-teacher-list ul li p.lm-teacher-jj {
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

.lm-teacher-list ul li:hover hr {
  border-top-color: #b1b1b1;
}

.lm-teacher-list ul li:hover .pic img {
  transform: scale(1.1);
}

/*  */
/*  */
.lm-teacher-cont {}

.lm-teacher-jbxx {
  display: flex;
  margin: .3rem 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.lm-teacher-jbxx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #fff; */
  z-index: -1;
}

.lm-teacher-jbxx .pic {
  width: 2rem;
  height: 2.82rem;
  padding-top: 0;
}

.lm-teacher-txt {
  flex: 1;
  min-width: 0;
  padding: .2rem 0 0 .4rem;
  line-height: .36rem;
}

.lm-teacher-txt h3 {
  font-size: .22rem;
  font-weight: bold;
  color: #222;
  line-height: .6rem;
}

.lm-teacher-txt h3 span {
  padding-left: .15rem;
  font-size: .2rem;
  font-weight: 350;
  color: #666;
}

.lm-teacher-bq {
  /* display: flex; */
  /* justify-content: flex-start; */
}

.lm-teacher-bq-item:first-child {
  width: 100%;
  line-height: .3rem;
}

.lm-teacher-bq-item {
  width: 50%;
  line-height: .4rem;
  font-size: .17rem;
}

.lm-teacher-bq-item span {
  display: block;
  position: relative;
  padding-left: 0;
  overflow: hidden;
  line-height: .36rem;
  font-size: .16rem;
}



.lm-teacher-txt hr {
  background: none;
  border: none;
  border-top: 1px solid #dadada;
  margin: .15rem 0 .15rem 0;
  transition: all 0.5s;
}

.lm-teacher-txt .lm-teacher-jj {}

.lm-teacher-info {}

.lm-teacher-info-title {
  border-left: #448aca .04rem solid;
}

.lm-teacher-info-title {
  /* display: flex; */
}

.lm-teacher-info-title h3 {
  font-size: .24rem;
  color: #333333;
  font-weight: normal;
  padding: 0 .2rem;
  cursor: pointer;
}

.lm-teacher-info-title h3.active {
  color: #333;
  font-weight: bold;
}

.lm-teacher-info-cont {}

.lm-teacher-info-cont {
  padding: .15rem 0;
}

.lm-teacher-info-cont-item {
  display: none;
}

.lm-teacher-info-cont-item.active {
  display: block;
}

.lm-teacher-info-cont-item p {
  font-family: Source Han Sans CN;
  font-size: .18rem;
  font-weight: normal;
  line-height: .42rem;
  letter-spacing: normal;
  color: #333333;
  text-align: justify;
  /* text-indent: 2em; */
}

/*  xz_teambox*/
.xz_teambox {
  height: auto;
  overflow: hidden;
  position: relative;
  margin: .3rem auto;
}

.xz_teambox .xz_itmes {
  height: auto;
  overflow: hidden;
  margin: 0 auto 0 auto;
}

.xz_teambox .xz_itmes h2 {
  background: linear-gradient(270deg, rgba(68, 138, 202, 0) 2%, #c4ddf4 49%, rgba(68, 138, 202, 0) 100%);
  width: 6.14rem;
  height: 0.55rem;
  margin: 0 auto;
  text-align: center;
  line-height: .55rem;
  color: #0B3054;
}

.xz_teambox .xz_team_nr {}

.xz_teambox .xz_team_nr ul {
  display: flex;
  justify-content: center;
  padding: .3rem 0;
}

.xz_teambox .xz_team_nr li {
  margin: 0 .5rem;
}

.xz_teambox .xz_team_nr li img {
  display: block;
  margin: 0 auto;
  width: 2.54rem;
  height: 3.18rem;
}

.xz_teambox .xz_team_nr li span {
  display: block;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.5rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  margin-top: .1rem;
}


.szdw_tlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.szdw_tlist ul li {
  width: 48%;
  padding: .13rem .2rem .13rem .13rem;
  border: .01rem solid #C0C0C0;
  position: relative;
  margin-top: .4rem;
}

.szdw_tlist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.3rem;
  background: rgba(7, 55, 141, 0.1);
  clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%);
  transition: all 0.3s;
}

.szdw_tlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.szdw_tlist ul li a .modulepics {
  width: 2.32rem;
  margin-right: 6%;
}

.szdw_tlist ul li a .modulepics .modulepic {
  padding-top: 125%;
}

.szdw_tlist ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.szdw_tlist ul li a .moduleinfo h3 {
  font-size: .24rem;
  font-weight: bold;
  line-height: normal;
  color: #222;
}

.szdw_tlist ul li a .moduleinfo div {
  border-bottom: .01rem solid #D8D8D8;
  padding-bottom: .33rem;
  padding-top: .2rem;
}

.szdw_tlist ul li a .moduleinfo div p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .72rem;
}

.szdw_tlist ul li a .moduleinfo span {
  display: block;
  font-size: .14rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: 0em;
  color: #448ACA;
  background: url(../images/contchar14_5_itemmore.png) no-repeat;
  background-position: right center;
  margin-top: .2rem;
}

.szdw_tlist ul li:hover {
  background: #fff;
  border: .01rem solid #448ACA;
}

.szdw_tlist ul li:hover::before {
  background: #448ACA;
}