.wrapper{
    padding: 2.5rem 1.2rem 0;
    background: #fff;
}
.itemWrapper{
    width: 100%;
    position: relative;
    padding: 2.65rem 0 2.15rem;
    border-top: 1px solid #e6e6e6;
}
.headline{
    position: absolute;
    width: 5.5rem;
    text-align: center;
    top: -0.8rem;
    left: 50%;
    margin-left: -3rem;
    background: #ffffff;
    color: #f46200;
    font-size: 1.2rem;
}
.title{
    font-size: 1.4rem;
    line-height: 2rem;
}
.content{
    margin-top: 0.6rem;
    color:#929292;
    font-size: 1.2rem;
    line-height: 2rem;
}
.img{
    display: block;
    width: 90%;
    margin:0 auto;
    margin-top: -6px;
}