body {
  margin: 0;
  padding: 0;
}
.interview {
  background-color: #F1F2F6;
}
.interview img {
  width: 100%;
}
.interview_top {
  position: relative;
  padding-top: 815px;
}
.disPCshow {
  display: block;
}
.disSPshow {
  display: none;
}
.interview_top a {
  display: inline-block;
}
.interview_top .slogan {
  position: absolute;
  top: 405px;
  left: -2.4%;
  width: 56.25%;
}
.interview_top .character {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.54%;
}
.interview_top .details {
  position: absolute;
  top: 196px;
  left: 8%;
  color: #FFFFFF;
}
.interview_top .details .details_title {
  font-size: 100px;
  line-height: 135px;
  font-weight: bold;
  color: #0088C6;
  margin-bottom: 25px;
}
.interview_top .details .summary {
  font-size: 50px;
  font-weight: bold;
  line-height: 67px;
  padding: 2px 14px;
  width: fit-content;
  background: linear-gradient(to right,#008ECF,#BDE6FE);
}
.interview_top .details .summary2 {
  margin-top: 10px;
}
.interview_top .details .department {
  background-color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 1px 0 1px 14px;
  width: 212px;
  margin-top: 62px;
}
.interview_top .details .department span {
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  margin-left: 24px;
}
.interview .answer {
  position: relative;
  width: 57.3%;
  background-color: #FFFFFF;
  margin: 0 auto 182px;
  padding: 64px 150px 144px 150px;
}
.interview .answer ul {
  padding-left: 0;
}
.interview .answer li {
  list-style: none;
  margin-bottom: 48px;
  float: none;
}
.interview .answer li:last-child {
  margin-bottom: 0;
}
.interview .answer .query {
  font-size: 16px;
  font-weight: bold;
  color: #0088C6;
  margin-bottom: 14px;
}
.interview .answer .query .Q {
  font-size: 24px;
  margin-right: 10px;
}
.interview .answer .reply {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media screen and (max-width:1320px){
  .menuList li {
    margin: 0 15px !important;
  }
  .interview .answer {
    width: 60%;
    padding: 64px 80px 144px 80px;
  }
}
@media screen and (max-width:1024px){
  .disPCshow {
    display: none;
  }
  .disSPshow {
    display: block;
  }  
  .interview_top .slogan {
    display: none;
  }
  .interview_top {
    padding-top: 0;
  }
  .interview_top .character {
    position: relative;
    width: 100%;
    padding-top: 60px;
  }
  .interview_top .details {
    top: auto;
    left: 20px;
    bottom: -62px;
  }
  .interview_top .details .details_title {
    font-size: 60px;
    line-height: 81px;
    margin-bottom: 14px;
  }
  .interview_top .details .summary {
    font-size: 24px;
    line-height: 32px;
    padding: 12px 10px;
  }
  .interview_top .details .summary2 {
    margin-top: 2px;
  }
  .interview_top .details .department {
    margin-top: 7px;
  }
  .interview .answer {
    width: auto;
    padding: 17px 20px 80px 20px;
    margin: 111px 20px 58px;
    box-sizing: border-box;
  }
  .interview .answer li {
    margin-bottom: 52px;
  }
  .interview .answer .query {
    font-size: 18px;
    line-height: 24px;
  }
  .interview .answer .query .Q {
    margin-right: 0;
  }
}
