* {
    margin: 0;
    padding: 0;
}

.box {
    width: 100%;
    background-color: #f1f1f1;
}

.main {
    width: 80%;
    margin: 0 auto;
}

.dispib {
    display: inline-block;
}

.text {
    position: absolute;
    top: 50px;
    left: 50px;
}

.textr {
    text-align: right;
}

.footer {
    text-align: center;
    background-color: #d0d0d0;
    height: 40px;
    line-height: 40px;
}

.header {
    background-color: #fff;
    padding-top: 20px;
}

.header_left {
    width: 240px;
    height: 84px;
    margin-left: 20%;
    border-right: 2px solid #f1f1f1;
}

.school_name,
.header_right {
    height: 84px;
    vertical-align: middle;
}

/********************评论******************************/
.comment-list .comment-info {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.comment-list .comment-info header {
    width: 10%;
    position: absolute;
    display: block;
}
.comment-list .comment-info header img {
    width: 75%;
    border-radius: 50%;
    padding: 5px;
}
.comment-list .comment-info .comment-right {
    padding: 5px 0px 5px 9%;
    display: block;
}
.comment-list .comment-info .comment-right h3 {
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #2A2A2A;
}
.comment-list .comment-info .comment-right .content {
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
}
.comment-list .comment-info .comment-right .timescss{
    font-size: 13px;
    color: #C2C2C2;
}
/********************评论end******************************/
/*最新资源*/
.newfile_name {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.new-dates {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.padding-5 {
    padding: 5px;
}
.imgpostion {
    vertical-align: bottom;
}
