.content {
    width: 10rem;
    padding-top: 2.2rem;
    padding-bottom: 1.5rem;
    font-size: 0;
    text-align: center;
    text-align: left
}

.edit {
    padding: 0 .2rem;
    word-break: break-all;
    word-wrap: break-word;
}

.edit .img_box_overflow {
    width: 9.6rem;
}

.edit img {
    width: 100%;
}

.content .college_item {
    width: 10rem;
    display: block;
    text-align: center;
    font-size: 16px;
    background-image: url("../img/college/bg.jpg");
    background-repeat: no-repeat;
    background-size: 10rem 6rem;
    background-position: center;
    margin-bottom: .6rem;
    border: 1px solid #883f153d;
    height: 6rem;
    ;
}

.content .college_item img,
.college_item_imgBox {
    width: 9.6rem;
    margin: 0 auto;
}

.college_item_imgBox {
    height: 4rem;
    overflow: hidden;
}

.college_item p {
    word-break: break-all;
    display: block;
    width: 9.6rem;
    margin: auto;
    font-size: .4rem;
}

.content .college_item h2 {
    color: #c66005;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.college_item_bg {
    font-size: 16px;
    text-align: left;
    margin-bottom: 1.1rem;
    overflow-x: hidden;
}

.college_item_bg h2 {
    color: #c66005;
    text-align: center;
}

.college_item_bg time {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.img_box {
    width: 10rem;
    text-align: center;
    margin: 0.2rem 0;
}

.img_box img {
    width: 10rem;
}

.img_box_overflow {
    overflow: hidden;
    height: 5.5rem;
}