.content-frame {
  padding: 0px;
}
.content-frame .content {
  max-width: 1600px;
  margin: 0px auto;
}
.content-frame .content .content-table {
  display: table;
  width: 100%;
}
.content-frame .content .content-table .action-side-column-frame,
.content-frame .content .content-table .music-column,
.content-frame .content .content-table .top-music-column-frame {
  vertical-align: top;
  display: table-cell;
}
.content-frame .content .content-table .action-side-column-frame {
  background-color: #4c4c4c;
  width: 260px;
}
.content-frame .content .content-table .music-column {
  padding: 0px 10px 10px;
}
.content-frame .content .content-table .music-column .music-slider .carousel {
  margin-bottom: 10px;
}
.content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
  height: 360px;
}
.content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item .carousel-caption h5, .content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item .carousel-caption p {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
}
.content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-image {
  width: 100%;
}
.content-frame .content .content-table .music-column .music-news-frame li {
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 7px;
}
.content-frame .content .content-table .music-column .music-news-frame li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
.content-frame .content .content-table .music-column .music-news-frame li:nth-last-child(1) {
  font-weight: 800;
  text-align: right;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 10px;
}
.content-frame .content .content-table .music-column .music-news-frame li a {
  color: #2e2e2e;
  text-decoration: underline;
}
.content-frame .content .content-table .music-column .music-news-frame li a:hover {
  color: #4287f5;
}
.content-frame .content .content-table .music-column .music-header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .top-music-column-frame {
  background-color: #e8e8e8;
  width: 320px;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .content-frame .content .content-table .music-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item {
    height: 140px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .music-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .music-column {
    overflow: auto;
  }
  .content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item {
    height: 180px;
  }
}
/* Extra small devices (portrait phones, from 420px to 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .music-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item {
    height: 220px;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .music-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .music-column .music-slider .carousel .carousel-inner .carousel-item {
    height: 280px;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .music-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
