@charset "utf-8";

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */

.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: #6F3187;
  color: #fff;
  border: 1px solid #6F3187;
}

.pagination a:hover {
  background: #6F3187;
  color: #fff;
  border: 1px solid #6F3187;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.6rem;
  padding-top: 0.2rem;
  background: #fff;
}

.leftNav {
  position: relative;
  height: 0.7rem;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(23, 14, 81, 0.2);
}

.leftNav .leftNav-w {
  position: relative;
}

.leftNav .leftNav-w h2 {
  position: absolute;
  left: 0;
  top: -0.7rem;
  width: 2.25rem;
  line-height: 0.7rem;
  color: #fff;
  background: linear-gradient(180deg, #C453BB 0%, #010544 100%), #006555;
  font-size: 0.26rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.leftNav .leftNav-d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leftNav .leftNav-d>ul>li {
  float: left;
  position: relative;
}

.leftNav .leftNav-d>ul>li>span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.56rem;
  height: 0.7rem;
  background: url(/images/left-sj.png) no-repeat center;
  background-size: 0.16rem 0.16rem;
  display: none;
}

.leftNav .leftNav-d>ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #170E51;
  display: none;
}

.leftNav .leftNav-d>ul>li>a {
  position: relative;
}

.leftNav ul li>a {
  display: block;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.7rem;
  padding: 0 0.35rem;
}

.leftNav ul li:last-child a {
  border-bottom: none;
}

.leftNav .leftNav-d>ul>li.on>a,
.leftNav .leftNav-d>ul>li:hover>a {
  font-weight: 700;
  color: #170E51;
}

.leftNav .leftNav-d>ul>li.on::before,
.leftNav .leftNav-d>ul>li:hover::before {
  display: block;
}

.leftNav ul li.active ul {
  display: block;
}

.leftNav ul li a:hover {
  background-position: 0.31rem center;
}

.leftNav .leftNav-d>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  top: 100%;
  background: #fff;
  padding: 0.05rem 0;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.leftNav .leftNav-d>ul>li:hover>ul {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.leftNav .leftNav-d>ul>li>ul>li>a {
  font-size: 0.15rem;
  line-height: 0.46rem;
  padding: 0 0.1rem;
  color: #666666;
  text-align: center;
}

.leftNav .leftNav-d>ul>li>ul>li:hover>a {
  color: #170E51;
  font-weight: bold;
}

.ny-right {
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.8rem;
  border-bottom: 1px solid #C5C5C5;
}

.position h3 {
  position: absolute;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: left;
  bottom: 0;
  left: 0;
}

.position span {
  color: #626262;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.16rem;
  color: #626262;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #6F3187 !important;
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li {
  line-height: 0.74rem;
  border-bottom: 1px dashed #C5C5C5;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #6F3187;
  transition: all 0.5s;
}

.text-list ul li:hover {
  border-bottom-color: transparent;
}

.text-list ul li:hover::after {
  width: 100%;
}

.text-list ul li span {
  display: block;
  float: right;
  font-size: 0.18rem;
  color: #9E9E9E;
  padding-left: 0.15rem;
}

.text-list ul li a {
  display: block;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.2rem;
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #6F3187;
  border-radius: 50%;
}

.text-list ul li:hover a {
  color: #6F3187;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  margin-bottom: 0.2rem !important;
  /*text-indent: 2em;*/
  word-wrap: break-word;
  word-break: break-word;
}

.art-main .art-body img {
  max-width: 100% !important;
  height: auto !important;
  /* display: block; */
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding: 0.1rem;
  line-height: 0.26rem;
  background: #F6F6F6;
  margin-top: 0.3rem;
}

.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;
  margin: 0 0.32rem;
  color: #666;
}

.art-info {
  margin-top: 0.5rem;
  border-top: 1px dashed #C5C5C5;
  padding: 0.15rem 0;
}

.pnext {
  color: #666;
}

.pnext p {
  font-size: 0.16rem;
  text-indent: initial;
  line-height: 0.35rem;
  color: #666;
}

.pnext p a {
  color: #666;
}

.pnext p:hover a {
  color: #6F3187;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.33%;
  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 10px 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: 63.75%;
}

.img-lists ul li a>div.info {
  padding: 0.1rem;
  font-size: 0;
  text-align: center;
  background: #f6f6f6;
}

.img-lists ul li a>div.info p {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.05rem;
}

.img-lists ul li:hover a>div.info p {
  color: #6F3187;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.22rem;
  margin-right: -0.22rem;
}

.list-ld ul li {
  float: left;
  width: 33.33%;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.23rem 0.22rem;
  padding: 0.15rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.5s;
}

.list-ld ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.82rem;
  height: 100%;
  background: url(/images/ldbg.png) no-repeat;
  background-size: 100% 100%;
}

.list-ld ul li .pic {
  width: 1.8rem;
  height: 2.38rem;
  padding-top: 0;
}

.list-ld ul li .ld-tx {
  width: calc(100% - 2.12rem);
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #581F5C;
  margin-bottom: 0.1rem;
}

.list-ld ul li p {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-ld ul li p b {
  font-weight: bold;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li:hover a {}

/* 师资内容 */
.sz-t {
  padding: 0.37rem 0.4rem;
  background: url(/images/sznr-bg.jpg) no-repeat right bottom;
  background-size: cover;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 0.27rem;
}

.sz-t .sz-pic {
  display: block;
  width: 180px;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.sz-t .sz-pic::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 0.1rem;
  bottom: 0.1rem;
  right: -0.1rem;
  /* border: 1px solid #170E51; */
  z-index: -1;
}

.sz-t .sz-pic img {
  max-width: 100%;
}

.sz-tr {
  padding-left: 0.5rem;
}

.sz-tr h3 {
  font-size: 0.3rem;
  font-weight: 500;
  color: #3D3D3D;
}

.sz-tr hr {
  width: 0.34rem;
  height: 0.04rem;
  background: linear-gradient(180deg, #C453BB 0%, #010544 100%);
  margin: 0.18rem 0;
}

.sz-t p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  margin: 0.1rem 0;
  color: #333333;
}

.sz-t p b {
  font-weight: bold;
}

.sz-ttx {
  margin-top: 40px;
}

.sz-ttx p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.sz-box {
  margin-top: 0.4rem;
}

.sz-box h4 {
  font-size: 0.24rem;
  font-weight: normal;
}

.sz-box p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  margin-top: 0.2rem;
}

/* 图文列表页  start */

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.25rem 0;
  position: relative;
  border-top: 1px dashed #C5C5C5;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  width: 2.7rem;
  height: 1.72rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.35rem;
}

.tw ul li a .tw-tx .date {
  font-family: Bebas;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: rgba(7, 55, 141, 0.5);
}

.tw ul li a .tw-tx .date span {
  font-size: 0.3rem;
  padding-right: 0.05rem;
  color: #6F3187;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.2rem;
}

.tw ul li a .tw-tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.14rem;
  color: #888;
}

.tw ul li:hover a .tw-tx h3 {
  color: #6F3187;
  font-weight: bold;
}

.tw ul li:hover a .tw-tx .gd {
  transform: translateX(95%);
}

.tw2 ul {
  justify-content: flex-start;
  align-items: flex-start;
}

.tw2 ul li {
  width: 46.77%;
  margin-left: 6.46%;
  margin-top: 0.4rem;
}

.tw2 ul li:nth-child(2n + 1) {
  margin-left: 0;
}

.tw2 ul li a {
  display: block;
}

.tw2 ul li .pic {
  padding-top: 60.35%;
}

.tw2 ul li .tw-tx {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 0.5rem 0.3rem 0.15rem 0.3rem;
  position: relative;
}

.tw2 ul li .tw-tx .date {
  position: absolute;
  right: -1px;
  width: 1.13rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0px 0px 0px 0.185rem;
  background: #ffb60e;
  text-align: center;
  font-family: Songti SC;
  font-size: 0.16rem;
  font-weight: 900;
  color: #fff;
  top: -0.185rem;
  z-index: 1;
}

.tw2 ul li .tw-tx .date span {
  font-size: 0.2rem;
  font-weight: 900;
}

.tw2 ul li .tw-tx h3 {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tw2 ul li .tw-tx hr {
  border: none;
  width: 0.44rem;
  height: 0.03rem;
  background: #ffb60e;
  margin: 0.15rem 0;
}

.tw2 ul li .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 组织机构 */
.zzjg {
  justify-content: flex-start;
  align-items: flex-start;
}

.zzjg ul {
  width: 48%;
  margin-top: 0.4rem;
}

.zzjg ul:nth-child(even) {
  margin-left: 4%;
}

.zzjg ul h3 {
  font-size: 0.2rem;
  font-weight: bold;
  background: url() no-repeat left center;
  background-size: 0.3rem auto;
  padding-left: 0.45rem;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}

.zzjg ul li {
  position: relative;
  line-height: 0.6rem;
  border-bottom: 1px dashed #C5C5C5;
}

.zzjg ul li a {
  display: block;
  font-size: 0.18rem;
  padding-left: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.zzjg ul li:nth-child(2) {
  border-top: none;
}

.zzjg ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  background: #6F3187;
  border-radius: 50%;
  transition: all 0.3s;
}

.zzjg ul li a:hover {
  font-weight: bold;
  color: #6F3187;
}

@media screen and (max-width: 1400px) {
  .list-ld ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {

  .tw ul li a .pic {
    width: 2.92rem;
    height: 1.77rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0;
    font-size: 0.16rem;
  }

  .tw ul li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx hr {
    margin: 0.1rem 0;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .sz-ny {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .list-ld ul li {
    width: 100%;
  }
  .list-ld ul li h3{font-size: 18px;}
  .list-ld ul li p{font-size: 14px;}
}

@media screen and (max-width: 768px) {
  .leftNav .leftNav-w h2 {
    position: static;
    width: 100%;
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.18rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .leftNav .leftNav-w h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    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.5rem 0;
  }

  .leftNav {
    height: auto;
    padding-top: 0.25rem;
  }

  .leftNav .leftNav-d {
    flex-direction: column;
  }

  .leftNav .leftNav-d>ul {
    margin-top: 0;
    border-radius: 0;
    padding-right: 0;
    display: none;
  }

  .leftNav .leftNav-d>ul>li {
    float: none;
    width: auto;
  }

  .leftNav .leftNav-d>ul>li::before {
    display: none !important;
  }

  .leftNav .leftNav-d>ul>li>ul {
    position: static;
    display: none;
    transform: none;
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .leftNav .leftNav-d>ul>li.active>ul{
    display: block;
  }

  .leftNav .leftNav-d>ul>li:hover>ul {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .leftNav .leftNav-d>ul>li>ul>li>a {
    text-align: left;
    padding: 0 0.3rem;
  }

  .leftNav .leftNav-d>ul>li>span {
    display: block;
  }

  .leftNav .leftNav-d>ul>li.on>span {
    transform: rotate(90deg);
  }

  .ny-right {
    float: none;
    width: auto;
    padding: 0;
  }

  .position {
    padding: 16px 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    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;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li .text-l h3 {
    font-size: 0.2rem;
  }

  .text-list ul li .date {
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.3rem;
  }

  .text-list ul li .date>p {
    font-size: 0.36rem;
  }

  .text-list ul li .text-l {
    width: calc(100% - 1.2rem);
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul {
    overflow: hidden;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .img-lists ul li {
    width: 30.33%;
    margin: 0.15rem 1.5%;
  }

  .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;
  }

  .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: 20px;
  }

  .zzjg ul {
    width: 100%;
  }

  .zzjg ul:nth-child(even) {
    margin-left: 0;
  }

  .sz-t {
    flex-direction: column;
    align-items: center;
  }

  .sz-tr {
    padding-left: 0;
    margin-top: 0.25rem;
  }

  .sz-tr h3 {
    text-align: center;
    font-size: 22px;
  }

  .sz-tr hr {
    margin: 0.18rem auto;
  }

  .sz-t p {
    font-size: 14px;
  }

  .sz-box h4 {
    font-size: 20px;
  }

  .sz-box p {
    font-size: 14px;
    line-height: 30px;
    word-break: break-word;
    text-align: justify;
    word-wrap: break-word;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li {
    width: 47%;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .leftNav ul li a {
    line-height: 45px;
    font-size: 14px;
  }

  .leftNav .leftNav-d>ul>li>ul>li>a {
    font-size: 12px;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .sz-ty>div p {
    line-height: 34px;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 60.46%;
    margin-bottom: 0.1rem;
  }

  .tw ul li a .date p {
    font-size: 18px;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .tw2 ul li {
    width: 100%;
    margin-top: 0.2rem;
    margin-left: 0;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .sz-t .pic {
    margin: 0 auto;
  }

  .sz-ty {
    width: 100%;
    margin-top: 0.15rem;
  }

  .sz-box {
    margin-top: 0.3rem;
  }

  .qh-tit ul {
    padding: 0 0.1rem;
  }

  .qh-tit ul li.on {
    font-size: 0.2rem;
  }

  .qh-bd>ul {
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  .list-ld ul li a::before {
    display: none;
  }

  .list-ld ul li .pic {
    margin: 0 auto;
  }

  .list-ld ul li .ld-tx {
    width: 100%;
  }

  .list-ld ul li h3 {
    text-align: center;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}