.banner{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.8rem;
}
.title{
    width: 100%;
    height: 0.6rem;
    background: #ffffff;
    border-bottom: 0.01rem solid #eeeeee;
    margin: 0 auto;
    overflow: hidden;
}
.title .title-ul{
    width: 6rem;
    height: 0.6rem;
    margin: 0 auto;
}
.title-ul .title-li{
    display: block;
    width: 2rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
    float: left;
}
.title-li.active{
    background: #c1272d;
    color: #ffffff;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.content .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 0.34rem;
    margin-top: 0.35rem;
}
.content .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.content .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.1rem;
    text-align: justify;
}