.hf_banner {
  text-align: center;
  padding: 26px 0 0 0;
}
.hf_banner img {
  width: 100%;
}

#S01 .DEFS {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#S01 .l {
  padding: 40px 0 0 0;
  width: 578px;
  height: 328px;
  position: relative;
}
#S01 .l #smoo_0 {
  height: 100%;
  width: 100%;
}
#S01 .l #smoo_0 ul {
  width: 100%;
  height: 100%;
}
#S01 .l #smoo_0 ul a img {
  width: 578px;
  height: 328px;
}
#S01 .l #smoo_0 ul li a .title {
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
#S01 .l #smoo_0_c {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.72);
  height: 30px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#S01 .l #smoo_0_c a {
  width: 7px;
  height: 7px;
  border-radius: 20px;
  margin: 0 10px;
  background: #fff;
  opacity: 0.72;
}
#S01 .l #smoo_0_c a.selected {
  opacity: 1;
}
#S01 .r {
  width: 600px;
}
#S01 .r .rt {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  height: 2.3vw;
  align-items: flex-end;
}
#S01 .r .rt #tab_0 {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
#S01 .r .rt #tab_0 a {
  padding: 0 13px;
  font-size: 15px;
  color: #999;
}
#S01 .r .rt #tab_0 a:hover {
  font-size: 19px;
  color: #222;
}
#S01 .r .rt #tab_0 a.selected {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
#S01 .r .rt .more {
  width: 50px;
  text-align: right;
}
#S01 .r .rt .more a {
  font-size: 14px;
  color: #888;
}
#S01 .r .rt .more a:hover {
  color: #444;
}
#S01 .r .rb article {
  display: flex;
  flex-direction: column;
}
#S01 .r .rb article a {
  width: 96%;
  padding: 25px 0;
  margin: 0 0 0 4%;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#S01 .r .rb article a .l0 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 22px;
}
#S01 .r .rb article a .l0 .title {
  font-size: 15px;
  color: #444;
}
#S01 .r .rb article a .l0 .date {
  padding: 0 0 0 10%;
  font-size: 14px;
  min-width: 90px;
  color: #999;
}
#S01 .r .rb article a .l1 {
  padding: 20px 0 0 0;
  font-size: 12px;
  height: 17px;
  color: #aaa;
}
#S01 .r .rb article a:hover .l0 .title {
  color: #F13B3A;
}

#S02 {
  margin: 60px 0 0 0;
}
#S02 .hhh {
  background: #1E85E5;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  color: #fff;
}
#S02 .hhh a {
  float: right;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
#S02 .list {
  padding: 0 0 40px 0;
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#S02 .list a {
  width: 32%;
  margin: 0 1.333% 2% 0%;
  background: #fff;
  box-sizing: border-box;
  padding: 13px 13px 13px 13px;
  display: flex;
}
#S02 .list a .pic {
  width: 40%;
  position: relative;
  height: 10vw;
  margin: 0 3% 0 0;
}
#S02 .list a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#S02 .list a .pic .time {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  height: 33px;
  line-height: 33px;
  bottom: 0;
  left: 0;
  display: none;
}
#S02 .list a .ccc {
  width: 60%;
}
#S02 .list a .ccc .n0 {
  font-size: 15px;
  color: #a00;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  padding: 4px 0;
}
#S02 .list a .ccc .n1 {
  font-size: 14px;
  color: #444;
  line-height: 2;
  text-align: left;
  -webkit-line-clamp: 3 !important;
}
#S02 .list a .ccc .content {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
#S02 .list a:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
}

#S03 {
  margin: 30px 0 0 0;
}
#S03 .hhh {
  background: #1E85E5;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  color: #fff;
}
#S03 .hhh a {
  float: right;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
#S03 .conl {
  margin: 40px 0 0 0;
}
#S03 .conl a {
  display: inline-block;
  margin: 0 2% 2% 0;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ddd;
}
#S03 .conl a:hover {
  background: #1E85E5;
  color: #fff;
}
#S03 .conl a.selected {
  background: #1E85E5;
  color: #fff;
}
#S03 .list {
  padding: 22px 0 40px 0;
  justify-content: flex-start;
  height: auto;
  flex-wrap: wrap;
  display: flex;
}
#S03 .list li {
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  width: 23.5%;
  margin: 2% 2% 2% 0;
  position: relative;
  max-height: 70%;
}
#S03 .list li:hover .more span {
  background: brown;
  color: #fff;
  border-color: brown;
}
#S03 .list li a {
  display: block;
  width: 100%;
}
#S03 .list li:nth-child(4n) {
  margin-right: 0;
}
#S03 .list li .bgi {
  width: 100%;
  height: 100%;
}
#S03 .list li .bgi img {
  max-width: 100%;
  width: 100%;
  height: 19.5vh;
}
#S03 .list li .name {
  font-size: 16px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  padding: 0 0 4vw 0;
}
#S03 .list li .more {
  position: absolute;
  margin: 0 5%;
  width: 90%;
  left: 0%;
  bottom: 5%;
}
#S03 .list li .more span {
  display: inline-block;
  font-size: 15px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 7px 11px;
}

#S04 {
  margin: 30px 0 0 0;
}
#S04 .hhh {
  background: #1E85E5;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  color: #fff;
}
#S04 .hhh a {
  float: right;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
#S04 .list {
  display: flex;
  justify-content: start;
  padding: 40px 0 30px 0;
  flex-wrap: wrap;
}
#S04 .list li {
  width: 23.5%;
  margin: 0 2% 3% 0;
}
#S04 .list li a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#S04 .list li a .fm {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#S04 .list li a .fm img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 12vw;
}
#S04 .list li a .ccc {
  border-top: 0;
  padding: 0 0 0 0;
}
#S04 .list li a .ccc .name {
  font-size: 17px;
  color: #333;
  line-height: 3;
  text-align: center;
}
#S04 .list li a .ccc .ms {
  color: #888;
  font-size: 15px;
  margin: 0 10%;
  text-align: center;
}
#S04 .list li a:hover {
  transform: scale(1.02);
}
#S04 .list li:nth-child(n+9) {
  display: none;
}
#S04 .list li:nth-child(4n) {
  margin: 0;
}

#S07 {
  margin: 30px 0 0 0;
}
#S07 .hhh {
  background: #1E85E5;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  color: #fff;
}
#S07 .hhh a {
  float: right;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
#S07 .list {
  display: flex;
  justify-content: start;
  padding: 20px 0 30px 0;
  flex-wrap: wrap;
}
#S07 .list li {
  width: 100%;
  margin: 3% auto;
  display: flex;
}


#S05 {
  margin: 30px 0 0 0;
}
#S05 .hhh {
  background: #1E85E5;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  color: #fff;
}
#S05 .bgc {
  background: #F4F4F4;
  padding: 0 0 60px 0;
}
#S05 .bgc .type {
  text-align: center;
  padding: 44px 0 7px 0;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
}
#S05 .bgc .type a {
  font-size: 28px;
  color: #333;
}
#S05 .bgc .type .split {
  margin: 0 15px;
  width: 2px;
  height: 80%;
  overflow: hidden;
  background: #444;
}
#S05 .bgc .en {
  font-size: 13px;
  color: #aaa;
  text-align: center;
  padding: 0 0 22px 0;
}
#S05 .bgc .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
#S05 .bgc .list a {
  width: 40%;
  padding: 2%;
  border-radius: 4px;
  overflow: hidden;
  margin: 1%;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#S05 .bgc .list a .qa_q {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#S05 .bgc .list a .qa_q .icon {
  display: inline-flex;
  background: url(../img/qa_q.png) no-repeat;
  background-size: cover;
  min-width: 25px;
  height: 25px;
}
#S05 .bgc .list a .qa_q .text {
  color: #222;
  font-weight: bold;
  font-size: 15px;
  padding: 0 0 0 16px;
  line-height: 25px;
}
#S05 .bgc .list a .qa_a {
  padding: 14px 0 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#S05 .bgc .list a .qa_a .icon {
  display: inline-flex;
  background: url(../img/qa_a.png) no-repeat;
  background-size: cover;
  min-width: 25px;
  height: 25px;
}
#S05 .bgc .list a .qa_a .text {
  color: #999;
  font-size: 13px;
  padding: 0 0 0 16px;
  line-height: 22px;
  box-sizing: border-box;
  width: auto;
}
#S05 .bgc .list a:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  border-color: #F13B3A;
}

#S06 {
  padding: 100px 0 60px 0;
  background: #1CA7FC;
}
#S06 .hhh {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0 0 3vw 0;
  color: #fff;
  text-align: center;
}
#S06 .list {
  display: flex;
  justify-content: center;
}
#S06 .list li {
  display: flex;
  width: 29%;
  margin: 0 0.5%;
  flex-direction: column;
  overflow: hidden;
}
#S06 .list li .fm {
  width: 100%;
  position: relative;
}
#S06 .list li .fm img {
  width: 100%;
}
#S06 .list li .fm .mask {
  background: #000000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#S06 .list li .fm .play {
  background: url(../img/play.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 20%;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#S06 .list li .more {
  text-align: center;
  margin: 25px 0 0 0;
}
#S06 .list li .more a {
  display: inline-block;
  font-size: 13px;
  color: #1CA7FC;
  background: #fff;
  width: 112px;
  height: 33px;
  line-height: 33px;
  border-radius: 30px;
}
#S06 .list li .more a:hover {
  background: #F13B3A;
  color: #fff;
}
#S06 .list li:hover .mask {
  opacity: 0;
}
#S06 .list li:hover .play {
  transform: scale(1.1);
}

@media screen and (max-width: 650px) {
  .hf_banner {
    text-align: center;
    padding: 16px 0 0 0;
  }
  .hf_banner img {
    width: 100%;
  }
  #M01 {
    margin: 5vw 0 0 0;
  }
  #M01 .banner {
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  #M01 .banner img {
    width: 100%;
  }
  #M01 .banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 4vw;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
  }
  #M01 .banner .slick-dots li {
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin: 0 3px;
  }
  #M01 .banner .slick-dots li.slick-active button {
    background: #d00;
    color: #d00;
  }
  #M01 .banner .slick-dots li button {
    display: flex;
    background: #fff;
    color: #fff;
    border: 0;
  }
  #M02 {
    margin: 0 auto;
    padding: 7vw 0 0 0;
    width: 90%;
  }
  #M02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #M02 ul li {
    width: 30%;
    text-align: center;
    margin: 0 0 5vw 0;
  }
  #M02 ul li a {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
  #M02 ul li a img {
    width: 100%;
  }
  #M02 ul li a span {
    font-size: 4vw;
    display: block;
    font-weight: 600;
    padding: 2vw 0;
  }
  #S01 .l {
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  #S01 .l #smoo_0 ul a img {
    width: 100%;
    height: 38vw;
  }
  #S01 .l #smoo_0 ul li a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 3;
    font-size: 3.4vw;
  }
  #S01 .l #smoo_0_c {
    opacity: 0;
    position: absolute;
    bottom: 9%;
    left: inherit;
    right: 5%;
    background: none;
    height: 30px;
    z-index: 1;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #S01 .l #smoo_0_c a.selected {
    opacity: 1;
    width: 17px;
  }
  #S01 .DEFS {
    display: block;
    padding: 14px 0 0 0;
  }
  #S01 .r {
    margin: 10vw 0 0 0;
    width: 100%;
  }
  #S01 .r .rt {
    border: 0;
  }
  #S01 .r .rt #tab_0 {
    align-items: flex-end;
    height: 9vw;
  }
  #S01 .r .rt #tab_0 a {
    font-size: 4.5vw;
    border: 0;
    padding: 0 4vw 0 0;
    color: #888;
    line-height: inherit;
  }
  #S01 .r .rt #tab_0 a:hover {
    color: 888;
    border: 0;
  }
  #S01 .r .rt #tab_0 a.selected {
    color: #444;
    font-size: 6vw;
    font-weight: bold;
    border: 0;
  }
  #S01 .r .rt .more a {
    line-height: inherit;
  }
  #S01 .r .rb article {
    display: flex;
    flex-direction: column;
  }
  #S01 .r .rb article a {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
  }
  #S01 .r .rb article a .picimg {
    width: 35%;
  }
  #S01 .r .rb article a .picimg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #S01 .r .rb article a .l0 {
    width: 60%;
    display: block;
    height: inherit;
    padding: 2vw 0 0 0;
  }
  #S01 .r .rb article a .l0 .title {
    font-size: 4vw;
    line-height: 6vw;
    color: #444;
  }
  #S01 .r .rb article a .l0 .date {
    padding: 2vw 0 0 0;
    font-size: 14px;
    min-width: 23vw;
    color: #999;
  }
  #S01 .r .rb article a .l1 {
    display: none;
  }
  #S01 .r .rb article a:hover .l0 .title {
    color: #F13B3A;
  }
  #S01 .r .rb article a:nth-of-type(n+2) {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  #S01 .r .rb article a:nth-of-type(n+2) .picimg {
    width: 35%;
    background: #cacaca;
  }
  #S01 .r .rb article a:nth-of-type(n+2) .l0 {
    width: 60%;
  }
  #S01 .r .rb article a:nth-of-type(n+2) .l0 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
  }
  #S02 {
    margin: 30px 0 0 0;
  }
  #S02 .hhh {
    height: auto;
    line-height: inherit;
    font-size: auto;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw 0;
  }
  #S02 .hhh span {
    font-size: 6vw;
    font-weight: bold;
    box-sizing: border-box;
    color: #333;
  }
  #S02 .hhh a {
    font-size: 4vw;
    color: #999;
  }
  #S02 .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    background: none;
    padding: 2vw 0 0 0;
  }
  #S02 .list a {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 7vw 0;
  }
  #S02 .list a:nth-child(1) {
    border: 0;
  }
  #S02 .list a:nth-child(2) {
    border: 0;
  }
  #S02 .list a:nth-child(3) {
    border: 0;
  }
  #S02 .list a:nth-child(4) {
    border: 0;
  }
  #S02 .list a .pic {
    width: 36%;
    height: 33vw;
  }
  #S02 .list a .pic .time {
    display: none;
  }
  #S02 .list a .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #S02 .list a .ccc {
    width: 60%;
  }
  #S02 .list a .ccc .n0.m_ {
    font-size: 4.7vw;
    font-weight: bold;
    height: auto;
    line-height: inherit;
    display: -webkit-box;
    text-align: left;
    overflow: hidden;
    border: 0;
    color: #333;
  }
  #S02 .list a .ccc .n1 {
    font-size: 4vw;
    color: #666;
    text-align: left;
    line-height: inherit;
  }
  #S03 {
    margin: 0 0 0 0;
  }
  #S03 .hhh {
    height: auto;
    line-height: inherit;
    font-size: auto;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw 0;
  }
  #S03 .hhh span {
    font-size: 6vw;
    font-weight: bold;
    box-sizing: border-box;
    color: #333;
  }
  #S03 .hhh a {
    font-size: 4vw;
    color: #999;
  }
  #S03 .conl {
    display: none;
  }
  #S03 .list {
    display: flex;
    padding: 2vw 0 10px 0;
    justify-content: flex-start;
    height: auto;
    flex-wrap: wrap;
  }
  #S03 .list li {
    overflow: hidden;
    display: flex;
    width: 48%;
    margin: 0 4% 4vw 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 0 10vw 0;
  }
  #S03 .list li .bgi {
    height: auto;
    width: 100%;
  }
  #S03 .list li .bgi img {
    max-width: 100%;
    width: 100%;
    height: 13.5vh;
  }
  #S03 .list li .name {
    padding: 5%;
    width: auto;
  }
  #S03 .list li .more {
    padding: 5%;
    padding-bottom: 0%;
    width: 90%;
  }
  #S03 .list li .more span {
    padding: 1vw 2vw;
    display: inline-block;
    border: 1px solid #ddd;
    background: #eee;
    color: #555;
    font-size: 14px;
    border-radius: 3px;
  }
  #S03 .list li:nth-child(n+5) {
    display: none;
  }
  #S03 .list li:nth-child(2n) {
    margin-right: 0;
  }
  #S04 {
    margin: 10px 0 0 0;
  }
  #S04 .hhh {
    height: auto;
    line-height: inherit;
    font-size: auto;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw 0;
  }
  #S04 .hhh span {
    font-size: 6vw;
    font-weight: bold;
    box-sizing: border-box;
    color: #333;
  }
  #S04 .hhh a {
    font-size: 4vw;
    color: #999;
  }
  #S04 .list {
    padding: 3vw 0 10px 0;
    flex-wrap: wrap;
  }
  #S04 .list li {
    margin-bottom: 5vw;
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #S04 .list li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  #S04 .list li a .fm img {
    height: 31vw;
  }
  #S04 .list li a .ccc {
    padding: 0 0 0 0;
  }
  #S04 .list li a .ccc .name {
    font-size: 4.8vw;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: inherit;
    padding-top: 3vw;
  }
  #S04 .list li a .ccc .ms {
    padding-top: 2vw;
    font-size: 4vw;
  }
  #S05 {
    margin: 6px 0 0 0;
  }
  #S05 .hhh {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #S05 .bgc {
    background: #F4F4F4;
    padding: 0 0 30px 0;
  }
  #S05 .bgc .type {
    text-align: center;
    padding: 24px 0 7px 0;
    display: flex;
    height: 20px;
  }
  #S05 .bgc .type a {
    font-size: 20px;
    color: #333;
  }
  #S05 .bgc .list a {
    width: 100%;
    padding: 6%;
  }
  #S05 .bgc .list a .qa_q .icon {
    min-width: 20px;
    height: 20px;
  }
  #S05 .bgc .list a .qa_q .text {
    font-size: 14px;
    line-height: 20px;
  }
  #S05 .bgc .list a .qa_a .icon {
    min-width: 20px;
    height: 20px;
  }
  #S05 .bgc .list a .qa_a .text {
    color: #999;
    font-size: 13px;
    padding: 0 0 0 16px;
    line-height: 22px;
    box-sizing: border-box;
    width: auto;
  }
  #S06 {
    padding: 0 0 40px 0;
    background: #fff;
  }
  #S06 .hhh {
    height: auto;
    line-height: inherit;
    font-size: auto;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw 0;
  }
  #S06 .hhh span {
    font-size: 6vw;
    font-weight: bold;
    box-sizing: border-box;
    color: #333;
  }
  #S06 .hhh a {
    font-size: 4vw;
    color: #999;
  }
  #S06 .list {
    padding: 2vw 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #S06 .list li {
    display: flex;
    width: 100%;
    margin: 0 0 5% 0;
    flex-direction: column;
    overflow: hidden;
  }
  #S06 .list li .fm {
    width: 100%;
    position: relative;
  }
  #S06 .list li .fm img {
    width: 100%;
  }
  #S06 .list li .fm .mask {
    background: #000000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #S06 .list li .fm .play {
    background: url(../img/play.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #S06 .list li .more {
    display: none;
    text-align: center;
    margin: 25px 0 0 0;
  }
  #S06 .list li .more a {
    display: inline-block;
    font-size: 13px;
    color: #1CA7FC;
    background: #fff;
    width: 112px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
  }
  #S06 .list li .more a:hover {
    background: #F13B3A;
    color: #fff;
  }
  #S06 .list li:hover .mask {
    opacity: 0;
  }
  #S06 .list li:hover .play {
    transform: scale(1.1);
  }
  #S07 {
    margin: 20px 0 0 0;
  }
  #S07 .hhh {
    height: auto;
    line-height: inherit;
    font-size: auto;
    display: flex;
    background: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw 0;
  }
  #S07 .hhh span {
    font-size: 6vw;
    font-weight: bold;
    box-sizing: border-box;
    color: #333;
  }
  #S07 .hhh a {
    font-size: 4vw;
    color: #999;
  }
  #S07 .list {
    display: flex;
    justify-content: start;
    padding: 0 0 30px 0;
    flex-wrap: wrap;
  }
  #S07 .list li {
    width: 100%;
    margin: 3% auto;
    display: flex;
  }
  #S07 .list li img {
    width: 100%;
  }
  #S07 .list li:nth-child(n+7) {
    display: none;
  }
}