﻿
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}
.top {
    text-align: left;
    height: 318px;
    background: url("https://dean.aiit.edu.cn/template/15/jwc/_files/img/mainpic.png") center -211px no-repeat;
}
/*主体*/
.list-container {
    display: inline-block;
    width: 1210px;
    text-align: center;
    margin-bottom: 90px;
}

.out-div {
    width: 217px;
    height: 560px;
    background: #11356d;
    color: #fff;
    position: relative;
    left: -17px;
    top: -115px;
}

.out-div .title {
    padding-top: 18px;
    font-size: 18px;
}

/*左边*/
.left-div {
    float: left;
    width: 200px;
}

.left-sidebar {
    position: relative;
    height: 55px;
    z-index: 10;
    top:-1px;
}

.left-sidebar ul {
    margin: 0;
    width: 100%;
    text-align: left;
    height: 55px;
    display: inline-block;
}

.left-sidebar ul li {
    height: 50px;
    background: #fff;
}

.left-sidebar a {
    padding-left: 40px;
    height: 49px;
    display: block;
    border: 1px solid #e4e4e4;
    color: #232323;
    font-size: 14px;
    line-height: 50px;
    border-bottom: none;
}

.left-sidebar .maintitle a {
    color: #11356d;
    padding-left: 80px;
}

.left-sidebar .maintitle a.study {
    background: #e1f3f7 url("https://dean.aiit.edu.cn/template/15/jwc/_files/img/study.png") 40px center no-repeat;
}

.left-sidebar .maintitle a.institution {
    background: #e1f3f7 url("../image/institution.png") 40px center no-repeat;
}

.left-sidebar .last {
    border-bottom: 1px solid #e4e4e4;
}

.left-sidebar .active a {
    color: #daad12;
    border-right: none;
    border-left: 3px solid #daad12;
}

/*右边*/
.right-div {
    float: left;
    width: 900px;
    margin-left: 30px;
    min-height: 410px;
}

.grid-header {
    margin-top: 20px;
    position: relative;
}

.right-content {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.right-content .introduce {
    margin-top: 30px;
    font-size: 18px;
    color: #11356d;
}

.right-content .introduce label {
    float: right;

    font-size: 14px;
}

.right-content .introduce label a {
    padding-left: 20px;
    color: #888888;
}

.right-content .introduce label a:hover {
    color: #11356d;
}

.right-content .line {
    height: 2px;
    width: 100%;
    background: url("../image/lines.png") center center no-repeat;
    margin-top: 15px;
    margin-bottom: 25px;
}

.right-content .content {
    font-size: 16px;
    color: #232323;
    width: 100%;
    line-height: 30px;
}


/* -------------- 表格 -------------- */
tr td{
    border: 1px solid;
}
table td{
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border: 1px solid #DDE4E6;
}
table th{
    background: #E1F3F7;
    height: 60px;
    font-size: 18px;
    border: 1px solid #DDE4E6;
    color: #ffffff;
}