.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/professionalDetail/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.content-wrapper > .title {
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  color: #333;
}
.content-wrapper > .content {
  width: 1210px;
  margin: 0 auto;
  min-height: 1500px;
  padding-bottom: 75px;
  border-bottom: 1px dashed #cccccc;
}
.content-wrapper > .back {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 100px;
  display: block;
  width: 380px;
  height: 44px;
  border: 1px solid #999999;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper > .back:hover {
  color: #fff;
  background-color: #134b9f;
  border-color: #134b9f;
}
