.lm_banner {
  position: relative;
  height: auto;
  overflow: hidden;
}

.lm_banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  opacity: .2;
  background: linear-gradient(0deg, #141414 8%, rgba(38, 38, 38, 0.6837) 34%, rgba(146, 146, 146, 0) 91%);
  z-index: 0;
}

.lm_banner img {
  display: block;
  width: 100%;
}

.this_lmname {
  position: absolute;
  left: 0;
  bottom: .4rem;
  width: 100%;
  z-index: 99;
}

.this_lmname h2 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.nymain {
  margin-top: .3rem;
  margin-bottom: .3rem;
  height: auto;
  /* overflow: hidden; */
}


.lm-menu {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(123, 123, 123, 0.2);
}

.ln_nav {}

.ln_nav .px1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftNav {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 9;
  flex: 1;
  min-width: 0;
}

.leftNav>h2 {
  line-height: .6rem;
  color: #333;
  font-size: .3rem;
  /* overflow: hidden; */
  /* text-align: center; */
  /* font-weight: normal; */
  border-radius: 0;
  border-top-right-radius: 0.3rem;
  padding: 0 .3rem;
  position: relative;
  z-index: 9;
  color: #1c59b7;
  display: none;
}

.leftNav>h2:after {
  content: "";
  position: absolute;
  left: -.01rem;
  top: -0.1rem;
  background-size: .65rem .77rem;
  width: .65rem;
  height: .77rem;
}

.leftNav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .6rem;
  border-radius: 0;
  border-top-right-radius: 0.3rem;
}

.leftNav>h2 img {
  vertical-align: middle;
  margin-right: .1rem;
  margin-top: -0.05rem;
}

.leftNav p {
  margin-left: .2rem;
  font-size: .26rem;
  font-weight: 600;
  color: #fff;
  padding: .2rem 0;
}

.leftNav>ul {
  flex: 1;
  min-width: 0;
  display: flex;
  position: relative;
  z-index: 9;
  margin-left: -.25rem;
}

.leftNav>ul>li {
  position: relative;
  padding: 0 0;
  z-index: 99;
}

.leftNav>ul>li:first-child {}

.leftNav>ul>li:last-child {
  border-bottom: .01rem solid transparent;
}

.leftNav ul li a {
  display: block;
  font-size: .22rem;
  line-height: .6rem;
  color: #333;
  padding: 0 .3rem 0 .3rem;
  position: relative;
}


.leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .12rem;
  top: .25rem;
  line-height: .5rem;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}

.leftNav>ul>li.on>span {
  transform: rotate(90deg);
  top: .2rem;
}

.leftNav>ul>li.on>a {
  color: #B0110D;
  font-weight: bold;
}

.leftNav>ul>li.activ {
  background: #dadada;
}

.leftNav>ul>li.active>a {}

.leftNav ul li:hover {}

.leftNav ul li.active {}

.leftNav ul li.on>a:before {
  content: "";
  position: absolute;
  bottom: -.02rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: .03rem;
  background: #B0110D;
}

.leftNav ul li.active ul {
  display: none;
}

.leftNav ul li a:hover {
  background-position: .31rem center;
  color: #B0110D;
}

.leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  background: #fff;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(123, 123, 123, 0.2);
  margin-top: .02rem;
  width: 77%;
}

.leftNav>ul>li>ul>li>a {
  font-size: .16rem;
  line-height: .42rem;
  color: #666666;
  border-bottom: #f0f0f0 .01rem solid;
  text-align: center;
}




.nymain .px1600 {
  background: #fff;
  padding: 0.2rem;
  border-radius: .05rem
}

.nymain .leftNav {
  float: left;
  width: 3rem;
  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: #B0110D;
  border-bottom: #B0110D 0.05rem solid;
}

.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 0;
  background: #effaff;
}

.nymain .leftNav>ul>li {
  position: relative;
  /* border-bottom: rgba(255, 255, 255, 0.3) 1px solid; */
}

.nymain .leftNav ul li.active>a:before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.33rem;
  background: #7fc0e0;
  left: 0;
  top: .34rem;
  transform: translateY(-50%);
}

.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: .20rem;
  line-height: .7rem;
  padding-left: .4rem;
  color: #333;
  font-weight: bold;
  border-bottom: #ffffff .01rem solid;
}

.nymain .leftNav ul li a:hover {
  color: #B0110D;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .2rem;
  top: .23rem;
  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: #B0110D;
}

.nymain .leftNav>ul>li.activ {
  background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
  color: #B0110D;
  font-weight: bold;
  background: #fff;
}

.nymain .leftNav ul li.active>a {
  background-size: 82% 85%;
}

.nymain .leftNav ul li.active ul {
  /* display: block; */
  background: #fff;
}

.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: #B0110D;
}

.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: .5rem;
  padding-left: .65rem;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
}

.position {
  padding-top: .2rem;
  padding-bottom: .22rem;
  /* border-bottom: .01rem  #d8d8d8 dashed; */
  position: relative;
  display: flex;
  justify-content: space-between;
  background: url(../images/lmxhx.png) bottom center no-repeat;
  background-size: 100% auto;
}

.position:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(0deg, #B0110D, #B0110D), linear-gradient(136deg, #1E7950 -7%, #299F82 66%, #249E7F 99%), #0A4A98;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: #F5F9FF .05rem solid;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: .24rem;
}

.position h3 {
  font-size: .26rem;
  line-height: .24rem;
  color: #B0110D;
  text-align: left;
  font-weight: bold;
  padding-left: .25rem;
}

.position span {
  color: #666666;
  font-size: .16rem;
  vertical-align: middle;
}

.position span:first-child {
  padding-left: .25rem;
}

.position img {
  height: .16rem;
  vertical-align: middle;
  margin-right: .05rem;
}

.position a {
  font-size: .16rem;
  color: #666666;
  margin: 0 .05rem;
  vertical-align: middle;
}

.position-dq {
  color: #B0110D !important;
}

.position a:hover {
  color: #B0110D;
}

/*  */
.zzjgbox {
  padding: .3rem 0;
}

.zzjgbox .zzjg_hd {}

.zzjgbox .zzjg_hd h2 {
  background: #B0110D;
  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: #B0110D;
  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: #B0110D;
  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: #B0110D;
}

.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: #B0110D;
}

.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: #B0110D;
  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 #B0110D;
}



.timg-list ul li:hover h3 {
  color: #B0110D;
}

.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: #B0110D;
  color: #fff;
  border: .01rem solid #B0110D;
}

.pagination a:hover {
  background: #B0110D;
  color: #fff;
  border: .01rem solid #B0110D;
}

.pagination .p_pages span {
  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 span{
  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;
}

.wslb a p {
  max-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: #B0110D;
}

.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 .01rem solid
}

.wslb li:hover .wtime span {
  color: #fff;
}

.jjy {
  margin-top: .28rem;
}

.jjy>p {
  font-size: .18rem;
  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 {
  border-bottom: .01rem solid #f1dfa9;
}

.lists li a {
  display: block;
  color: #303030;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lists li a:hover {
  color: #B0110D;
  font-weight: bold
}

.lists li a span {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.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: #B0110D;
  font-weight: bold;
}

.search_item a.on {
  color: #B0110D;
  font-weight: bold;

}

.lm-teacher-search {
  display: flex;
  margin: .3rem auto 0 auto;
}

.lm-teacher-search h2 {
  /* border-radius: .2rem; */
  /* background: #B0110D; */
  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: #B0110D;
  border-radius: .2rem;
}

.lm-teacher-nav a.active {
  color: #fff;
  font-weight: bold;
  background: #B0110D;
  border-radius: .2rem;
}

.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: #B0110D;
}

.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: #B0110D;
}

/*  */
.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: #B0110D;
}

.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: #B0110D;
}

.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) .01rem 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: #B0110D;
}

.ld_item:hover * {
  color: #fff !important;
}

.ld_item:hover .ld_p {
  border-bottom: rgba(231, 231, 231, 0.1) .01rem 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: .36rem; */
}

.n_con_txt {
  padding: 0 0;
}

.n_content {
  padding-top: .5rem;
}

.n_con_txt img {
  display: block;
  width: auto;
  max-width: 550px;
  margin: 0 auto;
  height:auto !important;
}


.n_con_link {
  border-top: solid .01rem #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: #c21313
}

@media screen and (max-width: 1400px) {
  .wslb li {
    padding: .35rem .25rem .3rem;
  }

  .szdw_tlist ul li a .modulepics {
    width: 1.6rem;
  }
}

@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: 1220px) {
  .zzjgbox .zzjg_img img {
    width: 100%
  }

  .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) {
  .lm_banner {
    margin-top: 0
  }

  .lm-menu {
    box-shadow: none;
  }

  .ln_nav {
    margin: .2rem auto 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    background: #fff;
  }

  .leftNav {
    margin-right: .3rem;
  }

  .leftNav ul li a {
    line-height: .45rem;
    padding: 0;
  }

  .leftNav>ul>li>span {
    top: .1rem !important;
    display: block;
  }

  .leftNav>ul>li>ul {
    position: relative;
  }

  .leftNav {
    width: 100%;
    display: block;
  }

  .leftNav>h2 {
    width: 100%;
    line-height: .74rem;
  }

  .leftNav ul {
    display: none;
    padding: 0 0rem;
    margin: 0 auto;
  }

  .leftNav>h2:after {
    display: none
  }

  .leftNav>h2 {
    line-height: .46rem;
    font-size: .18rem;
    text-align: left;
    font-weight: 600;
    padding-top: 0;
    background: #074993;
    border-radius: 0;
    padding-right: 0;
    display: block;
    color: #fff;
  }

  .leftNav>h2 span {
    float: right;
    width: .3rem;
    height: .3rem;
    margin-top: .08rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: .1rem;
    transition: all 0.3s;
  }

  .leftNav>h2 span.on {
    transform: rotateZ(45deg);
  }

  .leftNav ul li a {
    line-height: .45rem;
    padding-left: .2rem;
    font-size: .16rem;
  }

  .leftNav>ul>li>span {
    top: .1rem;
  }

  .leftNav>ul>li>ul>li>a {
    font-size: .15rem;
    line-height: .4rem;
  }

  .leftNav:after {
    display: none
  }

  .leftNav>ul>li {
    border-bottom: 0.01rem #d4d4d4 dashed;
  }

  .leftNav ul li.on>a:before {
    display: none;
  }

  .position {
    padding-top: .4rem;
    padding-bottom: .15rem;
  }

  .nymain .leftNav {
    margin-right: .3rem;
  }

  .nymain .leftNav ul li a {
    line-height: .55rem;
  }

  .nymain .leftNav>ul>li>span {
    top: .15rem;
  }

  .position h3 {
    font-size: .26rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    padding: .25rem;
  }

  .wslb .lbt h4 {
    font-size: .18rem;
  }

  .wslb .lbt p {
    font-size: .2rem;
    bottom: .14rem;
  }

  .wslb .lbt {
    padding-bottom: .14rem;
  }

  .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;
  }

  .szdw_tlist ul li {
    margin-top: .25rem;
  }

  .lm-teacher-search {
    display: block;
  }

  .lm-teacher-nav {
    padding: .15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .zzjgbox .zzjg_hd ul:before {
    width: calc(100% - .5rem);
  }

  .zzjgbox .zzjg_hd li {
    width: .5rem;
    line-height: .5rem;
  }

  .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%;
  }

  .nymain .leftNav>h2 {
    line-height: .46rem;
    font-size: .18rem;
    text-align: left;
    padding-left: .15rem;
    font-weight: 600;
    padding-top: 0;
    background: #B0110D;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: .3rem;
    height: .3rem;
    margin-top: .08rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: .1rem;
    transition: all 0.3s;
  }

  .nymain .leftNav>h2 span.on {
    transform: rotateZ(45deg);
  }

  .nymain {
    /* padding: .1rem 0; */
    margin: 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: .15rem;
    padding-bottom: 0.1rem;
  }

  .nymain .leftNav>p {
    font-size: .18rem;
    padding: .1rem 0;
  }

  .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:before {
    display: none
  }

  .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;
  }

  .pagination {
    padding-top: .5rem;
  }

  .pagination a {
    padding: 0 .05rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .12rem;
    margin: 0 .03rem;
  }

  .nymain .leftNav ul {
    display: none;
    background: #fff;
    padding: 0.2rem 0 0.2rem 0;
  }

  .nymain .leftNav ul li a {
    line-height: .45rem;
    padding-left: .2rem;
    font-size: .16rem;
  }

  .nymain .leftNav>ul>li>span {
    top: .1rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: .15rem;
    line-height: .4rem;
  }

  .jjy>p {
    line-height: .3rem;
  }

  .jjy {
    margin-top: .2rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    margin-top: .3rem;
  }

  .wslb .lbt h4 {
    font-size: .17rem;
  }

  .wslb li {
    padding: .18rem;
  }

  .ny-right {
    padding-bottom: .3rem;
  }

  .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;
  }

  .szdw_tlist ul li::before {
    display: none;
  }

  .szdw_tlist ul li a {
    display: block;
  }

  .szdw_tlist ul li a .modulepics {
    margin: 0 auto;
    width: 1.2rem;
  }

  .szdw_tlist ul li a .moduleinfo h3 {
    font-size: .18rem;
    text-align: center;
    margin-top: .1rem;
  }

  .szdw_tlist ul li a .moduleinfo div {
    padding: .1rem 0;
  }

  .szdw_tlist ul li a .moduleinfo div p {
    text-align: center;
    font-size: .14rem;
    line-height: .26rem;
  }

  .szdw_tlist ul li a .moduleinfo span {
    margin-top: .1rem;
  }

  .szdw_tlist ul li {
    width: 49%;
    padding: .1rem;
  }
      .n_con_txt img {
        max-width: 100%;
        height:auto !important;
    }
}

@media screen and (max-width: 620px) {
  .ldcy ul li {
    width: 100%;
  }

  .ldcy ul li:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .jjy>p {
    font-size: .15rem;
  }

  .wslb .lbt h4 {
    font-size: .15rem;
  }

  .wslb .lbt p {
    font-size: .18rem;
  }

  .wslb .lbt p span {
    font-size: .13rem;
    margin-left: .05rem;
  }

  .wslb a>p {
    margin-top: .1rem;
  }

  .wslb .lbt {
    padding-bottom: .1rem;
  }

  .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: .3rem;
  }

  .timg-linfo>p {
    font-size: .14rem;
  }

  .timg-list ul li {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .search_item a {
    font-size: 0.20rem;
    padding: 0 .1rem;
  }
}