.hide {
  display: none !important;
}
.crumbCont {
  display: none;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
}
.crumb {
  position: relative;
  width: 1178px;
  margin: 10px auto 17px;
  padding-left: 22px;
}
.crumb:before {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: url(../img/jyicon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -93px -8px;
}
.crumb,
.crumb a {
  font-size: 14px;
  color: #999;
}
.crumb a:after {
  content: '·';
  position: relative;
  top: 1px;
  margin: 0 8px;
  display: inline-block;
  font-size: 18px;
  color: #ccc;
}
.crumb span {
  position: relative;
  color: #999;
  line-height: 24px;
}
.wrapper,
.wrap {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.wrap {
  margin-top: 10px;
}
.wrapL {
  float: left;
  width: 836px;
  margin-right: 16px;
  overflow: hidden;
}
.newsRec {
  padding-bottom: 1px;
}

.newsRec ul {
  width: 860px;
  overflow: hidden;
}

.newsRec ul li {
  position: relative;
  float: left;
  width: 280px;
  height: 140px;
  border-radius: 6px;
  margin: 0 19px 19px 0;
  overflow: hidden;
}

.newsRec ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.newsRec ul li a img {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.newsRec ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 48px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    rgba(114, 102, 104, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(114, 102, 104, 0.2);
}

.newsRec ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 48px;
  text-indent: 0.56em;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsRec ul li:nth-of-type(1) {
  width: 536px;
  height: 299px;
  border-radius: 6px;
}

.newsRec ul li a img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.newsRec ul li a img:hover {
  transform: scale(1.2);
}

.newsRec ul li a em {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 13px;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  line-height: 26px;
}

.newsRec ul li a:hover p {
  color: #16d3fb;
}

.newsList {
  position: relative;
  padding-bottom: 20px;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  word-break: break-all;
}

.newsList ul {
  padding-top: 11px;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}

.newsList li {
  float: left;
  padding: 19px 0 20px;
  height: 150px;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}

.newsList li a {
  display: block;
}

.newsList li > a {
  float: left;
  margin-right: 20px;
  width: 260px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}

.newsList li > a img {
  width: 260px;
  min-height: 150px;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  border-radius: 6px;
}

.newsList li > a:hover img {
  transform: scale(1.1);
}

.newsList li .info {
  float: left;
  width: 520px;
}

.newsList li .info > a {
  margin-top: 3px;
  margin-bottom: 8px;
  max-height: 56px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList li .info p {
  display: block;
  height: 48px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList li .info span {
  position: relative;
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 24px;
  margin-bottom: 10px;
}

.newsList li .info span:before {
  content: '';
  position: relative;
  top: 3px;
  vertical-align: top;
  margin-right: 6px;
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/jyicon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -276px -8px;
}

.newsList li:hover .info > a {
  color: #fa607d;
}
.list_menu {
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.list_menu a {
  width: 100px;
  height: 30px;
  background: url(../img/icon_all_gray.png) no-repeat;
  background-size: contain;
  color: #9c9fac;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
.list_menu a:hover {
  background-image: url(../img/icon_all_active.png);
  color: #fff;
}
.list_menu a.active {
  background-image: url(../img/icon_all_active.png);
  color: #fff;
}
.wrapR {
  float: right;
  width: 340px;
  overflow: hidden;
}
.gsTag,
.wrapR section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.gsTag:before,
.wrapR section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
}

.gsTag .list {
  position: relative;
  padding: 0 0 18px 10px;
  overflow: hidden;
  *zoom: 1;
}

.gsTag .list a {
  float: left;
  padding: 0 12px;
  font-size: 14px;
  color: #8d8d8d;
  background: #f8f8f8;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  margin: 0 3px 11px 3px;
}

.gsTag .list a:after {
  content: '';
  position: relative;
  top: 11px;
  vertical-align: top;
  margin-left: 5px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../img/jyicon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -464px -9px;
}

.gsTag .list a:hover {
  color: #fff;
  background: #16d3fb;
}

.gsTag .list a:hover:after {
  top: 12px;
  background-position: -464px -23px;
}

.gsHotRec ul {
  position: relative;
  width: 340px;
  margin-left: -6px;
  padding-bottom: 18px;
}

.gsHotRec ul li {
  position: relative;
  z-index: 1;
  height: 90px;
}

.gsHotRec ul li a {
  position: relative;
  display: block;
  padding: 9px 15px 11px 21px;
  overflow: hidden;
  *zoom: 1;
}

.gsHotRec ul li img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-right: 10px;
}

.gsHotRec ul li div {
  float: left;
  width: 218px;
  height: 70px;
  overflow: hidden;
}

.gsHotRec ul li div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gsHotRec ul li div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gsHotRec ul li div span:nth-of-type(2) {
  margin-top: 5px;
}

.gsHotRec ul li:hover {
  background: rgba(242, 251, 255, 0.6);
}

.gsHotRec ul li a > span {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 26px;
  font-size: 14px;
  color: #16d3fb;
  line-height: 26px;
  background: rgba(246, 252, 255, 0);
  border: 1px solid rgba(22, 211, 251, 0.5);
  border-radius: 14px;
  text-align: center;
}

.gsHotRec ul li:hover a > span {
  display: block;
}

.gsTit {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 14px 0 17px;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  *zoom: 1;
}

.gsTit:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 17px;
  display: block;
  width: 78px;
  height: 12px;
  background: linear-gradient(
    to right,
    rgba(35, 202, 255, 0.3),
    rgba(35, 202, 255, 0)
  );
  border-radius: 6px;
  display: none;
}

.gsTit strong {
  float: left;
  padding-left: 3px;
  position: relative;
  z-index: 1;
  display: block;
  height: 53px;
  line-height: 54px;
  font-size: 20px;
  color: #313131;
  font-weight: bold;
}

.gsTit a {
  position: relative;
  z-index: 1;
  float: right;
  display: block;
  font-size: 12px;
  color: rgba(153, 153, 153, 0.75);
  height: 53px;
  line-height: 54px;
}

.gsTit a:hover {
  color: #16d3fb;
}
.gsHRMenu {
  position: absolute;
  top: 12px;
  right: 14px;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f6f7f9;
  border-radius: 3px;
  overflow: hidden;
}

.gsHRMenu span {
  float: left;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
}

.gsHRMenu span.current {
  background: #16d3fb;
  color: #fff;
}

.gsHRMenu span:hover {
  color: #16d3fb;
}

.gsHRMenu span.current:hover {
  color: #fff;
}

.ztDeInfo {
  position: relative;
  padding: 24px 14px;
  background: #fff;
  border: 6px solid rgba(22, 211, 251, 0.2);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ztDeInfo .img {
  position: absolute;
  left: 29px;
  top: 20px;
  width: 452px;
  height: 254px;
  border-radius: 6px;
  overflow: hidden;
}

.ztDeInfo .img img {
  width: 452px;
  min-height: 254px;
  height: auto;
  display: block;
  border-radius: 6px;
}

.ztDeInfo .info {
  height: 222px;
  padding: 12px 14px 12px 486px;
  background: #f6f7f9;
  border-radius: 6px;
}

.ztDeInfo .info h1 {
  font-size: 28px;
  color: #000;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ztDeInfo .info > span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.ztDeInfo .info > span i {
  font-size: 18px;
  color: #fa607d;
  font-weight: bold;
  line-height: 30px;
}

.ztDeInfo .info p {
  display: block;
  margin-top: 11px;
  margin-bottom: 28px;
  max-height: 72px;
  font-size: 16px;
  color: #1d2127;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ztDeInfo .info div {
  overflow: hidden;
  *zoom: 1;
}

.ztDeInfo .info div label {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.ztDeInfo .info div a {
  float: left;
  display: block;
  padding: 0 9px;
  font-size: 12px;
  color: #808080;
  line-height: 22px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ztDeInfo .info div a:hover {
  color: #fa607d;
  border-color: #fa607d;
}

.ztDeInfo ~ .ztRec ul {
  padding-top: 0;
  padding-bottom: 10px;
}

.rankRec {
  margin: auto;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

.rankRec ul {
  position: relative;
  padding: 10px 0;
  margin: 0 20px 30px;
  background: #fffafb;
  border-radius: 6px;
  border-top: 2px solid #fa607d;
  overflow: hidden;
  *zoom: 1;
}

.rankRec ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(250, 96, 125, 0.1);
}

.rankRec li {
  position: relative;
  float: left;
  padding-left: 22px;
  width: 120px;
  height: 36px;
  font-size: 15px;
  color: #313131;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rankRec li a {
  display: block;
  font-size: 15px;
  color: #313131;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rankRec li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
  display: block;
  width: 4px;
  height: 4px;
  background: #e3e3e3;
}

.rankRec li:nth-of-type(8n-3) {
  margin-left: 11px;
}

.rankRec li:hover a {
  color: #fa607d;
}
.newsHotR {
  word-break: break-all;
}

.newsHotR ul {
  position: relative;
  padding: 0 14px 20px;
}

.newsHotR li {
  overflow: hidden;
  *zoom: 1;
}

.newsHotR li a {
  float: left;
  display: block;
}

.newsHotR li:nth-of-type(1) {
  margin-bottom: 13px;
}

.newsHotR li:nth-of-type(1) img {
  float: left;
  width: 127px;
  height: 88px;
  margin-right: 10px;
  border-radius: 6px;
}

.newsHotR li:nth-of-type(1) div {
  float: left;
  width: 163px;
  height: 88px;
}

.newsHotR li:nth-of-type(1) div p {
  margin-top: -4px;
  display: block;
  height: 72px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsHotR li:nth-of-type(1) div span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}

.newsHotR ul li:nth-of-type(n + 2) {
  position: relative;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  *zoom: 1;
}

.newsHotR ul li:nth-of-type(n + 2):before {
  content: '';
  position: relative;
  float: left;
  top: 16px;
  margin-right: 9px;
  vertical-align: top;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #e3e3e3;
  font-size: 0;
  line-height: 0;
}

.newsHotR ul li:nth-of-type(n + 2) span {
  float: right;
  font-size: 12px;
  color: #999;
  margin-left: 2px;
}

.newsHotR ul li:nth-of-type(n + 2) a {
  float: left;
  display: block;
  width: 246px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsHotR ul li:nth-of-type(n + 2):hover a,
.newsHotR li:nth-of-type(1):hover div p {
  color: #fa607d;
}
.gsHotR ul li:nth-of-type(1) {
  background: rgba(242, 251, 255, 0.6);
  margin-bottom: 9px;
}

.gsHotR ul li:nth-of-type(1) a > span {
  display: block;
}

.gsHotR ul li:nth-of-type(1):hover a > span {
  background: #16d3fb;
  color: #fff;
}

.gsHotR ul li:nth-of-type(n + 2) {
  height: 40px;
  line-height: 40px;
}

.gsHotR ul li:nth-of-type(n + 2) > a {
  float: left;
  width: 230px;
  font-size: 16px;
  color: #333;
  padding: 0 0 0 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gsHotR ul li:nth-of-type(n + 2) > span {
  float: right;
  font-size: 14px;
  color: #999;
  padding-right: 20px;
}

.gsHotR ul li:nth-of-type(n + 2):hover > a {
  color: #16d3fb;
}

.jyNavList {
  margin-top: 10px;
  background-color: #fff;
  padding-top: 20px;
}

.jyNavList > div {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 1200px;
  max-height: 240px;
  margin: auto;
}

.jyNavList dl {
  position: relative;
  flex: 1;
  border-left: 1px solid #f3f3f3;
  max-width: 210px;
  padding-bottom: 20px;
}

.jyNavList dl dt {
  padding-left: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 45px;
  height: 45px;
  margin-bottom: 8px;
  background-color: #fafafa;
}

.jyNavList dl dd {
  padding-left: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jyNavList dl dd a {
  font-size: 14px;
  color: #999;
  line-height: 34px;
}

.jyNavList dl dd a:hover {
  text-decoration: underline;
}

.jyNavList dl:last-of-type {
  border-right: 1px solid #f3f3f3;
}

.jyNavList > div dl dd:nth-of-type(n + 6) {
  display: none;
}
.hotTopicR ul {
  position: relative;
  padding: 0 15px 15px;
  overflow: hidden;
}

.hotTopicR ul li {
  position: relative;
  height: 142px;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.hotTopicR ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hotTopicR ul li a img {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.hotTopicR ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 39px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    rgba(114, 102, 104, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(114, 102, 104, 0.2);
}

.hotTopicR ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 39px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 39px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotTopicR ul li a img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hotTopicR ul li a img:hover {
  transform: scale(1.2);
}

.hotTopicR ul li a:hover p {
  color: #16d3fb;
}
.pc_none {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }

  .wrapper,
  .wrap,
  .wrapL,
  .wrapR,
  .newsRec ul {
    width: 100%;
  }
  .wrap {
    margin-top: 0;
  }
  .newsRec ul {
    padding: 12px;
    box-sizing: border-box;
  }
  .newsRec ul li {
    display: none;
  }
  .newsRec ul li:nth-of-type(1) {
    display: block;
    width: 100%;
    height: 188px;
    margin-bottom: 0;
  }
  .list_menu a {
    width: 76px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .newsList ul {
    padding: 10px;
    margin-bottom: 0;
  }
  .newsList li {
    display: flex;
    height: auto;
    float: unset;
    padding: 0;
    border-bottom: unset;
    margin-top: 14px;
  }
  .newsList li > a {
    margin-right: 10px;
    width: unset;
    height: unset;
    overflow: hidden;
    border-radius: 8px;
  }
  .newsList li > a img {
    width: 115px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
    min-height: unset;
  }
  .newsList li .info {
    flex: 1;
    width: unset;
    overflow: hidden;
  }
  .newsList li .info > a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    line-height: 16px;
  }
  .pc_none.newsList li .info > a {
    display: -webkit-box;
    white-space: pre-wrap;
  }
  .newsList li .info span:before {
    display: none;
  }
  .newsList li .info span {
    margin-bottom: 0;
  }
  .newsList li .info p {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .pagecode {
    /*display: none !important;*/
  }
  .none_down {
    display: none;
  }
  .dRecbLL {
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 12px;
  }
  .dTit {
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    padding-top: 12px;
  }
  .dTit strong {
    font-size: 18px;
    height: 26px;
    /* background: url(../img/hot_tj.png) no-repeat; */
    background-size: contain;
  }
  .dTit a {
    width: 34px;
    height: 20px;
    background: url(../img/more_right.png) no-repeat;
    background-size: contain;
  }
  .dRecbLL .dTit a {
    padding-right: 0;
  }
  .dRecbLL .list {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
  }
  .dRecbLL .list a {
    width: 48%;
    margin: 0;
    margin-bottom: 10px;
    float: left;
    display: block;
    height: 172px;
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    overflow: hidden;
  }
  .dRecbLL .list a img {
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    margin-bottom: 11px;
  }
  .gsHotRec ul {
    width: 100%;
  }
  .gsHotR ul li:nth-of-type(n + 2) {
    background: rgba(242, 251, 255, 0.6);
    margin-bottom: 9px;
    width: 100%;
    height: 90px;
  }
  .gsHotR ul li:nth-of-type(n + 2) > a {
    float: unset;
    width: unset;
    font-size: unset;
    color: unset;
    padding: 9px 15px 11px 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .gsHotRec ul li a > span {
    display: block;
  }
  .jyNavList {
    padding-top: 0;
  }
  .jyNavList > div {
    width: 100%;
    max-height: unset;
    flex-wrap: wrap;
  }
  .jyNavList dl {
    flex: unset;
    max-width: unset;
    width: 50%;
    box-sizing: border-box;
  }
}
