body{
    background-color: #fff;
}
.banner{
    height: 3.02rem;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.list{
    padding: .5rem;
    text-align: left;
}
.list li{
    margin-bottom: .3rem;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    padding: .45rem;
}
.list img{
    position: absolute;
    right: 0;
    top: -1px;
    height: .48rem;

}
.list h3{
    font-size: .36rem;
    font-weight: bold;
    position: relative;
}
.list p{
    font-size: .24rem;
    color: #666;
    line-height: 2.1;
}
.list a{
    color: #666;
}
