/* 隐藏 头部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;
}
/* 隐藏分页 */
.news-main__footer .xh-pagination {
  display: none;
}
.main-container {
  width: 100%;
  margin-top: 0.4rem;
  background: #fff;
}
.main-container .news-main {
  padding: 0.4rem;
  position: relative;
}
.news-main .news-main__header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.news-main__header::before {
  content: '';
  display: inline-block;
  width: 0.0533rem;
  height: 0.4rem;
  padding: 0.04rem 0;
  background: #f24545;
}
.news-main__header .header-title {
  margin-left: 0.2rem;
  color: #444;
  cursor: pointer;
  font-weight: bold;
}
.news-main__header .breadcrumb {
  display: flex;
  color: #999999;
  margin-left: auto;
}
.news-main__header .breadcrumb > ul {
  display: flex;
}
.news-main__header .breadcrumb > ul li:not(:last-child)::after {
  content: '>';
  display: inline-block;
  margin: 0 4px;
}
.news-main__content img {
  height: 2.267rem;
  float: left;
  clear: both;
  padding: 0.32rem 0.32rem 0 0;
}
.news-main__content .column-article {
  padding: 0.267rem 0;
  overflow: hidden;
}
.news-main__content .column-article-date,
.news-main__content .column-article-content {
  display: none;
}
.news-main__content > ul li:first-child .column-article {
  height: 2.587rem;
  display: flex;
  flex-direction: column;
}
.news-main__content > ul li:first-child .column-article .column-article-date {
  display: inline-block;
  margin-top: auto;
  color: #999;
  font-size: 12px;
}
.column-article .column-article-title {
  color: #333;
  font-size: 16px;
}
.news-main__content ul > li:not(:first-child) .column-article .column-article-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 占位的容器需要隐藏 */
.news-main__content .placeholder {
  height: 1rem;
}

/* 手机端分页样式 */
.news-main__footer .m-xh-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-main__footer .pagination {
  display: flex;
  white-space: nowrap;
  overflow: auto;
}
.news-main__footer .pagination li {
  border: 1px solid #ffffff;
}
.news-main__footer .pagination li:hover {
  border: 1px solid #d57870;
}
.news-main__footer .pagination a {
  padding: 0 6px;
  color: #666666;
  line-height: 24px;
  flex: 1;
}
.news-main__footer .pagination li:hover a {
  color: #d57870;
}
.news-main__footer .page-total {
  color: #666666;
  margin: 0 24px;
}
.news-main__footer .page-skip {
  color: #666666;
  flex: 0 0 64px;
}
.news-main__footer .page-skip input {
  width: 30px;
  margin: 0 4px;
  padding: 4px;
}
.news-main__footer .page-ok {
  padding: 3px;
  font-size: 12px;
}

.m-xh-pagination .pagination li.current {
  border: 1px solid #d57870;
}
.m-xh-pagination .pagination li.current a {
  color: #d57870;
}
