/**/
.bbs-list .list-search {
    margin-bottom:20px; display:flex; justify-content: space-between; align-items: center;
}
.bbs-list .list-search .form-control {border-color:#33454d;}
.bbs-list .list-search .input-group-text {
    border-color:#33454d; background:#33454d; color:#fff; cursor:pointer;
    font-family: xeicon;
}

/**/
.bbs-list .table {}
.bbs-list .table thead th {border-top:1px solid #33454d; border-bottom:1px solid #33454d;}
.bbs-list .table thead th {text-align:center;}
.bbs-list .table thead th:nth-child(1) {width:80px;}
.bbs-list .table thead th:nth-child(2) {}
.bbs-list .table thead th:nth-child(3) {width:200px;}
.bbs-list .table thead th:nth-child(4) {width:100px;}
.bbs-list .table thead th:nth-child(5) {width:160px;}
.bbs-list .table tbody td {text-align:center;}
.bbs-list .table tbody td,
.bbs-list .table tbody td a,
.bbs-list .table tbody td span {font-size:17px; color:#666;}
.bbs-list .table tbody td.subject {text-align:left;}

/**/
.bbs-list-footer {margin:0;}
.bbs-list-footer .write-btns {display:flex; justify-content: flex-end; margin:0 0 15px 0;}
