.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;
    padding-left: 0.8rem;
    margin: 0 auto;
}
.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>ul{
    width: 100%;
    height: 0.45rem;
}
.contentContainer>.content>ul>li{
    float: left;
    width: 1.49rem;
    height: 0.45rem;
    margin-right: 0.02rem;
}
.contentContainer>.content>ul>li:last-of-type{
    margin-right: 0;
}
.contentContainer>.content>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.45rem;
    background-color: #66bcdc;
    text-align: center;
    font-size: 0.18rem;
    color: #ffffff;
}
.contentContainer>.content>ul>li>.active{
    background-color: #008fc5;
}
.contentContainer>.content>.trainTitle{
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin:0.36rem 0  0.11rem;
    font-weight: bold;
}
.contentContainer>.content>p{
    text-indent: 2em;
    font-size: 0.14rem;
    line-height: 0.28rem;
}
.contentContainer>.content>.imageContainer{
    text-align: center;
    min-height: 3.5rem;
    margin-top: 0.2rem;
}