.school {
    width: 1200px;
    height: 380px;
    margin-bottom: 30px;
    border: 1px solid #DDDDDD;
}

.s_pic_title {
    width: 98%;
    height: 30px;
    margin: 10px;
    border-bottom: 2px solid #8B0017;
}

.school .s_pic {
    width: 100%;
}

.s_title_l {
    font-size: 18px;
    color: #8B0017;
}

.s_title_r a {
    font-size: 12px;
    color: #8B0017;
}

.s_pic_up a img {
    height: 244px;
    width: 285px;
}

.s_pic {
    text-align: center;
}

.s_pic ul {
    height: 310px;
    margin-left: 15px;
    width: 100%;
}

.s_pic ul li {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

.s_jieshao {
    width: 285px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #8B0017;
}

.s_jieshao a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #F7F7F7;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}