.fieldContent {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920 / 913;
  margin: 0 auto ;
   background-image: url("/material/images/gebiao_bg.jpg");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fieldContent .background {
  position: relative;
  width: 89.375rem;
  height: 47.6875rem;
  background-image: url("/material/images/gebiao_bc.png");
  background-size: 100% 100%;
}
.fieldContent .title {
  width: 73.9375rem;
  height: 6.375rem;
}

.fieldContent .fieldTitle {
  color: #074fa9;
  font-size: 1.1rem;
  font-weight: bold;
}

.fieldContent a {
  color: #649ddf;
}
.fieldContent .fieldTitle a {
 color: #074fa9;
}

.fieldContent .list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5.5rem;
  left: 0rem;
  padding: 0 7rem;
  box-sizing: border-box;
}
.fieldContent .list div{
    width: 33%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.fieldContent .list div p:nth-child(2) {
    margin-top: 1rem;
    text-indent: 2em;
    line-height: 1.5rem;
}
