@charset "utf-8";

.foot {
  margin-top: -0.05rem;
  position: relative;
  z-index: 1
}

.nyban {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.nyban img {
  display: block;
  width: 100%;
  min-height: 4rem;
  object-fit: cover
}

.nyban .lmmc-box {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 1.32rem;
}

.nyban .lmmc {
  text-align: right;
}

.nyban .lmmc h2 {
  display: inline-block;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding: 0.24rem 0.8rem;
}

.nyban .lmmc h2 b {
  display: block;
  font-size: 0.43rem;
  font-weight: 700;
}

.nyban .lmmc h2 p {
  display: block;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: 300;
}

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem
}

.pagination a.active {
  background: #00578C;
  color: #fff;
  border: 1px solid #00578C
}

.pagination a:hover {
  background: #00578C;
  color: #fff;
  border: 1px solid #00578C
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem
}

.nymain {
  position: relative;
  /* z-index: 999; */
}

.nymain .wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
  background-color: #fff;
  margin-top: -0.9rem;
  box-shadow: 0px 0.05rem 0.08rem 0px rgba(0, 0, 0, 0.36);
}

.nymain .leftNav {
  width: 3.47rem;
  margin-right: 0.44rem;
  position: relative;
  background-color: #fafafa;
}

.nymain .leftNav>h2 {
  /* line-height: 0.6rem; */
  /* color: #fff; */
  /* background: #00578C; */
  overflow: hidden;
  /* text-align: center; */
  padding: 0.07rem 0 0.07rem 0.3rem;
  background: url(../images/left-zs.png) no-repeat 0.3rem center;
  background-size: 0.48rem auto;
  padding-left: 0.88rem;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.nymain .leftNav>h2 b {
  font-size: 0.22rem;
  font-weight: 500;
}

.nymain .leftNav>h2 p {
  font-size: 0.16rem;
  font-weight: 500;
  color: rgba(132, 132, 132, 1);
}

.nymain .leftNav>ul {
  /* background-color: #f5f5f5; */
  /* background-image: url(../images/left-bg.png); */
  /* background-repeat: no-repeat; */
  /* background-position: center 80%; */
  /* background-size: 79.21% auto; */
  padding: 0 0 2.57rem 0
}

.nymain .leftNav>ul>li {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.nymain .leftNav>ul>li:first-child {
  border-top: 0
}

.nymain .leftNav>ul>li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #00578C;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s
}

.nymain .leftNav>ul>li:first-child {
  border-top: none
}

.nymain .leftNav>ul>li>a {
  position: relative
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/left-sj2.png) no-repeat 0.05rem center;
  background-size: 0.12rem auto;
  width: 0.3rem;
  height: 0.7rem;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.26rem;
  padding: 0.22rem 0.3rem 0.22rem 0.3rem;
  /* text-align: center; */
}

.nymain .leftNav ul li:last-child a {
  /* border-bottom: none; */
}

.nymain .leftNav>ul>li.on>a {
  color: #00578C;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
  background-image: url(../images/left-sj2on.png);
}

.nymain .leftNav>ul>li:hover>a {
  color: #00578C
}

.nymain .leftNav>ul>li.active>a {
  color: #00578C;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #00578C
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-bottom: 0.1rem
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.15rem;
  line-height: 0.22rem;
  border-bottom: none;
  padding: 0.05rem 0.1rem 0.05rem 0.6rem;
}

.nymain .leftNav>ul>li>ul>li.on>a {
  color: #00578C;
}

.ny-right {
  flex: 1;
  min-width: 0;
  padding: 0.14rem 0 0.3rem 0;
}

.position {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 0.15rem 0.34rem 0.15rem 0;
}

.position>h3 {
  font-size: 0.23rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #00578C
}

.position .weizhi span {
  font-size: 0.16rem;
  font-weight: 500;
  vertical-align: 0px
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.05rem
}

.position a {
  font-size: 0.16rem;
  font-weight: 500;
  margin: 0 0.05rem;
  vertical-align: middle
}

.position a:hover,
.position a.dq {
  color: #00578C
}

.text-list {
  margin-top: 0.2rem
}

.text-list ul li {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0.34rem 0.2rem 0;
  transition: all 0.5s;
}

.text-list ul li:hover {
  background: #f7f7f7;
  box-shadow: 0 0.02rem 0.27rem #c9d2e8;
  border-bottom: 0.02rem solid #cfcfcf;
  padding: 0.2rem 0.34rem 0.2rem 0.2rem;
}

.text-list ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  right: 0;
  border-bottom: 1px dashed #D9D9D9;
  z-index: -1
}

.text-list ul li:last-child:before {
  content: none
}

.text-list ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #00578C;
  z-index: -1;
  transition: all 0.5s
}

.text-list ul li .date {
  font-size: 0.19rem;
  font-weight: 400;
  transition: all 0.5s
}

.text-list ul li .date b {
  font-size: 0.25rem;
  font-weight: 400;
  transition: all 0.5s
}

.text-list ul li a {
  display: block;
  font-size: 0.25rem;
  font-weight: 400;
  background: url(../images/s1-rzs.png) no-repeat left center;
  background-size: 0.09rem auto;
  padding-left: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.text-list ul li:hover::after {
  left: 0.2rem;
  width: 100%
}

.art-main {
  padding: 0 0.34rem;
}

.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-size: 0.28rem;
  margin-top: 0.3rem;
  font-weight: 500
}

.art-main .art-body {
  padding-top: 0.3rem
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.16rem;
  line-height: 0.34rem !important;
  margin-bottom: 0.3rem !important
}

.art-main .art-body img {
  max-width: 90% !important;
  height: auto !important;
  /* display: block; */
  margin: 0 auto
}

.art-main .art-body video {
  max-width: 100%
}

.art-main .art-body table {
  max-width: 100%
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  line-height: 0.26rem;
  margin-top: 0.1rem
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
  font-weight: 400;
  color: #848484;
  margin: 0.05rem 0.1rem
}

.art-info {
  border-top: 1px dashed #D9D9D9;
  margin-top: 0.25rem
}

.pnext {
  margin-top: 0.25rem
}

.pnext p {
  font-size: 0.16rem;
  font-weight: bold;
  text-indent: initial;
  line-height: 0.26rem;
  color: #00578C;
  padding: 0.1rem
}

.pnext p a {
  color: #3D3D3D;
  font-weight: normal
}

.pnext p:hover {
  background: rgba(0, 0, 0, 0.04)
}

.pnext p:hover a {
  color: #00578C
}

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.5s;
  position: relative;
  top: 0
}

.img-lists ul li:hover {
  box-shadow: 0 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: 61%
}

.img-lists ul li a>img {
  display: block
}

.img-lists ul li a>div.info {
  padding: 0.15rem 0.1rem;
  font-size: 0;
  text-align: center;
  transition: all 0.5s
}

.img-lists ul li a>div.info p {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s
}

.img-lists ul li:hover a>div.info p {
  color: #fff
}

.img-lists ul li:hover a>div.info {
  background-color: #00578C
}

.list-ld {
  overflow: hidden;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-top: 0.07rem solid #00578C;
  box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 0.6rem;
  padding: 0.4rem
}

.list-ld .ld-tit h3 {
  font-size: 0.22rem;
  font-weight: 500;
  padding-left: 0.8rem;
  height: 0.35rem;
  position: relative;
  z-index: 1
}

.list-ld .ld-tit h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.55rem;
  height: 0.35rem;
  background: url(../images/sz-t.png) no-repeat left top;
  background-size: 100% auto
}

.list-ld .ld-tit h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.28rem;
  width: 2.1rem;
  height: 0.23rem;
  background: linear-gradient(90deg, rgba(2, 159, 174, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1
}

.list-ld .ld-tit p {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.34rem
}

.list-ld ul {
  display: flex;
  margin: 0 -0.14rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.list-ld ul li {
  width: 25%;
  margin-top: 0.4rem
}

.list-ld ul li a {
  display: block;
  margin: 0 0.14rem
}

.list-ld ul li a .t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.list-ld ul li a .t .pic {
  width: 1.11rem;
  height: 1.38rem;
  padding-top: 0;
  margin-right: 0.18rem
}

.list-ld ul li a .t .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.3rem
}

.list-ld ul li a .t .tx h3 {
  font-size: 0.16rem;
  font-weight: 700
}

.list-ld ul li a .t .tx h4 {
  font-size: 0.14rem;
  font-weight: 400;
  margin-top: 0.1rem
}

.list-ld ul li a .b {
  margin-top: 0.1rem;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.1rem
}

.list-ld ul li a .b p {
  background: url(../images/yx.png) no-repeat left center;
  background-size: 0.19rem auto;
  padding-left: 0.29rem;
  color: #333
}

.sz-con {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 1);
  border-top: 0.07rem solid #218CCF;
  box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.42rem;
  margin-top: 0.5rem
}

.sz-con .pic1 {
  width: 1.58rem;
  margin-right: 0.55rem
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%
}

.sz-r {
  flex: 1;
  min-width: 0
}

.sz-t>h3 {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.4rem;
  margin: 0 0.08rem;
  border-bottom: 0.04rem solid #218CCF
}

.sz-rbox ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem
}

.sz-rbox ul li {
  width: calc(50% - 0.16rem);
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0.06rem
}

.sz-box {
  margin-top: 0.4rem
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.2rem
}

.sz-box h4 span {
  display: inline-block;
  min-width: 2.1rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.26rem;
  color: #00578C;
  padding: 0 0.1rem;
  background: linear-gradient(90deg, rgba(2, 159, 174, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.sz-box .con {
  padding-left: 0.1rem
}

.sz-box .con p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin: 0.05rem 0
}

.tw ul li {
  /* margin: 0.5rem 0 */
}

.tw ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.24rem 0.34rem 0.24rem 0;
  transition: all 0.3s;
  justify-content: space-evenly;
  align-content: stretch;
  flex-direction: row;
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 2.63rem;
  height: 1.78rem;
  padding-top: 0;
  margin-right: 0.4rem
}

.tw ul li a .tw-tx {
  flex: 1;
  min-width: 0
}

.tw ul li a .t {
  overflow: hidden
}

.tw ul li a .t h3 {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.tw ul li a .t .date {
  float: right;
  font-size: 0.14rem;
  font-weight: 400;
  color: #848484;
  line-height: 0.3rem;
  margin-left: 0.2rem
}

.tw ul li a .tw-tx h3 {
  /* font-family: syh-m; */
  font-size: 0.24rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0.4rem 0;
  border-bottom: 2px solid #cfcfcf;
}

.tw ul li a .tw-tx p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
  color: #333;
  transition: all 0.5s
}

.tw ul li:hover a .tw-tx h3 {
  color: #00578C;
  font-weight: 600;
}

.tw ul li:hover a .tw-tx p {
  opacity: 0.5
}

.tw ul li:hover {
  background: #f7f7f7;
  box-shadow: 0 0.02rem 0.27rem #c9d2e8;
  border-bottom: 0.02rem solid #cfcfcf;
}

.tw ul li:hover a {
  padding: 0.24rem 0.34rem 0.24rem 0.24rem;
}

.zzjg-box {
  margin-top: 0.5rem;
  overflow: hidden
}

.zzjg-box h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%
}

.zzjg-box ul li {
  width: 30.333%;
  margin: 0.2rem 1.5% 0 1.5%;
  background: #F7F7F7;
  position: relative;
  z-index: 1
}

.zzjg-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.02rem;
  background: #00578C;
  z-index: -1;
  transition: all 0.4s
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.12rem 0.2rem;
  height: 0.72rem
}

.zzjg-box ul li .color-777 {
  color: #777
}

.zzjg-box ul li a span {
  font-size: 0.18rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s
}

.zzjg-box ul li:hover::before {
  width: 100%
}

.zzjg-box ul li:hover a span {
  color: #fff
}

.ld2 .k {
  margin-top: 0.4rem
}

.ld2 .k .tit {
  line-height: 0.5rem;
  border-radius: 0px 40px 0px 0;
  background: #F5F8FF;
  padding: 0 0.4rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #00578C
}

.ld2 .k ul {
  border: 1px solid #CEDBE8;
  padding: 0.1rem 0.2rem 0.36rem;
  display: flex;
  flex-wrap: wrap
}

.ld2 .k ul li {
  width: 16.66%;
  margin-top: 0.2rem
}

.ld2 .k ul li a {
  display: block;
  font-size: 0;
  text-align: center
}

.ld2 .k ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.34rem;
  transition: all 0.5s
}

@media screen and (max-width: 1024px) {
  .nyban img {
  display: block;
  width: 100%;
  min-height: 3rem;
  object-fit: cover
}
  .nymain {
    /* padding-bottom: 0.4rem */
  }

  .nymain .wp {
    margin-top: 0;
    box-shadow: none;
  }

  .nyban .lmmc-box {
    bottom: 0.2rem;
  }

  .nyban .lmmc h2 {
    padding: 0.12rem 0.3rem;
  }

  .nyban .lmmc h2 b {
    font-size: 0.24rem;
  }

  .nyban .lmmc h2 p {
    font-size: 0.2rem;
  }

  .nymain .leftNav {
    margin-right: 0.4rem
  }

  .list-ld {
    margin-top: 0.3rem;
    padding: 0.2rem
  }

  .list-ld ul li {
    width: 50%;
    margin-top: 0.2rem
  }

  .zzjg-box ul li {
    width: 47%
  }

  .ld2 .k ul li {
    width: 25%
  }

  .sz-con {
    margin-top: 0.3rem;
    padding: 0.2rem
  }

  .sz-con .pic1 {
    margin-right: 0.3rem
  }

  .art-main {
    padding: 0;
  }
}

@media screen and (max-width: 920px) {
  .nyban img {
  display: block;
  width: 100%;
  min-height: 3rem;
  object-fit: cover
}
  .nymain .leftNav>h2 {
    height: inherit;
    /* line-height: 0.56rem; */
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #00578C;
    border-bottom: 0;
    position: relative;
  }

  .nymain .leftNav>h2 b {
    color: #fff;
    line-height: 1;
  }

  .nymain .leftNav>h2 p {
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none
  }

  .nymain .leftNav>h2 span {
    position: absolute;
    top: 0;
    right: 0;
    /* float: right; */
    width: 0.5rem;
    height: 0.6rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer
  }

  .nymain {
    padding: 0.25rem 0 0 0;
  }

  .nymain .leftNav {
    width: 100%;
    margin-right: 0;
    margin-top: 0
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0
  }

  .nymain .leftNav ul li a {
    text-align: left
  }

  .ny-right {
    flex: none;
    width: 100%;
    padding: 0 0 0.3rem 0
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0
  }

  .position>div {
    text-align: left;
    line-height: 22px
  }

  .position h3 {
    display: none
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px
  }

  .pagination {
    padding-top: 25px
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
    background-image: none
  }

  .pnext {
    float: none;
    border: none;
    width: auto
  }

  .zzjg_text li {
    width: 50%
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%
  }

  .img-lists ul li a>img {
    height: 191px
  }

  .xbxx {
    padding-top: 0
  }

  .xbxx ul li a {
    padding: 15px 10px
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0
  }

  .xbxx ul li a div span {
    font-size: 12px
  }

  .xbxx ul li a div img {
    height: 14px
  }

  .nymain .leftNav>h2 img {
    height: 20px
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px
  }

  .dt-list2 li .date {
    width: 60px
  }

  .dt-list2 li .date span {
    font-size: 24px
  }

  .dt-list2 li .date {
    padding: 4px 0
  }

  .dt-list2 li {
    padding: 15px 0
  }

  .art-main .art-body {
    padding-top: 0.1rem
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem
  }

  .tw {
    margin-top: 0
  }

  .art-main .art-tit h3 {
    margin-top: 0.2rem;
    font-size: 0.22rem
  }

  .art-main .cont-tit p span {
    font-size: 12px
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    margin-bottom: 0.2rem !important
  }

  .zzjg-box ul li {
    width: 100%
  }

  .zzjg-box ul li a {
    padding: 0.2rem
  }

  .img-lists ul li a>div.info {
    padding: 0.1rem
  }

  .ld2 .k {
    margin-top: 0.3rem
  }

  .ld2 .k:first-child {
    margin-top: 0.1rem
  }

  .tw ul li a .pic {
    margin-right: 0.2rem
  }

  .tw ul li a {
    padding: 0.2rem 0
  }
}

@media screen and (max-width: 640px) {
  .nyban img {
  display: block;
  width: 100%;
  min-height: 2rem;
  object-fit: cover
}
  .sz-con .pic1 {
    margin: 0 auto
  }

  .sz-r {
    flex: none;
    width: 100%
  }

  .sz-rbox ul li {
    width: 100%;
    margin: 0.06rem 0
  }

  .sz-t {
    text-align: center
  }
}

@media screen and (max-width: 480px) {
  .nymain>div {
    padding: 0 10px 10px
  }

  .img-lists ul li a>img {
    height: 100px
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
    line-height: 30px
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 67.68%;
    margin-bottom: 0.2rem;
    margin-right: 0
  }

  .tw ul li a .tw-tx {
    flex: none;
    width: 100%
  }

  .list-ld ul li {
    width: 100%
  }

  .zzjg-box ul li {
    width: 100%
  }

  .ld2 .k ul li {
    width: 33.333%
  }
}