.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/hresources/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.hresources-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hresources-wrapper .title-wrapper {
  width: 1015px;
  margin: 0 auto;
  border-bottom: 2px solid #0e73b8;
  padding-bottom: 16px;
  display: flex;
  padding-left: 5px;
  padding-right: 4px;
}
.hresources-wrapper .title-wrapper .title-item {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.hresources-wrapper .title-wrapper .title-item.title1 {
  margin-right: 188px;
}
.hresources-wrapper .title-wrapper .title-item.title2 {
  margin-right: 270px;
}
.hresources-wrapper .title-wrapper .title-item.title3,
.hresources-wrapper .title-wrapper .title-item.title4 {
  margin-right: auto;
}
.hresources-wrapper .content-wrapper {
  width: 1015px;
  margin: 0 auto;
  min-height: 400px;
}
.hresources-wrapper .content-wrapper .content {
  display: flex;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.hresources-wrapper .content-wrapper .content .content-item {
  font-size: 16px;
  color: #666666;
}
.hresources-wrapper .content-wrapper .content .content-item.content1 {
  width: 265px;
}
.hresources-wrapper .content-wrapper .content .content-item.content2 {
  margin-right: 82px;
  width: 260px;
}
.hresources-wrapper .content-wrapper .content .content-item.content3 {
  margin-right: 96px;
  width: 72px;
  text-align: center;
}
.hresources-wrapper .content-wrapper .content .content-item.content4 {
  margin-right: auto;
  width: 72px;
  text-align: center;
}
.hresources-wrapper .content-wrapper .content .icon-gengduo {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  border-radius: 50%;
  padding-left: 2px;
  transition: all 0.5s;
  margin-right: 25px;
  font-size: 18px;
}
.hresources-wrapper .content-wrapper .content .icon-gengduo:hover {
  color: #fff;
  background-color: #134b9f;
  border-color: #134b9f;
}
.hresources-wrapper .page-allocator {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.hresources-wrapper .page-allocator .page-box .layui-box .layui-laypage-curr .layui-laypage-em {
  background-color: #134b9f;
}
.hresources-wrapper .page-allocator .page-box .layui-box > a:hover {
  color: #134b9f !important;
}
