.main_header_1{
    line-height: 36px;
    height: 36px;
    color: #666666;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px dashed #f4f4f4;
}

.a_active_main_header_1{
    font-weight: bold;
    color:#ffffff;
    background-color: #fe1b20;
}

.main_header_1 a {
    color: #e2c8ca;
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
}

.main_header_1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.main_header_2{
    padding: 25px 0;
}

.div_category_list{
    padding: 10px 0;
    font-size: 17px;
}

.div_category_list a{
    color: #666666;
    display: inline-block;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
}
.div_category_list a:hover{
    color: #067bca;
}

.margin_bottom_6{
    margin-bottom: 6px;
}
.margin_bottom_8{
    margin-bottom: 8px;
}

.category_link_active{
    color: #067bca !important;
    font-weight: bold;
}

.div_search_hot{
    font-size: 12px;
    line-height: 18px;
}

.overflow_hidden{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img_logo{
    width: 90%;
    max-width: 130px;
}

.main_header_3{
    line-height: 34px;
    font-size: 14px;
    background-image: linear-gradient(to left top, #067bca 0, #3bb0ff 100%);
    /*background-color: #067bca;*/
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 3px solid #3bb0ff;
    border-bottom: 3px solid #067bca;
}

.main_header_3 a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-left: 4px;
    padding-right: 5px;
    color: #ffffff;
    border-radius: 5px;
}

.dh_active{
    border-bottom: 3px solid #fe1b20;
    color: #FF6A00;
}

.main_header_3 a:hover{
    text-decoration: none !important;
    border-bottom: 3px solid #0e4f8f;
    color: #ffffff;
    background-color: #0e4f8f;
}

.a_link_ext{
    text-decoration: none !important;
    color: #ffffff;
    background-color: #0e4f8f;
}

.panel-heading_fix{
    height: 40px;
    background-color: #f7f7f7;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom: 1px solid #e6e6e6;
}

.panel-body_fix{
    padding-bottom: 17px;
}

.panel-body_fix_3{
    background-image: linear-gradient(to bottom, #ffffff 0, #f7f7f7 100%);
    border: 1px solid #f7f7f7;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.panel-title_fix{
    font-size: 12px;
    padding: 0 12px;
}

.panel-title_fix_2{
    font-size: 17px;
    color: #067bca;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    border-bottom: 1px dashed #f7f7f7;
}

.img_avatar_member_list_bookstore{
    width: 90%;
    max-width: 20px;
    border-radius: 50%;
    border: 1px solid #e2c8ca;
}
.col_fix{
    padding: 2px !important;
}
.img_avatar_member_list_fans{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e2c8ca;
}

.a_more_index{
    color: #067bca !important;
    font-weight: normal;
    font-size: 12px;
}

.main_header_4{
    <!--margin: 8px 0;
    -->
}

.main_header_5{

}
.main_header_6{
    margin-top: 16px;
}

.link_fix_1, .link_fix_1 a:hover{
    color: #fff !important;
}

.h4_fix{
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FF6A00;
}

.h4_fix:hover{
    color: #fe1b20;
}

.h1_fix{
    padding: 0 10px;
    font-size: 19px;
    line-height: 30px;
    /*    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    margin-top: 8px;
    color: #333333;
    font-weight: bold;
    text-align: justify;
}

.panel-body_fix_2{
    padding-top: 0;
}

.p_fix{
    text-indent: 28px;
    line-height: 20px;
    text-align: justify;
}

.button_post_fix{
    color: #fff;
}
.button_post_fix:hover{
    color: #fff;
    text-decoration: none;
}

.chat-user-list{
    margin-top: 6px;
    margin-bottom: 6px;
}

.extra_guding{
    min-width: 78px;
    text-align: right;
}

.main_header_8{
    padding: 12px 0;
}

.panel-bordered-danger_fix{
    margin-bottom: 0;
}

.margin-top_8{
    margin-top: 8px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

#latest_div{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
}
#latest_div ul{
    height: 30px;
    line-height: 30px;
    padding-left: 0;
}
#latest_div ul li{
    height: 30px;
    line-height: 30px;
    color: #999999;
}
#latest_div ul li a{
    color: #999999;
}
#latest_div ul li a:hover{
    color: #666666;
}