/*公有头部*/
.sa .title {
    margin: 60px auto;
}

.sa .title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #ec1c24;
    line-height: 100%;
    letter-spacing: 2px;
}

.sa .title h5 {
    font-size: 24px;
    color: #bbbaba;
    line-height: 100%;
    margin-top: 22px;
}


/*院校简介*/
.school-profile .international-title h2 {
    color: #f1eff1;
}

.school-profile .international-title {
    margin-top: 0;
}

.school-profile {
    overflow: hidden;
    margin-bottom: 70px;
}

.school-profile .nc-content p {
    font-size: 14px;
    color: #878787;
}

.school-profile .fl {
    width: 731px;
    height: auto;
}

.school-profile .nc-content {
    margin-left: 20px;
}

.school-profile .nc-content p {
    font-size: 14px;
    color: #878787;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 20px;
}

.school-profile .fr {
    position: relative;
    width: 288px;
}

.school-profile .fr img {
    position: absolute;
    top: 90px;
    left: -97px;
}

.professional-setup > div {
    overflow: hidden;
}



/*校园环境*/
.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    position: absolute;
    display: block;
    width: 50px;
    height: 184px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    background: url(../img/homeAdvantage/arrow-left.png) no-repeat;
    background-color: black;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background-position: center center;
}

.picScroll-left .hd .next {
    background-image: url(../img/homeAdvantage/arrow-right.png);
    right: 0;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 295px;
    height: 184px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}


