/*招生*/
.school-adv{background:url('../../imgs/schooladv.png') no-repeat center center;width:100% !important;height:500px;background-size:cover;display:block}
.school-main .school-title{border-bottom:1px solid #c6c6c6;width:100%;margin-top:40px;}
.school-main .school-title span{font-size:24px;color:#fa583d;padding:20px 0;display:block}
.school-content{margin:20px 0 160px 0;}
.school-content .school-items{width:350px;margin:0 75px 38px 0;float:left;box-shadow: 0 3px 10px #ddd;-webkit-box-shadow: 0 3px 10px #ddd }
.school-items.mr0{margin-right:0 !Important}
.school-items .imgs{width:350px;height:200px;overflow:hidden}
.school-items .imgs img{width:100%;display:block;height:100%;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: -webkit-transform;transition-property: transform;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);}
.school-items .school-items-text{padding:0 20px}
.school-items .school-items-text h3{font-size:20px;color:#333;margin:20px 0}
.school-items .school-items-text p{font-size:16px;color:#999999;height:80px;overflow: hidden;margin-bottom:5px;}
.school-items .school-items-text a{float:right;font-size:16px;color:#fff;background:#fa583d;width:110px;height:35px;line-height: 35px;text-align: center;border-radius:3px;}
.school-items:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .6s ease;transition: all .6s ease}
.school-items:nth-child(3n){margin-right:0}