.banner {
  font-size: 0;
  position: relative;
  display: block;
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #015293;
  margin: 30px auto;
}
.title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #015293;
  margin-right: 8px;
}

.interviewList ul {
  display: flex;
}
.interviewList ul li {
  font-size: 0;
  padding: 20px;
  box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.25);
}
.interviewList ul li:not(:first-child) {
  margin-top: 30px;
}
.interviewList ul li img {
  width: 327px;
  height: 186px;
}
.interviewList ul li .info {
  font-size: 16px;
  margin-left: 20px;
}
.interviewList ul li .info .of1 {
  max-width: 900px;
  font-weight: bold;
}
.interviewList ul li .info a:not(:first-child) {
  margin-top: 17px;
}
.interviewList ul li .info a div:not(.of1) {
  color: #666666;
}
.interviewList ul li .info a span {
  display: inline-block;
  width: 58px;
  height: 24px;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100%;
  padding-left: 10px;
  line-height: 24px;
  margin-right: 8px;
  color: #2a5fbf;
}