.mypanle {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.mypanle.has-col {
  border-bottom: 1px solid #f00;
}
.mypanle .title {
  padding: 0 30px;
}
.mypanle .title .title-p {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 20px 0;
  color: #2c2e34;
}
.mypanle .title .title-p.has-line {
  border-bottom: 1px solid #d9dfe9;
}
.mypanle .content-class {
  padding: 0px 30px 0px 30px;
}

.news-page .news-body {
  padding: 0 40px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-page .news-body .news-left {
  width: 888px;
}
.news-page .news-body .news-left .news-title {
  font-size: 29px;
  font-weight: 500;
  line-height: 40px;
  color: #262626;
  margin: 0px;
}
.news-page .news-body .news-left .news-date {
  font-size: 14px;
  color: #9e9e9e;
  margin: 18px 0 0 0;
}
.news-page .news-body .news-left .news-content {
  margin: 48px 0 0 0;
  font-size: 16px;
  line-height: 23px;
  color: #444;
  text-align: center;
}
.news-page .news-body .news-left .news-content p {
  margin: 0 0 15px 0;
  text-align: left;
}
.news-page .news-body .news-left .news-img {
  width: 603px;
  height: 252px;
  margin: 15px 0 24px 0;
}
.news-page .news-body .news-right {
  width: 480px;
}
.news-page .news-body .news-right .other-title {
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  margin: 12px 0 0 0;
}
.news-page .news-body .news-right .news-but {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  margin: 13px 0 0 0;
}
.news-page .news-body .news-right .news-ul {
  list-style: none;
  margin: 55px 0 0 0;
}
.news-page .news-body .news-right .news-li {
  margin: 30px 0px 0px 0px;
  border-bottom: 1px solid #eee;
}
.news-page .news-body .news-right .news-li-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.news-page .news-body .news-right .news-li-div .img-div {
  width: 140px;
  height: 102px;
}
.news-page .news-body .news-right .news-li-div .img-div .news-img {
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
  width: 140px;
  height: 102px;
}
.news-page .news-body .news-right .news-li-div .news-font-top {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px 27px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-body .news-right .news-li-div .news-font-bottom {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 0px 27px;
  white-space: nowrop;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #939393;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

