.aqsc{
  width: 100%;
  padding-top: 362px;
  padding-top: 3.62rem;
  background: url(./aqsc2024-banner.png) center top no-repeat;
  background-size: 1920px auto;
  background-size: 19.2rem auto;
}
.aqsc *{
  box-sizing: border-box;
}
.aqsc-content{
  width: 1200px;
  width: 12rem;
  margin: auto;
}
.aqsc-items{
  padding-bottom: 20px;
  padding-bottom: 0.2rem;
  margin-top: 17px;
  margin-top: 0.17rem;
}
.aqsc-item{
  width: 374px;
  width: 3.74rem;
	height: 140px;
	height: 1.40rem;
	border-radius: 4px;
	border-radius: 0.04rem;
  margin-right: 38px;
  margin-right: 0.38rem;
  margin-bottom: 41px;
  margin-bottom: 0.41rem;
  float: left;
  color: #6E4C17;
  position: relative;
}
.aqsc-item img{
  width: 100%;
  height: 100%;
  display: block;
}
.aqsc-item:hover{
  text-decoration: none;
}
.aqsc-item p{
  position: absolute;
  left: 27px;
  left: 0.27rem;
  top: 0;
  font-size: 22px;
  font-size: 0.22rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 0.3rem;
  width: 143px;
  width: 1.43rem;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.aqsc-items .aqsc-item:nth-child(3n){
  margin-right: 0;
}
.aqsc-items .aqsc-item:nth-child(2) p{
  color: #0C4E96;
}
.aqsc-items .aqsc-item:nth-child(3) p,.aqsc-items .aqsc-item:nth-child(5) p{
  color: #84512F;
}
@media screen and (max-width: 768px){
  .aqsc{
    /* background-size: 100%;
    padding-top: 1.4rem; */
    /* background-size: 10rem;
    padding-top: 1.88rem; */
    background-size: 160% auto;
    padding-top: 30vw;
  }
  .aqsc-content{
    width: 100%;
    padding: 0 0.25rem;
  }
  .aqsc-item{
    /* width: 3.4rem; */
    width: 49%;
    height: 1.3rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .aqsc-items .aqsc-item:nth-child(2n){
    float: right;
  }
  .aqsc-item p{
    width: 2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}