.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/hresourcesDetail/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.content-wrapper {
  padding-top: 70px;
  padding-bottom: 180px;
  max-width: 1600px;
  margin: 0 auto;
}
.content-wrapper .title-wrapper {
  margin-left: auto;
  margin-right: 40px;
  padding-bottom: 50px;
  width: 1200px;
  border-bottom: 1px solid #e6e6e6;
}
.content-wrapper .title-wrapper > .title {
  font-size: 30px;
  color: #333333;
  padding-bottom: 30px;
  line-height: 1;
  font-weight: normal;
}
.content-wrapper .title-wrapper > .description {
  font-size: 18px;
  line-height: 1;
  color: #666666;
  font-weight: normal;
}
.content-wrapper .content {
  margin-left: auto;
  margin-right: 40px;
  padding-bottom: 50px;
  width: 1200px;
}
.content-wrapper .content .content-item {
  margin-top: 60px;
}
.content-wrapper .content .content-item > .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  padding-left: 10px;
  padding-bottom: 30px;
  position: relative;
}
.content-wrapper .content .content-item > .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  border-left: 3px solid #134b9f;
}
.content-wrapper .content .content-item > .text {
  line-height: 36px;
  font-size: 16px;
  color: #333333;
}
.content-wrapper .menu-wrapper {
  margin-left: auto;
  margin-top: 70px;
  margin-right: 40px;
  width: 1200px;
  display: flex;
}
.content-wrapper .menu-wrapper .menu {
  display: block;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #666666;
  margin-right: 60px;
  font-size: 18px;
  transition: all 0.5s;
  border: none;
  cursor: pointer;
}
.content-wrapper .menu-wrapper .menu:hover {
  background-color: #134b9f;
}
