.huang{
    width: 90%;
    margin: 1.5rem auto 0rem;
    position: relative;
}
.huang h1{
    position: absolute;
    font-size: 0.42rem;
    color: #fff;
    top:1rem;
    left: 0.5rem;
}
.huang h2{
    position: absolute;
    font-size: 0.28rem;
    color: #fff;
    top:1.65rem;
    left: 0.5rem;
}
.huang h3{
    position: absolute;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    top:1.9rem;
    left: 0.5rem;
}
.huang p{
    position: absolute;
    font-size: 0.2rem;
    color: #FCECDC;
    top:2.3rem;
    left: 0.5rem;
}
.zi{
    width: 90%;
    margin: 0.5rem auto;
    position: relative;
}
.zi h1{
    position: absolute;
    font-size: 0.42rem;
    color: #fff;
    top:1rem;
    right: 0.5rem;
}
.zi h2{
    position: absolute;
    font-size: 0.28rem;
    color: #fff;
    top:1.65rem;
    right: 0.5rem;
}
.zi h3{
    position: absolute;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    top:1.9rem;
    right: 0.5rem;
}
.zi p{
    position: absolute;
    font-size: 0.2rem;
    color: #FCECDC;
    top:2.3rem;
    right: 0.5rem;
}
.lansi{
    width: 85%;
    height: 4.5rem;
    margin:0.5rem auto 1rem;
    padding-bottom: 1rem;
}
.lansi li{
    width: 50%; 
    float: left;
    margin-bottom: 0.2rem;
}
.lansi li h1{
    font-size: 0.2rem;
    color: #FF8134;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.lansi li h1 span{
    font-size: 0.2rem;
    color: #E3DDC4;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.lansi li h2{
    font-size: 0.24rem;
    color: #FF8134;
    text-align: center;
    line-height: 0.3rem;
   
}
.lansi li p{
    font-size: 0.22rem;
    color: #7F7F7F;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}
.lansi li h3{
    font-size: 0.24rem;
    color: #D9CEA5;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}