.container {
  min-width: 1200px !important;
}

.ccacc2023__nav-wrap {
  width: 100%;
  height: 90px;
  background: #000078;
}

.ccacc2023__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ccacc2023__nav nav div {
  width: 150px;
  height: 90px;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ccacc2023__nav nav div a {
  height: 34px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}

.nav-active {
  border-bottom: 1px #fff solid;
}

.top-news-box {
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 440px;
}

.top-news__left {
  width: 640px;
  height: 360px;
}

.top-news__left img {
  width: 640px;
  height: 360px;
}

.news-list ul {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}

.news-list ul li {
  height: 50px;
  overflow: hidden;
}

.news-list ul li a {
  text-decoration: none;
  color: #000;
  line-height: 50px;
}

.liu-cheng {
  width: 100%;
  height: 370px;
  background-color: #eed7b1;
}

.jian-jie {
  width: 100%;
  padding: 50px 0;
  background-color: #00009e;
}

.xu-zhi {
  width: 100%;
  padding: 50px 0;
  background-color: #ecd4ac;
}

.books__wrap {
  width: 100%;
}
