body{
    background-color: rgba(242, 242, 242, 1);
}
.left-content{
    margin-top: 0px;
    padding: 20px 30px 50px 30px;
}
.right-content{
    padding: 20px 20px 50px 20px;
}
.study-wrap{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 24px;
}
.study-wrap img{
    float: left;
    height: 110px;
    width: 210px;
}
.study-detail{
    color: #999999;
    margin-left: 230px;
}
.study-detail h5{
    font-weight: normal;
    margin-bottom: 12px;
}
.study-detail h5 a{
    color: #333;
    font-size: 18px;
}
.study-detail time{
    font-size: 12px;
}
.study-detail p{
    font-size: 14px;
    margin-top: 12px;
}