.navigation_head {
  margin: 30px 0 30px 0;
}
.navigation_head span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head span a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head .text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.navigation_head .text:hover {
  color: #333 !important;
}
.top {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.navigation_head .text:hover {
  color: #A23BDA;
}
header {
  position: static;
  border-bottom: 1px solid #E1E3E2;
}
.version {
  width: 1200px;
  margin: 0 auto;
}
.backdrop {
  width: 100%;
  background: url(../images/backdrop.png) no-repeat;
  overflow: hidden;
  min-width: 1200px;
  background-size: 100% 1124px;
}
.case {
  width: 1091px;
  height: 758px;
  background: url(../images/sdjs.png) no-repeat;
  position: relative;
  box-sizing: border-box;
  background-size: 100% 758px;
  margin: 0 auto;
}
.case .case-title {
  position: absolute;
  left: 113px;
  top: 57px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.case .case_content ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin-left: 113px;
}
.case .case_content ul li {
  width: 872px;
  height: 99px;
  opacity: 1;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  position: relative;
}
.case .case_content ul li:hover {
  background: linear-gradient(90deg, #b733ff 17%, #b733ff 100%);
  border-radius: 8px;
}
.case .case_content ul li .graphics {
  height: 46px;
  width: 46px;
  position: absolute;
  top: 0;
  right: 121px;
}
.case .case_content ul li:hover .case_time {
  background: none;
  border: 0;
  color: white;
}
.case .case_content ul li:hover .case_time span {
  color: white;
}
.case .case_content ul li:hover a p {
  color: white;
}
.case .case_content ul li:hover .case_time span {
  color: white;
}
.case .case_content ul li:hover a .line1 {
  background: url(../images/line2.png) no-repeat center top;
}
.case .case_content ul li:hover a .arrow {
  background: url(../images/right_white.png) no-repeat center top;
}
.case .case_content ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 16px;
}
.case .case_content ul li p {
  width: 627px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 46px;
}
.case .case_content ul .case_time {
  width: 95px;
  height: 72px;
  background: rgba(169, 45, 227, 0.1);
  opacity: 1;
  border-left: 4px solid #A92DE3;
  box-sizing: border-box;
  text-align: center;
  margin-right: 30px;
  border-radius: 0 5px 5px 0;
}
.case .case_content ul .case_time span:first-child {
  padding-top: 5px;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #A92DE3;
}
.case .case_content ul .case_time span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #A92DE3;
}
.case .case_content ul li:first-child {
  margin-top: 95px;
}
.case .case_content ul li:last-child {
  margin-bottom: 60px;
}
.case .case_content ul .line1 {
  background: url(../images/line1.png) no-repeat center top;
  width: 2px;
  height: 27px;
  margin-right: 24px;
}
.case .case_content ul .arrow {
  background: url(../images/right_gray.png) no-repeat center top;
  width: 20px;
  height: 16px;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #A92DE3 !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #A92DE3 !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #606266 !important;
}
.pagez .el-pagination {
  text-align: center;
}
.pagez .el-pager li.active {
  color: #A92DE3 !important;
  cursor: default;
}
.pagez .el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  line-height: 27px !important;
}
