.home-content{
    height: 56px;
    background-color: #d2d2d2;
}
.home-content .general{
    height: 56px;
    width: 455px;
    overflow: hidden;
}
.home-content .general .general-item{
    width: 125px;
    height: 56px; line-height: 56px;
    font-family: "UTM Facebook"; font-size: 14px;
    color: #8c8c8c;
    padding-left: 100px;
    background-color: #d2d2d2;
    border: none !important;
}
.home-content .general .general-item a{
    color: #8c8c8c;
    text-decoration: none;
}
.home-content .general .general-item a:hover{
    color: #0b8dc4;
}
.home-content .general .general-item.success{
    background: url(../images/success.png) 53px center no-repeat;
}
.home-content .general .general-item.studentship{
    background: url(../images/studentship.png) 53px center no-repeat;
}
.home-content .general .general-item.teacher{
    background: url(../images/teacher.png) 45px center no-repeat;
}
.home-content .general .general-item.courses{
    background: url(../images/courses.png) 45px center no-repeat;
}
.home-content .comment{
    height: 56px;
    width: 545px;
    background: #d7e1ed url(../images/vach.png) left top no-repeat;
}
.home-content .comment .detail{
    position: relative;
    margin-left: 27px;
    padding: 9px 5px 0 69px;
    height: 47px;
    background: url(../images/comment.png) left 7px no-repeat;
    color: #656565;
}
.home-content .comment .detail .name{
    display: block;
    position: absolute; bottom: 10px; right: 10px;
    color: #656565; font-weight: bold; text-transform: uppercase;
    background: url(../images/name.png) left 8px no-repeat;
    padding-left: 39px;
}
.home-content .comment .detail .name a{
    text-decoration: none; color: #656565;
}
.home-content .comment .detail .name a:hover{
    color: #008198;
}
#slide-static{
    margin: 0; padding: 0;
    list-style: none;
}
#slide-static li{
    float: left;
    margin: 0; padding: 0;
    width: 455px; height: 56px;
}
#slide-comment{
    margin: 0; padding: 0;
    list-style: none;
    height: 56px;
    overflow: hidden;
}
#slide-comment li{
    float: left;
    margin: 0; padding: 0;
    width: 545px; height: 56px;
}