/* 隐藏 头部banner标题 */
.main-banner__container {
  display: none;
}
aside.main-banner {
  position: relative;
  margin-top: 1.52rem;
}
aside.main-banner > img:not(.show-on-mobile) {
  display: none;
}
aside.main-banner > img.show-on-mobile {
  width: 100%;
}
/* 隐藏左侧 sidebar */
.side-bar__left {
  display: none;
}
/* 隐藏招聘左侧 sidebar*/
.side-bar__job {
  display: none;
}
.main-container {
  width: 100%;
  margin-top: 0.4rem;
  background: #fff;
}
.main-container .news-main {
  position: relative;
  padding: 0 0.4rem;
}
/* 隐藏标题, 只显示正文标题 */
.news-main__header {
  display: none;
}
.news-main .news-info__container {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eeeeee;
}
.news-info__container .header-row {
  text-align: center;
}
.news-info__container .header-row:first-child {
  margin-bottom: 0.36rem;
}
.news-info__container .news-info__title {
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  font-weight: bold;
}
.news-info__container .news-info__sub {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.news-info__container .header-row > span {
  text-align: center;
  padding: 0 5px;
}
.news-info__container .news-info__pubdate,
.news-info__container .news-info__author,
.news-info__container .news-info__source {
  color: #999999;
  /* margin-right: 2.625rem; */
}
.news-info__container .news-info__viewscount {
  color: #ba2d2e;
}
.news-main .news-main__content {
  padding: 0.4rem 0;
  display: flex;
  flex-direction: column;
}
.news-main__content img {
  margin: 0 auto 0.36rem auto;
  display: block;
}
.news-main__content table {
  width: 100%;
  margin: 0 auto;
}
.news-main__content table td,
.news-main__content table th {
  padding: 0.12rem;
}
/* .news-main__content table img {
  margin: 0 auto 0.12rem auto;
}
.news-main__content table .zhaopian img {
  max-height: 2.6rem;
}
.news-main__content table .zhaopian br {
}
.news-main__content table .zhaopian {
  font-size: 14px;
  text-align: center;
}
.news-main__content table .zhaopian strong {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
} */
.news-main__content > p {
  color: #333333;
  line-height: 1.5;
  text-indent: 2em;
  margin-bottom: 0.36rem;
}
.news-main__content strong {
  font-weight: bold;
}
