.message_content {
    padding-top: 0px;
}

.icon-name,
.icon-browse,
.icon-date {
    margin: 0 10px 0 16px;
}


.teacher-nav {
    width: 100%;
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 36px;
    background-color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}

.teacher-nav ul {
    display: flex;
    justify-content: center;
}

.teacher-nav li {
    margin: 0;
}

.teacher-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    padding: 4px 20px;
    cursor: pointer;
}

.teacher-nav .select {
    background-color: #6A2686;
    position: relative;
}

.teacher-nav .select a {
    color: #fff;
    font-weight: bold;
}

.teacher-nav .select::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #6A2686;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.entry-header .entry-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.entry-header .entry-meta {
    margin: 10px 0 16px;
}

.entry-header .entry-meta span {
    padding: 0 20px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #BEBEBE;
    line-height: 30px;
}

.entry-header .entry-meta .author {
    background: url(../images/name.png) no-repeat;
    background-size: 16px 16px;
}

.entry-header .entry-meta .posted-on {
    background: url(../images/date.png) no-repeat;
    background-size: 16px 16px;
}

.entry-header .entry-meta .views {
    background: url(../images/brown.png) no-repeat;
    background-size: 16px 16px;
}

.entry-content .person_info tr,
.entry-content .person_info td {
    border: none !important;
}

.entry-content .person_info,
.entry-content .person_info tbody {
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}

.entry-content>.person_info {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}

.entry-content>.person_info::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #6A2686;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 12px;
    background: rgba(213, 0, 50, .05);
    transform: rotate(-2deg);
    transform-origin: center center;
    z-index: -1;
}

.entry-content>.person_info::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dashed #101820;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 200;
}

.entry-content>.person_info>tbody::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #101820;
    border-radius: 12px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 100;
}

.entry-content .person_info tbody img {
    width: 232px !important;
    height: 290px;
    margin: 10px 0 0 10px;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.entry-content .person_info > tbody > tr {
    display: flex;
}

.entry-content td[valign='bottom'] {
    display: inline-block;
    width: 300px;
}
.entry-content td[valign='top']  {
    display: inline-block;
    width: 80%;
    margin-left: 40px;
}
.entry-content td[valign='top'] tbody {
    position: relative;
    top: 20px;
    left: 0;
}

.entry-content td[valign='top'] tr {
    height: 54px;
    font-size: 16px;
}

.entry-content td[valign='top'] tr:first-of-type td:first-of-type {
    background: url(../images/icon_name.png) no-repeat;
}

.entry-content td[valign='top'] tr:nth-of-type(2) td:first-of-type {
    background: url(../images/icon_title.png) no-repeat;
}

.entry-content td[valign='top'] tr:nth-of-type(3) td:first-of-type {
    background: url(../images/icon_search.png) no-repeat;
}

.entry-content td[valign='top'] tr:nth-of-type(4) td:first-of-type {
    background: url(../images/icon_home.png) no-repeat;
}

.entry-content td[valign='top'] tr:last-of-type td:first-of-type {
    background: url(../images/icon_work.png) no-repeat;
}

.entry-content td[valign='top'] tr td:first-of-type {
    background-size: 24px 24px !important;
    background-position: 0 15px !important;
    padding-left: 34px;
    box-sizing: border-box;
    width: 120px;
}

.entry-content td[valign='top'] tr td:last-of-type,
.entry-content td[valign='top'] tr td:last-of-type a {
    font-weight: 400;
    color: #101820;
}

.entry-content td[valign='top'] tr:hover td:last-of-type {
    color: #6A2686 !important;
}

.entry-content td[valign='top'] tr:hover td:last-of-type a {
    color: #6A2686 !important;
    text-decoration: underline;
}


.teacher_content .v_news_content {
    width: 88%;
    padding: 0 40px;
    box-sizing: border-box;
    float: right;
}

.left_nav {
    z-index: 999;
    width: 12%;
    box-sizing: border-box;
    position: fixed;
    left: 7%;
    top: 300px;
    background-color: transparent;
}

.first_level a {
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    padding: 8px 16px;
    box-sizing: border-box;
}

.first_level>li>a {
    width: 100%;
}

.first_level li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #999;
    margin-right: 10px;
    transition: width .4s;
}

.first_level li a:hover {
    background: #FCE8FF;
    color: #6A2686
}

.first_level li a:hover::before {
    width: 16px;
    background-color: #6A2686;
}

.selected {
    font-weight: bold !important;
    background: #FCE8FF !important;
    color: #6A2686 !important;
}

.selected::before {
    width: 16px !important;
    background-color: #6A2686 !important;
}

.first_level .second_level {
    margin-left: 26px;
}

.first_level .second_level .third_level {
    margin-left: 26px;
}

/* 
.left_nav {
    background-color: #fff;
    z-index: 9999;
    width: 12%;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    left: 7%;
    top: 210px;
}

.sub_anchor {
    margin-top: 30px;
}

.sub_anchor li {
    height: 38px;
}

.sub_anchor a {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    width: 30%;
    border-radius: 10px;
}

.sub_anchor a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    background-color: #999;
    margin-right: 10px;
    transition: width .4s;
    position: relative;
    top: -4px;
}


.sub_anchor a:hover {
    color: #6A2686;
    background: #FCE8FF;
}

.sub_anchor a:hover::before {
    width: 16px;
    background-color: #6A2686;
}

.selected > a {
    font-weight: bold !important;
    background: #FCE8FF !important;
    color: #6A2686 !important;
}

.selected > a::before {
    width: 16px !important;
    background-color: #6A2686 !important;
} */