body {
  background: #fff;
}

.lm_banner {
  margin-top: 0;
  position: relative;
}

.lm_banner img {
  display: block;
  width: 100%;
}

.nymain {
  margin-top: .3rem;
  height: auto;
  /* overflow: hidden; */
  padding-bottom: .3rem;
  background: url(../images/lm_bodybg.png) bottom center #fff no-repeat;
  background-size: 100% auto;
}

.nymain .leftNav {
  float: left;
  width: 2.4rem;
  position: relative;
  margin-right: .5rem;
  margin-top: -1.25rem;
}

.nymain .leftNav>h2 {
  line-height: .5rem;
  color: #fff;
  font-weight: normal;
  font-size: .28rem;
  overflow: hidden;
  background: #156dcb;
  text-align: center;
  padding: .225rem 0;
  border-radius: 0rem 0.45rem 0rem 0rem;
}

.nymain .leftNav>h2 img {
  vertical-align: middle;
  margin-right: .1rem;
  margin-top: -0.05rem;
}

.nymain .leftNav p {
  margin-left: .2rem;
  font-size: .26rem;
  font-weight: 600;
  color: #fff;
  padding: .2rem 0;
}

.nymain .leftNav>ul {
  background: #F2F5FC;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); */
  padding: 0 0;
}

.nymain .leftNav>ul>li {
  position: relative;
  border-bottom: #97bce7 .01rem dashed;
}

.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: .65rem;
  padding-left: .4rem;
  color: #333;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .12rem;
  top: .2rem;
  line-height: .5rem;
  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); */
  background: url(../images/sub_left_down2.png) no-repeat center center;
}

.nymain .leftNav>ul>li.on>a {
  background: #156dcb;
  color: #fff;
  font-weight: bold;
}

.nymain .leftNav>ul>li.activ {
  background: #156dcb;
  color: #fff;
  font-weight: bold;
}

.nymain .leftNav>ul>li.active>a {
  color: #fff;
  font-weight: bold;
  background: #156dcb;
}

.nymain .leftNav ul li:hover>span {
  background: url(../images/sub_left_down2.png) no-repeat center center;
}

.nymain .leftNav ul li.active {
  /*border-left: .03rem solid #009194;*/
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li:hover {
  background-position: .31rem center;
  color: #fff;
  background: #156dcb;
}

.nymain .leftNav ul li:hover a {
  background-position: .31rem center;
  color: #fff;
  background: #156dcb;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding: .2rem 0;
  background: #f2f5fc;
}

.nymain .leftNav>ul>li>ul>li {
  background: #f2f5fc;
}

.nymain .leftNav>ul>li>ul>li>a {
  background: #f2f5fc !important;
  color: #333 !important
}

.nymain .leftNav>ul>li>ul>li>a:hover {
  background: #156dcb !important;
  color: #fff !important
}

.nymain .leftNav>ul>li>ul>li>a {}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: .16rem;
  line-height: .45rem;
  /* border-top: rgba(164, 0, 0, 0.2) .01rem dashed; */
  padding-left: .65rem;
  color: #666666;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
  padding: 0 0 1rem 0;
}






.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding: 0 0 .5rem 0;
}

.right-title {
  border-bottom: #d2d2d2 1px solid;
  line-height: .6rem;
  position: relative;
}

.right-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 1rem;
  height: .03rem;
  background: #156dcb
}

.right-title h2 {
  position: relative;
  color: #156dcb;
}


.position {
  padding-top: 0;
  padding-bottom: .12rem;
  border-bottom: rgb(179 179 179 / 20%) .01rem dashed;
  position: relative;
}

.position:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.05rem;
  left: 0px;
  top: 50%;
  background: #156dcb;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.33rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: .5rem;
}

.position h3 {
  font-weight: normal;
  position: absolute;
  font-size: .3rem;
  line-height: .4rem;
  color: #333;
  text-align: left;
  bottom: 0;
  left: .2rem;
}

.position span {
  color: #909090;
  font-size: .16rem;
  vertical-align: middle;
}

.position img {
  height: .21rem;
  vertical-align: middle;
  margin-right: .07rem;
}

.position a {
  font-size: .16rem;
  color: #909090;
  margin: 0 .05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #156dcb;
}


/* */
.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: #156dcb;
}

.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: #156dcb;
  font-weight: bold;
}

.timg-linfo .time>span {
  display: inline-block;
  font-size: .14rem;
  color: #156dcb;
  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: .14rem;
  line-height: .35rem;
  text-align: center;
  color: #666;
  margin: 0 .07rem;
}

.pagination a.active {
  background: #156dcb;
  color: #fff;
  border: .01rem solid #156dcb;
}

.pagination a:hover {
  background: #156dcb;
  color: #fff;
  border: .01rem solid #156dcb;
}

.pagination span {
  display: inline-block;
  font-size: .14rem;
}

.wzlby {
  background-color: #f8f8f8;
}

.wzlby .position {
  padding-top: .6rem;
}

/*  */
.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: .4rem 2% 0 2%;
  border: .01rem solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 70%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info p {
  color: #156dcb;
}

.wslb {}

.wslb li {
  margin-top: .2rem;
  background-color: #fff;
  padding: .2rem .2rem .2rem;
  transition: all .5s;
}

.wslb a {
  display: block;
}

.wslb .lbt {
  position: relative;
  padding-bottom: .19rem;
  border-bottom: .01rem solid #e5e5e5;
}

.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; */
  font-weight: bold;
}

.wslb .lbt p {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: .24rem;
  color: #156dcb;
  bottom: .19rem;
}

.wslb .lbt p span {
  font-weight: normal;
  font-size: .14rem;
  color: #156dcb;
  margin-left: .1rem;
}

.wslb a>p {
  font-size: .14rem;
  line-height: .24rem;
  max-height: .48rem;
  overflow: hidden;
  color: #666666;
  margin-top: .13rem;
}

.wslb li:hover {
  background-color: #156dcb;
}

.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);
}

/*  */
.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 {
  padding-right: 1.2rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  line-height: .5rem;
  padding-left: .2rem;
}

.lists li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 0.6;
  background: #eb6123;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lists li a span {
  position: absolute;
  right: .1rem;
  font-size: .18rem;
  color: #585858;
}

.lists li:hover {}

.lists li a {
  display: block;
  color: #585858;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lists li a:hover {
  color: #cc0000;

}

.lists li a span.list_time {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.szlb-list {
  margin-top: .3rem;
  overflow: hidden;
}

.szlb-list>div {
  overflow: hidden;
}

.szlb-list .jg-title {
  font-size: .24rem;
  background: url(../images/xszx_ico01.png) left center no-repeat;
  padding-left: .4rem;
}

.szlb-list .jg-title a {
  position: relative;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #156dcb;
}



.szlb-list .jg-title span {
  float: left;
  width: .5rem;
}

.szlb-list .jg-ul li {
  height: .6rem;
  margin: 0 0;
  width: 25%;
  margin-bottom: .2rem;
  overflow: hidden;
  margin: .1rem 0;
  box-sizing: border-box;
}

.szlb-list .jg-ul li a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.6rem;
  height: .6rem;
  letter-spacing: normal;
  color: #2C2C2C;
  background: #EEF4FE;
  border-left: #156dcb .03rem solid;
  padding-left: .3rem;
  margin: 0 .2rem;
  transition: all .3s;
}

.szlb-list .jg-ul {
  height: auto;
  overflow: hidden;
  margin: .3rem -.2rem;
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}

.szlb-list .jg-ul li a:hover {
  color: #000;
  background: #156dcb;
  color: #fff !important;
  font-weight: bold;
  border-radius: 0rem 0.15rem 0rem 0rem;
}

.szlb-list .jg-ul li a:after {
  display: inline-block;
  content: '';
  padding-left: 100%;
}

/*n_content*/
.n_con_tit h2 {
  font-size: .3rem;
  color: #585858;
  text-align: center;
  line-height: 2em;
  margin-bottom: .06rem;
}

.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: #999999;
  line-height: 2em;
  margin: 0 .1rem;
}

.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 {
  padding: .24rem 0;
  margin-bottom: .2rem;
  border-bottom: 1px solid #e5e5e5;
}

.n_con_txt p {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
  text-indent: 2em;
  margin-bottom: .3rem;
  text-align: justify;
}

.n_con_txt {
  padding: 0 0;
}

.n_con_link {
  border-top: solid 1px #ddd;
  padding-top: .2rem;
}

.n_con_link .txt-elise {
text-indent: 0;
  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: #156dcb
}

.n_content {
  padding: 0 0;
  background-size: 100% auto;
}

.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;
}

.nr_down a:hover {
  color: #156dcb;
}

.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: #156dcb;
  font-weight: bold;
}

.nr_tabel th {
  background-color: #156dcb;
  background: linear-gradient(0deg, #156dcb, #156dcb), #F1F5F6;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  height: 0.5rem;
  line-height: .5rem
}

.nr_tabel {
  width: 100%;
}

.zhlm_con {}

.zhlm_con .n_con_tit {}

.zhlm_con .zhlm_item {
  margin-bottom: .4rem;
}

.zhlm_con .zhlm_item_h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: .5rem;
  text-align: left;
  letter-spacing: normal;
  color: #156dcb;
  border-bottom: #156dcb .03rem solid;
  padding: .1rem 0;
  margin-bottom: .2rem;
}

.zhlm_con .zhlm_item_h4 {
  font-size: 0.24rem;
  color: #156dcb;
  line-height: .4rem;
}

.zhlm_con .zhlm_item_con {}

.zhlm_con .zhlm_item_con p {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
  text-indent: 2em;
  text-align: justify;
  margin: .15rem auto;
}

.zhlm_con .zhlm_item_list {
  padding-left: 2em;
  margin-bottom: .2rem;
}

.zhlm_con .zhlm_item_list li {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
  text-indent: 0;
  text-align: justify;
  list-style: revert-layer;
  list-style-type: disc;
  /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° circleÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â©Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂsquareÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° */
  list-style-position: outside;
  /* ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢inside ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
  list-style-color: #333333;
}

.zhlm_con .zhlm_item_list li::marker {
  color: #6a6a6a;
  /* ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â² */
  font-size: .14rem;
  /* ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â */
  margin: 0;
  padding: 0;
}

/*  */
.tc_container {
  margin: 0 auto;
  background: #fff;
  border-radius: .08rem;
  padding: .2rem 0;
  box-shadow: 0 .02rem .08rem rgba(0, 0, 0, 0.08);
}

.tc_container h2 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.5rem;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: .2rem;
}

.filter-bar {
  display: flex;
  margin-bottom: .25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-select {
  width: 30%;
  height: .48rem;
  border: .01rem solid #dcdfe6;
  border-radius: .04rem;
  padding: 0 .15rem;
  font-size: .16rem;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23606266" d="M6 8L0 2h12z"/></svg>') no-repeat right .15rem center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.tab-bar {
  display: flex;
  align-items: center;
  border-bottom: .01rem solid #156dcb;
  margin: .4rem 0;
  padding-bottom: 0;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tab-bar .sx_title {
  background: url(../images/axs_bg.png) left center no-repeat;
  background-size: 1.3rem .45rem;
  font-size: .18rem;
  font-weight: bold;
  color: #Fff;
  width: 1.3rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
}

.tab-bar .sx_content {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 .2rem;
  flex-wrap: wrap;
}

.tab-item {
  padding: .02rem .1rem;
  font-size: .18rem;
  color: #999;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: .02rem solid transparent;
  margin-right: .08rem;
  transition: all 0.3s;
}

.tab-item.active {
  color: #156dcb;
  font-weight: 800;
}

.tab-item:hover {
  color: #156dcb;
}

.letter-group {
  margin-bottom: .3rem;
  padding-bottom: .2rem;
  border-bottom: .01rem solid #ebeef5;
  display: flex;
  justify-content: flex-start;
  transition: all .3s
}

.letter-group:hover {
  border-bottom: .01rem solid #2356cc;
}

.letter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.letter-title {
  margin-top: .1rem;
  display: inline-block;
  vertical-align: top;
  width: .3rem;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #156dcb;
  margin-right: .2rem;
}

.name-grid {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}

.name-item {
  font-size: .16rem;
  color: #303133;
  padding: 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 10%;
  display: block;
  line-height: 36px;
}

.name-item:hover {
  color: #156dcb;
}

/*  */
@media screen and (max-width: 1400px) {
  .wslb li {
    padding: .35rem .25rem .3rem;
  }
}

@media screen and (max-width: 1320px) {}

@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) {
  .szlb-list .jg-ul li {
    width: 50%;
  }

  .nr_tabel th {
    height: 0.4rem;
    line-height: .4rem;
  }

  .nr_tabel th,
  td {
    padding: 0.1rem .1rem;
  }


  .ny-right {
    float: none;
    width: 100%;
    margin-top: .3rem;
  }


  .n_con_txt {
    padding: 0rem;
  }

  .position {}

  .nymain .leftNav {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .nymain .leftNav ul li a {
    line-height: .55rem;
  }

  .nymain .leftNav>ul>li>span {
    top: .15rem;
  }

  .position h3 {
    font-size: .24rem;
  }

  .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;
  }

  .n_con_tit {
    margin: .1rem 0;
    padding: .1rem 0;
  }

  .n_con_tit h2 {}

  .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;
  }

  .ln_nav {
    margin: .2rem auto 0 auto;
    width: 96%;
    padding: 0;
    position: relative;
    background: #851c80;
  }

  .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;
  }

  .leftNav>h2:after {
    display: none
  }

  .leftNav>h2 {
    line-height: .46rem;
    font-size: .18rem;
    text-align: left;
    font-weight: 600;
    padding-top: 0;
    background: #156dcb;
    border-radius: 0;
    padding-right: 0;
  }

  .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 #b047ab dashed;
  }

  .nymain .leftNav>h2 {
    line-height: .46rem;
    font-size: .18rem;
    text-align: left;
    padding-left: .15rem;
    font-weight: 600;
    padding-top: 0;
    background: #156dcb;
    padding: 0 0 0 .15rem;
    border-radius: 0;
  }

  .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);
  }

  .name-item {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .n_con_tit h2 {
    font-size: .24rem;
    line-height: .4rem;
  }

  .n_content {
    padding: .2rem 0 1rem 0;
  }

  .zhlm_con .zhlm_item_h3 {
    font-size: 0.24rem;
    padding: 0rem 0;
  }

  .zhlm_con .zhlm_item_h4 {
    font-size: 0.18rem;
  }

  .img-lists ul li {
    width: 46%;
    margin: .2rem 2% 0 2%;
  }


  .nymain {
    padding: .1rem 0;
    margin: 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: .15rem;
  }

  .nymain .leftNav>p {
    font-size: .18rem;
    padding: .1rem 0;
  }

  .ny-right {
    float: none;
    width: auto;
  }





  .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;
  }

  .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;
    padding: 0 0.03rem;
  }

  .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;
  }

  .gksx_list li {
    width: 100%;
  }

  .name-item {
    width: 25%;
  }

  .filter-select {}

  .tab-bar {
    display: block;
  }

  .tab-bar .sx_title {}

  .tab-bar .sx_content {
    padding: .2rem 0;
  }
}

@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: .2rem;
  }

  .timg-linfo>p {
    font-size: .14rem;
  }

  .timg-list ul li {
    padding-left: .15rem;
    padding-right: .15rem;
  }
}

.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;
}


.v_news_content video {display:block;height:auto;max-width:100%;margin:0 auto;}
@media screen and (max-width: 1024px) {
   .foot .foot_add {width:100%;}
.foot .footcen {text-align:center;}
.position:before { display:none;}
.position h3 {display:none;}
.position>div {    text-align: left;}

}


.v_news_content iframe {display:block;margin:0 auto;max-width:100%;}