﻿.needAnime {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.lineH5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lineH5 h5 {
  position: relative;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.lineH5 .ea {
  position: absolute;
  top: -12px;
  width: 100%;
  text-align: center;
  height: 27px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #e7e7ef;
  line-height: 22px;
}
.lineH5 .ea-blue {
  color: #0048AF;
}
.pseudoH5 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  line-height: 36px;
  position: relative;
}
.pseudoH5::before {
  content: '';
  position: absolute;
  width: 181px;
  height: 4px;
  background: url('/template/default/images/title-left.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: -218px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pseudoH5::after {
  content: '';
  position: absolute;
  width: 181px;
  height: 4px;
  background: url('/template/default/images/title-right.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  right: -218px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav {
  height: 60px;
  border-bottom: 7px solid #E8E8E8;
}
.nav-box {
  height: 100%;
}
.nav-box-list {
  height: 100%;
}
.nav-box-list ul {
  height: 100%;
  padding: 0 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-box-list ul li {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.nav-box-list ul li p {
  height: 21px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 21px;
}
.nav-box-list ul li span {
  height: 13px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #bfbfbf;
  line-height: 13px;
}
.nav-box-list ul li:hover p,
.nav-box-list ul li.active p {
  color: #0D53D7;
}
.nav-box-list ul li:hover span,
.nav-box-list ul li.active span {
  color: rgba(13, 83, 215, 0.19);
}
.nav-box-list ul li.active {
  border-bottom: 2px solid #0D53D7;
}
.content {
  height: 1000px;
  overflow: hidden;
}
.content-box {
  height: 900px;
  padding: 50px 90px;
}
.content-box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-box-list-item {
  width: 489px;
  height: 110px;
  background: #f2f2f2;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.content-box-list-item-left {
  width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DFDFDF;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s;
}
.content-box-list-item-left p {
  height: 28px;
  font-size: 37px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #ffffff;
  line-height: 28px;
}
.content-box-list-item-left span {
  margin-top: 13px;
  height: 12px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  line-height: 12px;
}
.content-box-list-item-right {
  padding: 20px;
  width: 359px;
  -webkit-transition: background linear .5s;
  -moz-transition: background linear .5s;
  transition: background linear .5s;
}
.content-box-list-item-right h6 {
  width: 100%;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 16px;
}
.content-box-list-item-right h6::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 17px;
  background: #0166FF;
}
.content-box-list-item-right p {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #939393;
}
.content-box-list-item:hover .content-box-list-item-left {
  background: #0166FF;
}
.content-box-list-item:hover .content-box-list-item-right {
  background: #F1F7FF;
}
.content-control {
  margin-top: 15px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-control #kkpager {
  height: 100%;
}
