body {
  background-color: #fff;
}

.top-bar {
  background-color: #013d97;
  width: 100%;
}

.women {
  position: relative;
}

#women {
  height: 65px;
  line-height: 65px;
}

#cp {
  height: 65px;
  line-height: 65px;
}

.women-title {
  position: absolute;
  z-index: 99;
  background-color: #013d97;
  text-align: center;
  left: 0;
  width: 100%;
  top: 65px;
  display: none;
  line-height: 0;
}

.name:hover {
  color: skyblue;
}

.name {
  padding: 20px 0;
}

.anli-box {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.an-li {
  padding: 0px 20px;
}

.anli-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.left-box {
  border: 1px solid #058ade;
  height: 151px;
  margin-right: 30px;
  width: 120px;
  text-align: center;
}

.left-box li {
  padding-top: 10px;
}

.left-title {
  background-color: #058ade;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}

.content-list {
  text-align: center;
}

.content-list div {
  border-bottom: 1px solid #058ade;
  font-size: 14px;
  cursor: pointer;
}

.content-list div a {
  display: block;
  color: #000;
  padding: 8px 0;
}

.content-list div:last-child {
  border-bottom: none;
}

.content-list div a.active,
.content-list div a:hover {
  background: #bee3fa;
}

.content-list div.active {
  background: #058ade;
  color: #fff;
}

.xw-box {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.xw-text {
  cursor: pointer;
  padding: 0.3125rem 0;
}

.xw-text a {
  color: black;
}

.xw-icon {
  display: inline-block;
  float: right;
}

#xw-click {
  display: none;
}

.right-box {
  /* flex: 1; */
  width: 1002px;
  margin-bottom: 20px;
}

.right-title {
  background-color: #058ade;
  padding: 10px 20px;
  color: #fff;
}

.right-img {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #058ade;
}

.img {
  padding-bottom: 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
}

.xw-box p img {
  width: 100%;
}

.new-box {
  margin-top: 30px;
}

.new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f7f7f7;
  margin-top: 30px;
}

.new-left {
  display: flex;
  align-items: center;
}

.new-right {
  margin-right: 50px;
}

.first-t {
  font-size: 18px;
}

.new-title {
  margin-left: 30px;
}

button {
  width: 100px;
  height: 40px;
  margin-top: 30px;
}

.bottom-box {
  background-color: #013d97;
  height: 300px;
}

.box {
  display: flex;
  justify-content: space-between;
}

.botton-bar {
  padding-top: 30px;
  color: #fff;
  text-align: center;
}

.title {
  font-size: 30px;
  padding-bottom: 20px;
}

.t {
  padding: 5px 0;
  font-size: 14px;
}

.bt {
  padding: 5px 0;
}

.floot {
  height: 60px;
  background-color: slategrey;
  line-height: 60px;
}

.floot-text {
  text-align: center;
  color: #fff;
}

.pagination-x {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

ul.pagination li a.active {
  background-color: #013d97;
  color: white;
  border: 1px solid #013d97;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

#dt {
  /* display: none; */
}

#kt {
  display: none;
}

#jx {
  display: none;
}