#CCC {
  margin: 30px 0 0 0;
}
#CCC h2 {
  position: relative;
  height: 120px;
}
#CCC h2 .en {
  font-size: 30px;
  font-weight: bold;
  color: #eee;
  font-family: "arial";
  position: absolute;
  left: 0;
  width: 100%;
  top: 10px;
  text-align: center;
}
#CCC h2 .line {
  background-image: linear-gradient(to right, #F13C39, #C13C39);
  position: absolute;
  left: 47%;
  width: 6%;
  height: 6px;
  border-radius: 20px;
  top: 63px;
}
#CCC h2 .cn {
  letter-spacing: 0.04em;
  position: relative;
  height: 80px;
  line-height: 90px;
  font-size: 24px;
  z-index: 2;
  font-weight: bold;
  color: #444;
  text-align: center;
}
#CCC .classify {
  display: flex;
  justify-content: center;
  margin: 0 0 60px 0;
}
#CCC .classify a {
  margin: 0 10px;
  padding: 0 24px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 100px;
}
#CCC .classify a:hover {
  border-color: #F13B3A;
  color: #F13B3A;
}
#CCC .classify a.selected {
  border-color: #F13B3A;
  color: #fff;
  background: #F13B3A;
}
#CCC .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#CCC .list li {
  width: 100%;
  margin: 0 1% 3% 1%;
  display: flex;
}
#CCC .list li a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#CCC .list li a .fm {
  width: 100%;
}
#CCC .list li a .fm img {
  width: 100%;
}
#CCC .list li a .ccc {
  border-top: 0;
  padding: 0 0 20px 0;
}
#CCC .list li a .ccc .name {
  font-size: 15px;
  color: #333;
  line-height: 25px;
  padding: 10px 0 0 0;
  text-align: center;
}
#CCC .list li a .ccc .ms {
  color: #888;
  font-size: 15px;
  margin: 0 10%;
  text-align: center;
}
#CCC .list li a:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
#CCC .page {
  display: flex;
  justify-content: center;
  padding: 30px 0 30px 0;
  align-items: center;
}
#CCC .page span {
  font-size: 16px;
  padding: 0 14px 0 0;
  color: #999;
}
#CCC .page a {
  padding: 0 23px 0 23px;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee;
  margin: 0 4px;
  color: #555;
  font-size: 16px;
  font-family: "arial";
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#CCC .page a:hover {
  background: #000052;
  color: #fff;
  border-color: #000052;
}
#CCC .page a.selected {
  color: #F13B3A;
  border-color: #F13B3A;
}
#CCC .page a.selected:hover {
  color: #fff;
}

@media screen and (max-width: 650px) {
  #CCC {
    margin: 30px 0 0 0;
  }
  #CCC .classify {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  #CCC .classify a {
    margin: 0 5px;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 100px;
  }
  #CCC .list {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #CCC .list li {
    width: 100%;
  }
  #CCC .list li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 3vw 0;
  }
  #CCC .list li a img {
    width: 100%;
  }
  #CCC .list li a:hover {
    transform: none;
  }
  #CCC .page {
    display: flex;
    justify-content: center;
    padding: 30px 0 30px 0;
    align-items: center;
  }
  #CCC .page span {
    font-size: 4.5vw;
    padding: 0 2vw 0 0;
    color: #999;
  }
  #CCC .page a {
    padding: 0 13px 0 13px;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    margin: 0 4px;
    color: #555;
    font-size: 16px;
    font-family: "arial";
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #CCC .page a:hover {
    background: #F13B3A;
    color: #fff;
    border-color: #F13B3A;
  }
  #CCC .page a:nth-of-type(1) {
    padding: 0 13px 0 15px;
    width: 30%;
    box-sizing: border-box;
  }
  #CCC .page a:nth-of-type(1)::before {
    content: inherit;
  }
  #CCC .page a:nth-last-of-type(1) {
    padding: 0 15px 0 13px;
    width: 50%;
    box-sizing: border-box;
    background: #000052;
    color: #fff;
    border: 1px solid #000052;
  }
  #CCC .page a:nth-last-of-type(1)::after {
    content: inherit;
  }
  #CCC .page a:nth-last-of-type(1)::before {
    content: inherit;
  }
  #CCC .page a.selected {
    color: #F13B3A;
    border-color: #F13B3A;
  }
  #CCC .page a.selected:hover {
    color: #fff;
  }
}