﻿
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}
/*主体*/
.list-container {
    display: inline-block;
    width: 1210px;
    text-align: center;
    margin-bottom: 90px;
}

.main-content .top {
    text-align: left;
    height: 318px;
    background: url("../image/banner1.jpg") center 0 no-repeat;
}

.out-div {
    width: 217px;
    height: 160px;
    background: #118cab;
    color: #fff;
    position: relative;
    left: -17px;
    top: -115px;
}

.single-side {
    height: 118px;
    top: -60px;
    text-align: right;
}


.out-div .title {
    padding-top: 18px;
    font-size: 18px;
}

.single-side .title {
    padding-right: 22px;
    padding-top: 30px;
    font-size: 20px;
}

.single-side .english-name {
    padding-right: 22px;
    padding-top: 16px;
    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: 954px;
    padding-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: #118cab;
}

.right-content .line {
    height: 2px;
    width: 100%;
    background: url("../image/lines1.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{
    background: #d9d9d9;
    width: 200px;
    display: inline-block;
    float: right;
    position: relative;
    top: -5px;
}
.select-div img {
    position: relative;
    top: 3px;
}
.select-div button{
    width: 48px;
    height: 32px;
    border: none;
}

.select-div input{
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-indent: 15px;
    font-size: 14px;
    color:#888888;
    border:1px solid #d9d9d9;
    float: left;
}
.select-div .select{
    cursor:pointer;
    border:none;
    width: 44px;
    height: 34px;
    padding: 0;
    background-color: #d9d9d9;
    float: left;
}
.select-div .select div{
    cursor: pointer;
    width: 44px;
    height: 32px;
    background-image: url(../image/select-w.png);
    background-repeat: no-repeat;
    background-color: #d9d9d9;
    background-position: center center;
}
.info-content{
    display:inline-block ;
    text-align: left;
    padding-bottom:12px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.info-content .infos{
    float: left;
    display: inline-block;
    width: 100%;
}
.info-content .infos .title{
    font-size: 16px;
    color: #232323;
}
.info-content .infos .title .teach{
    color: #118cab;
}
.info-content .infos .title .briefing{
    color: #ab2a11;
}
.info-content .infos .title .manage{
    color: #c39b10;
}
.info-content .infos .title  a{
    color: #232323;
    width: 56em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.info-content .infos .title  a:hover{
    color: #118cab;
    cursor:pointer;
}
.info-content .infos .note span{
    margin-right: 30px;
    padding-left: 35px;
}
.tonumber{
    font-size: 16px;
    border:solid 1px #cbcbcb;
    color:#118cab;
    display:block;
    float:left;
    padding:5px 5px;
    text-decoration:none;
    width: 30px;
    text-indent: 3px;
}