.wrapper{
    padding: 4px 0 20px;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.itemWrapper{
    border-bottom: 1px solid #ccc;
}
.itemWrapper:last-child{
    border: none;
}
.headline{
    width: 6rem;
    margin: 1.4rem 0 0 1rem;
    background: #a8a8a8;
    color: #fff;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
    text-align: center;
}
.title{
    margin-top: 1.2rem;
    font-size: 1.6rem;
    padding-left: 1rem;
    line-height: 2rem;
}
.content{
    margin-top: 0.6rem;
    padding: 0 1rem 1.4rem;
    color:#929292;
    font-size: 1.4rem;
    line-height: 2rem;
}
.img{
    display: block;
    width: 90%;
    margin:0 auto;
    margin-top: -6px;
}