.list {
  width: 100%;
  background-color: #f7f8fc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content {
  width: 70%;
  background-color: #fff;
  margin: 50px 0;
  display: flex;
}
.sidebar {
  width: 300px;
  background-color: #f4f4f4;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar li {
  height: 60px;
  text-align: center;
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: #425383;
  line-height: 60px;
}
.sidebar li:hover {
  background-color: #b9c1d6;
}

.isActive {
  background-color: #b9c1d6;
}

.sidebar a {
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.c-content {
  flex: 1;
}
.c-content .cc-title {
  height: 150px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.cc-title .cct-YW {
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 42px;
  color: #3e3c3c;
}
.cc-title .cct-ZW {
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 30px;
  color: #425383;
}

.c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
}
.c-list .cl-item {
  display: flex;
  flex-direction: column;
  width: 45%;
  background-color: rgb(233, 239, 244);
  margin-bottom: 20px;
}

.c-list .cl-item img {
  width: 100%;
  height: 300px;
  margin-right: 10px;
}

.cli-info {
  padding: 10px;
}

.cli-info .title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 22px;
  color: #070707;
}

.cli-info a {
  cursor: pointer;
}
.cli-info .title:hover {
  color: rgb(228, 129, 12);
}

.cli-info .view {
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding: 10px 0;
}

/* .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
} */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination button {
  margin: 0 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.pagination button.active {
  background-color: #425383;
  color: white;
}
.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
