body {
  background: #fff;
  background-size: 100% auto;
}

.lm_banner {
  margin-top: 0;
  position: relative;
}

.lmgd {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 1rem;
  bottom: 0;
}

.lmgd .px1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.lmgd h2 {
  color: #fff;
  font-size: 0.42rem;
  font-family: SourceHanSansCN;
}

.lm_banner img {
  display: block;
  width: 100%;
  position: relative;
}

.lm_banner:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(360deg, #aa0707 0%, transparent);
  left: 0;
  z-index: 1;
}

.lm_banner:after {
  position: absolute;
  content: "";
  bottom: -0.01rem;
  width: 7.4rem;
  height: 1rem;
  right: 0;
  z-index: 1;
  background: #fff;
  clip-path: polygon(0.5rem 0, 100% 0, 100% 100%, 0 100%);
}

.nymain {
  height: auto;
  padding-top: 0.46rem;
  padding-bottom: .5rem;
  margin: 0 auto 0 auto;
  background: #fafafa;
}

.nymain .leftNav {
  float: left;
  width: 2.8rem;
  position: relative;
  margin-right: .4rem;
}

.nymain .leftNav>h2 {
  line-height: .24rem;
  color: #fff;
  font-size: .24rem;
  overflow: hidden;
  background: #aa0707;
  background-size: 100% 100%;
  padding: 0.28rem 0;
  padding-left: 0.4rem;
  font-weight: normal;
  position: relative;
  border-radius: 0.08rem 0.08rem 0 0;
}

.nymain .leftNav>h2:before {
  position: absolute;
  content: "";
  background: #f5c727;
  width: 0.04rem;
  height: 0.24rem;
  left: 0.2rem;
  top: 0.28rem;
}

.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 {
  padding: 0 0.23rem;
  background: #fff;
  position: relative;
  margin-left: 0;
  border: 0.01rem solid #d4d4d4;
  border-radius: 0 0 0.08rem 0.08rem;
  border-top: 0;
}



.nymain .leftNav>ul>li {
  position: relative;
  border-bottom: 0.01rem #d4d4d4 solid;
}

.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: 0.8rem;
  padding-left: 0.2rem;
  color: #333;
  transition: all .3s
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .12rem;
  top: .3rem;
  line-height: .8rem;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
  color: #aa0707;
  font-weight: bold;
}


.nymain .leftNav>ul>li.active>a {
  font-weight: bold;
  transition: all .3s;
}

.nymain .leftNav>ul>li.active>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
}

.nymain .leftNav>ul>li.on>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
}

.nymain .leftNav ul li a:hover {
  color: #aa0707;
  font-weight: bold;
  transition: all .3s
}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: .31rem center;
  color: #aa0707;
}

.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: .16rem;
  line-height: .45rem;
  border-top: 0.01rem #aa0707 dashed;
  color: #666666;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
}

.position {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.18rem;
}

.position .p_line {
  flex: 1;
  min-width: 0;
  background: #1352b0;
  height: .01rem;
  margin: 0 .2rem;
  position: relative;
}

.position .p_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .01rem;
  height: .07rem;
  background: #1352b0;
}

.position h3 {
  font-weight: normal;
  font-size: .24rem;
  line-height: .22rem;
  color: #414141;
  text-align: left;
  bottom: 0;
  font-weight: bold;
}

.position span {
  color: #222;
  font-size: .16rem;
  vertical-align: middle;
}

.position img {
  height: .18rem;
  vertical-align: middle;
  margin-right: .1rem;
  width: 0.18rem;
  float: left;
}

.position a {
  font-size: .16rem;
  color: #222;
  vertical-align: middle;
}

.position a:hover {
  color: #104eb0;
}

/*  */
.lm_fgzc {
  height: auto;
  overflow: hidden;
  margin: .3rem auto;
}

.lm_fgzc ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -.2rem;
}

.lm_fgzc li {
  width: 20%;
  margin-bottom: .4rem;
}

.lm_fgzc li a {
  margin: 0 .2rem;
  display: block;
}

.lm_fgzc li .pic {
  padding-top: 130%;
}

.lm_fgzc li .pic img {}

.lm_fgzc li .txt {}

.lm_fgzc li .name {
  text-align: center;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: .5rem;
  letter-spacing: normal;
  color: #333333;
}

/* lm_xrld */
.lm_xrld {
  position: relative;
  z-index: 9;
  background: #fff;
  height: auto;
  overflow: hidden;
  padding: .3rem 0 0 .3rem;
  margin: .3rem 0;
  background: linear-gradient(180deg, #123262 0%, rgba(18, 50, 98, 0) 100%);
}

.lm_xrldbg {
  padding: .2rem 5% 1rem 5%;
  background: #fff;
}

.lm_xrld ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem dashed #D8D8D8;
  padding: .4rem .4rem;
  transition: all .3s;
  background: #fff;
  flex-wrap: wrap;
}

.lm_xrld ul:hover {
  border-bottom: 0.01rem dashed #123262;
}

.lm_xrld ul:hover span {
  color: #214884 !important
}

.lm_xrld ul li {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.lm_xrld span {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: .4rem;
  text-align: right;
  letter-spacing: normal;
  color: #333333;
}

.lm_xrld .xrld_zw {
  flex: 1;
  min-width: 0;
}

.lm_xrld .xrld_name {
  font-weight: bold;
  width: 30%;
}

.lm_xrld {}

/* */
.ldcy {}

.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: #000000;
}

.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: #e3b571;
  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: .18rem;
  /* 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: .26rem;
  padding-left: .3rem;
  border-top: .01rem solid #d2d2d2;
}

.timg-list ul li:first-child {
  border-top: 0;
}

.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 span {
  display: block;
  line-height: .22rem;
  color: #5f4253;
  margin-top: .13rem;
  font-size: .18rem;
}

.timg-list ul li:hover {
  background-color: #123262;
}

.timg-list ul li a:hover {}

.timg-list ul li:hover h3 {
  color: #fff;
}

.timg-list ul li:hover .time p {
  color: #fff;
}

.timg-list ul li:hover .time span {
  color: rgba(255, 255, 255, 0.6);
}

.timg-list ul li:hover .timg-linfo>p {
  color: rgba(255, 255, 255, 0.68);
}

.timg-linfo .time {
  font-size: 0;
}

.timg-linfo .time p {
  display: inline-block;
  font-size: .24rem;
  color: #104eb0;
  font-weight: bold;
}

.timg-linfo .time>span {
  display: inline-block;
  font-size: .14rem;
  color: #104eb0;
  margin-left: .09rem;
  margin-top: 0;
  vertical-align: bottom;
}

.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: .15rem;
  line-height: .35rem;
  text-align: center;
  color: #666;
  margin: 0 .07rem;
}

.pagination a.active {
  background: #aa0707;
  color: #fff;
  border: .01rem solid #aa0707;
}

.pagination a:hover {
  background: #aa0707;
  color: #fff;
  border: .01rem solid #aa0707;
}

.pagination span {
  display: inline-block;
  font-size: .14rem;
}

.wzlby {
  background-color: #f8f8f8;
}

.wzlby .position {
  padding-top: .6rem;
}

/*  */
.search_itembox {
  height: auto;
  overflow: hidden;
  margin: .3rem auto 0 auto;
}

.search_item {
  margin: 0 auto;
  height: auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_item a {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #333;
  padding: 0 .2rem;
}

.search_item a:hover {
  color: #1858B9;
  font-weight: bold;
}

.search_item a.on {
  color: #1858B9;
  font-weight: bold;

}

.lm-teacher-search {
  display: flex;
  margin: .3rem auto 0 auto;
}

.lm-teacher-search h2 {
  /* border-radius: .2rem; */
  /* background: #1858B9; */
  font-size: .2rem;
  font-weight: bold;
  line-height: .42rem;
  text-align: center;
  color: #333;
  width: 1.15rem;
  height: .42rem;
  margin-right: .1rem;
  display: block;
}

.lm-teacher-nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
}

.lm-teacher-nav a {
  font-size: .18rem;
  line-height: .42rem;
  color: #666666;
  padding: 0 .15rem;
}

.lm-teacher-nav a:hover {
  color: #fff;
  font-weight: bold;
  background: #1858B9;
  border-radius: .2rem;
}

.lm-teacher-nav a.active {
  color: #fff;
  font-weight: bold;
  background: #1858B9;
  border-radius: .2rem;
}

/*  */
.sz_wztxt {}

.sz_wzitem {
  height: auto;
  overflow: hidden;
  margin-top: .3rem;
}

.sz_wzitem h2 {
  font-size: .24rem;
  font-weight: bold;
  color: #1858B9;
  line-height: .46rem;
}

.sz_wzitem ul {
  display: flex;
  flex-wrap: wrap;
}

.sz_wzitem ul li {
  width: 10%;
}

.sz_wzitem ul li a {
  font-size: .16rem;
  line-height: .36rem;
  color: #333;
  display: block;
  width: 100%;
  transition: all .3s;
}

.sz_wzitem ul li:hover a {
  color: #1858B9;
  font-weight: bold;
}

.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.54rem;
  margin-right: 6%;
}

.szdw_tlist ul li a .modulepics .modulepic {
  padding-top: 129%;

}

.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: #1858B9;
}

.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: .16rem;
  font-weight: normal;
  line-height: .26rem;
  letter-spacing: 0em;
  color: #9E9E9E;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.szdw_tlist ul li a .moduleinfo span {
  display: block;
  font-size: .14rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: 0em;
  color: #9E9E9E;
  background: url(../images/contchar14_5_itemmore.png) no-repeat;
  background-position: right center;
  margin-top: .2rem;
}

.szdw_tlist ul li:hover::before {
  background: #1858B9;
}

/*  */
.img-lists {
  width: 100%;
}

.img-lists ul {
  overflow: hidden;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.img-lists ul li {
  float: left;
  width: calc(33.3% - 0.4rem);
  margin: 0 0.2rem 0.4rem 0.2rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background: #fff;
  border-radius: 0.08rem;
}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgb(170 7 7 / 16%);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 65%;
  border-radius: 0.08rem 0.08rem 0 0;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a>div.info {
  font-size: 0;
  text-align: center;
  padding: 0 0.1rem;
}

.img-lists ul li a>div.info p {
  color: #222;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 0.8rem;
}

.img-lists ul li:hover a>div.info p {
  color: #9a0000;
  font-weight: 700;
}

/*  */
.video-lists {
  width: 15.24rem;
  margin: 0 auto;
}

.video-lists ul {
  overflow: hidden;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.video-lists ul li {
  float: left;
  width: calc(33.3% - 0.4rem);
  margin: 0 0.2rem 0.4rem 0.2rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background: #fff;
  border-radius: 0.08rem;
}

.video-lists ul li:hover {
  box-shadow: 0 0 .1rem rgb(170 7 7 / 16%);
  top: -0.1rem;
}

.video-lists ul li a {
  display: block;
  width: 100%;
}

.video-lists ul li a .pic {
  padding-top: 58.238%;
  border-radius: 0.08rem 0.08rem 0 0;
}

.video-lists ul li a:after {
  position: absolute;
  content: "";
  background: url(../images/yx_bf.png) no-repeat;
  width: .5rem;
  height: .5rem;
  background-size: .5rem;
  bottom: 1rem;
  right: .4rem;
  z-index: 9999;
}

.video-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.video-lists ul li a>div.info {
  font-size: 0;
  text-align: center;
  padding: 0 0.1rem;
}

.video-lists ul li a>div.info p {
  color: #222;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 1.26rem;
}

.video-lists ul li:hover a>div.info p {
  color: #9a0000;
  font-weight: 700;
}

.video-lists ul li {
  box-shadow: 0 0 .1rem rgb(170 7 7 / 16%);
}

.wslb {}

.wslb li {
  margin-top: .4rem;
  background-color: #fff;
  padding: .3rem 0 .35rem;
  border-bottom: .01rem solid #e3dfca;

}

.wslb a {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 0 0.39rem;
}

.wslb a .desc {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.wslb .lbt {
  position: relative;
  /* flex: 1; */
  min-width: 0;
  margin-bottom: 0.2rem;
}

.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: 1rem;
  font-family: Bebas;
  font-size: 0.28rem;
  line-height: 0.38rem;
  text-align: center;
  color: #aa0707;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.wslb .wtime i {

  font-style: normal;

  font-size: 0.16rem;

  padding: 0 0.02rem;

  line-height: 0.26rem;
}

.wslb .wtime span {
  display: block;
  font-family: Bebas;
  font-size: 0.12rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #999999;
  line-height: 0.24rem;
  padding-left: 0.1rem;
}

.wslb a p {
  max-height: .64rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wslb li:hover {
  background-color: #fff1f1;
  border-bottom: .01rem solid #781e19;
  box-shadow: 0 0.04rem 0.08rem #e0cdcd;
}

.wslb li:hover .lbt h4 {
  color: #aa0707;
}


/*  */
.jjy {
  margin-top: .4rem;
}

.jjy>p {
  text-indent: 2em;
  font-size: .16rem;
  line-height: .36rem;
  color: #333;
}

.jjy>p img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.lists {
  padding: .3rem 0;
}

.lists li {
  background-position: left center;
  position: relative;
  font-size: .16rem;
  /* border-bottom: .01rem dashed #D6D6D6; */
  line-height: .6rem;
  background-size: 0.11rem .16rem;
  padding-left: 0;
  transition: all .3s;
}

.lists li:hover {

  box-shadow: 0rem 0rem 0.1rem 0rem rgb(192 192 192 / 30%);

  margin: 0 .05rem;
}

.lists li:hover a {
  margin: 0 0.2rem;
}

.lists li a {
  display: block;
  color: #303030;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/ico_list.png) left center no-repeat;
  padding-left: .25rem;
  border-bottom: .01rem dashed #D6D6D6;
  padding: 0.1rem 0.25rem;
  width: 100%;
  transition: all .3s;
}

.lists li a span {
  position: absolute;
  right: .1rem;
  font-size: .14rem;
  color: #999999;
}

.lists li a:hover {
  color: #104eb0;
}

.lists li a span.list_time {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.szlb-list {
  margin-top: .3rem;
}

.szlb-list .jg-title {
  font-size: .2rem;
  background: #F4F4F4;
  line-height: .5rem;
}

.szlb-list .jg-title a {
  color: #104eb0;
  position: relative;
  padding-left: .3rem;
  font-weight: bold;
}

.szlb-list .jg-title a::after {
  content: "";
  position: absolute;
  left: .15rem;
  top: 50%;
  transform: translateY(-50%);
  background: #104eb0;
  width: 0.03rem;
  height: 0.15rem;
}

.szlb-list .jg-title span {
  float: left;
  width: .5rem;
}

.szlb-list .jg-ul li {
  float: left;
  min-width: 0.98rem;
  margin: 0 .3rem;
  line-height: .5rem;
}

.szlb-list .jg-ul li a {
  display: block;
  font-size: .18rem;
  color: #333;
  text-align: justify;
  position: relative;
  padding-left: .2rem
}

.szlb-list .jg-ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.05rem;
  height: 0.05rem;
  transform: translateY(-50%);
  background: #104eb0;
  border-radius: 50%;

}

.szlb-list .jg-ul {
  margin-top: .2rem;
  margin-bottom: .2rem;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.szlb-list .jg-ul li a:hover {
  font-weight: bold
}



/*n_content*/
.n_con_tit h2 {
  font-size: .4rem;
  color: #222;
  text-align: center;
  line-height: 0.5rem;
  margin-bottom: .2rem;
}

.n_con_tit .sxdiv {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n_con_tit .sxdiv span {
  display: inline-block;
  font-size: .16rem;
  color: #666666;
  line-height: 2em;
  margin-right: 0.5rem;
}

.n_con_tit .sxdiv .share {
  font-size: .16rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #666666;
  text-align: right;
  flex-wrap: wrap;
}

.n_con_tit .sxdiv #share {
  width: auto;
}

.n_con_tit {
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  border-bottom: .01rem solid #7d0302;
  position: relative;
}

.n_con_tit:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.01rem;
  background: #7d0302;
  bottom: -0.06rem;
}

.n_con_txt p {
  font-size: .2rem;
  color: #333333;
  line-height: .4rem;
  text-indent: 2em;
  text-align: justify;
  margin-top: .3rem;
}

.n_con_link {
  padding-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_con_link .txt-elise {
  line-height: .4rem;
  width: 46%;
}

.n_con_link .txt-elise a {
  color: #4d3333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.n_con_link .txt-elise a:hover {
  color: #104eb0
}

.n_content {
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-radius: 0.08rem;
}

.n_con_txt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.nr_down {}

.nr_down a {
  color: #333;
  line-height: .4rem;
  font-size: .18rem;
  display: block;
  background: url(../images/ico_list.png) left center no-repeat;
  padding-left: 0.2rem;
}

.nr_down a:hover {
  color: #104eb0;
}

.nr_tabel {
  border-collapse: collapse;
  border: 0.01rem solid rgba(0, 0, 0, 0.08);
}

.nr_tabel th,
td {
  border-collapse: collapse;
  border: 0.01rem solid rgba(0, 0, 0, 0.08);
  height: .5rem;
  font-size: .16rem;
  color: #333333;
  padding: 0.05rem .3rem;
}

.nr_tabel tr:hover td {
  color: #104eb0;
  font-weight: bold;
}

.nr_tabel th {
  background-color: #104eb0;
  /*  */
  background: linear-gradient(0deg, #104eb0, #104eb0), #F1F5F6;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  height: 0.5rem;
  line-height: .5rem
}

.nr_tabel {
  width: 100%;
}

/*  */
.lm-teacher-box {
  height: auto;
  overflow: hidden;
}

.lm-teacher-search {
  display: flex;
  margin: .3rem auto .1rem auto;
  background: #F9F7FC;
  padding: .3rem;
}

.lm-teacher-search h2 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #104eb0;
}

.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: #104eb0;
}

.lm-teacher-nav a.active {
  color: #fff;
  /* font-weight: bold; */
  background: #104eb0;
  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: #f7f7f7;
  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: .01rem 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: rgba(252, 219, 219, 0.4);
  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: #f7f7f7;
  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: .01rem 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: #104eb0 .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; */
}

/*  */
.rczpbox {
  margin: .4rem 0;
}

.zp_link {
  width: 100%;
  text-align: right;
  height: auto;
  overflow: hidden;
}

.zp_link a {
  display: block;
  background: rgba(252, 219, 219, 0.4);
  width: 1.8rem;
  height: 0.45rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.45rem;
  letter-spacing: normal;
  color: #104eb0;
  text-align: center;
  float: right;
}

.zp_about {
  height: auto;
  overflow: hidden;
  margin: .2rem auto .4rem auto;
}

.zp_about p {
  text-indent: 2em;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #666666;
}

.zp_list {}

.zp_list li a {
  display: flex;
  justify-content: space-between;
  padding: .04rem 0;
  line-height: .46rem;
  border-bottom: 0.01rem dashed #D8D8D8;
}

.zp_list li:last-child a {
  border-bottom: none
}

.zp_list li a h3 {
  width: calc(100% - 1rem);
  padding: 0 0;
  font-size: .16rem;
  color: #525252;
  transition: 0.5s;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: .2rem;
  font-weight: 400;
  transition: all .3s;
}

.zp_list li a h3::after {
  content: "";
  position: absolute;
  width: .07rem;
  height: .07rem;
  bottom: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #104eb0;
  background-size: 100% 100% !important;
  border-radius: 50%;
}

.zp_list li a h3::before {
  content: "";
  position: absolute;
  width: .01rem;
  height: 1rem;
  top: 0;
  left: 0.03rem;
  background: #f5f5f5;
}

.zp_list li a p {
  width: 1rem;
  text-align: right;
  font-size: .16rem;
  color: #9E9E9E;
  margin: 0;
  padding: 0;
}

.zp_list li:hover a h3 {
  font-weight: 800;
  color: #104eb0;
}


.contchar14_5_tlist ul {
  flex-wrap: wrap;
}

.contchar14_5_tlist ul li {
  width: 99%;
  padding: .13rem .2rem .13rem .13rem;
  position: relative;
  margin-top: .4rem;
  transition: all .3s;
  background: #f6faff;
}

.contchar14_5_tlist ul li:nth-child(odd) {
  background: #f6faff;
  background-size: 100% 100%
}

.contchar14_5_tlist ul li:nth-child(even) {
  background: #f6faff;
  background-size: 100% 100%;
  border: .01rem solid rgba(144, 2, 1, 0.02);
  box-shadow: 0rem .05rem .05rem 0rem rgba(134, 1, 0, 0.02);
}

.contchar14_5_tlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.contchar14_5_tlist ul li a .modulepics {
  width: 2.23rem;
  margin-right: 4%;
}

.contchar14_5_tlist ul li a .modulepics .modulepic {
  padding-top: 134.07%;
}

.contchar14_5_tlist ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.contchar14_5_tlist ul li a .moduleinfo .ld_item {
  display: flex;
  align-items: flex-start;
  margin: .15rem auto;
  justify-content: flex-start;
}

.contchar14_5_tlist ul li a .moduleinfo .ld_itemsx {
  width: auto;
  font-size: .18rem;
  line-height: .32rem;
  color: #333333;
  white-space: nowrap;
}

.contchar14_5_tlist ul li a .moduleinfo .ld_itemnr {}

.contchar14_5_tlist ul li a .moduleinfo .ld_itemnr p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .16rem;
  font-weight: normal;
  line-height: .32rem;
  letter-spacing: normal;
  color: #333333;
}

.contchar14_5_tlist ul li a .moduleinfo {}

.contchar14_5_tlist ul li a .moduleinfo h3 {
  font-size: .26rem;
  font-weight: bold;
  line-height: normal;
  color: #333;
  line-height: .4rem;
  padding-bottom: .1rem;
  position: relative;
  margin-bottom: .1rem;
}

.contchar14_5_tlist ul li a .moduleinfo h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: .03rem;
  background: linear-gradient(270deg, rgba(144, 2, 1, 0) 0%, #1352b0 100%);
  transition: all.5s;
}

.contchar14_5_tlist ul li:hover h3:after {
  width: 80% !important;
}

.contchar14_5_tlist ul li a .moduleinfo h4 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .18rem;
  letter-spacing: normal;
  color: #1352b0;
  line-height: .4rem;
}

.contchar14_5_tlist ul li a .moduleinfo h3 i {
  font-style: normal;
  font-size: .16rem;
}



.contchar14_5_tlist ul li a .moduleinfo div p {
  font-size: .16rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: 0em;
  color: #9E9E9E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contchar14_5_tlist ul li a .moduleinfo span {
  display: block;
  font-size: .14rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: 0em;
  color: #104eb0;
  background: url(../images/contchar14_5_itemmore.png) no-repeat;
  background-position: right center;
  margin-top: .2rem;
}

.contchar14_5_tlist ul li:hover::before {
  background: #8c030d;
}

/*  */
@media screen and (max-width: 1400px) {
  .wslb li {
    padding: .35rem .25rem .3rem;
  }
}

@media screen and (max-width: 1320px) {
  .ldcy ul a .tu {
    margin-right: .24rem;
  }

  .ldcy ul a .tu {
    width: 1.3rem;
  }

  .ldcy ul .info>span {
    margin-top: .24rem;
  }

  .ldcy ul li {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 1420px) {
  .video-lists {
    padding-left: .1rem;
    padding-right: .1rem;
    max-width: 100%;
  }

  .video-lists ul {
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 1220px) {
  .lm-lead-list ul li {
    width: 100%;
    float: none;
  }

  .lm-teacher-search {
    display: block;
  }

  .lm-teacher-nav {
    padding: .15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lm-teacher-list ul li {
    width: 100%;
    float: none;
  }

  .lm-teacher-bq {
    display: block;
  }

  .lm-teacher-bq-item {
    width: 100% !important;
    font-size: .16rem;
  }

  .lm_banner {
    margin-top: 0rem;
  }

  .timg-list-img {
    width: 2.6rem;
  }

  .timg-list ul li a h3 {
    margin-top: .08rem;
  }

  .timg-linfo>p {
    line-height: .26rem;
    max-height: .78rem;
    margin-top: .1rem;
  }

  .ldcy ul .info h4 {
    font-size: .18rem;
  }
}

@media screen and (max-width: 1024px) {
  .sz_wzitem ul li {
    width: 20%
  }

  .szdw_tlist ul li::before {
    width: 1.5rem;
  }

  .szdw_tlist ul li a .modulepics {
    width: 1.5rem;
  }

  .szdw_tlist ul li {
    width: 100%;
  }

  .lm-teacher-search h2 {
    width: 2rem;
    text-align: left;
    font-size: 0.18rem;
  }

  .lm-teacher-search {
    display: block;
    margin: .1rem auto .1rem auto;
    padding: .2rem;
  }

  .lm-teacher-nav {
    padding: .15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .nr_tabel th {
    height: 0.4rem;
    line-height: .4rem;
  }

  .nr_tabel th,
  td {
    padding: 0.1rem .1rem;
  }

  .lm-teacher-jbxx {
    display: block;
    padding: 0 .15rem .15rem;
  }

  .lm-teacher-jbxx .pic {
    margin: 0 auto;
  }

  .lm-teacher-txt h3 {
    font-size: .2rem !important;
  }

  .lm-teacher-list ul li h3 span {
    font-size: .16rem !important;
  }

  .lm-teacher-txt {
    margin: 0 auto;
    padding: .35rem 0 0 0;
  }

  .lm-teacher-bq-item span {}

  .lm-teacher-info-title {
    /* display: flex; */
    /* justify-content: center; */
    line-height: .4rem;
  }

  .lm-teacher-info-title h3 {
    font-size: .16rem;
    padding: 0 3%;
  }

  .lm-teacher-info-cont-item p {
    line-height: .3rem;
    font-size: .16rem;
  }

  .n_con_txt {
    padding: 0rem;
  }

  .position {
    padding-top: .4rem;
    padding-bottom: .15rem;
  }



  .position h3 {
    font-size: .26rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    padding: .25rem;
  }

  .wslb .lbt h4 {}

  .wslb .lbt p {
    font-size: .2rem;
    bottom: .14rem;
  }

  .wslb .lbt {}

  .ldcy ul .info h4 {
    font-size: .18rem;
  }

  .ldcy ul a .tu {
    margin-right: .14rem;
  }

  .ldcy ul .info>p {
    font-size: .15rem;
  }

  .ldcy ul li {
    width: 100%;
  }

  .ldcy ul li:nth-child(2n) {
    margin-left: 0;
  }

  .timg-list ul li {
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .timg-list ul li a h3 {
    font-size: .17rem;
    line-height: .26rem;
  }

  .timg-list-img {
    margin-right: .2rem;
    width: 2.3rem;
  }

  .timg-linfo .time p {
    font-size: .22rem;
  }

  .timg-linfo>p {
    font-size: .15rem;
    line-height: .24rem;
    max-height: .72rem;
    margin-top: .08rem;
  }

  .contchar14_5_tlist ul li a .moduleinfo .ld_item {
    display: block;
    margin: .05rem auto;
  }

  .contchar14_5_tlist ul li a .moduleinfo div {
    padding-bottom: 0 !important;
  }

  .contchar14_5_tlist ul li a .moduleinfo .ld_itemnr p {
    line-height: .24rem;
    -webkit-line-clamp: 2;
  }

  .wslb a {
    padding: 0;
  }

  .video-lists ul li a>div.info p {
    line-height: .8rem;
  }

  .video-lists ul li a:after {
    bottom: .6rem;
  }
}

@media screen and (max-width: 1024px) {
  .lm_fgzc li {
    width: 25%;
  }

  .n_content {
    padding: 0.4rem 0.2rem;
  }

  .contchar14_5_tlist ul li a .moduleinfo div {
    padding-bottom: .2rem;
  }

  .contchar14_5_tlist ul li::before {
    width: 1.8rem;
  }

  .contchar14_5_tlist ul li a .modulepics {
    width: 1.8rem;
    width: 1.8rem !important;
    margin: 0rem auto;
    margin-right: 4%;
  }

  .contchar14_5_tlist ul li a .moduleinfo div p {
    -webkit-line-clamp: 4;
  }

  .szlb-list .jg-ul li {
    width: 30%;
    margin: 0;
  }

  .szlb-list .jg-ul li a {
    text-align: center;
  }

  .img-lists ul li {
    width: 46%;
    margin: .2rem 2% 0 2%;
  }

  .video-lists ul li {
    width: 46%;
    margin: .2rem 2% 0 2%;
  }



  .lmgd {
    display: none;
  }

  .lm_banner:after,
  .lm_banner:before {
    display: none;
  }


  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: .16rem 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    /* line-height: .4rem; */
  }

  .position h3 {
    left: 0;
    width: auto;
    height: .45rem;
    font-size: .2rem;
    line-height: .45rem;
    position: relative;
    left: 0;
    margin-bottom: .1rem;
    font-weight: 600;
    /* display: none; */
  }

  .position h3::after {
    width: .37rem;
    height: .37rem;
    right: -0.1rem;
    bottom: -0.15rem;
  }




  .jjy>p {
    line-height: .3rem;
  }

  .jjy {
    margin-top: .2rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    margin-top: .3rem;
  }

  .wslb .lbt h4 {}

  .wslb li {
    padding: .18rem;
  }

  .ny-right {
    padding-bottom: .3rem;
    padding: 0 0.1rem;
  }

  .wzlby .channl-menu {
    display: none;
  }

  .ldcy ul li {
    width: 48%;
  }

  .ldcy ul li:nth-child(2n) {
    margin-left: 4%;
  }

  .ldcy ul a .tu {
    width: 1.1rem;
  }

  .ldcy ul .info>span {
    margin-top: .18rem;
    margin-bottom: .12rem;
  }

  .ldcy ul .info>p {
    line-height: .27rem;
  }

  .contchar14_5_tlist ul li a .moduleinfo h3 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contchar14_5_tlist ul li a .moduleinfo h4 {
    text-align: center;
  }

  .contchar14_5_tlist ul li a .moduleinfo h3:after {
    display: none;
  }

  .contchar14_5_tlist ul li a {
    padding: .3rem;
  }

  .position .p_line {
    display: none;
  }

  .lm_xrld {
    margin: 0 0;
    padding: 0;
  }

  .lm_xrldbg {
    padding: 0;
  }

  .lm_xrld ul {
    padding: .2rem 0;
  }

  .lm_xrld ul li {
    width: 47%;
  }
}

@media screen and (max-width: 740px) {
  .lm_fgzc li {
    width: 33.33%;
    margin-bottom: .1rem;
  }

  .lm_xrld ul li {
    width: 100%;
  }

  .lm_xrld span {
    font-size: 0.18rem;
  }

  .lm_xrld .xrld_name {
    text-align: center;
  }

  .sz_wzitem ul li {
    width: 33.33%
  }

  .ldcy ul li {
    width: 100%;
  }

  .ldcy ul li:nth-child(2n) {
    margin-left: 0;
  }

  .contchar14_5_tlist ul li a .modulepics {
    margin: 0rem auto;
  }

  .contchar14_5_tlist ul li a {
    display: block;
  }

  .contchar14_5_tlist ul li {
    width: 100%;
    padding: 0;
  }

  .position {
    display: block;
  }

  .position-wz {
    width: 100%;
  }

  .wslb .wtime span {
    width: 100%;
    line-height: 0.24rem;
  }



  .wslb li {
    margin-top: 0 !important;
  }

  .lmgd {
    position: relative;
    padding: 0.1rem 0;
  }

  .lmgd .px1400 {
    justify-content: left;
    flex-direction: column;
    margin-bottom: 0.3rem;
    overflow: hidden;
    align-items: start;
  }

  .lmgd h2 {
    color: #222;
    font-size: 0.24rem;
  }

  .n_con_tit h2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .n_con_tit .sxdiv {
    flex-wrap: wrap;
  }

  .n_con_tit .sxdiv span {
    margin-right: 0.3rem;
  }

  .n_con_link {
    flex-direction: column;
    align-items: start;
  }

  .n_con_link .txt-elise {
    width: 100%;
  }

}

@media screen and (max-width: 520px) {
  .lm_fgzc li {
    width: 50%;
  }

  .lm-teacher-list ul li a {
    display: block;
  }

  .lm-teacher-list ul li .pic {
    margin: 0 auto;
  }

  .wslb a {
    padding: 0;
  }

  .wslb a .desc {
    flex-direction: column;
    justify-content: left;
  }

  .wslb a .desc p {
    margin-bottom: 0.1rem;
  }

  .wslb .wtime {
    font-size: 0.24rem;
    border: none !important;
    margin-left: 0;
  }

  .jjy>p {
    font-size: .15rem;
  }

  .wslb .lbt h4 {
    padding-right: 0;
  }

  .wslb .lbt p {
    font-size: .18rem;
  }

  .wslb .lbt p span {
    font-size: .13rem;
    margin-left: .05rem;
  }

  .wslb a>p {
    margin-top: .1rem;
  }

  .wslb .lbt {}

  .wslb .lbt p {
    bottom: .1rem;
  }

  .wslb li {
    padding: .15rem;
    margin-top: .25rem;
  }

  .ldcy ul .info>p {
    font-size: .14rem;
  }

  .ldcy ul .info h4 {
    font-size: .16rem;
    margin-bottom: .06rem;
  }

  .ldcy ul .info>span {
    height: .03rem;
    width: .2rem;
  }

  .timg-list-img {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: .2rem;
  }

  .timg-list ul li a h3 {
    font-size: .16rem;
  }

  .timg-linfo .time p {
    font-size: .2rem;
  }

  .timg-linfo>p {
    font-size: .14rem;
  }

  .timg-list ul li {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .video-lists ul li,
  .img-lists ul li {
    width: 100%;
    margin: .2rem 0 0;
  }

  .video-lists ul,
  .img-lists ul {
    margin: 0;
  }
}

.pagination span span 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;
}

#vsb_content table {
  margin: 0 auto;
}

#vsb_content table p {
  text-indent: 0;
}

#vsb_content p:has(img) {
  margin: 0 auto;
  text-align: center;
}



#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #aa0707;
}

#bnt_back {
  position: absolute;
  left: 15px;
  top: 0px;
}

#bnt_back img {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

#bnt_back svg {
  fill: rgb(255, 255, 255);
  height: 30px;
  vertical-align: middle;
  width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0px;
  line-height: 50px;
}

#bnt_sub_nav {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 50px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: flex;
  align-items: center;
}

#bnt_sub_nav svg {
  fill: rgb(255, 255, 255);
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

#bnt_sub_nav img {
  display: block;
  height: 20px;
}

#bnt_sub_nav.on img {
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: rgb(255 186 186);
  display: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 5px;
  z-index: 9;
}

#sub_nav_content ul {
  display: none;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
}

#sub_nav_content ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
  color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
  color: #aa0707;
}

#sub_nav_content dl {
  font-size: 0px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 10px 0px;
}

#sub_nav_content dt {
  position: relative;
  background: rgb(255, 255, 255);
  z-index: 999;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  line-height: 30px;
  padding: 0 20px;
}

#sub_nav_content dt i {
  float: right;
  font-family: simsun;
  font-style: normal;
  font-weight: bold;
  font-size: .16rem;
}

#sub_nav_content dt a {
  display: inline-block;
  width: 88%;
  color: rgb(91, 83, 73);
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.on {}

#sub_nav_content dt.on>a,
#sub_nav_content dt.on>i {
  color: #aa0707;
}

@media (max-width: 1024px) {
  .nymain .leftNav {
    display: none;
  }

  #m_n_nav {
    display: block;
  }

}


.zyjs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .3rem;
}
.zyjs>div:hover{
  box-shadow:0 0 0.14rem #d07474;
  border-radius:0.08rem
}
.zyjs .zy_tit {
  border-radius: 0.08rem 0.08rem 0 0;
  height: 0.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zy1 .zy_tit {
  background: url(../images/zyjs_01.png) no-repeat center center;
}

.zy2 .zy_tit {
  background: url(../images/zyjs_02.png) no-repeat center center;
}

.zy3 .zy_tit {
  background: url(../images/zyjs_03.png) no-repeat center center;
}

.zy4 .zy_tit {
  background: url(../images/zyjs_04.png) no-repeat center center;
}

.zy5 .zy_tit {
  background: url(../images/zyjs_05.png) no-repeat center center;
}

.zy6 .zy_tit {
  background: url(../images/zyjs_06.png) no-repeat center center;
}

.zy_tit h2 {
  font-size: .24rem;
  text-align: center;
  color: #fff;
  line-height: 0.8rem;
  font-weight: normal;
  padding-left: 0.3rem;
  position: relative;
}

.zy_tit h2:before {
  position: absolute;
  content: "";
  width: 0.23rem;
  height: 0.25rem;
  top: calc(50% - 0.115rem);
  left: 0;
}

.zy1 .zy_tit h2:before {
  background: url(../images/xy1.png) no-repeat center center;
}

.zy2 .zy_tit h2:before {
  background: url(../images/xy2.png) no-repeat center center;
}

.zy3 .zy_tit h2:before {
  background: url(../images/xy3.png) no-repeat center center;
}

.zy4 .zy_tit h2:before {
  background: url(../images/xy4.png) no-repeat center center;
}

.zy5 .zy_tit h2:before {
  background: url(../images/xy5.png) no-repeat center center;
}

.zy6 .zy_tit h2:before {
  background: url(../images/xy6.png) no-repeat center center;
}

.zyjs .list_zy {
  font-size: .14rem;
  line-height: .2rem;
  border-radius: 0 0 0.08rem 0.08rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 4.7rem;
  width: 100%;
}

.zyjs .list_zy:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -.4rem;
  width: 1.65rem;
  height: 1.65rem;
  z-index: 0;
}

.zy1 .list_zy:after {
    background: url(../images/xy1_fd.png) no-repeat;  
}
.zy2 .list_zy:after {
    background: url(../images/xy2_fd.png) no-repeat;  
}
.zy3 .list_zy:after {
    background: url(../images/xy3_fd.png) no-repeat;
    right: -0.35rem;
}
.zy4 .list_zy:after {
    background: url(../images/xy4_fd.png) no-repeat;  
}
.zy5 .list_zy:after {
    background: url(../images/xy5_fd.png) no-repeat;  
}
.zy6 .list_zy:after {
    background: url(../images/xy6_fd.png) no-repeat;
    right: -0.6rem;
}

.zyjs .list_zy ul li {
  line-height: 0.58rem;
  border-bottom: 1px dashed #d4d4d4;
}
.zyjs .list_zy ul {
  position: relative;
  z-index: 4;
  padding: 0 0.28rem 0.28rem;
}

.zyjs .list_zy ul li:hover {
  border-bottom: 1px dashed #dc8185;
  background: url(../images/zy_jt.png) no-repeat right center;
}

.zyjs .list_zy ul li:last-child {
  border: 0;
}

.zyjs .list_zy ul li a {
  color: #222;
  font-size: .18rem;
}

.zyjs .list_zy ul li:hover a {
  color: #aa0707;
  font-weight: bold;
}


@media (max-width: 768px) {
  .zyjs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .zyjs {
    grid-template-columns: repeat(1, 1fr);
  }
}


.xyjj .n_con_tit{
  background:url(../images/xyjj_ttbg.png) no-repeat center bottom;
  border: 0;
}
.xyjj .n_con_tit:after{
  display: none;
}
.xyjj .n_con_txt p{
  font-size:0.18rem;
  line-height:0.32rem;
}

/* è§†é¢‘å¼¹çª— */

.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 65vh;
}

.vwrap .videobox #videobox {
  width: 100%;
  display: inline-block;
  background: #000;
}

.vwrap .videobox #videobox .img_hezi {
  padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
  text-align: center;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.vwrap .close i svg {
  transition: .6s
}

.vwrap .close:hover i svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}