.rt-con{
        padding: 15px 20px;
    box-sizing: border-box;
}
.rt-con img{
max-width:100%; 
}
.rt-con p{
    width: 100%;
}
.con-title{
    font-size: 17px;
    width: 100%;
            text-align: center;
}
.con-time{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    margin-top: 10px;
margin-bottom: 5px;
}
.con-text{
    margin-top: 30px;
    width: 100%;
    text-align: left;
    white-space: normal;
    line-height: 30px;
}