.lm_banner {}

.lm_banner img {
  display: block;
  width: 100%;
}

.nymain {
  padding-top: .5rem;
  margin-bottom: .5rem;
  height: auto;
  /* overflow: hidden; */
  background: url(../images/s1_bg.png) top center no-repeat;
  background-size: 100% auto;
}

.nymain .px1600 {}

.nymain .leftNav {
  float: left;
  width: 3.5rem;
  position: relative;
  margin-right: .46rem;
  padding-bottom: .0rem;
  box-shadow: 0rem 0.05rem 0.15rem 0rem rgba(0, 0, 0, 0.1);
  background-size: 100%;
  border-left: #95040b .08rem solid;
  border-bottom: #95040b .08rem solid;
  /* box-shadow: 0rem 0.05rem 0.15rem 0rem rgba(0, 0, 0, 0.3); */
  border-image: linear-gradient(to right, #af1b14, #ff8e14) 1;
}

.nymain .leftNav>h2 {
  line-height: .9rem;
  color: #fff;
  font-size: .3rem;
  /* overflow: hidden; */
  text-align: center;
  background: #95040b;
  position: relative;
}

.nymain .leftNav>h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: .12rem solid #ffffff;
  border-left: .12rem solid transparent;
  right: 0;
  top: 0;
}

.nymain .leftNav>h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: .12rem solid #8f000a;
  border-right: .12rem solid transparent;
  left: 0;
  bottom: -0.1rem;
}

.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: .2rem .2rem .2rem 0;
  position: relative;
  background: #fff;
}

.nymain .leftNav>ul>li {
  position: relative;
  border-bottom: rgba(255, 255, 255, 0.8) 1px solid;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li:last-child {
  border-bottom: .01rem solid transparent;
}

.nymain .leftNav>ul>li>a {
  font-weight: bold !important;
}

.nymain .leftNav>ul>li>ul>li>a {
  line-height: .5rem;
  padding-left: rem;
  font-size: .18rem !important;
}

.nymain .leftNav>ul>li>ul>li>ul>li>a {
  line-height: .4rem;
  padding-left: .7rem;
  font-size: .16rem !important;
  color: #7c7c7c;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: .20rem;
  line-height: .6rem;
  padding-left: .4rem;
  color: #272727;
  font-weight: normal;
  position: relative;
}

.nymain .leftNav ul li a:hover {
  color: #970a0c;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .2rem;
  top: .18rem;
  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 {}

.nymain .leftNav>ul>li.activ {
  background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
  color: #95040b;
  border-radius: 0rem 1rem 1rem 0rem;
  background: #f7e6eb;
  background: linear-gradient(270deg, #f7e6eb 0%, rgba(172, 0, 49, 0) 100%);
}

.nymain .leftNav ul li.active>a:before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.33rem;
  background: #ECC474;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nymain .leftNav ul li.active ul {
  /* display: block; */
}

.nymain .leftNav ul li a:hover {}

.nymain .leftNav ul li.active>a:hover {}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: 90%;
  margin: 0 auto;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: .18rem;
  line-height: .5rem;
  padding-left: .35rem;
  border-bottom: 0.01rem dashed #E5E5E5;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
  padding: 0.1rem 0.5rem;

}

.positionline {
  height: 0.08rem;
  width: 100%;
  position: relative;
}

.positionline {
  height: 0.08rem;
  width: 99%;
  position: relative;
  border-top: 0.01rem dashed #BFBFBF;
  margin-left: 0.1rem;
  margin-bottom: .3rem;
}

.positionline:after {
  content: "";
  position: absolute;
  height: .06rem;
  width: .06rem;
  border: #BFBFBF 0.01rem solid;
  border-radius: 50%;
  right: 0;
  top: -0.05rem;
  background: #fff;
}

.positionline:before {
  content: "";
  position: absolute;
  border-left: 0.01rem dashed #BFBFBF;
  height: .15rem;
  width: .1rem;
  transform: rotate(45deg);
  top: 0;
  left: -0.1rem;
}

.position {
  padding-top: .2rem;
  padding-bottom: .22rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.position:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #95040b;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: #ebdadf .05rem solid;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: .24rem;
}

.position h3 {
  font-size: .24rem;
  line-height: .24rem;
  color: #95040b;
  text-align: left;
  font-weight: bold;
  padding-left: .25rem;
  background: linear-gradient(240deg, #ff8e14 -13%, #af1b14 41%, #90000a 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.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 a:last-child {
  color: #95040b;
}

.position a:hover {
  color: #95040b;
}

/*  */
.zzjgbox {
  padding: .3rem 0;
}

.zzjgbox .zzjg_hd {}

.zzjgbox .zzjg_hd h2 {
  background: #95040b;
  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: #91000A;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.zzjgbox .zzjg_hd li {
  box-sizing: border-box;
  border: 0.01rem solid #c44f1e;
  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: #91000A;
  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: #91000A;
}

.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: #91000A;
}

.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: #91000A;
  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-top: .01rem solid #d2d2d2;
}

.timg-list ul li:first-child {
  border-top: 0 !important;
}

.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-top: .03rem solid #f7d065;
}



.timg-list ul li:hover h3 {
  color: #91000A;
}

.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.38rem;
  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: #91000A;
  color: #fff;
  border: .01rem solid #91000A;
}

.pagination a:hover {
  background: #91000A;
  color: #fff;
  border: .01rem solid #91000A;
}

.pagination span {
  display: inline-block;
  font-size: .14rem;
}

.wzlby {
  background-color: #f8f8f8;
}

.wzlby .position {
  padding-top: .6rem;
}

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: .4rem 2% 0 2%;
  border: .01rem solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 70%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info p {}

.wslb {}

.wslb li {
  margin-top: .4rem;
  background-color: #fff;
  padding: .3rem .35rem 0 .35rem;
  transition: all 0.3s;
}

.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.85rem;
  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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wslb li:hover {
  background-color: #91000A;
}

.wslb li:hover .lbt h4 {
  color: #fff;
}

.wslb li:hover a>p {
  color: rgba(255, 255, 255, 0.68);
}

.wslb li:hover .lbt {
  border-color: rgba(229, 229, 229, 0.4);
}

.wslb li:hover .lbt p {
  color: #fff;
}

.wslb li:hover .lbt p span {
  color: rgba(255, 255, 255, 0.6);
}

.wslb li:hover .wtime {
  color: #fff;
  border: #fff 1px solid
}

.wslb li:hover .wtime span {
  color: #fff;
}

.jjy {
  margin-top: .35rem;
}

.abotimg {
  display: flex;
  margin-bottom: 0.4rem;
}

.abotimg .pic {
  padding-top: 32.39%;
  width: 52%;
}

.abotimg .abot_txt {
  flex: 1;
  min-width: 0;
  background: #95040b;
  position: relative;
  display: flex;
  align-items: center;
  padding: .1rem .3rem;
  margin-top: .4rem;
}

.abotimg .abot_txt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: .2rem solid #f4f4f4;
  border-left: .2rem solid transparent;
  right: 0;
  top: 0;
}

.abotimg .abot_txt p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  text-indent: 2em;
  text-align: justify;
}

.jjy>p {
  font-size: .16rem;
  color: #333333;
  line-height: 2.125em;
  text-indent: 2em;
  margin-bottom: .36rem;
}

.jjy>p img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.lists {
  padding: 0 0 .3rem 0;
}

.lists li {
  padding-right: 1rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  border-bottom: 0.01rem dashed rgba(172, 0, 49, 0.102);
  line-height: .8rem;
  background: url(../images/ico_list.png) 0.1rem center no-repeat;
  padding-left: 0.2rem;
  transition: all 0.3s;
  padding: 0 0.3rem;
}

.lists li:hover {
  background-color: #fff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(172, 0, 49, 0.15);
  color: #95040b;
}

.lists li:hover a {
  color: #95040b;
  font-weight: bold
}

.lists li:hover span {
  color: #95040b;
}

.lists li a {
  display: block;
  color: #303030;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lists li a:hover {
  color: #95040b;
}

.lists li a span {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.szlb-list {
  margin-top: .3rem;
}

.szlb-list .jg-title {
  font-size: .24rem;
  padding-bottom: .1rem;
  border-bottom: solid .01rem #ddd;
}

.szlb-list .jg-title a {
  color: #333;
  position: relative;
}

.szlb-list .jg-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: .5rem;
  height: .03rem;
  background: #91000A;
}

.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: #000;
  font-weight: bold;
}

.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: #f5f5f5;
  margin: .3rem auto;
  padding: .1rem .3rem .3rem .3rem;
}

.leaderbox .ld_p {
  display: flex;
  border-bottom: rgba(231, 231, 231, 0.6) 1px solid;
  padding: .24rem 0;
}

.leaderbox .ld_title {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.leaderbox .ld_content {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.ld_item:hover {
  background: #ededed;
}

.ld_item:hover * {
  color: #000000 !important;
}

.ld_item:hover .ld_p {
  border-bottom: rgb(188 188 188 / 10%) 1px solid;
}

/*  */
/*n_content*/
.n_con_tit h2 {
  margin-bottom: .15rem;
  font-family: Source Han Sans CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
}

.n_con_tit p {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
}

.n_con_tit p .sj {
  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: 100%;
  margin: 0 auto;
}

.xy_ldlist {
  margin: 0 auto;
  width: 80%;
}

.xy_ldlist ul {}

.xy_ldlist li {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #333333;
  border-bottom: 0.01rem solid #dedede;
  padding: 0 0;
}

.xy_ldlist .con {
  height: auto;
  overflow: hidden;
  padding: .3rem 0;
}

.xy_ldlist .con .left {
  width: 50%;
  float: left;
  padding-left: .4rem;
}

.xy_ldlist .con .right {
  width: 50%;
  float: left;
  position: relative;
}

.xy_ldlist .con .left .job {
  position: relative;
  font-size: 0.22rem;
  padding-left: .2rem;
}

.xy_ldlist .con .left .job:before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.2rem;
  position: absolute;
  background: linear-gradient(183deg, #ff8e14 -142%, #af1b14 -24%, #90000a 72%);
}

.xy_ldlist .con .right .name {
  position: relative;
  position: relative;
  font-size: 0.22rem;
  padding-left: 1rem;
}

.xy_ldlist .con .right .name:before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 0.3rem;
  position: absolute;
  background: #d8d8d8
}

@media screen and (max-width: 1400px) {
  .wslb li {
    padding: .35rem .25rem .3rem;
  }
}

@media screen and (max-width: 1320px) {
  .ldcy ul a .tu {
    margin-right: .24rem;
  }

  .ldcy ul a .tu {
    width: 1.3rem;
  }

  .ldcy ul .info>span {
    margin-top: .24rem;
  }

  .ldcy ul li {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .ldcy ul .info h4 {
    font-size: .18rem;
  }
}

@media screen and (max-width: 1024px) {
  .xy_ldlist .con {
    padding: .2rem 0;
  }

  .xy_ldlist .con .left .job {
    font-size: 0.18rem;
  }

  .xy_ldlist .con .right .name {
    font-size: 0.18rem;
  }

  .xy_ldlist .con .right .name {
    padding-left: .5rem;
  }

  .xy_ldlist .con .left {
    width: 70%;
    padding-left: 0;
  }

  .xy_ldlist .con .right {
    width: 30%;
  }

  .xy_ldlist {
    width: 100%;
  }

  .abotimg {
    display: block;
    width: 100%;
  }

  .abotimg .pic {
    display: block;
    width: 100%;
    padding-top: 60%;
  }

  .lm_banner {
    margin-top: 0
  }

  .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;
  }
}

@media screen and (max-width: 1024px) {
  .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: #95040b;
  }

  .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 {
    margin: 0;
    margin-bottom: .5rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 0;
    border-left: none;
    border-bottom: none;
  }

  .nymain .leftNav>h2:after {
    display: none
  }

  .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; */
  }
.lists li a {
  display: block;
  color: #303030;
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}
  .lists li a span {
  position: absolute;
  right: 0.1rem;
  font-size: .16rem;
  color: #999999;
}
  .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;
    padding: 0.1rem 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;
  }
}

@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: .16rem;
    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;
  }
}