html,
body {
    background-color: #f5f7fa;
}

.w {
    width: 1360px;
    margin: 0 auto;
}

.step_1 {
    display: block;
    width: 100%;
    height: 360px;
    background: url("/images/more/school/s1.png") no-repeat center;
    background-size: cover;
    margin-top: 50px;
    box-sizing: border-box;
    padding-top: 110px;
}

.step_1 p:nth-child(1) {
    font-size: 40px;
    color: #fff;
}

.step_1 p:nth-child(2) {
    width: 460px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.step_2 {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    margin: 30px 0 80px;
}

.step_2 .nav {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #DADADA;
}

.step_2 .nav div {
    color: #9C9C9C;
    font-size: 16px;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    height: 41px;
    white-space: nowrap;
    text-align: center;
}

.step_2 .nav .active {
    border-bottom: 3px solid #BB2828;
    color: #BB2828;
    font-weight: 600;
}

.step_2 .container {
    margin-top: 20px;
}

.step_2 .container .container_title {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}

.step_2 .container .container_title span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.step_2 .container .container_title .container_title_kx_nav {
    display: none;
    width: 236px;
    height: 34px;
    border: 1px solid #DCDCDC;
    border-radius: 34px;
    float: right;
    box-sizing: border-box;
    padding: 4px;
}

.step_2 .container .container_title .container_title_kx_nav div {
    display: inline-block;
    height: 24px;
    width: 110px;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    border-radius: 24px;
    cursor: pointer;
}

.step_2 .container .container_title .container_title_kx_nav .active {
    background-color: #222;
    color: #fff;
}

.step_2 .container .container_title .container_title_kx_nav div:nth-child(1) {
    float: left;
}

.step_2 .container .container_title .container_title_kx_nav div:nth-child(2) {
    float: right;
}

.step_2 .container .container_cjrl_select {
    width: 100%;
    height: 80px;
    background-color: #F5F7FA;
    border-radius: 8px;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}

.step_2 .container .container_cjrl_select .left {
    width: 362px;
    height: 60px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 4px 20px;
}

.step_2 .container .container_cjrl_select .left .item {
    height: 100%;
    width: 26px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.step_2 .container .container_cjrl_select .left .item div:nth-child(1) {
    color: #777;
}

.step_2 .container .container_cjrl_select .left .item div:nth-child(2) {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 4px;
    color: #222;
    margin-top: 4px;
}

.step_2 .container .container_cjrl_select .left .active div:nth-child(2) {
    background-color: #222;
    color: #fff;

}

.step_2 .container .container_cjrl_select .right {
    width: 124px;
    height: 30px;
    background: url("/images/more//school/s4.png") no-repeat center;
    background-size: 100% 100%;
    margin-top: 15px;
    margin-left: 15px;
}

.step_2 .container .container_cjrl_select .right .dateInput {
    opacity: 0;
    width: 124px;
    height: 30px;
    cursor: pointer;
}

.step_2 .container .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.step_2 .container .box .item_CL_GDFP {
    width: 420px;
    height: 140px;
    border: 1px solid #DADADA;
    margin-right: 27px;
    margin-top: 27px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.step_2 .container .box .item_CL_GDFP .left {
    width: 260px;
}

.step_2 .container .box .item_CL_GDFP .right {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.step_2 .container .box .item_CL_GDFP:nth-child(3n),
.step_2 .container .box .item_SCXW:nth-child(3n),
.step_2 .container .box .item_CJRL:nth-child(3n) {
    margin-right: 0;
}

.step_2 .container .box .item_CL_GDFP .titelBox .brand {
    height: 20px;
}

.step_2 .container .box .item_CL_GDFP .titelBox .brand div {
    padding: 0 10px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    float: left;
    line-height: 17px;
    box-sizing: border-box;
    margin-right: 5px;
}

.step_2 .container .box .item_CL_GDFP .titelBox .brand div:nth-child(1) {
    color: #fff;
    background-color: #EE7D1A;
    border: 1px solid #EE7D1A;
}

.step_2 .container .box .item_CL_GDFP .titelBox .brand div:nth-child(2) {
    color: #EE7D1A;
    background-color: #FFF4EB;
    border: 1px solid #EE7D1A;
}

.step_2 .container .box .item_CL_GDFP .titelBox .title {
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.step_2 .container .box .item_CL_GDFP .teaBox {
    height: 20px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #9E9E9E;
}

.step_2 .container .box .item_CL_GDFP .teaBox img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 5px;
}

.step_2 .container .box .item_CL_GDFP .time {
    margin-top: 8px;
    font-size: 12px;
    color: #9E9E9E;
}

.step_2 .container .box .item_SCXW {
    width: 420px;
    height: 140px;
    border: 1px solid #DADADA;
    margin-right: 27px;
    margin-top: 27px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.step_2 .container .box .item_SCXW .left {
    width: 260px;
    box-sizing: border-box;
    padding-top: 18px;
}

.step_2 .container .box .item_SCXW .left .title {
    font-size: 18px;
    color: #222;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.step_2 .container .box .item_SCXW .left .time {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.step_2 .container .box .item_SCXW .right {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.step_2 .container .box .item_KX {
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
}

.step_2 .container .box .item_KX .top {
    display: flex;
    width: 100%;
    height: 22px;
}

.step_2 .container .box .item_KX .top .point {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #333;
    margin-top: 7px;
}

.step_2 .container .box .item_KX .top .time {
    height: 22px;
    border-radius: 22px;
    background-color: #EE7D1A;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    padding: 0 20px;
    margin-left: 15px;
}

.step_2 .container .box .item_KX .bottom {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    box-sizing: border-box;
    padding-left: 23px;
}

.step_2 .container .box .item_CJRL {
    width: 420px;
    height: 140px;
    border: 1px solid #DADADA;
    margin-right: 27px;
    margin-top: 27px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
}

.step_2 .container .box .item_CJRL .top {
    width: 100%;
    height: 18px;
    display: flex;
    justify-content: space-between;
}

.step_2 .container .box .item_CJRL .top .left {
    display: flex;
}

.step_2 .container .box .item_CJRL .top .left .country {
    height: 18px;
    margin-right: 10px;
}

.step_2 .container .box .item_CJRL .top .left .star {
    height: 14px;
    margin-top: 2px;
    margin-right: 2px;
}

.step_2 .container .box .item_CJRL .top .right {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}

.step_2 .container .box .item_CJRL .text {
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #222222;
    margin-top: 8px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.step_2 .container .box .item_CJRL .bottom {
    width: 100%;
    height: 18px;
    display: flex;
    justify-content: space-between;
    color: #777777;
    font-size: 12px;
}

.step_2 .container .box .item_CJRL .bottom div span {
    color: #333;
}

.step_2 .container .box .item_CJRL .bottom div:nth-child(3) span {
    color: #D60B0B;
}

.step_2 .container .getMore {
    display: none;
    font-size: 12px;
    color: #9E9E9E;
    text-align: center;
    margin: 30px 0 10px;
    cursor: pointer;
}

.step_3 {
    display: none;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    margin: 30px 0 80px;
}

.step_3 .title {
    width: 60px;
    height: 32px;
    line-height: 30px;
    border-radius: 8px;
    color: #EE7D1A;
    background-color: #FFF4EB;
    border: 1px solid #EE7D1A;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.step_3 .title:hover {
    color: #fff;
    background-color: #EE7D1A;
    border: 1px solid #EE7D1A;
}
div,p,span{
    text-wrap: wrap !important;
}