.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>.productContainer{
    min-height:1.48rem ;
    height: auto;
}
.contentContainer>.content>.productContainer>img{
    float: left;
}
.contentContainer>.content>.productContainer>.productInfo{
    margin-left: 3rem;
    width: 6.04rem;
    height: auto;
}
.contentContainer>.content>.productContainer>.productInfo>.productInfo_title{
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-top: 0.12rem;
    font-weight: bold;
}
.contentContainer>.content>.productContainer>.productInfo>.productInfo_title>a{
    float: right;
    font-size: 0.14rem;
    color: #008fc5;
    margin-right: 0.32rem;
    font-weight: normal;
}
.contentContainer>.content>.productContainer>.productInfo>.productInfo_title>a:first-of-type{
    margin-right: 0;
}
.contentContainer>.content>.productContainer>.productInfo>.productInfo_title>a>i{
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: url("../images/web_pinging_gamer_right.png");
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    margin-left: 0.08rem;
}
.contentContainer>.content>.productContainer>.productInfo>.downImage{
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.07rem;
    border: 0.01rem solid #d9dbdd;
}
.contentContainer>.content>.productContainer>.productInfo>.productDesc{
    width: 5.15rem;
    height: 0.94rem;
    min-height: 0.94rem ;
    padding-top: 0.25rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #555;
    text-indent: 1.5em;
}
.contentContainer>.content>.line{
    margin:0.22rem 0;
}
.contentContainer>.content>.line:last-of-type{
    margin: 0.22rem 0 0 0;
}