#CCC {
  margin: 30px 0 0 0;
}
#CCC h2 {
  position: relative;
}
#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: column;
}
#CCC .list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#CCC .list a .fm {
  width: 20%;
}
#CCC .list a .fm img {
  width: 100%;
  border-radius: 3px;
}
#CCC .list a .rrr {
  width: 77%;
}
#CCC .list a .rrr .title {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  height: 30px;
  line-height: 30px;
}
#CCC .list a .rrr .date {
  color: #aaa;
  font-size: 14px;
  height: 22px;
  margin: 4px 0 0 0;
  line-height: 22px;
}
#CCC .list a .rrr .ms {
  margin: 20px 0 0 0;
  color: #777;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05rem;
}
#CCC .list a .rrr .pvs {
  display: flex;
  align-items: center;
  padding: 1vw 0 0 0;
}
#CCC .list a .rrr .pvs img {
  width: 15px;
  opacity: 0.3;
}
#CCC .list a .rrr .pvs span {
  font-size: 14px;
  color: #888;
  padding: 0 0 0 5px;
}
#CCC .list a:hover {
  transform: translateX(-5px) !important;
}
#CCC .list a:hover .title {
  color: #F13B3A;
}
#CCC .list .line {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  margin: 40px 0;
  background: #ddd;
  position: relative;
}
#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: 10px 0 0 0;
  }
  #CCC h2 {
    position: relative;
  }
  #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);
    width: 6%;
    position: absolute;
    left: 47%;
    top: 100%;
    height: 6px;
    overflow: hidden;
    margin: 0 auto;
  }
  #CCC h2 .cn {
    letter-spacing: 0.04em;
    position: relative;
    height: auto;
    line-height: 40px;
    font-size: 24px;
    z-index: 2;
    font-weight: bold;
    color: #444;
    text-align: center;
  }
  #CCC .classify {
    display: flex;
    justify-content: start;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  #CCC .classify a {
    margin: 0 5vw 0 0;
    padding: 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 4.6vw;
    border: none;
    border-radius: 0;
    opacity: 0.6;
  }
  #CCC .classify a.selected {
    opacity: 1;
    border: 0;
    color: #333;
    font-weight: bold;
    background: none;
  }
  #CCC .list {
    display: flex;
    flex-direction: column;
  }
  #CCC .list .line {
    opacity: 0.2;
  }
  #CCC .list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #CCC .list a .fm {
    width: 36%;
  }
  #CCC .list a .fm img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #CCC .list a .rrr {
    width: 60%;
  }
  #CCC .list a .rrr .title.m_ {
    font-size: 4vw;
    line-height: inherit;
    display: -webkit-box !important;
    height: inherit;
  }
  #CCC .list a .rrr .ms {
    margin: 0;
    color: #999;
    display: none;
  }
  #CCC .list a .rrr .date {
    line-height: inherit;
  }
  #CCC .list a .rrr .pvs {
    display: flex;
    align-items: center;
  }
  #CCC .list a .rrr .pvs img {
    width: 3.4vw;
    opacity: 0.3;
  }
  #CCC .list a .rrr .pvs span {
    font-size: 4vw;
    color: #888;
    padding: 0 0 0 2vw;
  }
  #CCC .list .line {
    margin: 20px 0;
  }
  #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;
  }
}