.novelty {
  padding-top: 120px;
}

@media only screen and (max-width: 960px) {
  .novelty {
    padding-top: 80px;
  }
}

.novelty .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px;
}

@media only screen and (max-width: 960px) {
  .novelty .title {
    font-size: 30px;
  }
}

.novelty .title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
  width: 40%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, white), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), white 30% 70%, rgba(0, 0, 0, 0));
}

.novelty_tab {
  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;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .novelty_tab {
    width: 88%;
  }
}

.novelty_tab_item {
  width: 24%;
  position: relative;
  color: #ccc;
  border: solid 1px #ccc;
  margin: 0 0.5% 1%;
  line-height: 1em;
  padding: 5px 15px 4px;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 960px) {
  .novelty_tab_item {
    font-size: 13px;
    width: 32%;
  }
}

.novelty_tab_item:hover {
  background: #ccc;
  color: #000;
}

.novelty_tab_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.novelty_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 80%;
  margin: 40px auto 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 960px) {
  .novelty_item {
    width: 88%;
    display: block;
    padding: 6% 5%;
  }
}

.novelty_item:first-child {
  margin-top: 80px;
}

@media only screen and (max-width: 960px) {
  .novelty_item:first-child {
    margin-top: 60px;
  }
}

.novelty_item .novelty_img {
  width: 40%;
}

@media only screen and (max-width: 960px) {
  .novelty_item .novelty_img {
    width: 100%;
  }
}

.novelty_item .novelty_text {
  width: 55%;
  margin-left: 5%;
}

@media only screen and (max-width: 960px) {
  .novelty_item .novelty_text {
    width: 100%;
    margin: 5% 0 0 0;
  }
}

.novelty_item .cap {
  font-size: 22px;
  border-bottom: solid 1px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .novelty_item .cap {
    font-size: 18px;
  }
}

.novelty_item .txt_1 {
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .novelty_item .txt_1 {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.novelty_item .txt_2 {
  margin-top: 15px;
  background: #ccc;
  display: inline-block;
  color: #000;
  line-height: 1em;
  padding: 6px 10px 5px 10px;
}

@media only screen and (max-width: 960px) {
  .novelty_item .txt_2 {
    font-size: 13px;
  }
}

.novelty_item .note {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .novelty_item .note {
    font-size: 10px;
  }
}

.novelty_item .note li {
  text-indent: -1em;
  padding-left: 1em;
}
/*# sourceMappingURL=luoxiaohei-movie-2nd_novelty.css.map */