.site-main ul.notice-tabs {
     float: left;
     width: 30%;
     padding: 0px;
     box-sizing: border-box;
     margin: 0 !important;
     padding: 0 !important;
     list-style-type: none !important;
     list-style: none !important;
}
 .site-main ul.notice-tabs li {
     margin-bottom: 1px !important;
     background: #eee;
}
 .site-main ul.notice-tabs li a {
     padding-left: 20px;
     height: 30px;
     line-height: 30px;
     color: #555;
     display: block;
}
 .site-main ul.notice-tabs li a.current, .site-main ul.notice-tabs li a.current:hover ,.site-main ul.notice-tabs li a:hover{
     color: #444;
     font-weight: bold;
     text-decoration: none !important;
     background: #ddd;
     display: block;
}
 .notice-content {
    /* text-align: center; */
}
form.notice-profile-form label{
    width:100%;
    float:left
    
} 
.search_result_box_right a{float:right;clear: both;}
.search_result_box_right ul{
    float: right;
    clear: both;
}


