#mainView {
    background: url(../images/iSchool/notice/bg.jpg);
}
#logo {
    position: absolute;
    top: 80px;
    left: 105px;
}
#noticeGridBox {
    position: absolute;
    top: 140px;
    left: 40px;
}
.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icon {
    position: absolute;
    top: 20px;
    left: 15px;
}
.inner {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 330px;
    height: 70px;
    line-height: 35px;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picture {
    position: absolute;
    left: 380px;
    top: 13px;
    width: 189px;
    height: 126px;
}
.date {
    position: absolute;
    top: 100px;
    left: 60px;
    height: 30px;
    line-height: 30px;
    width: 300px;
    font-size: 22px;
    color: #898886;
    text-align: right;
}
#noticeGridPager {
    position: absolute;
    top: 650px;
    left: 1000px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}