﻿
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}
/*主体*/
.list-container {
    display: inline-block;
    width: 1160px;
    text-align: center;
    margin-bottom: 90px;
}

.top {
    text-align: left;
    height: 318px;
    background: url("https://dean.aiit.edu.cn/template/15/jwc/_files/img/mainpic.png") center -211px no-repeat;
}

/*右边*/
.right-div {
    width: 1160px;
}

.grid-header {
    margin-top: 20px;
    position: relative;
}

.right-content {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: left;
    position: relative;
}
.content{
    margin-top: 30px;
    position: relative;
    left: 50px;
    width: 800px;
    min-height: 700px;
}
.calendarpic{
    width:100% ;
    height:1600px ;
    background: #999;
}

.right-list-cell {
    width: 300px;
    position: absolute;
    top: 10px;
    left: 900px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #114daa;
    overflow: hidden;
    height: 650px;
}

.time {
    margin-top: 20px;
}

.month {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #114daa;
}

.year {
    display: block;
    font-size: 20px;
    text-align: center;
}

.lit-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b7c2d3;
    border-radius: 3px;
    position: relative;
}

.big-point {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #889ab6;
    border-radius: 5px;
    position: relative;
}

.clobs {
    padding: 10px 10px;
    font-size: 20px;
}

.clobs p {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
    background: url("../image/point.png") 1px 9px no-repeat;
}