.content{
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.w100{
    width: 100%;
}
.bgf2{
    background: #f2f2f2;
}
.bgW{
    background: #fff;
}
.h20{
    height: 0.2rem;
}
.h100{
    height: 100%;

}
.inBanner{
    width: 100%;
    height:4.05rem;
    margin-bottom: 0.2rem;
    background: url(../img/1.png)no-repeat center;
    background-size: 100% 4.05rem;
}
.marB20{
    margin-bottom: 0.2rem;
}
.colorW{
    color: #fff;
}
.colorB{
    color: #000;
}
.color66{
    color: #666;
}
.fL{
    float: left;
}
.fR{
    float: right;
}
.fon22{
    font-size: 0.22rem;
}
.fon24{
    font-size: 0.24rem;
}
.fon26{
    font-size: 0.24rem;
}
.fon30{
    font-size: 0.3rem;
}
.pT20{
    padding-top: 0.2rem;
}
.colorH{
    color: #ffd600;
}
.content40{
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}



.inBt1{
    font-size: 0.46rem;
    margin-top: 0.68rem;
    /* width: 100%;
     text-align: center;*/
}
.disB{
    display: block;
}
.hang5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.hang1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hang3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.kechengT1{
   line-height: 0.92rem;
}
.jiluList{
    color: #666;
    line-height: 0.44rem;
}

