.dsjt-wrap {
  width: 100%;
  margin: 0 auto;
  background: url(../assets/header.png) center top no-repeat;
}
.dsjt-wrap::before {
  content: '';
  position: absolute;
  width: 131px;
  height: 39px;
  left: 0;
  bottom: -80px;
  background: url(../assets/center-bg1.png) center top no-repeat;
}
.dsjt-wrap header {
  height: 194px;
  margin: 0 auto;
  width: 1082px;
}
.dsjt-wrap header .header-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.dsjt-wrap header .header-wrap img {
  height: 31px;
  margin-top: 30px;
}
.dsjt-wrap header .header-wrap ul {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 520px;
}
.dsjt-wrap header .header-wrap ul li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 80px;
}
.dsjt-wrap header .header-wrap ul li a {
  font-size: 16px;
  color: #fff;
}
.dsjt-wrap header .header-wrap ul li a:hover {
  font-size: 20px;
}
.dsjt-wrap section {
  background: url(../assets/jt-headbg.png) center top no-repeat;
  width: 1082px;
  padding-top: 80px;
  margin: 0 auto;
}
.dsjt-wrap section .imgs-wrap {
  width: 1000px;
  margin: 0 0 0 80px;
}
.dsjt-wrap section .imgs-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.dsjt-wrap section .imgs-wrap ul::before {
  content: '';
  position: absolute;
  background: url(../assets/center-bg2.png) center top no-repeat;
  width: 258px;
  left: -120px;
  top: 420px;
  height: 52px;
  z-index: -1;
}
.dsjt-wrap section .imgs-wrap ul::after {
  content: '';
  position: absolute;
  background: url(../assets/gydsr.png) center top no-repeat;
  width: 314px;
  right: -120px;
  top: 302px;
  height: 73px;
  z-index: -1;
}
.dsjt-wrap section .imgs-wrap ul li {
  width: 300px;
  height: 320px;
  margin-top: 10px;
  float: left;
}
.dsjt-wrap section .imgs-wrap ul li div {
  width: 100%;
}
.dsjt-wrap section .imgs-wrap ul li div img {
  width: 300px;
  height: 200px;
}
.dsjt-wrap section .imgs-wrap ul li a {
  word-wrap: break-word;
  display: block;
  color: #0046c5;
  font-size: 14px;
}
.dsjt-wrap section .imgs-wrap ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.dsjt-wrap section .imgs-wrap .page-wrap {
  height: 32px;
  width: 250px;
  margin: 0 auto;
  margin-top: 38px;
  display: flex;
}
.dsjt-wrap section .imgs-wrap .page-wrap .pagebtn {
  font-size: 14px;
}
.dsjt-wrap section .imgs-wrap .page-wrap .pagebtn button {
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  font-size: 14px;
}
.dsjt-wrap section .imgs-wrap .page-wrap .pagesize span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.dsjt-wrap section .imgs-wrap .page-wrap .pagesize span:last-child {
  margin-right: 10px;
}
.dsjt-wrap section .imgs-wrap .page-wrap .pagesize span.active {
  background-color: #2447a0;
  color: #fff;
}
