.education-base-detail {
    padding-top: .2083rem/* 40/192 */
    ;
    box-sizing: border-box;
}

.education-base-detail .back {
    position: absolute;
    right: .2604rem/* 50/192 */
    ;
    top: .2083rem/* 40/192 */
    ;
    display: flex;
    align-items: center;
    font-size: .125rem/* 24/192 */
    ;
    color: #353434;
    font-family: Microsoft YaHei;
}

.education-base-detail .back span {
    margin-left: 10px;
}

.education-base-detail .content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: .2083rem/* 40/192 */
    ;
    padding-left: .8333rem/* 160/192 */
    ;
    padding-top: .2083rem/* 40/192 */
    ;
}

.education-base-detail .content .map {
    width: 4.4427rem;
    height: 2.7813rem;
    margin-right: .1563rem/* 30/192 */
    ;
}

.education-base-detail .content .list {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.education-base-detail .content .box {
    background: white;
    padding: .1563rem/* 30/192 */
    ;
    width: 4.625rem/* 888/192 */
    ;
    height: 2.4115rem/* 463/192 */
    ;
    box-sizing: border-box;
}

.education-base-detail .content .title {
    font-size: .1875rem/* 36/192 */
    ;
    font-weight: bold;
    color: #B28714;
    margin-bottom: .1823rem/* 35/192 */
    ;
}

.education-base-detail .content .item {
    display: flex;
    align-items: center;
    padding: .0521rem/* 10/192 */
    ;
    padding-bottom: .1042rem/* 20/192 */
    ;
    border-bottom: 1px solid #EEB55C;
    color: #434242;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: justify;
}

.education-base-detail .content .item .i-title {
    font-size: .125rem/* 24/192 */
    ;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434242;
    /* margin-bottom: 10px; */
}

.education-base-detail .content .item .value {
    line-height: 20px;
}

.education-base-detail .content .item:hover {
    background: rgb(249, 225, 210);
}

.education-base-detail .content .item .icon {
    width: .1979rem/* 38/192 */
    ;
    height: .2083rem/* 40/192 */
    ;
    background: url("../img/educationBase/site-icon.png");
    background-size: 100% 100%;
    margin-right: .1042rem/* 20/192 */
    ;
}

.education-base-detail .content .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}