.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/newsDetail/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.content-wrapper > .title {
  padding-top: 100px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #333;
}
.content-wrapper > .time {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #b2b2b2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.content-wrapper > .content {
  width: 1210px;
  margin: 0 auto;
  padding-bottom: 75px;
  border-bottom: 1px dashed #cccccc;
}
.content-wrapper > .notice {
  width: 1210px;
  margin: 0 auto;
  padding-top: 20px;
}
.content-wrapper > .notice .item {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.content-wrapper > .notice .item > a:hover {
  color: #134b9f;
  text-decoration: underline;
}
.content-wrapper > .menu-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 150px;
}
.content-wrapper > .menu-wrapper .item {
  width: 380px;
  height: 44px;
  display: block;
  color: #666;
  border: 1px solid #999;
  text-align: center;
  line-height: 42px;
  margin-right: 35px;
  padding: 0 30px;
  font-size: 16px;
}
.content-wrapper > .menu-wrapper .item:last-child {
  margin-right: 0;
}
.content-wrapper > .menu-wrapper .item:hover {
  color: #fff;
  background-color: #134b9f;
  border-color: #134b9f;
}
.content-wrapper > .menu-wrapper .item.disabled:hover {
  color: #666;
  background-color: #fff;
  border-color: #999;
  cursor: not-allowed;
}
