.featured_banner {
  overflow: hidden;
  margin-bottom: 32px;
}

.featured_banner_t {
  position: relative;
  padding: 39px;
  text-align: center;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.featured_banner_tit {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.featured_banner_rule {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.featured_banner_rule a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  padding: 3.5px 24px;
  border-radius: 4px;
  background: rgba(43, 43, 43, 0.7);
}

@media only screen and (max-width: 1600px) {
  .featured_banner_t {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .featured_banner_tit {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1025px) {
  .featured_banner {
    width: 100%;
  }

  .featured_banner_tit {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .featured_banner {
    margin-bottom: 12px;
  }

  .featured_banner_rule {
    top: auto;
    right: auto;
    position: relative;
  }

  .featured_banner_rule a {
    font-size: 12px;
    display: inline-block;
    padding: 2px 20px;
  }

  .featured_banner_tit {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .featured_banner_t {
    margin: 0 12px;
    padding: 10px;
  }
}