/* .kv
================================================ */
.kv {
    position: relative;
  }
  
  .kv__bg {
    margin: 0 -5%;
  }
  
  .kv__bg__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  
  .kv__bg--img {
    width: 35%;
    height: 600px;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    margin: 0 -5%;
  }
  
  .kv__bg--img:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .kv__bg--img.bgimg01:before {
    background-image: url(/7cn/culture/cc/img/top/kv01_pc.jpg);
    background-position: 0 50%;
  }
  
  .kv__bg--img.bgimg02:before {
    background-image: url(/7cn/culture/cc/img/top/kv02_pc.jpg);
    background-position: 35% 50%;
  }
  
  .kv__bg--img.bgimg03:before {
    background-image: url(/7cn/culture/cc/img/top/kv03_pc.jpg);
    background-position: 75% 50%;
  }
  
  .kv__bg--img.bgimg04:before {
    background-image: url(/7cn/culture/cc/img/top/kv04_pc.jpg);
    background-position: 100% 50%;
  }
  
  .kv__inner {
    position: absolute;
    top: 158px;
    left: 0;
    right: 0;
  }
  
  .kv-main {
    text-align: center;
  }
  
  .kv-main__tit {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 1.3;
  }
  
  .kv__cv {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
  }
  
  .kv__cv.is-fixed {
    position: fixed;
    top: 0;
  }
  
  .kv__cv--link {
    background: url(/7cn/culture/cc/img/top/bg_btn_cv.png) 0 0 no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    padding-top: 10px;
  }
  
  @media all and (min-width: 768px) {
    .kv__cv--link {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .kv__cv--link:hover {
      opacity: .7;
    }
  }
  
  .kv__cv--link span {
    font-size: 16px;
  }
  
  @media all and (max-width: 767px) {
    .kv-slider {
      line-height: 0;
      opacity: 0;
    }
    .kv-slider.slick-initialized {
      opacity: 1;
    }
    .kv-slider__item {
      height: 537px;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }
    .kv-slider__item.bgimg01 {
      background-image: url(/7cn/culture/cc/img/top/kv01_pc.jpg);
    }
    .kv-slider__item.bgimg02 {
      background-image: url(/7cn/culture/cc/img/top/kv02_pc.jpg);
    }
    .kv-slider__item.bgimg03 {
      background-image: url(/7cn/culture/cc/img/top/kv03_pc.jpg);
    }
    .kv-slider__item.bgimg04 {
      background-image: url(/7cn/culture/cc/img/top/kv04_pc.jpg);
    }
    .kv__inner {
      padding-left: 20px;
      padding-right: 20px;
      top: 328px;
    }
    .kv-main {
      width: 100%;
    }
    .kv__cv {
      top: 10px;
      right: 0;
    }
    .kv__cv--link {
      width: 144px;
      height: 144px;
      font-size: 18px;
    }
    .kv__cv--link span {
      font-size: 14px;
    }
  }
  
  .kv-search {
    margin-top: 30px;
  }
  
  .kv-search_input {
    width: 560px;
    margin: auto;
    position: relative;
  }
  
  .kv-search_input input[type="text"] {
    background-color: #fff;
    width: 100%;
    padding: 31px 20px;
    font-size: 16px;
    border-radius: 10px;
  }
  
  .kv-search_input input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/7cn/culture/cc/img/common/ico_search.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 23px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-indent: -9999px;
  }
  
  @media all and (max-width: 767px) {
    .kv-search {
      margin-top: 20px;
    }
    .kv-search_input {
      width: 100%;
    }
    .kv-search_input input[type="text"] {
      padding: 26px 20px;
    }
    .kv-search_input input[type="submit"] {
      width: 70px;
      height: 70px;
    }
  }
  
  .kv-tags {
    position: absolute;
    top: 342px;
    left: 0;
    right: 0;
    width: 780px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  
  .kv-tags__item {
    margin: 16px 4px 0;
  }
  
  .kv-tags__item a {
    display: block;
    background-color: #1E87F0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 30px;
  }
  
  @media all and (min-width: 768px) {
    .kv-tags__item a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .kv-tags__item a:hover {
      opacity: .7;
    }
  }
  
  @media all and (max-width: 767px) {
    .kv-tags {
      background-color: #F0F8FF;
      position: static;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px;
    }
    .kv-tags__item {
      margin: 10px 4px 0;
    }
    .kv-tags__item a {
      padding: 4px 15px;
    }
  }
  
  /* .cv-modal
  ================================================ */
  .cv-modal {
    background-color: #fff;
    max-width: 960px;
    margin: auto;
    padding: 45px 70px 25px;
  }
  
  .cv-modal__tit {
    text-align: center;
  }
  
  .cv-modal__txt {
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
  }
  
  .cv-modal__box {
    margin: 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .cv-modal__item.is-item01 {
    max-width: 400px;
    width: 50%;
  }
  
  .cv-modal__item.is-item02 {
    max-width: 400px;
    width: 50%;
  }
  
  .cv-modal__item.is-item02 .cv-modal__item__btn {
    width: 47%;
  }
  
  .cv-modal__item__sub {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 18px 0 14px;
    line-height: 1.3;
  }
  
  .cv-modal__item__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 29px;
  }
  
  .cv-modal__item__btns.is-df-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .cv-modal__item__btn {
    max-width: 231px;
    width: 100%;
  }
  
  .cv-modal__item__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
    min-height: 72px;
    background-color: #FFA500;
    border-radius: 10px;
    text-align: center;
  }
  
  @media all and (min-width: 768px) {
    .cv-modal__item__btn a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .cv-modal__item__btn a:hover {
      opacity: .7;
    }
  }
  
  @media all and (-ms-high-contrast: none) {
    .cv-modal__item__btn a {
      height: 72px;
    }
  }
  
  .cv-modal__item--txt {
    margin-top: 20px;
    text-align: center;
    line-height: 1.4;
  }
  
  .cv-modal__item--img {
    margin-top: 15px;
    width: 100%;
  }
  
  .cv-modal__annotation {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    text-align: left;
  }
  
  .cv-modal__annotation__item {
    text-indent: -1em;
    padding-left: 1em;
  }
  
  .cv-modal__annotation__item.is-red {
    color: #f0506e;
  }
  
  @media all and (max-width: 767px) {
    .cv-modal {
      max-width: 100%;
      padding: 53px 20px 25px;
    }
    .cv-modal__tit {
      line-height: 1.3;
    }
    .cv-modal__txt {
      text-align: left;
      margin-top: 30px;
      line-height: 1.8;
    }
    .cv-modal__box {
      margin: 40px 0 60px;
      display: block;
    }
    .cv-modal__item__inner {
      display: none;
    }
    .cv-modal__item.is-item01 {
      max-width: 100%;
      width: 100%;
    }
    .cv-modal__item.is-item02 {
      max-width: 100%;
      width: 100%;
      margin-top: 60px;
    }
    .cv-modal__item.is-item02 .cv-modal__item__btn {
      width: 100%;
    }
    .cv-modal__item__sub {
      text-align: left;
      font-size: 28px;
      padding: 18px 15px 18px 0;
      line-height: 1.5;
      position: relative;
    }
    .cv-modal__item__sub:before {
      content: '';
      background: url(/7cn/culture/cc/img/common/ico_arrow01.png) 50% 50% no-repeat;
      background-size: contain;
      width: 12px;
      height: 7px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%) rotate(0deg);
              transform: translate(0, -50%) rotate(0deg);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .cv-modal__item__sub.is-active:before {
      -webkit-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg);
    }
    .cv-modal__item__btns {
      display: block;
      margin-top: 30px;
    }
    .cv-modal__item__btns.is-df-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .cv-modal__item__btn {
      max-width: 100%;
      width: 100%;
    }
    .cv-modal__item__btn + .cv-modal__item__btn {
      margin-top: 30px;
    }
    .cv-modal__item__btn a {
      width: 100%;
      height: 60px;
    }
    .cv-modal__item--txt {
      margin-top: 30px;
      text-align: left;
      line-height: 1.8;
    }
    .cv-modal__item--img {
      margin-top: 18px;
    }
    .cv-modal__annotation {
      padding-top: 22px;
    }
    .cv-modal__annotation__item {
      text-indent: 0em;
      padding-left: 0em;
    }
    .cv-modal__annotation__item + .cv-modal__annotation__item {
      margin-top: 3px;
    }
  }
  
  .remodal-wrapper {
    padding: 90px;
  }
  
  @media all and (max-width: 767px) {
    .remodal-wrapper {
      padding: 20px;
    }
  }
  
  .remodal-close {
    width: 48px;
    height: 48px;
    left: auto;
    top: -14px;
    right: -24px;
  }
  
  @media all and (max-width: 767px) {
    .remodal-close {
      width: 40px;
      height: 40px;
      top: -10px;
      right: -15px;
    }
  }
  
  .remodal-close:before {
    font-size: 3rem;
    line-height: 50px;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
  }
  
  @media all and (max-width: 767px) {
    .remodal-close:before {
      line-height: 43px;
      width: 40px;
      height: 40px;
    }
  }
  
  /* .important
  ================================================ */
  .important {
    background-color: #F0F8FF;
    padding: 40px 0 0;
  }
  
  .important__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F0506E;
    background-color: #F0506E;
  }
  
  .important__tit {
    width: 215px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    position: relative;
  }
  
  .important__tit:before {
    content: '';
    background: url(/7cn/culture/cc/img/top/ico_important.png) 50% 50% no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .important__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #FFF2F4;
    line-height: 1.4;
  }
  
  .important__item {
    padding: 14px 30px 20px 30px;
    font-weight: bold;
  }
  
  .important__item a {
    font-size: 30px;
    color: #f0506e;
  }
  
  .important__item a:hover {
    text-decoration: underline;
  }
  
  @media all and (max-width: 767px) {
    .important {
      padding-top: 30px;
    }
    .important__in {
      display: block;
    }
    .important__tit {
      width: 100%;
      padding: 10px 0 14px;
    }
    .important__tit:before {
      content: '';
      background: url(/7cn/culture/cc/img/top/ico_important.png) 50% 50% no-repeat;
      background-size: contain;
      width: 37px;
      height: 37px;
      position: static;
      display: inline-block;
      margin: 0 6px -10px 0;
    }
    .important__item {
      padding: 20px;
      font-weight: bold;
    }
    .important__item a {
      font-size: 24px;
    }
  }
  
  /* .news-banner
  ================================================ */
  .news-banner {
    background-color: #F0F8FF;
    padding: 60px 0 90px;
  }
  
  .news-banner-slider {
    margin-left: -10px;
    margin-right: 10px;
    opacity: 0;
  }
  
  .news-banner-slider.slick-initialized {
    opacity: 1;
  }
  
  .news-banner-slider__item a {
    display: block;
  }
  
  @media all and (min-width: 768px) {
    .news-banner-slider__item a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .news-banner-slider__item a:hover {
      opacity: .7;
    }
  }
  
  .news-banner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .news-banner .slick-slide {
    margin: 0 10px;
    height: auto !important;
  }
  
  .news-banner .slick-list {
    margin-right: -100%;
    padding-right: 100%;
  }
  
  .news-banner .slick-prev, .news-banner .slick-next {
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D1D1D1;
  }
  
  .news-banner .slick-prev:before, .news-banner .slick-next:before {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 15px;
    opacity: 1;
    display: inline-block;
  }
  
  .news-banner .slick-prev:hover, .news-banner .slick-next:hover {
    background-color: #1E87F0;
  }
  
  .news-banner .slick-prev {
    left: -70px;
  }
  
  .news-banner .slick-prev:before {
    background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
  }
  
  .news-banner .slick-next {
    right: -90px;
  }
  
  .news-banner .slick-next:before {
    background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .news-banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 590px;
    height: 8px;
    margin: auto;
    background-color: #F2F2F2;
    border-radius: 60px;
  }
  
  .news-banner .slick-dots li {
    width: 100%;
    height: 8px;
    margin: 0;
  }
  
  .news-banner .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  
  .news-banner .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #F2F2F2;
    border-radius: 60px;
    top: 0;
    opacity: 1;
  }
  
  .news-banner .slick-dots li.slick-active button:before {
    background-color: #1E87F0;
    opacity: 1;
  }
  
  @media all and (max-width: 767px) {
    .news-banner {
      padding: 30px 0;
    }
    .news-banner-slider {
      margin-left: 0;
      margin-right: 0;
    }
    .news-banner .slick-slide {
      margin: 0 20px 0 0;
    }
    .news-banner .slick-list {
      margin-right: -40px;
      padding-right: 60px;
    }
    .news-banner .slick-dots {
      bottom: -20px;
      width: 100%;
    }
  }
  
  /* .recommend-course
  ================================================ */
  .recommend-course {
    padding: 74px 0 80px;
  }
  
  @media all and (max-width: 767px) {
    .recommend-course {
      padding: 35px 0 40px;
    }
  }
  
  /* .guidance
  ================================================ */
  .guidance {
    padding-bottom: 80px;
  }
  
  .guidance__bnr {
    text-align: center;
  }
  
  @media all and (min-width: 768px) {
    .guidance__bnr a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .guidance__bnr a:hover {
      opacity: .7;
    }
  }
  
  @media all and (max-width: 767px) {
    .guidance {
      padding-bottom: 50px;
    }
  }
  
  /* .genre
  ================================================ */
  .genre {
    background-color: #F0F8FF;
    padding: 55px 0 60px;
  }
  
  .genre__tit {
    background-size: 45px auto;
  }
  
  .genre__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px -10px 0;
  }
  
  .genre__item {
    width: calc( 20% - 20px);
    margin: 0 10px 20px;
    background-color: #fff;
  }
  
  .genre__item a {
    display: block;
    text-align: center;
  }
  
  @media all and (min-width: 768px) {
    .genre__item a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .genre__item a:hover {
      opacity: .7;
    }
  }
  
  .genre__item--img img {
    width: 100%;
  }
  
  .genre__item--txt {
    font-size: 16px;
    font-weight: bold;
    color: #1e87f0;
    padding: 11px 5px;
    line-height: 1.4;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .genre-bnr {
    padding: 80px 0 0;
  }
  
  .genre-bnr__item + .genre-bnr__item {
    margin-top: 20px;
  }
  
  @media all and (min-width: 768px) {
    .genre-bnr__item a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .genre-bnr__item a:hover {
      opacity: .7;
    }
  }
  
  @media all and (max-width: 767px) {
    .genre {
      padding: 32px 0;
    }
    .genre__list {
      margin: 18px -5px 0;
    }
    .genre__item {
      width: calc( calc(100% / 3) - 10px);
      margin: 0 5px 10px;
    }
    .genre__item--txt {
      padding: 5px 4px;
      min-height: 58px;
    }
    .genre-bnr {
      padding: 40px 0 0;
    }
    .genre-bnr__item a img {
      width: 100%;
    }
  }
  
  /* .popular
  ================================================ */
  .popular {
    padding: 73px 0 100px;
  }
  
  .popular__tit {
    background-size: 44px auto;
  }
  
  .popular-slider {
    margin: 25px 10px 0 -10px;
    opacity: 0;
  }
  
  .popular-slider.slick-initialized {
    opacity: 1;
  }
  
  .popular-slider__item {
    height: 100%;
  }
  
  .popular-slider__item.is-bgc01 {
    background-color: #e8e8e8;
  }
  
  .popular-slider__item.is-bgc02 {
    background-color: #FFDBE2;
  }
  
  .popular-slider__item.is-bgc03 {
    background-color: #D3DEE4;
  }
  
  .popular-slider__item.is-bgc04 {
    background-color: #FFEDD1;
  }
  
  .popular-slider__item.is-bgc05 {
    background-color: #ECEDEF;
  }
  
  .popular-slider__item.is-bgc06 {
    background-color: #9FABB6;
  }
  
  .popular-slider__img img {
    width: 100%;
  }
  
  .popular-slider__link {
    display: block;
    height: 100%;
  }
  
  @media all and (min-width: 768px) {
    .popular-slider__link {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .popular-slider__link:hover {
      opacity: .7;
    }
  }
  
  .popular-slider__area {
    padding: 17px 20px 20px 20px;
  }
  
  .popular-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .popular-slider__head--cat span {
    font-weight: bold;
    color: #1e87f0;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
  }
  
  .popular-slider__head--date {
    font-weight: bold;
  }
  
  .popular-slider__head--date span {
    font-size: 18px;
  }
  
  .popular-slider--tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 1.5;
  }
  
  .popular-slider--txt {
    margin-top: 7px;
    line-height: 1.9;
  }
  
  .popular .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .popular .slick-slide {
    margin: 0 10px;
    height: auto !important;
  }
  
  .popular .slick-slide > div {
    height: 100%;
  }
  
  .popular .slick-list {
    margin-right: -100%;
    padding-right: 100%;
  }
  
  .popular .slick-prev, .popular .slick-next {
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D1D1D1;
  }
  
  .popular .slick-prev:before, .popular .slick-next:before {
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 15px;
    opacity: 1;
    display: inline-block;
  }
  
  .popular .slick-prev:hover, .popular .slick-next:hover {
    background-color: #1E87F0;
  }
  
  .popular .slick-prev {
    left: -70px;
  }
  
  .popular .slick-prev:before {
    background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
  }
  
  .popular .slick-next {
    right: -90px;
  }
  
  .popular .slick-next:before {
    background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .popular .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 590px;
    height: 8px;
    margin: auto;
    background-color: #F2F2F2;
    border-radius: 60px;
  }
  
  .popular .slick-dots li {
    width: 100%;
    height: 8px;
    margin: 0;
  }
  
  .popular .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  
  .popular .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #F2F2F2;
    border-radius: 60px;
    top: 0;
    opacity: 1;
  }
  
  .popular .slick-dots li.slick-active button:before {
    background-color: #1E87F0;
    opacity: 1;
  }
  
  @media all and (max-width: 767px) {
    .popular {
      padding: 40px 0 50px;
    }
    .popular-slider {
      margin: 18px 0;
    }
    .popular-slider__area {
      padding: 20px 20px 15px;
    }
    .popular-slider__head {
      display: block;
    }
    .popular-slider__head--date {
      margin-top: 8px;
    }
    .popular-slider--tit {
      margin-top: 0;
    }
    .popular .slick-slide {
      margin: 0 20px 0 0;
    }
    .popular .slick-list {
      margin-right: -40px;
      padding-right: 60px;
    }
    .popular .slick-dots {
      bottom: -30px;
      width: 100%;
    }
  }
  
  /* .news
  ================================================ */
  .news {
    padding: 0 0 100px;
  }
  
  .news__inner {
    padding: 40px 60px 60px;
    background-color: #F0F8FF;
  }
  
  .news__tit {
    background-size: 40px auto;
  }
  
  .news__list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin-top: 24px;
  }
  
  .news__item + .news__item {
    margin-top: 15px;
  }
  
  .news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media all and (min-width: 768px) {
    .news__item a:hover .news__item--txt {
      text-decoration: underline;
    }
  }
  
  .news__item--date {
    font-size: 16px;
    width: 142px;
  }
  
  .news__item--txt {
    font-size: 16px;
    color: #1e87f0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.7;
  }
  
  @media all and (max-width: 767px) {
    .news {
      padding: 0 0 50px;
    }
    .news__inner {
      padding: 36px 20px 40px;
    }
    .news__tit {
      background: url(/7cn/culture/cc/img/top/ico_news.png) 0 50% no-repeat;
      background-size: 40px auto;
      padding-left: 52px;
    }
    .news__list {
      padding: 20px 0;
      margin-top: 16px;
    }
    .news__item a {
      display: block;
    }
    .news__item--date {
      width: 100%;
    }
  }