#tb_board_view {width:100% !important; }
#tb_board_list { margin-top: 30px;}
#tb_board_list thead th {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding: 5px 0;
    background: #93a18e;
    height: 36px;
    font-weight: 400;
}

#tb_board_list tbody td {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
    color: #555;
    border-bottom: 1px solid #858585;
    text-align: center;
}
#tb_board_list tbody td a, #tb_board_list tbody td a:hover {
    text-decoration: none;
    color:#333;
}

a.bts, a.bts:link {
    display: inline-block;
    width: 95px;
    height: 27px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background: #5a6464 !important;
    border-radius: 0;
    border:none;
}


ul.tb_bt {
    float: right;
    width: 500px !important;
    text-align: right;
}



#tb_board_list tbody td > div {
overflow: hidden;
    }


.album_img_box {
    position: relative;
    width: 220px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.album_img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.album_img_box img {
    width: auto;
    height: auto;
    max-height: 160px;
}

.notice_serach_btn {
    background: #486961;
    width:83px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color:#fff !important;
    display:inline-block;
    text-align: center;

}
.notice_serach_btn:hover {text-decoration: none; opacity: 0.8;}
.input_{height: 35px; 
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;}

.submenu_list dt:nth-child(9) {
	display:none;
}