.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 .news-column,
.content-frame .content .content-table .ad-medium-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 .news-column {
  padding: 0px 10px 10px;
}
.content-frame .content .content-table .news-column .home-main-slider .carousel {
  margin-bottom: 10px;
}
.content-frame .content .content-table .news-column .home-main-slider .carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
  height: 360px;
}
.content-frame .content .content-table .news-column .home-main-slider .carousel .carousel-inner .carousel-item .carousel-caption h5, .content-frame .content .content-table .news-column .home-main-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 .news-column .main-news-frame li {
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 7px;
}
.content-frame .content .content-table .news-column .main-news-frame li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
.content-frame .content .content-table .news-column .main-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 .news-column .main-news-frame li a {
  color: #2e2e2e;
  text-decoration: underline;
}
.content-frame .content .content-table .news-column .main-news-frame li a:hover {
  color: #4287f5;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news-header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 0px;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-child(even) {
  background-color: #f4f4f4;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
  background: none;
  font-weight: 800;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 10px;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) a {
  color: #000000;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link {
  color: #000000;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link:hover {
  background-color: #e6f1fa;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
  vertical-align: top;
  display: table-cell;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
  width: 220px;
  padding-right: 10px;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 138px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
  font-size: 20px;
  font-weight: 500;
}
.content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
  font-size: 18px;
  line-height: 26px;
}
.content-frame .content .content-table .ad-medium-column-frame {
  width: 320px;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .content-frame .content .content-table .news-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 138px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
  .content-frame .content .content-table .ad-medium-column-frame .ad-medium-column {
    padding-top: 0px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .news-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 138px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
  .content-frame .content .content-table .ad-medium-column-frame .ad-medium-column {
    padding-top: 0px;
  }
}
/* Extra small devices (portrait phones, from 420px to 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .news-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 138px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
  .content-frame .content .content-table .ad-medium-column-frame .ad-medium-column {
    padding-top: 0px;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .news-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 158px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
  .content-frame .content .content-table .ad-medium-column-frame .ad-medium-column {
    padding-top: 0px;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 158px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge, .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail {
    display: block;
    width: 100%;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge {
    padding: 0px;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .badge .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 168px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .content-frame .content .content-table .news-column .latest-news-frame .latest-news li .link .detail .description {
    font-size: 18px;
    line-height: 26px;
  }
}
