.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/auout/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.news-wrapper .title-wrapper {
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.news-wrapper .title-wrapper > .title {
  width: 215px;
  height: 67px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #e6e6e6;
  font-weight: normal;
  margin-right: 80px;
  cursor: pointer;
  transition: all 0.5s;
}
.news-wrapper .title-wrapper > .title:last-child {
  margin-right: 0;
}
.news-wrapper .title-wrapper > .title:hover {
  color: #fff;
  background-color: #134b9f;
}
.news-wrapper .title-wrapper > .title.active {
  color: #fff;
  background-color: #134b9f;
}
.news-wrapper .content-wrapper {
  display: none;
}
.news-wrapper .content-wrapper.active {
  display: block;
}
.news-wrapper .content-wrapper .content {
  width: 1200px;
  margin: 0 auto;
  min-height: 840px;
}
.news-wrapper .content-wrapper .content .item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
  transition: all 0.5s;
}
.news-wrapper .content-wrapper .content .item:hover {
  padding-left: 20px;
  background-color: #f5f5f5;
}
.news-wrapper .content-wrapper .content .item:hover .item-content > .title {
  color: #134b9f;
}
.news-wrapper .content-wrapper .content .item > img {
  width: 138px;
  height: 76px;
  margin-right: 30px;
}
.news-wrapper .content-wrapper .content .item .date-wrapper {
  height: 75px;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-wrapper .content-wrapper .content .item .date-wrapper > .top {
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
}
.news-wrapper .content-wrapper .content .item .date-wrapper > .bottom {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  padding-left: 2px;
}
.news-wrapper .content-wrapper .content .item .item-content {
  height: 70px;
  width: 780px;
  padding-top: 6px;
}
.news-wrapper .content-wrapper .content .item .item-content > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  padding-bottom: 15px;
  transition: all 0.5s;
}
.news-wrapper .content-wrapper .content .item .item-content > .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: normal;
}
.news-wrapper .content-wrapper .content .item > .icon-gengduo {
  display: block;
  margin-right: 40px;
  margin-left: auto;
  width: 40px;
  height: 40px;
  color: #adadad;
  border: 1px solid #adadad;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding-left: 6px;
  transition: all 0.5s;
}
.news-wrapper .content-wrapper .content .item > .icon-gengduo:hover {
  background-color: #134b9f;
  border-color: #134b9f;
  color: #fff;
}
.news-wrapper .content-wrapper .page-allocator {
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.news-wrapper .content-wrapper .page-allocator .page-box .layui-box .layui-laypage-curr .layui-laypage-em {
  background-color: #134b9f;
}
.news-wrapper .content-wrapper .page-allocator .page-box .layui-box > a:hover {
  color: #134b9f !important;
}
