/* 轮播 */
.banner{
    //background:url(../img/jjfalll.jpg) no-repeat;
    background:url(../img/information/banner.png) no-repeat;
    background-size: 100% 100%;
}
/* 合作院校 */
.school{
    width: 100%;
    text-align: center;
}
.school-title{
    width: 1200px;
    padding: 86px 0 82px;
    height: 240px;
    box-sizing: border-box;
    margin: auto;
}
.school-title>h2,.some-title>h2{
    font-size: 30px;
    color: #323232;
    line-height: 42px;
}
.school-title>p,.some-title>p{
    font-size: 24px;
    color: #999999;
    line-height: 28px;
}
.school-con{
    width: 1200px;
    height: 540px;
    margin: auto;
}
.school-con li{
   width: 162px;
   height:268px;
   text-align: center;
   margin-right: 45.6px;
   float: left;
}
.school-con .icon{
    width: 162px;
    height: 162px;
    background-color: #fff;
    box-shadow: 0 0 20px #aaa ;
    position: relative;
}
.icon img{
    width: 128px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.school-con li>h3{
    width: 100%;
    height: 48px;
    padding: 12px 0;
    display: block;
    line-height: 24px;
    color: #eb7f01;
    font-size: 18px;
}
.school-con li>h3>a{
    line-height: 24px;
    color: #eb7f01;
    font-size: 18px;
}
/* 部分案例 */
.somecase{
    width: 100%;
    text-align: center;
}
.some-title{
    width: 1200px;
    margin: auto;
    height: 192px;
    padding: 48px 0 72px;
    box-sizing: border-box;
}
.some-con{
    width: 1200px;
    margin: auto;
    height: 816px;
    margin-bottom: 22px;
}
.some-con li{
    width: 284px;
    height: 408px;
    margin-right: 20px;
    float: left;
}
.some-con img{
    width: 100%;
}
.some-con .desc{
    padding-top: 12px;
    text-align: center;

}
.desc p,.desc span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.desc p>a{
    line-height: 24px;
    font-size: 18px;
    color: #323232;
    
}
.desc span{
    line-height: 14px;
    color: #acacac;
    font-size: 16px;
}
/* .some-con li:nth-child(4n){
    margin-right: 0;
} */
li.side{
    margin-right: 0;
}
