﻿
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;
    color: #888888;
    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;
}
.right-content .content h1 {
    font-size: 24px;
    color:#11356d;
    text-align: center;
    padding: 30px 0;
}
.select-div input {
    width: 248px;
    height: 32px;
    text-indent: 15px;
    font-size: 14px;
    color: #888888;
    border: 1px solid #d9d9d9;
}

.select-div img {
    position: relative;
    top: 5px;
    left: 15px;
}

/* -------------- 表格 -------------- */
tr td{
    border: 1px solid;
}
table td{
    height: 50px;
    padding: 0 50px 0 50px;
    font-size: 16px;
}
table th{
    background: #E1F3F7;
    height: 50px;
    font-size: 18px;
    border: 1px solid rgb(238, 236, 225);
}
