.common_body {
    background-color: white;
}

.common_header {
    background-color: #337799;
}

.common_logo {
    margin-top: 3px;
}

.common_nav {
    background-color: #337799;
}

.layui-nav .layui-this:after, .layui-nav-bar {
    /*background-color: #79bd9a;*/
}

.common_content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.common_panel {
    padding-bottom: 15px;
}

.about_panel p {
    padding: 16px 20px 0;
}

.common_border {
    border: 1px red solid;
}

.common_circle_img {
    border-radius: 50%;
}

.common_single_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_text_center {
    text-align: center;
}

.common_footer {
    background-color: #337799;
    padding: 30px 0;
}

.common_footer_content {
    font-size: 14px;
    color: white;
    line-height: 24px;
    margin-top: 15px;
}

.common_footer_sub_title {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.common_footer_link {
    font-size: 14px;
    color: white;
    margin: 10px 15px 0 0;
    display: inline-block;
    /*border: 1px red solid;*/
}

.common_footer_link:hover {
    color: #5FB878;
    text-decoration: underline;
}

.home_blog_item {
    padding: 20px;
    border-bottom: 1px #eee solid;
    position: relative;
}

.home_blog_item:hover, .home_load_more:hover {
    background-color: #eee;
    color: #5FB878;
}

.home_blog_item_top_set {
    position: absolute;
}

.home_blog_item_fine_flag {
    float: right;
    width: 40px;
    height: auto;
}

.home_blog_item_name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding-right: 10px;
    margin: 0 10px;
    border-right: 1px #ccc solid;
}

.home_blog_item_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.home_blog_item_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.home_blog_item_tip {
    font-size: 12px;
    color: #999;
}

.home_load_more {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px #ddd solid;
    margin: 15px 20px 0;
}

.has_no_more {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 16px;
    display: none;
}

.home_sub_title {
    font-size: 16px;
    padding: 15px 20px 12px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px #eee solid;
    position: relative;
}

.home_blog_sub_item_title a {
    font-size: 14px;
    color: #333;
    padding: 15px 20px 0;
    display: block;
}

.home_blog_sub_item_title a:hover {
    color: #5FB878;
}

.teacher_search_input {
    font-size: 14px;
    color: #666;
    width: 200px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 6px;
    padding-right: 30px;
}

.teacher_search_icon {
    position: absolute;
    right: 25px;
    top: 18px;
    color: #666;
    font-weight: normal;
}

.teacher_item {
    padding-top: 30px;
}

.teacher_item:hover .teacher_item_name {
    color: #5FB878;
}

.teacher_item .common_circle_img {
    border: 1px #fff solid;
}

.teacher_item:hover .common_circle_img {
    border: 1px #5FB878 solid;
}

.teacher_item_img {
    position: relative;
    display: inline-block;
}

.teacher_item_fire {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.teacher_item_name {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}

.teacher_home_info {
    padding: 30px 20px;
}

.teacher_home_info_name {
    font-size: 16px;
    color: #5FB878;
    margin-top: 15px;
}

.teacher_home_info_detail {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.content_star_btn {
    margin-top: 30px;
    margin-bottom: 15px;
}

.content_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 30px 30px 0;
    text-align: center;
}

.content_blog {
    line-height: 2;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.content_blog img {
    display: block;
    width: 100%;
    margin: auto;
}

.content_blog a {
    color: #5FB878;
}

.content_blog a:hover {
    text-decoration: underline;
}

.content_blog p {
    margin-bottom: 6px;
    margin-top: 6px;
}

.content_blog table {
    margin: auto;
}

.content_blog table td {
    padding: 6px 12px;
}

.content_tip {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    position: relative;
}

.content_body {
    font-size: 16px;
    color: #666;
    padding: 30px;
}

.content_tip_link {
    color: #5FB878;
}

.content_tip_link:hover {
    color: #5FB878;
    text-decoration: underline;
}