body{
    background: url(../images/sub-bg.png) no-repeat center bottom;
}
.horizontal-gradient {
    background: linear-gradient(to right, #016b3f, #fec600);
}

.aj-link-xt {
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/xt.jpg) no-repeat center;
}

.cldBody {
    background: #fff;
    width: 100%;
    margin: 5px auto;
    border: 1px solid #ddd;
    padding: 15px 0
}

    .cldBody .top {
        height: 40px;
        line-height: 25px;
        text-align: left;
        position: relative;
        font-size: 14px;
    }

#topDate {
    font-size: 24px;
}

#week td {
    font-size: 15px;
    background: #0863cf;
    color: #fff
}

td {
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}
    td.isDate span, td.curDate span {
       width:35px;
       height:35px;
       line-height:35px;
        margin: 0 auto;
        display: block;
    }

#tbody td:hover span {
   background:#ccc;
   border-radius:50%;
    cursor: pointer;
}

.curDate span {
    color: #fff;
    font-weight: bold;
    background: #0093c9;
    border-radius: 50%
}

#left, #right {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
}

#left {
    left: 0;
}

#right {
    right: 0;
}

    #left:hover, #right:hover {
        background-color: rgba(30, 30, 30, 0.2);
    }

.aj-li-style {
    background: url(../images/dian.png) no-repeat 0 10px;
    padding-left: 20px;
    margin: 25px 0;
}

.aj-xxx {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}