.overview-mobile {
  display: none;
}

.overview {
  background-color: #f6f6f8;
  padding-bottom: 40px;
}

.overview .banner {
  width: 100%;
  min-width: 1200px;
  height: calc(100vw * (79 / 400));
  min-height: 280px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.overview .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview .banner .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  color: #fff;
}

.overview .breadcrumb {
  color: #666666;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 8px;
}

.overview .breadcrumb img {
  width: 1.5rem;
  margin-right: 6px;
}

.overview .breadcrumb .breadcrumb-main span {
  display: inline-block;
  margin: 0 4px;
}

.overview .overview-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.overview .overview-main .article {
  width: 74.2%;
  margin-left: 24px;
  background-color: #fff;
  padding: 0 40px;
}

.overview .overview-main .article .article-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  padding: 16px 0;
}

.overview .overview-main .article .article-list li:hover a {
  color: #b21e28;
}

.overview .overview-main .article .article-list li a {
  flex: 1;
  max-width: 86%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
  display: flex;
}

.overview .overview-main .article .article-list li a > span {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overview .overview-main .article .article-list li a img {
  vertical-align: middle;
  margin-left: 4px;
}

.overview .overview-main .article .article-list li .date {
  color: #666666;
}

.overview-mobile-tab {
  display: none;
}

.page {
  height: 40px;
  clear: both;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page a {
  color: #999;
  height: 30px;
  min-width: 30px;
  padding: 0 10px;
  display: block;
}

.page span {
  height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
}

.page em {
  height: 30px;
  min-width: 30px;
  padding: 0 10px;
}

.page .here {
  background: #b21e28;
  color: #fff;
  padding: 0 10px;
}

.page a:first-child,
.page a:last-child {
  background: #b21e28;
  color: #fff;
  padding: 0 10px;
}

.page .jump-page {
  padding: 0;
}

.page input {
  display: block;
  height: 30px;
  border: 1px solid #eee;
  width: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .overview .breadcrumb {
    display: none;
  }
  .overview .overview-main {
    display: block;
  }
  .overview .overview-main .sidebar {
    display: none;
  }
  .overview .overview-main .overview-mobile-tab {
    display: block;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .overview .overview-main .overview-mobile-tab .tab-ul {
    overflow: hidden;
  }
  .overview .overview-main .overview-mobile-tab .tab-ul ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .overview .overview-main .overview-mobile-tab .tab-ul ul::-webkit-scrollbar {
    display: none;
  }
  .overview .overview-main .overview-mobile-tab .tab-ul ul li {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.75rem;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .overview .overview-main .overview-mobile-tab .tab-ul ul .active {
    font-size: 1.125rem;
    color: #d79941;
  }
  .overview .overview-main .article {
    width: 100%;
    margin: 0;
    padding: 0 1rem;
  }
  .overview .overview-main .article .article-list li {
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid #cccccc;
    padding: 1rem 0;
  }
  .overview .overview-main .article .article-list li a {
    color: #333333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    display: flex;
  }
  .overview .overview-main .article .article-list li a > span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overview .overview-main .article .article-list li .date {
    color: #ccc;
    font-size: 0.875rem;
  }
  .overview .overview-main .article .article-list > li:last-of-type {
    border-bottom: none;
  }
  .page {
    height: 2.5rem;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page a {
    color: #999;
    height: 1.5rem;
    min-width: 1.5rem;
    padding: 0 0.625rem;
    display: block;
  }
  .page span {
    height: 1.5rem;
    min-width: 1.5rem;
    padding: 0 0.625rem;
    text-align: center;
  }
  .page em {
    height: 1.5rem;
    min-width: 1.5rem;
    padding: 0 0.625rem;
  }
  .page .here {
    background: #b21e28;
    color: #fff;
    padding: 0 0.3125rem;
  }
  .page a:first-child,
  .page a:last-child {
    background: none;
    color: #999;
    padding: 0 0.625rem;
  }
  .page .jump-page {
    padding: 0;
  }
  .page input {
    display: block;
    height: 1.5rem;
    border: 1px solid #eee;
    width: 2.1875rem;
    text-align: center;
  }
}
