body {
  background: #fff;
  background-size: 100% auto;
}

.lm_banner {
  margin-top: 0;
}

.lm_banner img {
  display: block;
  width: 100%;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #004B8D!important;
    color: #fff;
    background-color:#004B8D!important;
}

.pb_sys_common {
    line-height: 40px!important;
}




.nymain {
  height: auto;
  overflow: hidden;
  padding: .5rem 0;
  margin: 0 auto 0 auto;
  
  background-size: 100% auto;
  position: relative;
  z-index: 5;
}

.nymain:before {
  position: absolute;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.nymain .px1400 {
  max-width: 14rem;
  margin: 0 auto;
}

.nymain .leftNav {
  float: left;
  width: 2.8rem;
  position: relative;
  margin-right: .4rem;
  background: #004b8d;
}

.nymain .leftNav>h2 {
  line-height: .6rem;
  color: #fff;
  font-size: .3rem;
  overflow: hidden;
  text-align: center;
  padding: .2rem 0;
  background: #004b8d;
}

.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 {
  margin: 0 0.05rem 0.1rem;
  position: relative;
  margin-left: 0;
  padding-bottom: 0.32rem;
  box-shadow: 0px 4px 20px 0px rgba(18, 84, 171, 0.2);
  background: #fff;
  width: calc(100% - 0.05rem);
}

.nymain .leftNav>ul:after {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #D9D9D9, #D9D9D9), #153AA1;
  z-index: 0;
  opacity: 0.75;
}

.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: .22rem;
  line-height: 0.63rem;
  color: #333;
  transition: all .3s;
  padding-left: 0.55rem;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .16rem;
  height: .14rem;
  right: .2rem;
  top: .23rem;
  line-height: .8rem;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
  background-size: 0.12rem;
}


.nymain .leftNav>ul>li.active>a {
  color: #004b8d;
  transition: all .3s;
  position: relative;
  background: #d1e9ff;
}

.nymain .leftNav>ul>li.active>a:before {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 100%;
  left: 0;
  background: #004b8d;
  z-index: 1;
}

.nymain .leftNav>ul>li.active>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
  background-size: 0.16rem auto;
  width: 0.16rem;
}

.nymain .leftNav>ul>li.on>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
  background-size: 0.16rem;
}

.nymain .leftNav>ul>li>a:hover {
  color: #004b8d;
}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
  display: block;
}



.nymain .leftNav>ul>li>ul {
  display: none;
  padding: 0 0.13rem;
}

.nymain .leftNav>ul>li>ul>li {
  border-bottom: .005rem solid #ffe0e2;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: .16rem;
  line-height: .4rem;
  color: #666666;
  background: none;
  position: relative;
  padding-left: 0.56rem;
}

.nymain .leftNav>ul>li>ul>li>a:after {
  position: absolute;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  left: 0.45rem;
  background: #004b8d;
  top: 50%;
}

.nymain .leftNav>ul>li>ul>li>a.on,
.nymain .leftNav>ul>li>ul>li:hover>a {
  color: #004b8d;
}

.nymain .leftNav>ul>li>ul>li>a.on:after,
.nymain .leftNav>ul>li>ul>li:hover>a:after {
  width: 0.04rem;
  border-radius: 50%;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
}

.position {
  padding-bottom: .21rem;
  position: relative;
  border-bottom: 0.01rem solid #D8D8D8;
  line-height: 0.3rem;
  overflow: hidden;
}

.position .p_line {
  flex: 1;
  min-width: 0;
  background: #004b8d;
  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: #004b8d;
}

.position h3 {
  font-weight: normal;
  font-size: .28rem;
  line-height: .3rem;
  color: #222222;
  text-align: left;
  bottom: 0;
  font-weight: bold;
  position: relative;
  padding-left: 0.17rem;
  float: left;
}
.position-wz{
  float:right;
}
.position h3:before {
  position: absolute;
  content: "";
  background: #004b8d;
  width: 0.05rem;
  height: 0.3rem;
  left: 0;
}

.position span {
  color: #626262;
  font-size: .16rem;
  vertical-align: middle;
  float: left;
}

.position img {
  height: .16rem;
  vertical-align: middle;
  margin-right: .05rem;
}

.position a {
  font-size: .16rem;
  color: #626262;
  vertical-align: middle;
  float: left;
}

.position a:hover {
  color: #004b8d;
}

/*  */
.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;
}



/* */
.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.lbt {
  width: calc(100% - 2.6rem);
  float: left;
  padding: 0 0 0 0.3rem;
}

.timg-list ul li a>div.lbt p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.timg-list-img {
  float: left;
  width: 2.6rem;
}

.timg-list ul {
  overflow: hidden;
}

.timg-list ul li {
  height: auto;
  padding: 0.3rem 0;
  overflow: hidden;
  box-sizing: border-box;
}

.timg-list ul li .wtime {
  line-height: .18rem;
  float: left;
  width: 100%;
  text-align: left;
  height: 0.2rem;
  margin: 0.1rem 0 0.2rem;
}

.timg-list ul li .wtime span {
  line-height: .45rem;
}

.timg-list ul li:first-child {
  margin-top: 0.4rem;
}

.timg-list ul li a .pic {
  padding-top: 61.54%;
  position: relative;
}
.timg-list ul li a .pic img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.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 a:hover {}

.timg-list ul li:hover h3 {
  color: #fff;
}

.timg-list ul li:hover 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: #004b8d;
  font-weight: bold;
}

.timg-linfo .time>span {
  display: inline-block;
  font-size: .14rem;
  color: #004b8d;
  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;
  height: .4rem;
  font-size: .14rem;
  line-height: .4rem;
  text-align: center;
  color: #666;
  margin: 0 .035rem;
  border-radius: 0.02rem;
  min-width: 0.37rem;
  padding: 0 0.12rem;
}

.pagination a.active {
  background: #004b8d;
  color: #fff;
  border: .01rem solid #004b8d;
}

.pagination a:hover {
  background: #004b8d;
  color: #fff;
  border: .01rem solid #004b8d;
}

.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: #004b8d;
  font-weight: bold;
}

.search_item a.on {
  color: #004b8d;
  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: #004b8d;
  border-radius: .2rem;
}

.lm-teacher-nav a.active {
  color: #fff;
  font-weight: bold;
  background: #004b8d;
  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: #004b8d;
  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: #2aa2b9;
}

.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: #2aa2b9;
}

/*  */
.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 21%;
  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: 130%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-lists ul li a .pic img{
  position: absolute;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: none;
}

.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 h3{
  color: #333;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}
.img-lists ul li a>div.info p {
  color: #666;
  font-size: .14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info h3 {
  color: #014c8f;
}

.wslb {}

.wslb li {
  margin-top: .2rem;
  border-bottom: 1px solid #C8DAFA;
  padding: 0.2rem 0;
}

.wslb a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wslb .lbt {
  width: calc(100% - 1.3rem);
}

.wslb .lbt h4 {
  font-weight: normal;
  font-size: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  line-height: 0.26rem;
  width: 100%;
}

.wslb .wtime {
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: right;
  color: #666;
  float: right;
}

.wslb li:hover .lbt h4, .wslb li:hover .wtime {
  color: #004b8d;
  font-weight:700;
}






/*  */
.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: .24rem;
  color: #222222;
  text-align: center;
  line-height: 2em;
  margin-bottom: .06rem;
  font-weight: normal;
}

.n_con_tit .sxdiv {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
}

.n_con_tit .sxdiv span {
  display: inline-block;
  font-size: .16rem;
  margin: 0 .08rem;
  font-family: MiSans;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #9E9E9E;
}

.n_con_tit .sxdiv .share {
  font-size: .16rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #999999;
  text-align: right;
  flex-wrap: wrap;
}

.n_con_tit .sxdiv #share {
  width: auto;
}

.n_con_tit {
  margin-bottom: .3rem;
}

.n_con_txt p {
  font-size: .18rem;
  color: #222;
  line-height: .3rem;
  text-indent: 2em;
  margin-bottom: .2rem;
  text-align: justify;
}

.n_con_txt {
  padding: 0 0;
}

.n_con_link {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #ddd;
}

.n_con_link .txt-elise {
 
/* overflow: hidden; */
 
/* text-overflow: ellipsis; */
 
/* white-space: nowrap; */
 
font-size: 0.18rem;
 
line-height: 0.4rem;
}

.n_con_link .txt-elise a {
  color: #222;
  /* display: inline-block; */
}

.n_con_link .txt-elise a:hover {
  color: #9e0710; 
}

.n_content {
  padding-top: .35rem;
}

.n_con_txt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
height: auto!important;
}

.nr_down {}

.nr_down a {
  color: #333;
  line-height: .4rem;
  font-size: .18rem;
  display: block;
  background-size: 0.16rem;
}

.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: 1320px) {
  .nymain .px1400{
    max-width:100%;
    padding:0 0.1rem;
  }
  .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) {
  .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 {}

  .timg-list-img {}

  .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;
  }

  .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;
    margin-bottom: .1rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }


  .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 a h3 {
    font-size: .17rem;
    line-height: .26rem;
  }



  .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;
  }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.zzjg {
  padding: .3rem 0;
}

.zzjg .item {
  margin-bottom: .4rem;
}

.zzjg .title {
  background: url(../images/jgtitbg.png) no-repeat;
  font-family: Source Han Serif CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  line-height: .65rem;
  padding-left: 0.25rem;
  background-size: 100% 100%;
  margin-bottom: 0.35rem;
}

.zzjg .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: .39rem solid #2aa2b9;
  border-right: .3rem solid transparent;
}

.zzjg .jg_link ul {
  padding: 0;
  margin: 0;
}

.zzjg .jg_link ul.three-col {
  display: flex;
  flex-wrap: wrap;
  gap: .18rem 0.35rem;
}

.zzjg .jg_link ul.three-col li {
  width: calc(33.333% - .24rem);
  background: #fff;
  padding: 0 0 0 .25rem;
  border: 0.01rem solid rgba(0, 97, 167, 0.2);
  position: relative;
  line-height: .6rem;
}

.zzjg .jg_link ul.three-col li::before {
  content: '';
  position: absolute;
  left: .15rem;
  top: 50%;
  transform: translateY(-50%);
  width: .14rem;
  height: .11rem;
  background: url(../images/zzjg_ico.png) no-repeat;
}

.zzjg .jg_link ul.three-col li a {
  color: #333;
  font-size: .16rem;
  padding-left: .2rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zzjg .jg_link ul.three-col li:hover a {
  color: #0061A7;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .lm_fgzc li {
    width: 25%;
  }

  .n_content {
    padding-top: .1rem;
  }

  .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;
  }

  

  .nymain .leftNav>h2 {
    line-height: .6rem;
    font-size: .22rem;
    text-align: left;
    padding-left: .15rem;
    font-weight: 600;
    padding-top: 0;
    background: #004b8d;
    padding-bottom: 0;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: .3rem;
    height: .3rem;
    margin-top: .18rem;
    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-top: 0;
    margin-top: 0.25rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .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; */
  }




  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0 !important;
    /* height: auto !important; */
  }

  .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;
  }


  .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%;
  }
  .img-lists ul{
    /* margin:0 auto; */
  }
}

@media screen and (max-width: 768px) {
  .img-lists ul li {
    width: 46%;
    margin: .2rem 2% 0 2%;
  }
 
  .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%;
  }



  .zzjg .jg_link ul.three-col li {
    width: calc(50% - .18rem);
  }

}

@media screen and (max-width: 640px) {
  .lm_fgzc li {
    width: 50%;
  }

  .lm-teacher-list ul li a {
    display: block;
  }

  .lm-teacher-list ul li .pic {
    margin: 0 auto;
  }

  .jjy>p {
    font-size: .15rem;
  }

  .img-lists ul {
    margin: 0;
  }

  .img-lists ul li {
    width: 100%;
    margin: .2rem 0%;
  }


  .wslb .lbt p span {
    font-size: .13rem;
    margin-left: .05rem;
  }

  .wslb a>p {
    margin-top: .1rem;
  }

  .wslb .lbt {
    overflow: hidden;
    width: 100%;
  }



  .wslb li a {
    flex-direction: column;
    justify-content: left;
    align-items: start;
  }

  .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 {
    height: auto;
    padding: 0.2rem 0;
    overflow: hidden;
  }

  .timg-list ul li a {
    flex-direction: column;
    height: auto !important;
  }

  .timg-list ul li .wtime,
  .timg-list ul li .lbt,
  .timg-list ul li .timg-list-img {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    height: auto;
    margin: 0.1rem 0;
    line-height: 0.3rem;
    border: 0 !important;
  }

  .wslb li:hover .wtime {
    background: none !important;
    color: #2AA2B9;
  }

  .wslb li:hover .wtime span {
    color: #A4A4A4;
  }

  .wslb .wtime span {
    width: auto;
    padding-left: 0.1rem;
    padding-top: 0.1rem;
    line-height: 0.2rem !important;
  }

  .wslb .wtime span:before {
    display: none;
  }

  .zzjg .jg_link ul.three-col li {
    width: 100%;
  }
}

.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;
}

.kxyys {
  margin-top: 0.4rem;
}

.kxyys table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 0.14rem;
}

.kxyys table thead th {
  color: #fff;
  padding: 0.23rem 0;
  text-align: center;
  border: 1px solid #fff;
  background: #476DD4;
  width: 24%;
  font-size: 0.24rem;
  font-weight: normal;
}

.kxyys table thead th:last-child {
  width: 28%;
}

.kxyys table tbody td {
  padding: 0.23rem 0;
  text-align: center;
  border: 1px solid #EBF0FF;
  font-size: 0.18rem;
}

.kxyys table tbody tr:nth-child(odd) {
  background: #E1EBFD;
}

.kxyys table tbody tr:nth-child(even) {
  background: #F3F7FF;
}

@media screen and (max-width: 640px) {
  .kxyys table thead th {
    font-size: 0.18rem;
  }

  .kxyys table tbody td {
    font-size: 0.15rem;
  }
}


.ldfg {
  margin-top: 0.4rem;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.ldfg table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 0.14rem;
  background: #F3F7FF;
  min-width: 7rem;
}

.ldfg table thead th {
  color: #153AA1;
  padding: 0.23rem 0;
  text-align: center;
  border: 1px solid #DFDFDF;
  width: 16%;
  font-size: 0.24rem;
  font-weight: normal;
}

.ldfg table thead th:last-child {
  width: 28%;
}

.ldfg table tbody td {
  padding: 0.23rem 0;
  text-align: center;
  border: 1px solid #DFDFDF;
  font-size: 0.18rem;
  color: #333;
}

.ldfg table tbody td a {
  color: #333;
}

.ldfg table tbody td a:hover {
  color: #153aa1;
}

.ldfg table tbody tr:nth-child(odd) {
  background: #fff;
}

.ldfg table tbody tr:nth-child(even) {}

@media screen and (max-width: 640px) {
  .kxyys table thead th {
    font-size: 0.18rem;
  }

  .ldfg table tbody td {
    font-size: 0.15rem;
  }
}


.field-section {
  margin: 0.3rem 0;
}

.field-title {
  color: #133984;
  font-size: 0.22rem;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.15rem;
  /* opacity: 0.1; */
  background: linear-gradient(270deg, #ffffff00 0%, #eef4ff 100%);
  box-shadow: 0px 0px 15px 0px rgb(254 254 254);
}

.teacher-names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.teacher-names span:hover{
  color: #133984;
}
.teacher-item {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #1A1A1A;
  padding-left: 0.2rem;
  position: relative;
  text-align: justify;
  line-height: .3rem;
  width: 10%;
  text-align: center;
  justify-content: center;
}


/* å¸ˆèµ„é˜Ÿä¼è¯¦æƒ…é¡µé¢æ ·å¼ */
.teacher-detail {
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(1, 73, 182, 0.2);
  margin-bottom: 0.49rem;
  background: #fff;
  overflow: hidden;
  height: 2.79rem;
  align-items: center;
}

.teacher-info-left {
  width: 2.2rem;
  flex-shrink: 0;
  height: 2.79rem;
}

.teacher-info-left .teacher-photo {
  width: 100%;
  padding: 0.18rem;
  padding-bottom: 119%;
  position: relative;
  overflow: visible;
  height: auto;
}

.teacher-info-left .teacher-photo:before {
  position: absolute;
  content: "";
  background: url(../images/szt1.svg) no-repeat;
  width: 2.01rem;
  height: 2.5rem;
  left: 0;
  top: 0;
  background-size: 100%;
}

.teacher-info-left .teacher-photo:after {
  position: absolute;
  content: "";
  background: url(../images/szt2.svg) no-repeat left bottom;
  width: 2.01rem;
  height: 2.5rem;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: 100%;
}

.teacher-info-left .teacher-photo img {
  width: 2.01rem;
  height: 2.5rem;
  object-fit: cover;
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  z-index: 2;
}

.teacher-info-left .teacher-name {
  text-align: center;
  padding: 0.12rem;
  background: #1E3A5F;
  color: #fff;
}

.teacher-info-left .teacher-name h3 {
  font-size: 0.22rem;
  font-weight: bold;
  margin: 0;
}

.teacher-info-right {
  flex: 1;
  margin-left: 0.58rem;
}

.teacher-info-right .info-block {
  margin-bottom: 0;
}

.info-block {
  margin-bottom: 0.28rem;
}

.info-title {
  color: #133984;
  padding: 0.08rem 0.15rem;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(270deg, #f4f4f6 0%, #f5f8ff 100%);
  line-height: 0.6rem;
  font-family: PingFang SC;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .47rem;
}

.info-title:before {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #124FB0;
  border-radius: 50%;
  left: 0.19rem;
}

.info-content {
  line-height: 1.6;
  color: #1A1A1A;
  font-size: 0.16rem;
  padding-left: 0.2rem;
}

.teacher-info-right .info-content {
  padding: 0.36rem 0;
  height: auto;
  overflow: hidden;
}

.info-content2 p {
  text-indent: 2em !important;
  line-height: 0.4rem;
}

.info-content .name p {
  font-family: PingFang SC;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #124FB0;
}

.info-content .name p span {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1A1A1A;
  padding-left: .2rem;
}

.info-content .name {
  margin-bottom: 0.18rem;
  height: auto;
  overflow: hidden;
}

.jb_info {
}

.jb_info p {
  text-align: left;
  width: 33.3%;
  float: left;
  color: #1A1A1A;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.info-content p {
  margin-top: 0.166rem;
  text-indent: 0;
  line-height: 0.32rem;
}

.jb_info p.t2 {
  width: 50%;
}

.info-content p span {
  color: #333;
  font-weight: normal;
  min-width: auto;
  display: inline;
}
@media screen and (max-width:1200px) {
    .teacher-names {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
    }
    .teacher-info-right{
      margin-left: 0.2rem;
  }
}
@media screen and (max-width:1024px) {
    .teacher-names {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
    }
    .teacher-info-right{
      margin-left: 0.2rem;
  }
}
@media screen and (max-width:768px) {
    .teacher-names {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
    }
    .teacher-info-right{
      margin-left: 0.2rem;
  }
}
@media screen and (max-width:640px) {
    .teacher-names {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }
    .teacher-info-right{
      margin-left: 0.2rem;
  }
}
@media screen and (max-width:520px) {
    .teacher-names {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .teacher-info-right{
      margin-left: 0.2rem;
  }
}



.field-section h2{
  padding-left:0.1rem;
  border-left:0.05rem solid #004b8d;
  height;
  height: 0.26rem;
  line-height: 0.26rem;
  margin: 0.2rem 0.1rem;
  padding-bottom: 0.2rem;
  font-size: 0.26rem;
}

@media screen and (max-width:1200px) {
.teacher-item {
    width: 100%;

}
}



