.edu-content {
    background: rgb(247, 246, 246);
    overflow: hidden;
    margin-bottom: 0;
}

[v-cloak] {
    display: none;
}

.edu-teacher-title {
    height: 60px;
    line-height: 60px;
    background: #005F8B;
    border-radius: 4px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-left: 16px;
    margin: 20px 0;
}

.edu-teacher-title>h1 {
    font-size: 18px;
    font-weight: bold;
}

.edu-teacher-title>h2 {
    margin-top: 5px;
    font-size: 12px;
}

.edu-teacher-list {
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
}

.edu-teacher-item {
    width: 590px;
    height: 276px;
    margin-bottom: 20px;
    background: #FFFFFF;
    float: left;
    margin-right: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(178, 178, 178, 0.34);
    border-radius: 3px;
    overflow: hidden;
}

.edu-teacher-item:nth-child(2n) {
    margin-right: 0;
}

.item-left {
    float: left;
    width: 270px;
}

.item-left>img {
    width: 230px;
    height: 230px;
    margin-left: 20px;
    margin-top: 20px;
}

.item-right {
    float: left;
    width: 310px;
    font-size: 14px;
    padding: 40px 30px 0 20px;
    position: relative;
}

.item-right-title {
    font-weight: bold;
    font-size: 20px;
    margin-right: 6px;
    margin-top: 20px;
}

.item-right>p {
    font-size: 14px;
    margin-top: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /*text-indent: 20px;*/
}

.item-href {
    position: absolute;
    display: block;
    height: 80px;
    line-height: 80px;
    right: 30px;
    bottom: -126px;
    color: #005F8B;
}

.tab-menu {
    overflow: hidden;
    margin-bottom: 20px;
}

.tab-item {
    float: left;
    height: 100px;
    width: 595px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.tab-item-content {
    height: 100px;
    width: 595px;
    padding-left: 100px;
    overflow: hidden;
    border-radius: 3px;
}

.tab-item:first-child {
    margin-right: 10px;
}

.tab-item-content>h1 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.tab-item-content>h2 {
    margin-top: 4px;
    font-size: 14px;
}

.edu-nav-tabs {
    border-radius: 3px;
}
/*.person-right-menu-item.current>a {
    color: #FE9A40;
}

.person-right-menu-item:hover>a {
    color: #FE9A40;
}*/

.institution-img {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.institution-img>img {
    width: auto;
    height: 100px;
}

.institution-intro {
    height: 154px;
    padding: 10px 20px;
    position: relative;
}
.institution-intro>span{
    display: block;
    width: 100%;
    text-align: center;
}
.institution-intro>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.institution-intro-title {
    margin-bottom: 10px;
}

.institution-btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
    color: #005F8B;
}

.teacher-btn {
    position: absolute;
    right: 30px;
    bottom: -90px;
    color: #005F8B;
}
