.hxry-mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

.hxry .hxry-main .hxry-content .hxry-item {
  margin-bottom: 40px;
}

.hxry .hxry-main .hxry-content .hxry-item .year {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  text-align: right;
  width: 158px;
}

.hxry .hxry-main .hxry-content .hxry-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 38px 0 0;
  margin-bottom: 16px;
}

.hxry .hxry-main .hxry-content .hxry-item ul li .date {
  margin-right: 30px;
  text-align: right;
  color: #B21E28;
  width: 158px;
}

.hxry .hxry-main .hxry-content .hxry-item ul li .title {
  flex: 1;
  color: #666666;
}

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

@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .hxry .breadcrumb {
    display: none;
  }
  .hxry .hxry-main {
    display: block;
  }
  .hxry .hxry-main .sidebar {
    display: none;
  }
  .hxry .hxry-main .overview-mobile-tab {
    display: block;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .hxry .hxry-main .overview-mobile-tab .tab-ul {
    overflow: hidden;
  }
  .hxry .hxry-main .overview-mobile-tab .tab-ul ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .hxry .hxry-main .overview-mobile-tab .tab-ul ul::-webkit-scrollbar {
    display: none;
  }
  .hxry .hxry-main .overview-mobile-tab .tab-ul ul li {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .75rem;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .hxry .hxry-main .overview-mobile-tab .tab-ul ul .active {
    font-size: 1.125rem;
    color: #D79941;
  }
  .hxry .hxry-main .hxry-content {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 1rem;
  }
  .hxry .hxry-main .hxry-content .hxry-item {
    margin-bottom: 1.25rem;
  }
  .hxry .hxry-main .hxry-content .hxry-item .year {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: right;
    width: 5.75rem;
  }
  .hxry .hxry-main .hxry-content .hxry-item ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 .75rem;
    margin-bottom: 1rem;
  }
  .hxry .hxry-main .hxry-content .hxry-item ul li .date {
    text-align: right;
    color: #B21E28;
    margin-right: 0;
    width: 5rem;
  }
  .hxry .hxry-main .hxry-content .hxry-item ul li .title {
    flex: 1;
    color: #666666;
  }
}
