.titleContainer{
    width: 100%;
    height: 0.8rem;
    background-color:#42B9DC;
}
.titleContainer>.title{
    width: 9.44rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
    color: #fff;
    margin: 0 auto;
    padding-left: 0.8rem;
    font-weight: bold;
}
.contentContainer{
    width: 100%;
    height: auto;
}
.contentContainer>.content{
    margin: 0 auto;
    width: 9.04rem;
    height: auto;
    padding:0.48rem 0.6rem;
    background-color: #ffffff;
}
.contentContainer>.content>.contentTitle{
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.18rem;
    font-weight: bold;
}
.contentContainer>.content>.contentTitle>span{
    float: right;
    color: #818181;
    font-size: 0.14rem;
    font-weight: normal;
}
.contentContainer>.content>.line{
    border-bottom:0.01rem dashed #d9dbdd;
    margin: 0.16rem 0;
}
.contentContainer>.content>p{
    line-height: 0.32rem;
    font-size: 0.16rem;
}
.contentContainer>.content>.imgContainer{
    text-align: center;
    margin:0.28rem 0 ;
}
.textIndent{
    text-indent: 2em;
}