﻿
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: 407px;
    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 {
    text-align: center;
    height: 49px;
    display: block;
    border: 1px solid #e4e4e4;
    color: #232323;
    font-size: 14px;
    line-height: 50px;
}
.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;
}
.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 .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;
}

.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;
}
/*右边*/
.right-div {
    float: left;
    width: 900px;
    margin-left: 30px;
}

.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 .content {
    font-size: 16px;
    color: #232323;
    width: 100%;
    line-height: 30px;
}

.right-content .content ul li {
    display: inline-block;
    margin-right: 32px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.right-content .content ul li.last {
    margin-right:0;
}
.right-content .content ul li:hover {
    box-shadow: 0 0 10px  #888888;
    -moz-box-shadow: 0 0 10px #888888;
}
.right-content .content .pic {
    width: 195px;
    height: 155px;
    background: #00a8c6;
}

.right-content .content .infos {
    line-height: 20px;
    padding: 15px;
    text-align: left;
    width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.right-content .content .name {
    color: #11356d;
    margin-right: 10px;
}

    .right-content .content .job {
    color: #888888;
    font-size: 12px;
}

.right-content .content .info {
    font-size: 12px;
    color: #232323;
}
