.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/standard/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.standard-wrappper > .title {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  width: 215px;
  height: 67px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #134b9f;
  border: 1px solid #134b9f;
  font-weight: normal;
}
.standard-wrappper > .content {
  width: 1200px;
  margin: 0 auto;
  min-height: 840px;
}
.standard-wrappper > .content .item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
  transition: all 0.5s;
}
.standard-wrappper > .content .item:hover {
  padding-left: 20px;
  background-color: #f5f5f5;
}
.standard-wrappper > .content .item:hover .item-content > .title {
  color: #134b9f;
}
.standard-wrappper > .content .item > img {
  width: 138px;
  height: 76px;
  margin-right: 30px;
}
.standard-wrappper > .content .item .date-wrapper {
  height: 52px;
  width: 68px;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.standard-wrappper > .content .item .date-wrapper > .top {
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
}
.standard-wrappper > .content .item .date-wrapper > .bottom {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  padding-left: 2px;
}
.standard-wrappper > .content .item .item-content {
  width: 950px;
}
.standard-wrappper > .content .item .item-content > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  transition: all 0.5s;
}
.standard-wrappper > .content .item .item-content > .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: normal;
}
.standard-wrappper > .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;
}
.standard-wrappper > .content .item > .icon-gengduo:hover {
  background-color: #134b9f;
  border-color: #134b9f;
  color: #fff;
}
.standard-wrappper .page-allocator {
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.standard-wrappper .page-allocator .page-box .layui-box .layui-laypage-curr .layui-laypage-em {
  background-color: #134b9f;
}
.standard-wrappper .page-allocator .page-box .layui-box > a:hover {
  color: #134b9f !important;
}
