.news-content__mask {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.el-loading-spinner {
  padding: 20px;
}
.el-loading-spinner .path {
  stroke: #319653;
}
.el-pagination.is-background {
  text-align: center;
  margin-top: 3.125rem;
}
.el-pagination.is-background .el-pager li,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  min-width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #319653;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #319653;
  color: #ffffff;
}
#news-list-container {
  position: relative;
  min-height: 90vh;
}
.news-top {
  position: relative;
  overflow: auto;
  height: 20.5rem;
  background: url("/res/assets/images/news/uc-news-bg.png") no-repeat;
  background-size: cover;
}
.news-top__title {
  height: 4.0625rem;
  font-size: 2.875rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bolder;
  color: #ffffff;
  line-height: 4.0625rem;
  text-align: center;
  margin-top: 9.875rem;
  text-transform: capitalize;
}
.news-bottom {
  padding: 1.375rem 0 5rem;
}
.news-list-table {
  max-width: 75rem;
  margin: 0 auto;
}
.news-navmenu-table {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  padding-top: 2rem;
}
.news-list-item {
  margin-top: 2.375rem;
  display: flex;
}
.news-list-item__body{
  display: flex;
  flex-direction: column;
}
.news-list-item__photo {
  flex: 0 0 14.375rem;
  height: 10.625rem;
  border-radius: 1rem;
  background-color: #d8d8d8;
  margin-right: 1.375rem;
  width: 14.375rem;
}
.news-list-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1rem;
}
.news-list-item__title {
  display: block;
  height: 1.75rem;
  font-size: 1.25rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bolder;
  color: #303133;
  line-height: 1.75rem;
}
.news-list-item__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.125rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 1.375rem;
  margin-top: 1rem;
}
.news-list-item__time {
  margin-top: auto;
  height: 1.375rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 1.375rem;
}
.news-detail-title {
  font-size: 1.375rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bolder;
  color: #303133;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 2.375rem;
}
.news-detail-time {
  height: 1.375rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 1.375rem;
  margin-top: 1rem;
  text-align: center;
}
.news-detail-content {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 1.57;
}
.news-detail-content img {
  max-width: 100%;
}
.news-breadcrumb {
  font-size: 0.875rem;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #727272;
  line-height: 1.5;
}
.news-breadcrumb a {
  color: #727272;
  text-transform: capitalize;
}
.news-breadcrumb span {
  color: #1c1d1e;
}
.news-navmmenu {
  flex: 0 0 18.75rem;
  border-right: 1px solid #f5f5f5;
  width: 18.75rem;
}
.news-content {
  flex: 1;
  padding-left: 1.25rem;
}
.news-content__title {
  font-size: 1.375rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: bolder;
  color: #303133;
  line-height: 1.875rem;
  padding-left: 0.625rem;
}
.news-content__time {
  font-size: 0.875rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 1.375rem;
  padding: 1rem 0;
  padding-left: 0.625rem;
}

@media screen and (max-width: 768px) {
  .news-bottom {
    padding: 14px 0 30px;
  }
  .news-list-table {
    margin: 0 20px;
  }
  .news-list-item {
    margin-top: 12px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0;
    flex-direction: column;
  }
  .news-list-item__photo {
    width: 100%;
    margin-right: 0;
    border-radius: 16px 16px 0 0;
    height: 248px;
  }
  .news-list-item__photo img {
    border-radius: 16px 16px 0 0;
  }
  .news-list-item__title {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-list-item__body {
    padding: 16px 16px 20px;
  }
  .news-navmenu-table {
    padding: 12px 20px 0;
    display: block;
  }
  .news-navmmenu {
    border-right: 0;
    width: 100%;
  }
  .news-content {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 3000;
    left: 0;
    right: 0;
    padding: 30px 10px;
    box-sizing: content-box;
    background-color: #ffffff;
    display: none;
  }
  .news-content__title,
  .news-content__time {
    text-align: center;
  }
  .el-submenu__icon-arrow.el-icon-arrow-down {
    right: 0;
  }
  .icon-preview {
    display: flex !important;
  }
  .el-image-viewer__close{
    top: 20px !important;
    right: 20px !important;
  }
  .news-list-item__time{
    margin-top: 2.375rem;
  }
}

.el-submenu__title {
  padding: 0 !important;
  font-size: 1rem;
  font-weight: bolder;
  color: #303133;
  line-height: 1.375rem;
  height: auto;
}
.el-submenu .el-menu-item {
  padding: 1.25rem 1.25rem 0 !important;
  height: auto;
  line-height: 1.375rem;
  font-size: 1rem;
  white-space: unset;
}
.el-menu {
  border-right: 0;
}
.el-submenu {
  padding-bottom: 1.25rem;
}
.el-menu-item:focus,
.el-menu-item:hover,
.el-submenu__title:hover,
.el-submenu__title:focus {
  outline: 0;
  background-color: #ffffff;
}
.el-submenu__icon-arrow.el-icon-arrow-down {
  font-size: 1.25rem;
  margin-top: -0.625rem;
}
.el-submenu__icon-arrow.el-icon-arrow-down:before {
  content: "\e790";
}
.news-close {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #b0b0b0;
  display: none;
  z-index: 3000;
}
[data-menu="true"] {
  padding: 0;
  font-size: 1rem;
  font-weight: bolder;
  color: #303133;
  line-height: 1.375rem;
  height: auto;
  padding-bottom: 1.25rem;
  padding-left: 0 !important;
}
.w-e-image-container {
  position: relative;
}
.w-e-image-container:hover .icon-preview {
  display: flex;
}
.icon-preview {
  position: absolute;
  display: none;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  right: 0px;
  border-radius: 8px;
  z-index: 2997;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  cursor: pointer;
}
.el-image-viewer__canvas{
  position: absolute;
  padding: 0 12.5%;
  box-sizing: border-box;
}
.el-image-viewer__canvas img{
  object-fit: contain;
  transition: transform 0.3s ease 0s;
}
.el-image-viewer__actions i{
  cursor: pointer;
}
.el-image-viewer__actions{
  width: 120px;
}
