*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.kyxm-table{
  width: 86%;
  margin: 4vw auto;
  border-bottom: 3px solid #1448b5;
}
.table-head{
  width: 100%;
  height: 4vw;
  background: #1448b5;
  display: flex;
  justify-content: space-between;
}
.table-head .head-li{
  position: relative;
  font-size: 1.2vw;
  line-height: 4vw;
  text-align: center;
  color: #fffffd;
  width: 40%;
}
.table-head .head-li:first-child{
  width: 10%;
}
.table-head .head-li:last-child{
  width: 10%;
}
.table-list, .list-li{
  width: 100%;
}
.list-item{
  display: flex;
  justify-content: space-between;
  background: #f3f6fb;
  min-height: 4vw;
}
.list-item:nth-child(2n){
  background: #ffffff;
}
.item-tr{
  font-size: 0.8vw;
  line-height: 1.6vw;
  text-align: center;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-tr{
  width: 40%;
  border-right: 1px solid #d2ddf1;
}
.item-tr:first-child{
  width: 10%;
  border-left: 1px solid #d2ddf1;
}
.item-tr:last-child{
  width: 10%;
}
@media screen and (max-width: 1920px){
  .table-head .head-li{
    font-size: 1.4vw;
  }
  .item-tr{
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px){
  .kyxm-table{
    width: 92%;
    margin: 35px auto;
  }
  .table-head{
    height: 8vw;
  }
  .table-head .head-li{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-head .head-li p{
    font-size: 2.6vw;
    line-height: 3vw;
  }
  .table-head .head-li:first-child{
    width: 6%;
  }
  .table-head .head-li{
    width: 41%;
  }
  .table-head .head-li:last-child{
    width: 12%;
  }
  .item-tr{
    width: 41%;
    padding: 2vw 2vw;
    font-size: 2.6vw;
    line-height: 4.8vw;
  }
  .item-tr:first-child{
    width: 6%;
    padding: 0;
  }
  .item-tr:last-child{
    width: 12%;
    padding: 0;
  }
}

@media screen and (max-width: 767px){
  .table-head{
    height: 14vw;
  }
  .table-head .head-li:first-child, .item-tr:first-child{
    width: 10%;
  }
  .table-head .head-li, .item-tr{
    width: 39%;
  }
  .table-head .head-li p{
    font-size: 4vw;
    line-height: 5vw;
  }
  .item-tr {
    font-size: 4vw;
    line-height: 8vw;
  }

}