
.jiuye {
    height: 490px;
}

.content h1 {
    font-size: 45px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.jiuye ul li,
.cuoshi ul li {
    float: left;
    margin-top: 28px;
}
.jiuye ul li {
    width: 288px;
    margin-left: 15px;
}
.jiuye ul li:nth-child(1) {
    margin-left: 0;
}

.jiuye ul li .img {
    overflow: hidden;
    width: 100%;
    height: 188px;
}
.jiuye ul li .title {
    width: 55%;
    height: 48px;
    background-color: #018ede;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: -24px;
    z-index: 10;
}

.jiuye ul li .discrip {
    width: 100%;

}


.jiuye ul li .discrip p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5;
}

.cuoshi {
    height: 760px;
    background-color: #f1f1f1;
}

.cuoshi h1 {
    line-height: 85px;
}
.cuoshi ul li {
    width: 590px;
    height: 330px;
    overflow: hidden;
    margin-left: 18px;
}

.cuoshi ul li:nth-child(n+3) {
    width: 387px;
    height: 212px;
}
.cuoshi ul li:nth-child(1),.cuoshi ul li:nth-child(3){
    margin-left: 0;
}
/* 校园环境 */

.xyhj ul {
    margin-top: 30px;
}
 .xyhj ul li {
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 286px;
    height: 184px;
    margin: 0 0 15px 15px;
}
.xyhj ul li:nth-child(4n+1) {
    margin-left: 0;
}
