.interview {
  padding-top: 120px;
}

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

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

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

.interview .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));
}

.interview_wrap {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

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

.interview_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}

@media only screen and (max-width: 960px) {
  .interview_ttl {
    font-size: 15px;
  }
}

.interview_date {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 10px 0;
}

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

.interview_lead {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .interview_lead {
    margin-top: 50px;
  }
}

.interview_lead p {
  margin-top: 15px;
}

.interview_lead p:first-child {
  margin-top: 0;
}

.interview_info {
  margin-top: 60px;
  border: solid 1px #fff;
  padding: 40px;
}

@media only screen and (max-width: 960px) {
  .interview_info {
    padding: 6% 5%;
    margin-top: 50px;
  }
}

.interview_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .interview_info_item {
    display: block;
  }
}

.interview_info_item:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .interview_info_item {
    margin-top: 5%;
  }
}

.interview_info_item dt {
  width: 130px;
}

.interview_info_item dt span {
  font-size: 12px;
  vertical-align: baseline;
}

@media only screen and (max-width: 960px) {
  .interview_info_item dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
  }
}

.interview_info_item dd {
  width: calc(100% - 130px);
}

@media only screen and (max-width: 960px) {
  .interview_info_item dd {
    width: 100%;
    font-size: 12px;
  }
}

.interview_item {
  margin-top: 70px;
}

@media only screen and (max-width: 960px) {
  .interview_item {
    margin-top: 50px;
  }
}

.interview_item dt {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .interview_item dt {
    font-size: 15px;
    line-height: 1.5em;
  }
}

.interview_item dd p {
  margin-top: 15px;
}

.interview_item dd p:first-child {
  margin-top: 0;
}

.interview_photo {
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .interview_photo {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=luoxiaohei-movie-2nd_interview.css.map */