

/*职业教育平台*/

/*----------- 系统特点 --------*/

.voational_sys_characteristic_box {
    margin-top: 40px;
}
.voational_sys_characteristic_box .sys_content {
    width: 50%;
    padding: 20px;
    background-color: #eee;
    line-height: 35px;
    letter-spacing: 2px;
    border-radius: 10px;
    height: 15rem;
}
.voational_sys_characteristic_box .sys_content p {
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    text-overflow: ellipsis;
    overflow: hidden;
}
.voational_sys_characteristic_box .sys_img_box {
    position: relative;
}

.study_tree_text1
,.study_tree_text2
,.study_tree_text3
,.study_tree_text4
,.study_tree_text5
{
    position: absolute;
    white-space: nowrap;
    /*font-family: "黑体";*/
    font-size: 1.2rem;
}
.study_tree_text1 {
    top: 4%;
    right: 33%;
}
.study_tree_text2 {
    top: 22%;
    right: 50%;
}
.study_tree_text3 {
    top: 39%;
    right: 67%;
}
.study_tree_text4 {
    top: 56%;
    right: 84%;
}
.study_tree_text5 {
    top: 74%;
    right: 101%;
}