.tiaojian .p_r {
    float: left;
    width: 1090px;
}

.tiaojian h2 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 45px;
    color: #4e4e4e;
    border-bottom: 1px solid #003cbd
}

.tiaojian p {
    border-bottom: 1px solid #ebebeb;
    line-height: 30px;
    padding: 7px 10px;
    overflow: hidden;
}

.tiaojian p strong {
    float: left;
    width: 110px;
    display: block;
    color: #717171;
    font-weight: normal;
    font-size: 13px
}

.tiaojian p label {
    padding-right: 33px;
    padding-left: 6px;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    width: 56px
}

.tiaojian p label a {
    color: #323232;
    font-size: 13px
}

.tiaojian p label:hover {
    color: #003cbd;
}

.tiaojian p label a:hover {
    color: #003cbd;
}

.tiaojian p label.ed {
    color: #003cbd;
}

.tiaojian p label.ed a {
    color: #003cbd;
}

.tiaojian p label.ed span {
    display: inline-block;
    margin: -10px;
    padding: 0 10px;
    background: #003cbd;
    color: #fff;
    border-radius: 10px;
    line-height: 20px
}

.tiaojian p label.ed a span {
    display: inline-block;
    margin: -10px;
    padding: 0 10px;
    background: #003cbd;
    color: #fff;
    border-radius: 10px;
    line-height: 20px
}

.tiaojian p label.ed span {
    display: inline-block;
    margin: -10px;
    padding: 0 10px;
    background: #003cbd;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
}

.tiaojian input {
    display: none;
}
.liuxue.highSchool .schoolList {
    width: 100%;
    overflow: hidden;
    height:auto;
}
.liuxue.highSchool .schoolList .item {
    width: 295px;
    background: #f6f6f6;
    margin-left: 13px;
    float: left;
    margin-bottom: 20px;
    transition: all .3s;
    height: 390px;
    position: relative;
}
.liuxue.highSchool .schoolList .item:nth-child(4n -3) {
    margin-left: 0;
}
.liuxue.highSchool .schoolList .item .img {
    width: 100%;
    height: 185px;
    overflow: hidden;
}
.liuxue.highSchool .schoolList .item .img img {
    width: 100%;
    height: 185px;
    transition: all .3s;
}
.liuxue.highSchool .schoolList .item h2 {
    font-size: 20px;
    color: #000;
    padding: 20px 10px 10px !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.liuxue.highSchool .schoolList .item ul {
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
}
.liuxue.highSchool .schoolList .item .line2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.liuxue.highSchool .schoolList .item i {
    width: 5px;
}
.liuxue.highSchool .schoolList .item i:last-child {
    display: none;
}
.liuxue.highSchool .schoolList .item .btn {
    background: #0082f0;
    color: #fff;
    width: 100px;
    float: right;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 10px;
}