﻿.student {
    height: 65px;
    border-bottom: 1px dashed #cccccc;
}
.bg-icon {
    background: url(../images/li4.png);
    width: 105px;
    height: 30px;
    float: left;
    margin-top: 17px;
}
.bg-icon p {
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    text-align: center;
}
.stu-text {
    margin-left: 35px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    float: left;
    margin-top: 25px;
}
.stu-logo {
    float: right;
    margin-top: 28px;
}
.stu-text:hover {
    color: #aa0000;
}
.bottom-button {
    width: 356px;
    margin: 30px auto 60px;
}
.pre {
    width: 40px;
    height: 25px;
    background-color: #ffffff;
    border:1px solid #888888;
    box-sizing: border-box;
    font-size: 12px;
}
.next {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border:1px solid #888888;
    box-sizing: border-box;
}