.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1.2rem;
    background: #ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.content .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid #cccccc;
}
.con-top .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.45rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.6rem;
    margin-top: 0.5rem;
}
.con-top .con-time{
    width: 100%;
    height: 0.44rem;
    overflow: hidden;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
}
.content .con-bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid #cccccc;
    font-size: 0.26rem;
}
.con-bottom .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.38rem;
    margin-top: 0.3rem;
    text-indent:2em
}
.con-bottom .con-img{
    width: 100%;
    height: 4.45rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
}

.content .con-btn{
    width: 100%;
    height: 2.45rem;
    overflow: hidden;
}
.con-btn a{
    color: #333333;
}
.con-btn .con-upon{
    width: 100%;
    height: 0.58rem;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 0.58rem;
    margin-top: 0.5rem;overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}
.con-btn .con-under{
    width: 100%;
    height: 0.58rem;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 0.58rem;
    margin-top: 0.25rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
