.content {
  background: #fff;
}

.center-top {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 20px;
}

.title {
  border-top: 1px solid #E9E9E9;
  position: relative;
  padding: 50px 0;
}

.title>span {
  color: #254D81;
  padding: 0 30px;
  background-color: #fff;
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title>p {
  text-indent: 2em;
}

.center-center {
  width: 100%;
  background-color: #F7F7F7;
  padding: 35px 0;
}

.bx {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #E9E9E9;
  position: relative;
}

.bx>span {
  font-size: 22px;
  font-weight: 700;
  padding: 0 30px;
  background-color: #F7F7F7;
  color: #254D81;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.type-area-title {
  margin: 40px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.type-area-title-item {
  width: 140px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.type-area-title-item:hover,.type-area-title-item.active{
  background-color:#254D81;
  color:#fff;
  cursor:pointer;
}

.type-area-title-item:hover a,.type-area-title-item.active a{
  color: #fff;
}

.type-area-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.type-area-content>h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.type-area-content>p {
  margin-top: 40px;
  text-indent: 2em;
}

.center-button {
  background-color: #fff;
  padding: 50px;
}

.center-button-content {
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #E9E9E9;
  width: 1200px;
  position: relative;
  padding-top: 40px;
}

.center-button-content>span {
  position: absolute;
  background-color: #fff;
  padding: 0 20px;
  font-size: 22px;
  color: #254D81;
  font-weight: 700;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.center-button-list {
  width: 100%;
  text-align: center;
}

.list-title {
  background-color: #F3F6FD;
  line-height: 40px;
  border-bottom: 1px solid #E9E9E9;
}

.list-title>th {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.list-content>tr {
  line-height: 40px;
  border-bottom: 1px solid #E9E9E9;
}

.biaoge {
  width: 100%;
  margin-bottom: 20px;
}

.biaotou {
  width: 100%;
  line-height: 40px;
  padding: 0 30px;
  background-color: #F2F6FC;
  display: flex;
  font-weight: 700;
  border-bottom: 1px solid #E9E9E9;
}

.biaotou>span:nth-child(1) {
  width: 10%;
}

.biaotou>span:nth-child(2) {
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.biaotou>span:nth-child(3) {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.biaotou>span:nth-child(4) {
  width: 10%;
}
.biaotou>span:nth-child(5) {
  width: 10%;
}

.liebiao {
  width: 100%;
  padding: 0 30px;
  line-height: 40px;
}

.liebiao>li {
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}

.liebiao>li>span:nth-child(1) {
  width: 10%;
}

.liebiao>li>span:nth-child(2) {
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.liebiao>li>span:nth-child(3) {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.liebiao>li>span:nth-child(4) {
  width: 10%;
}
.liebiao>li>span:nth-child(5) {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .center-top {
    width: 100%;
    padding: 20px;
  }

  .title>span {
    white-space: nowrap;
    padding: 0 10px;
  }

  .bx {
    width: 100%;
  }

  .type-area-title {
    justify-content: center;
  }
  .type-area-content{
    padding: 40px 20px;
  }
  .center-button{
    padding: 40px 20px;
  }
  .center-button-content>span {
    white-space: nowrap;
    padding: 0 10px;
  }

  .center-button-content {
    width: 100%;
  }
  .biaotou {
    padding: 0;
    justify-content: space-between;
  }

  .biaotou>span {
    width: auto !important;
  }
  .biaotou>span:nth-child(2) {
    width: 20% !important;
  }
  .liebiao {
    padding: 0;
  }

  .liebiao>li {
    justify-content: space-between;
    display: block;
  }


  .liebiao>li>span {
    width: auto !important;
  }
  .liebiao>li>span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

}