.content-body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fffafa;
}

.content-body-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list-item {
  width: 1360px;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
  /* font-family: 黑体; */
}

.list-item-left {
  width: 1060px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-item-left a {
  text-decoration: none;
  color: #000000;
}

.list-item-left a:hover {
  color: #d60f26;
}

.list-item-right {
  width: 300px;
  text-align: right;
  padding-right: 60px;
}

.content-more {
  width: 170px;
  height: 50px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #666666;
  cursor: pointer;
  /* display: flex;
  flex-direction: row; */
}

.more-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.more-text {
  font-size: 20px;
  line-height: 50px;
}

.more-none {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  display: none;
}

.special-block {
  width: 1360px;
  height: 500px;
  margin: 50px 0px;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fffafa;
}

.special-block-left{
  width: 870px;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
}

.special-block-img {
  width: 870px;
  height: 500px;
  background-color: #000000;
  object-fit: contain;
  transition: 0.6s;
  display: none;
}

.special-block-img:hover {
  transform: scale(1.04);
}

.special-block-left a{
  text-decoration: none;
  color: #000000;
}

.special-block-img:first-child {
  display: block;
}

.special-block-right{
  width: 490px;
  height: 500px;
}

.special-block-list {
  list-style: none;
  padding: 20px 0px;
  margin: 0;
}

.special-block-list a {
  text-decoration: none;
  color: #000000;
}

.special-block-item {
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 15px;
}

.special-block-item:hover {
  height: 64px;
  line-height: 64px;
  background-color: #d60f26;
}

.foot_btn {
  background: #eeeff1;
  color: #797f8c;
  margin: 0 5px 17px 17px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
}