body {
  background-color: #f6f6f6;
  /* --body-width: min(90%, 1200px); */
  --body-width: 78%;
}
.list-nav *,
footer *,
main * {
  box-sizing: border-box;
}
.header-bg {
  height: 260px;
  position: relative;
}
.header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.header-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner.jpg");
  background-size: 100% 100%;
}
.header-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-title {
  position: relative;
  height: 100%;
  width: var(--body-width);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.header-line {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #fff;
}
.header-title h1 {
  color: #fff;
  font-size: 32px;
  width: 100%;
}
.header-title h5 {
  color: #f3f3f3;
  font-size: 14px;
  width: 100%;
  margin-top: 12px;
  font-weight: normal;
}
.list-nav {
  width: var(--body-width);
  margin: 0 auto;
  background-color: #fff;
}
.nav {
  display: flex;
  justify-content: space-between;
  height: 46px;
}
.nav-left {
  display: flex;
}
.nav-left .item {
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 20px;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #494949;
}
.nav-left .item.active {
  background-color: var(--main-color);
  color: #eee;
}

.nav-right-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-icon {
  width: 16px;
  height: 16px;
}
.nav-icon svg {
  width: 100%;
  height: 100%;
}
.nav-btn {
  margin-left: 6px;
  font-size: 14px;
  cursor: pointer;
}
.nav-btn a {
  color: #494949;
}
.nav-btn:last-child {
  margin-right: 12px;
}

.second-card-container {
  overflow: hidden;
  position: relative;
  width: var(--body-width);
  margin: 30px auto;
}

.second-card-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.second-card-body-news a {
  text-decoration: none;
}
.second-card-body-news {
  position: relative;
  width: 31%;
  /* height: 480px; */
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
.news-more {
  padding: 6px 12px;
  color: #666;
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: 15px;
}
.news-more:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.news-date {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 4px 6px;
}
.news-date p:first-child {
  font-size: 20px;
  margin-bottom: 3px;
}
.second-card-body-news .news-img img {
  width: 100%;
  /* height: 130px; */
  display: block;
}

.second-card-body-news .news-img {
  transition: transform 1s ease;
}
.news-img:hover {
  transform: translate(0, -10px);
  transform: scale(1.2);
}
.news-text {
  font-size: 12px;
  color: #aaa;
}

.second-card-body-news .news-title {
  line-height: 40px;
  font-size: 14px;
  margin-top: 23px;
  color: #262626;
  font-weight: bold;
}

.second-card-body-news .news-soto {
  line-height: 22px;
  font-size: 12px;
  color: #ffa780;
  margin-bottom: 44px;
}
.second-card-body-news a {
  text-decoration: none;
}
.list-pages {
  width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}
.list-page.prev {
  background-color: #e9e9e9;
}
.list-page.active,
.list-page:hover {
  background-color: #f86238;
  color: #eee;
}

.info {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px;
  background-color: #fff;
}
.info-left,
.info-center,
.info-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-left {
  width: 25%;
}
.info-center {
  width: 50%;
}
.info-right {
  width: 25%;
}

.info-content {
  display: flex;
  flex-direction: column;
}
.ic-top svg {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.ic-center {
  font-size: 22px;
  font-weight: 600;
  padding: 5px 0;
  color: #111;
}
.info-center {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.address-header {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 6px 10px;
  margin-bottom: 5px;
}
.address-body {
  font-size: 14px;
  color: #999;
  padding: 6px 10px;
  display: flex;
  border-top: 1px solid #eee;
  padding-top: 15px;
  line-height: 25px;
}
.address-body-icon {
  width: 25px;
}
.address-body-icon svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.address-line {
  position: absolute;
  top: 23.5px;
  left: 0;
  width: 3px;
  height: 16px;
  background-color: #eb5614;
}
@media (max-width: 992px) {
  .ic-center {
    font-size: 18px;
  }
  .info-center {
    border: none;
  }

  .header-title {
    width: 100%;
    padding: 0 12px;
  }
  .list-nav {
    width: 100%;
    /* height: 96px; */
  }
  .nav-right {
    height: 46px;
  }
  .nav {
    padding: 0 12px;
    flex-direction: column-reverse;
    height: auto;
  }
  .nav-left {
    flex-wrap: wrap;
  }
  .nav-left-list {
    height: 46px;
    margin-top: 6px;
  }
  .nav-right {
    padding: 12px 0;
  }

  .second-card-container {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .second-card-body-news {
    width: 46%;
  }
}
@media (max-width: 576px) {
  .info-left,
  .info-center,
  .info-right {
    margin: 20px auto;
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .second-card-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .second-card-body-news {
    width: 100%;
  }

  .header-img {
    background-image: url("../img/111.jpg");
  }
}

.my-page {
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  display: inline-block;
}

.my-page .my-page-prev,
.my-page .my-page-next {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 1000px;
}

.my-page .my-page-prev.my-page-forbid,
.my-page .my-page-next.my-page-forbid {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
}

.my-page .my-page-group {
  float: left;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
}

.my-page .my-page-group li {
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 30px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.my-page .my-page-group .my-page-cell {
  border-radius: 1000px;
}

.my-page .my-page-group .my-page-checked {
  background-color: var(--main-color);
  color: #eee;
}

.my-page .my-page-group .my-page-omit {
  pointer-events: none;
}
@media (min-width: 992px) {
  .nav-left .item:hover {
    background-color: var(--main-color);
    color: #eee;
  }
  .my-page .my-page-group .my-page-cell:hover {
    background-color: var(--main-color);
    color: #eee;
  }
}
