body {
  background-color: #f6f7f9;
}
.hide {
  display: none;
}
.newsWrap .wrapL {
  /* background-color: #fff; */
}
.crumbCont {
  border-top: 1px solid rgba(204, 204, 204, 0.4);
  display: none;
}
.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;
}

.wrap {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}
.wrapL {
  float: left;
  width: 836px;
  margin-right: 16px;
  overflow: hidden;
}

.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;
}
.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;
}
.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;
}
.rankRec {
  margin: 20px auto;
  background: #fff;
  border-radius: 6px;
  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;
}
/* 内容区域 */
.newsCont {
  padding: 25px 20px 10px;
  background: linear-gradient(180deg, #e0faff, #ffffff);
  border-radius: 6px;
  background-size: 100% 132px;
  background-repeat: no-repeat;
  word-break: break-all;
  background-color: #fff;
}

.newsCont h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 4px;
  text-align: center;
}

.newsCont .intro {
  position: relative;
  height: 24px;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 18px;
}

.newsCont .intro span {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 0 9px;
}

.newsCont .intro:after {
  content: '';
  position: absolute;
  left: -3px;
  bottom: 0;
  display: block;
  width: 801px;
  height: 1px;
  background: #f3f3f3;
  margin: auto;
}

.newsCont .cont {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  overflow: hidden;
  word-break: break-all;
}

.newsCont .cont a {
  line-height: 33px;
  text-indent: 0;
  color: #fb371f;
}

.newsCont .cont a:hover {
  border-bottom: 0.01px solid #fb371f;
}

.newsCont .cont p {
  line-height: 32px;
  color: #333;
  margin-bottom: 16px;
}

.newsCont .cont br {
  height: 1px;
}

.newsCont .cont img {
  max-width: 775px;
  margin: auto;
  display: block;
}

.newsCont .cont p img {
  /*max-width: 775px;*/
      max-height: 600px;
    max-width: 92%;
    width: auto;
}

.newsCont .cont h3 {
  position: relative;
  line-height: 36px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 12px;
}

.newsCont .cont h3:before {
  content: '【';
  margin-left: -8px;
}

.newsCont .cont h3:after {
  content: '】';
}

.newsCont .cont iframe {
  width: 660px;
  height: 360px;
  margin: 0 auto;
  display: block;
  border: none;
}

.newsCont .cont table {
  max-width: 100%;
  margin: auto;
}

.newsCont .cont table a {
  color: #0000ee;
}

.newsCont .cont table a:hover {
  text-decoration: underline;
}

.newsCont .cont .info {
  margin: 0 16px 20px;
  overflow: hidden;
  background: #f9f9f9;
  height: 113px;
}

.newsCont .cont .info img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  border-radius: 12px;
  margin: 17px 20px 16px 15px;
}

.newsCont .cont .info p {
  text-indent: 0;
  margin-bottom: 10px;
}

.newsCont .qaboxs {
  float: left;
  width: 62%;
}

.newsCont .qaboxs .name {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 16px;
}

.newsCont .qaboxs p span {
  font-size: 14px;
  color: #999;
  margin-right: 45px;
}

.newsCont .qaboxs p span em {
  font-size: 14px;
  color: #666;
}

.newsCont .cont .info > a {
  display: block;
  float: right;
  width: 130px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #ffa622;
  margin-top: 41px;
  border-radius: 3px;
  margin-right: 18px;
}

.newsCont .qaboxs .name:hover {
  color: #fb371f;
  font-weight: bold;
}
.newsCopy {
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #888;
  margin: auto;
}

.newsCopy span {
  position: relative;
  display: inline-block;
  width: 123px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #ff9700;
  border: 1px solid #ff9700;
  border-radius: 4px;
  margin-right: 11px;
  cursor: pointer;
}

.newsCopy span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 6px;
  background: url(../img/jyicon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -370px -8px;
}

.newsCopy span input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prevBox {
  padding: 20px 15px 20px 20px;
  background: rgba(246, 247, 249, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
  *z-index: 1;
}

.prevBox .prevBtn,
.prevBox .nextBtn {
  float: left;
  font-size: 14px;
  color: #333;
}

.prevBox .nextBtn {
  float: left;
  padding-left: 15px;
  border-left: 1px solid #f3f3f3;
  margin-left: 15px;
}

.prevBox a img {
  display: block;
  float: left;
  width: 130px;
  height: 90px;
  border-radius: 6px;
  margin-right: 10px;
}

.prevBox a div {
  float: left;
  width: 224px;
  height: 90px;
}

.prevBox .prevBtn span,
.prevBox .nextBtn span {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 32px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prevBox .prevBtn p,
.prevBox .nextBtn p {
  max-height: 48px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.prevBox a:hover p {
  color: #fa607d;
}

.newsWrap .wrapL section {
  overflow: hidden;
  border-radius: 16px;
}
.jyTit {
  position: relative;
  margin: 0 auto 2px;
  padding: 0 20px;
  overflow: hidden;
  *zoom: 1;
}

.jyTit:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 20px;
  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;
}

.jyTit strong {
  float: left;
  padding-left: 4px;
  position: relative;
  z-index: 1;
  display: block;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #1d2127;
  font-weight: bold;
}

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

.jyTit a:hover {
  color: #16d3fb;
}
.bf_m2 {
  background-color: #fff;
  margin: 15px 0;
}
.newsRel {
  background-color: #fff;
  margin-top: 20px;
}
.newsRel ul {
  margin-top: -13px;
  overflow: hidden;
  *zoom: 1;
}

.newsRel ul li {
  float: left;
  width: 255px;
  border-radius: 6px;
  margin-left: 17px;
  overflow: hidden;
}

.newsRel ul a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding-top: 13px;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}

.newsRel ul a div {
  width: 100%;
  height: 148px;
  border-radius: 6px;
  overflow: hidden;
}

.newsRel ul a img {
  float: right;
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.newsRel ul 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;
}

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

.newsRel ul a p {
  display: block;
  height: 45px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsRel ul a span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.gaRecList {
  margin-top: 20px;
  background-color: #fff;
}
.gaRecList .list {
  padding-left: 11px;
  overflow: hidden;
  *zoom: 1;
}

.gaRecList .list a {
  position: relative;
  float: left;
  padding-top: 3px;
  width: 136px;
  text-align: center;
  padding-bottom: 10px;
}

.gaRecList .list a img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 20px;
  margin: 0 auto;
}

.gaRecList .list a p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  height: 28px;
  margin-top: 6px;
  overflow: hidden;
}

.gaRecList .list a span {
  display: block;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gaRecList .list a:hover img {
  opacity: 0.9;
}

.gaRecList .list a img {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.gaRecList .list a:hover img {
  transform: rotateY(180deg);
}

.gaRecList .list a span:nth-of-type(2) {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.gaRecList .list a span:nth-of-type(2) {
  display: block;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 16px;
  margin: auto;
  width: 0px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  background: #16d3fb;
  border-radius: 14px;
  text-align: center;
}

.gaRecList .list a:hover span:nth-of-type(2) {
  width: 72px;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
    margin-top: 20px;
  }
  .wrapL,
  .wrapR {
    width: 100%;
  }
  .newsCont {
    padding: 16px 12px;
  }
  .newsCont h1 {
    font-size: 20px;
    text-align: left;
    line-height: 29px;
    margin-bottom: 0;
  }
  .newsCont .intro {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 12px;
    height: auto;
  }
  .newsCont .intro span {
    font-size: 12px;
    margin: 0;
    line-height: 17px;
  }
  .newsCont .intro:after {
    display: none;
  }
  .newsCont .cont p img {
    max-width: 95%;
    border-radius: 12px;
  }
  .newsCopy,
  .prevBox {
    display: none;
  }
  .dRecbLL {
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-top: 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;
  }
  .gaRecList .list {
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .gaRecList .list a {
    width: 30%;
    margin-right: 25px;
  }
  .rankRec ul {
    display: flex;
    flex-wrap: wrap;
  }
  .rankRec ul li {
    width: 48%;
    box-sizing: border-box;
    margin-left: 0 !important;
  }
  .rankRec ul li:nth-child(2n) {
    margin-left: auto;
  }
  .jyTit strong {
    font-size: 18px;
  }
  .newsList {
    position: relative;
    padding-bottom: 20px;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .newsList ul {
    padding: 10px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .newsList li {
    display: flex;
    height: auto;
    float: unset;
    padding: 0;
    border-bottom: unset;
    margin-top: 14px;
    overflow: hidden;
  }
  .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;
  }
  .pc_none.newsList li .info > a {
    color: #000;
    display: -webkit-box;
    white-space: pre-wrap;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    margin: 0;
    line-height: 16px;
  }
  .newsList li .info p {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    font-size: 14px;
    color: #999;
    line-height: 24px;
  }
  .jyTit a,
  .gsTit a {
    font-size: 0;
    display: inline-block;
    width: 34px;
    height: 20px;
    background: url(../img/more_right.png) no-repeat;
    background-size: contain;
    margin-top: 20px;
  }
  .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;
  }
}
