﻿
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

/* -------------- 页面布局 -------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
}
.right-div .grid-header a:hover,.top .top-right a:hover{
    color: #11356d;
}

.container {
    margin-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.main-content .topnull {
    height: 15px;
}

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

/*头部样式*/
.header-top {
    width: 100%;
    min-width: 1200px;
    height: 32px;
    background: #006fc1;
    color: #fff;
    position: relative;
}

.info-phone {
    float: right;
    margin-right: 10%;
    width: auto;
    padding-top: 7px;
    font-size: 12px;
    color: #fff;
}

.info-phone span {
    margin-right: 20px;
}

.header {
    min-width: 1190px;
    height: 110px;
    color: #333;
    background: #143F7A;
    position: relative;
}
.header h1 {
    margin: 0;
    font-size: 27px;
    line-height: 80px;
    height: 65px;
    position: relative;
    top: 20px;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}
.header .main {
    position: relative;
    top: 28px;
    display: inline-block;
    /*margin-left: 10%;*/
}
.btn-select {
    background: #FC740D;
    width: 47px;
    line-height: 34px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border: none;
    float: left;
}
.btn-select{
    cursor:pointer
}
.btn-official {
    border-radius: 4px;
    background: #006fc1;
    width: 110px;
    height: 33px;
    color: #fff;
    border: none;
    line-height: 33px;
    text-align: center;
    vertical-align: top;
    margin-right: 4px;
    cursor: pointer;
}

.btn-official img {
    float: left;
    position: relative;
    left: 2px;
}

.btn-official span {
    position: relative;
    top: 4px;
    left: 5px;
}

.btn-official .room {
    position: relative;
    top: 7px;
    margin-right: 5px;
    margin-top: 1px;
}

.user-info {
    font-size: 12px;
    color: #fff;
    height: 32px;
    position: absolute;
    right: 12%;
    top: 55px
}

.user-info .inputdiv {
    width: 263px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: #e7e7e7;
    display: inline-block;
    position: relative;
    left: 5px;
    margin-right: 10px;
}

.inputdiv img {
    position: relative;
    top: 8px;
    left: -8px;
    float: left;
    width: 16px;
    height: 16px;
}

.inputdiv input {
    width: 198px;
    text-indent: 10px;
    height: 23px;
    line-height: 25px;
    border: none;
    color: #888888;
    background: #e7e7e7;
    border-left: 2px solid #cccccc;
    float: left;
    position: relative;
    top: 5px
}

.user-info div {
    display: inline-block;
}

.user-info span {
    margin-right: 10px;
}

.user-info label {
    font-size: 14px;
}

.user-info a {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}

/*导航*/
.sidebar {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 46px;
    background-color: #ffffff;
    border-bottom: 1px solid #F3F3F3;
}

.sidebar .navigation {
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
    height: 46px;
    padding: 0;
    font-size: 0px;
}

.sidebar ul li {
    display: inline-block;
    /*height: 45px;*/
    width: 150px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.sidebar ul li:hover {
    color: #ffffff;
    background: #123874;
}

.sidebar>ul>li:hover>a{
    color: #ffffff;
}

/*.sidebar a {*/
/*display: block;*/
/*padding: 3px 40px 2px 40px;*/
/*color: #fff;*/
/*font-size: 16px;*/
/*line-height: 40px;*/
/*}*/
.sidebar a {
    padding: 12px 0 ;
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

/*.sidebar ul li a {*/
/*margin-left: 10px;*/
/*pointer-events: none;*/
/*}*/
/*.navigation-right img {*/
/*    float: left;*/
/*    position: relative;*/
/*    top: -7px;*/
/*    left: -17px;*/
/*}*/

/*.navigation-right .right-line {*/
/*    left: 90px;*/
/*}*/

/*.sidebar div {*/
/*    display: block;*/
/*    padding-top: 7px;*/
/*}*/

/*.sidebar a {*/
/*    display: block;*/
/*    padding-left: 45px;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    line-height: 40px;*/
/*}*/

.main-content {
    width: 100%;
    text-align: center;
    min-height: 700px;
}

.sidebar ul {
    /*margin-top: -1px;*/
    position: relative;
}

.sidebar ul li .navigation-list {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
}

.sidebar ul li .navigation-list li {
    background: #fff;
    width: 100%;
    text-align: center;
    /*line-height: 45px;*/
}

.sidebar ul li .navigation-list li a {
    display: inline-block;
    width: 100%;
    color: #666;
    /*line-height:20px;*/
    font-size: 16px;
}

.sidebar ul li .navigation-list li:hover a {
    /*font-weight: bold;*/
    color: #006fc1;

}

/*.sidebar ul li.active{*/
/*    background: #123874;*/
/*}*/
/*.sidebar ul li.active a{*/
/*    color: #ffffff;*/
/*}*/


/*底部*/
.footer {
    width: 100%;
    min-width: 1200px;
    background: #11356d;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer p {
    margin: 0;
    padding: 18px 0;
    color: #fff;
    /*color: #cdd5e1;*/
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

a:focus {
    outline: none;
}
/*学生list列表*/
.sidebar  .studentlist{
    width: 443px;
    height: 256px;
    background: #11356d;
    position: absolute;
    left: 0px;
    top: 54px;
    padding-left: 30px;
    display: none;
    z-index: 10;
}
.studentlist ul{
    width: 30%;
    margin-right: 10px;
    text-align: left;
    float: left ;
}
.studentlist div{
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
}
.studentlist ul li {
    padding-right: 0;
    display: block;
    height: 26px;
    color: #fff;
}
.studentlist a{
    font-size: 14px;
    background:url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/next2.png") 10px center no-repeat;
    padding-left: 28px;
}
.studentlist a:hover{
    color: #daad12;
}


/*老师list列表*/
.sidebar  .teacherlist{
    width: 288px;
    height: 256px;
    background: #11356d;
    position: absolute;
    left: 0px;
    top: 54px;
    padding-left: 30px;
    display: none;
    z-index: 10;
}
.teacherlist ul{
    width: 45%;
    margin-right: 10px;
    text-align: left;
    float: left ;
}
.teacherlist div{
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
}
.teacherlist ul li {
    padding-right: 0;
    display: block;
    height: 28px;
    color: #fff;
}
.teacherlist a{
    font-size: 14px;
    background:url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/next2.png") 10px center no-repeat;
    padding-left: 28px;
}
.teacherlist a:hover{
    color: #daad12;
}
/*管理员list列表*/
.sidebar  .adminlist{
    width: 288px;
    height: 256px;
    background: #11356d;
    position: absolute;
    left: 0px;
    top: 54px;
    padding-left: 30px;
    display: none;
    z-index: 10;
}
.adminlist ul{
    width: 45%;
    text-align: left;
    margin-right: 10px;
    float: left ;
}
.adminlist div{
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
}
.adminlist ul li {
    display: block;
    height: 26px;
    color: #fff;
    padding-right: 0;
}
.adminlist a{
    font-size: 14px;
    background:url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/next2.png") 10px center no-repeat;
    padding-left: 28px;
}
.adminlist a:hover{
    color: #daad12;
}
a:link {

}
/*面包屑*/
.right-div .grid-header a{
    color:#333;
}
.list-container .top a{
    color:#333;
}
/*日历弹框*/
.sidebar .calendarlist{
    z-index: 50;
    display: none;
    width: 722px;
    height: 366px;
    position: absolute;
    left: -410px;
    top: 55px;
    padding: 0;
}
.sidebar .calendarlist .calendardiv{
    padding: 0;
    width: 529px;
    height: 366px;
    float: left;
    background: #fff;
}
.sidebar .calendarlist .notice{
    width: 173px;
    height: 366px;
    background: #144297;
    float: left;
    padding: 0;
    padding-left: 20px;
    text-align: left;
}
.notice .time{
    width: 100%;
    font-size: 16px;
    color: #e5e5e5;
    margin-top: 13px;
    margin-bottom: 13px;
}
.notice .time span{
    margin-right: 5px;
}
.notice .title{
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.notice .contentout{
    padding: 0;
    width: 150px;
    height: 210px;
    overflow: hidden;
    display: block;
    color: #fff;
}
.notice .content{
    padding: 0;
    width: 169px;
    height: 210px;
    overflow:auto;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.notice .content .note{
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}
.notice .seemore{
    position: absolute;
    bottom: 20px;
    background: #fff;
    color: #144297;
    padding: 0 46px;
}
/*日历*/
#calendar{
    padding: 0;
    width: 530px;
    height: 365px;
}
.sidebar .c-grid{
    width:460px ;
    height: 365px;
    box-shadow:none;
    float: left;
    padding: 20px;
    padding-right: 0;
}
.sidebar .c-event-grid{
    padding: 0;
    width: 50px;
    height: 285px;
    box-shadow: none;
    float: left;
    margin: 63px 20px 20px 0;
    border-right: 2px solid #e5e5e5;
    position: relative;
    left: -1px;
}
.sidebar .weekdays{
    padding: 0;
    height: 100%;
}

.sidebar .c-event-grid .c-pad-top{
    padding-top: 9px;
    background: #fff;
    color: #11356d ;
    width: 100%;
    height: 14.8%;
    border: 1px solid #eeeeee;
}
.sidebar .c-event-grid .c-week-day{
    border-top:2px solid #e5e5e5;
    height: 11.9%;
}
.sidebar .c-event-grid .bbottom{
    border-bottom: 2px solid #e5e5e5;
}
.sidebar .c-pad-top{
    background: #fff;
    color: #11356d ;
}
.sidebar .c-month{
    width: 69%;
    font-size: 24px;
    font-weight: bold;
    float: left;
    text-align: left;
}
.sidebar .bleft{
    border-left: 2px solid #e5e5e5;
}
.sidebar .bbottom{
    border-bottom: 2px solid #e5e5e5;
}

.sidebar .off-day{
    color:#daad12;
}
.sidebar .c-font{
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 70px;
}
.sidebar .c-previous {
    background: url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/previous.png") center 19px no-repeat;
    position: relative;
    left: 70px;
}
.sidebar .c-previous:hover{
    background: url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/previous-hover.png") center 19px no-repeat;
    background-color: #fff;
}
.sidebar .c-next {
    background: url("../image/next1.png") center 19px no-repeat;
    position: relative;
    left: 70px;
}
.sidebar .c-next:hover {
    background: url("https://zsxx.aiit.edu.cn/template/585/zsxxw/_files/img/next-hover.png") center 19px no-repeat;
    background-color: #fff;
}
.sidebar .c-event-grid .null{
    color: #fff;
}
.c-day-previous-month,.c-day,.c-day-next-month,.c-week-day{
    border: 1px solid #eeeeee;
}
.sidebar .c-today{
    color:#fff;
    background: #144297;
}
.sidebar  .c-day-previous-month,.sidebar .c-day-next-month{
    color: #fff;
}
.c-week-day{
    border-top:2px solid #e5e5e5;
}
.nodata{
    height: 400px;
    width: 100%;
    background: url("../image/nodata2.png") center bottom no-repeat;
    position: relative;
}

.nodata::after{
    content: "暂无记录";
    display: inline-block;
    width: 100px;
    text-align: center;
    position: absolute;
    height: 20px;
    font-size: 20px;
    color: #A1A1A1;
    bottom: -50px;
    left: calc(50% - 50px);
}
.tip{
    width: 100%;
    height:100%;
    position: fixed;
    background: #999;
    top:0;
    left:0;
    z-index: 100;
    opacity:.5;
    display: none!important;
}
.infos-s{
    display: none!important;
    text-align: center;
    width: 200px;
    height: 82px;
    background: #ebef19;
    font-size: 18px;
    position: relative;
    line-height: 89px;
    top: 45%;
    border-radius: 8px;
    z-index: 200;
    margin: auto;
}
.close{
    position: absolute;
    top: -34px;
    right: 9px;
}
.title .ell span[class^="new"]{
    font-weight: bold;
    font-size: 14px;
}
.title .ell b{
    font-size:14px;
}

.head-container {
    width: 1200px;
    margin: 0 auto;
}
.mian-content .right-content .main-title .right a {
    color: #a2a2a2;
}
.mian-content {
    margin-bottom: 50px;
}
/*.sidebar {*/
/*    width: 100%;*/
/*    min-width: 1200px;*/
/*    position: relative;*/
/*    height: 45px;*/
/*    background-color: #006fc1;*/
/*}*/

/*.sidebar .navigation {*/
/*    margin: 0 auto;*/
/*    width: 1200px;*/
/*    background: #006fc1;*/
/*    height: 45px;*/
/*    padding: 0;*/
/*}*/

/*.sidebar ul li {*/
/*    display: inline-block;*/
/*    height: 45px;*/
/*    margin: 0px;*/
/*    padding: 0px 20px;*/
/*}*/

/*.sidebar a {*/
/*    display: block;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    line-height: 45px;*/
/*    text-align: center;*/
/*}*/
/*.sidebar .main {*/
/*    margin: 0px 15px;*/
/*}*/

/*.sidebar ul li:hover {*/
/*    background-color: #26a891;*/
/*}*/

/*.sidebar ul li.select {*/
/*    background-color: #26a891;*/
/*}*/
/*弹框及遮罩*/
.mask-all{
    display:none;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url("../image/rgab0.3.png");
    /*background: #000;*/
    /*opacity: 0.3;*/
    z-index: 50;
}
.popup{
    display:none;
    text-align: center;
    position: fixed;
    width: 424px;
    height: 176px;
    left: 38%;
    top:50%;
    background: #fff;
    z-index: 100;
}
.popup{
    text-align: center;
    padding: 15px ;
    position: fixed;
    width: 335px;
    height: 150px;
    left: 38%;
    top:30%;
    background: #fff;
    z-index: 100;
}
.popup .title{
    float: left;
    font-size: 14px;
    color: #666;
}
.popup .close{
    float: right;
    padding: 8px;
    background: url(../image/x.png)center center no-repeat;
    cursor: pointer;
}
.popup .mindle{
    margin: 50px 0 30px 0;
    font-size: 16px;
    color: #888;
}
.popup .btn{
    width: 108px;
    height: 28px;
    border-radius: 4px;
    border: none;
    background: #006fc1;
    color:#fff;
    cursor: pointer;
}
/*分页*/
.right-content .row {
    width: 800px;
    margin-top: 25px;
    font-size: 16px;
    color: #666;
}

.right-content .row ul li {
    display: inline-block;
    margin-right: 5px;
}

.right-content .row ul li a {
    width: auto;
    border: 1px solid #cbcbcb;
    padding: 3px 10px 2px 11px;
}

.right-content .row ul li.active a, .right-content .row ul li:hover a {
    border: 1px solid #006fc1;
    background: #006fc1;
    color: #fff;
}

.right-content .row ul li.more a {
    border: none;
}

.right-content .row ul li .page-num {
    margin: 0 5px;
    border: 1px solid #cbcbcb;
    width: 26px;
    height: 24px;
    font-size: 16px;
    position: relative;
    top: -3px;
    text-indent: 2px;
    line-height: 27px;
}

.right-content .row ul li .prev {
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li .next {
    margin-right: 10px;
    padding: 3px 21px 2px 21px;
}

.right-content .content .row ul li.sure {
    margin-left: 10px;
}

.right-content .content a {
    color: #232323;
}
.right-content .content a:hover {
    color: #006fc1;
}

.right-content .row li a{
    color: #232323;
}
