@charset "utf-8";

.side{
    float: left;
    width: 300px;
    margin: 30px 0 40px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding: 0 40px;
    color: #fff;
    font-size: 24px;
    background: #007ea8;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side ul .on>a {
    background: #fff;
    border-bottom-color: #fff;
}

.column{
    margin-left: 360px;
    margin-bottom: 40px;
}
.bread{
    margin-top: 30px;
    height: 67px;
    line-height: 67px;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    color: #666;
    font-size: 24px;
    font-weight: normal;
}
.bread a{
    margin: 0 5px;
    color: #999;
}
.bread a:hover{
    color: #15C57F;
}

/*列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li a {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #007ea8;
}

/*详情页*/
.detail{
    padding: 0 30px;
}
.caption{
    padding: 30px 0 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.caption h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}
.caption>p{
    color: #666;
    font-size: 16px;
}
.caption p span{
    margin: 0 10px;
}
.content{
    padding: 20px 0 !important;
    font-size: 18px;
    line-height: 1.75em;
    text-align: justify;
}

.teacher-list{
    margin: 20px 0;
}
.teacher-list li{
    float: left;
    width: 14.28%;
    margin: 10px 0;
    font-size: 16px;
}