.rjOneDiv{
    float: left;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    margin-top: 10px;
    /*border: 1px solid red;*/
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.rjImg{
    width: 30%;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 10px;
}
.rjTile{
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.rjJieshao{
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
}
.rjBtnDiv{
    width: 100%;
    height: auto;
    /*border: 1px solid red;*/
}
.rjBtn{
    width: 80px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #00aa00;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}