#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_l0_head .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#CCC .list_l0_head .info h3 {
  color: #333;
  font-size: 2vw;
}
#CCC .list_l0_head .info .menu a {
  font-size: 16px;
  margin: 0 0 0 2vw;
}
#CCC .list_l0_head .info .menu a:hover {
  color: #1da6ee;
}
#CCC .list_l0_head .fmimg {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 4vw 0 0;
}
#CCC .list_l0_head .fmimg img {
  width: 100%;
}
#CCC .list_l0 {
  padding: 3vw 0 2vw 0;
}
#CCC .list_l0 > .title {
  font-size: 1.5vw;
  padding: 0 0 1vw 0;
}
#CCC .list_l0 .c0 {
  display: none;
}
#CCC .list_l0 .c0 img {
  max-width: 100%;
}
#CCC .list_l0 .c1 {
  display: none;
  flex-wrap: wrap;
}
#CCC .list_l0 .c1 a {
  width: 23.5%;
  margin: 0 2% 3% 0;
  position: relative;
}
#CCC .list_l0 .c1 a:nth-child(4n) {
  margin-right: 0;
}
#CCC .list_l0 .c1 a .pic {
  width: 100%;
}
#CCC .list_l0 .c1 a .pic img {
  width: 100%;
}
#CCC .list_l0 .c1 a .ccc {
  text-align: center;
}
#CCC .list_l0 .c1 a .ccc .n0 {
  font-size: 1.1vw;
  font-weight: bold;
  padding: 10px 0;
}
#CCC .list_l0 .c1 a .ccc .play {
  display: block;
  padding: 0.8vw 0;
  font-size: 1vw;
  background: #1da6ee;
  color: #fff;
  text-align: center;
}
#CCC .list_l0 .c2 {
  display: none;
}
#CCC .list_l0 .c2 form {
  width: 40%;
}
#CCC .list_l0 .c2 form .line {
  margin: 0 0 20px 0;
  width: 100%;
}
#CCC .list_l0 .c2 form .line span {
  display: block;
  font-size: 15px;
  color: #777;
  font-weight: bold;
  height: 26px;
}
#CCC .list_l0 .c2 form .line .i0 {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 6px;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #ddd;
  line-height: 40px;
}
#CCC .list_l0 .c2 form .line .i0:hover {
  border-color: #1da6ee;
}
#CCC .list_l0 .c2 form .line .i1 {
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  resize: none;
  padding: 2px 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #ddd;
  line-height: 40px;
}
#CCC .list_l0 .c2 form .line .i1:hover {
  border-color: #1da6ee;
}
#CCC .list_l0 .c2 form .line .i2 {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
  background: #F13B3A;
  line-height: 30px;
  border: 0;
  color: #fff;
}
#CCC .list_l0 .c2 form .line .i2:hover {
  border-color: #1da6ee;
}
#CCC .list_l0 .c2 form .tips {
  text-align: center;
  padding: 20px 0 0 0;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#CCC .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#CCC .list a {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin: 0 4% 4% 0;
}
#CCC .list a:nth-child(2n) {
  margin-right: 0;
}
#CCC .list a .pic {
  width: 36%;
  height: 13vw;
}
#CCC .list a .pic .time {
  display: none;
}
#CCC .list a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#CCC .list a .ccc {
  width: 60%;
}
#CCC .list a .ccc .n0 {
  font-size: 17px;
  font-weight: bold;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
}
#CCC .list a .ccc .n0.m_ {
  display: none;
}
#CCC .list a .ccc .n1 {
  font-size: 16px;
  -webkit-line-clamp: 4;
  padding: 14px 0 0 0;
  color: #666;
}
#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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #CCC .list a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 6vw 0;
  }
  #CCC .list a .pic {
    width: 36%;
    height: 33vw;
  }
  #CCC .list a .pic .time {
    display: none;
  }
  #CCC .list a .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #CCC .list a .ccc {
    width: 60%;
  }
  #CCC .list a .ccc .n0.pc_ {
    display: none !important;
  }
  #CCC .list a .ccc .n0.m_ {
    font-size: 4.7vw;
    font-weight: bold;
    height: inherit;
    display: -webkit-box;
    overflow: hidden;
  }
  #CCC .list a .ccc .n1 {
    font-size: 4vw;
    padding: 3vw 0 0 0;
    -webkit-line-clamp: 3;
    color: #666;
  }
  #CCC .list_l0_head {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0 3vw 0;
    margin: 0 0 6vw 0;
  }
  #CCC .list_l0_head .fmimg {
    width: 100%;
  }
  #CCC .list_l0_head .fmimg::after {
    content: inherit;
  }
  #CCC .list_l0_head .fmimg img {
    width: 100%;
    height: 44vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #CCC .list_l0_head .info {
    display: block;
  }
  #CCC .list_l0_head .info h3 {
    font-size: 6vw;
    padding: 2vw 0 0 0;
  }
  #CCC .list_l0_head .info .ms {
    font-size: 4.4vw;
    padding: 2vw 0 0 0;
    color: #666;
  }
  #CCC .list_l0_head .info .total {
    font-size: 3.7vw;
    padding: 2vw 0 0 0;
    color: #666;
  }
  #CCC .list_l0_head .info .join {
    padding: 2vw 0 0 0;
  }
  #CCC .list_l0_head .info .join a {
    display: inline-block;
    padding: 2vw 5vw;
    font-size: 4vw;
    background: #2db36a;
    color: #fff;
  }
  #CCC .conl {
    padding: 0 0 4vw 0;
  }
  #CCC .conl .scroll {
    display: flex;
    height: 9vw;
    align-items: flex-end;
  }
  #CCC .conl .scroll a {
    font-size: 4.8vw;
    color: #666;
    margin: 0 5vw 0 0;
  }
  #CCC .conl .scroll a.selected {
    color: #333;
    font-size: 6vw;
    font-weight: bold;
  }
  #CCC .list_l0 .c2 {
    display: inherit !important;
  }
  #CCC .list_l0 .c2 form {
    width: 100%;
    margin: 0 auto;
  }
  #CCC .list_l0 .c2 form .line {
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
  }
  #CCC .list_l0 .c2 form .line span {
    display: block;
    font-size: 15px;
    color: #777;
    font-weight: bold;
    height: 26px;
  }
  #CCC .list_l0 .c2 form .line .i0 {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 6px;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #ddd;
    line-height: 40px;
  }
  #CCC .list_l0 .c2 form .line .i0:hover {
    border-color: #000052;
  }
  #CCC .list_l0 .c2 form .line .i1 {
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    resize: none;
    padding: 2px 10px;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #ddd;
    line-height: 40px;
  }
  #CCC .list_l0 .c2 form .line .i1:hover {
    border-color: #000052;
  }
  #CCC .list_l0 .c2 form .line .i2 {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
    background: #000052;
    line-height: 30px;
    border: 0;
    color: #fff;
  }
  #CCC .list_l0 .c2 form .line .i2:hover {
    border-color: #000052;
  }
  #CCC .list_l0 .c2 form .tips {
    text-align: center;
    padding: 20px 0 0 0;
    color: #aaa;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  #CCC .list_l0 .c1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #CCC .list_l0 .c1 a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 6vw 0;
  }
  #CCC .list_l0 .c1 a .pic {
    width: 36%;
    height: 33vw;
  }
  #CCC .list_l0 .c1 a .pic .time {
    display: none;
  }
  #CCC .list_l0 .c1 a .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #CCC .list_l0 .c1 a .ccc {
    width: 60%;
    text-align: left;
  }
  #CCC .list_l0 .c1 a .ccc .n0 {
    font-size: 4vw;
    font-weight: bold;
    height: 12vw;
    display: -webkit-box;
    overflow: hidden;
  }
  #CCC .list_l0 .c1 a .ccc .play {
    font-size: 3.4vw;
    padding: 2vw 3vw;
    border: 1px solid #1da6ee;
    color: #1da6ee;
    background: #fff;
    display: inline-block;
  }
  #CCC .list_l0 .c0 {
    display: inherit !important;
  }
  #CCC .list_l0 .c0 img {
    max-width: 100%;
  }
  #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;
  }
}