*{
    margin: 0;
    padding: 0;
}
.box{
    width: 100%;
    height: 100%;

}
.box .head{
    width: 7.12rem;
    height: 0.9rem;
    background: #ff9e02;
    padding: 0 0.19rem;
    font-size: 0.34rem;
    color: white;
    line-height: 0.9rem;
    text-align: center;
    position: relative;
}
.head .iconfont{
    position: absolute;
    top: 0;
    left: 0.19rem;
    display: block;
    width: 0.4rem;
    height: 100%;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.9rem;
}
.head a{
    color: white;
}
.box .content{
    width: 7.12rem;
    height: auto;
    padding: 0 0.19rem;
    overflow: hidden;
}
.content .con-title{
    width: 100%;
    height: 0.38rem;
    margin-top: 0.24rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.38rem;
    font-weight: bold;
}
.content .con-box{
    width: 100%;
    height: auto;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
}
