.bimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.bimg img {
    width: 100%;
    height: 100%;
}

.school {
    width: 100%;
    background-image: url(../image/52.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.school_top {
    width: 1200px;
    margin: 0 auto;
}

.school_top ul li:nth-child(1),
.school_top ul li:nth-child(3),
.school_top ul li:nth-child(5) {
    display: flex;
    justify-content: space-between;
    padding: 85px 0 50px;
	    cursor: default;
}

.school_top ul li:nth-child(3),.school_top ul li:nth-child(5) {
    margin-top: 50px;
}

.school_top ul li:nth-child(1) .li_left,
.school_top ul li:nth-child(3) .li_left,
.school_top ul li:nth-child(5) .li_left{
    width: 640px;
    display: flex;
    justify-content: flex-start;
}

.school_top ul li:nth-child(1) .li_left .lius,
.school_top ul li:nth-child(5) .li_left .lius,
.school_top ul li:nth-child(3) .li_left .lius {
    width: 520px;
    height: 260px;
    padding: 50px 120px 50px 50px;
    background: #fff;
}

.school_top ul li:nth-child(1) .school_name,
.school_top ul li:nth-child(3) .school_name {
    font-size: 24px;
    font-weight: bold;
    color: #bc0008;
}

.school_top ul li:nth-child(1) .school_det,
.school_top ul li:nth-child(5) .school_det,
.school_top ul li:nth-child(3) .school_det {
    width: 460px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 92px;
    text-indent: 24px;
    padding-right: 44px;
}

.school_top ul li:nth-child(1) .li_right,
.school_top ul li:nth-child(5) .li_right,
.school_top ul li:nth-child(3) .li_right {
    width: 640px;
    height: 380px;
    overflow: hidden;
    margin-top: -50px;
    margin-left: -80px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.school_top ul li:nth-child(1) .li_right img,
.school_top ul li:nth-child(5) .li_right img,
.school_top ul li:nth-child(3) .li_right img {
    width: 100%;
    height: 100%;
}

.school_top ul li:nth-child(1) .school_more,
.school_top ul li:nth-child(5) .school_more,
.school_top ul li:nth-child(3) .school_more {
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
}

.school_more a {
    color: #333;
}

.school_top ul li:nth-child(1) .school_more div,
.school_top ul li:nth-child(5) .school_more div,
.school_top ul li:nth-child(3) .school_more div {
    width: 30px;
    height: 5px;
    background: #666;
    margin-right: 20px;
    margin-top: 10px;
}

.school_top ul li:nth-child(2),
.school_top ul li:nth-child(6),
.school_top ul li:nth-child(4) {
    position: relative;
}

.school_top ul li:nth-child(2) .li_left,
.school_top ul li:nth-child(6) .li_left,
.school_top ul li:nth-child(4) .li_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.school_top ul li:nth-child(2) .li_left .lius,
.school_top ul li:nth-child(6) .li_left .lius,
.school_top ul li:nth-child(4) .li_left .lius {
    width: 520px;
    height: 260px;
    padding: 50px 0 50px 120px;
    background: #fff;
}

.school_top ul li:nth-child(2) .school_name,
.school_top ul li:nth-child(6) .school_name,
.school_top ul li:nth-child(4) .school_name {
    font-size: 24px;
    font-weight: bold;
    color: #bc0008;
}

.school_top ul li:nth-child(2) .school_det,
.school_top ul li:nth-child(6) .school_det,
.school_top ul li:nth-child(4) .school_det {
    width: 458px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 92px;
    text-indent: 24px;
    padding-right: 44px;
}

.school_top ul li:nth-child(2) .li_right,
.school_top ul li:nth-child(6) .li_right,
.school_top ul li:nth-child(4) .li_right {
    width: 640px;
    height: 380px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    bottom: 25px;
    border-radius: 10px;
}

.school_top ul li:nth-child(2) .li_right img,
.school_top ul li:nth-child(6) .li_right img,
.school_top ul li:nth-child(4) .li_right img {
    width: 100%;
    height: 100%;
}

.school_top ul li:nth-child(2) .school_more,
.school_top ul li:nth-child(6) .school_more,
.school_top ul li:nth-child(4) .school_more {
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
}

.school_top ul li:nth-child(2) .school_more div,
.school_top ul li:nth-child(6) .school_more div,
.school_top ul li:nth-child(4) .school_more div {
    width: 30px;
    height: 5px;
    background: #666;
    margin-right: 20px;
    margin-top: 10px;
}

.school_page {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.page_1 {
    width: 1200px;
    margin: 80px auto 14px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.page_1 a {
    margin: 0 10px;
    color: #999;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.page_1 a.active {
    /* color: #0000ee; */
    color: #fff;
}

.int {
    border: 1px solid #BC0007;
    width: 70px;
    height: 20px;
    text-align: center;
}

.page_1 div {
    font-size: 16px;
    margin: 0 10px;
    color: #333;
}