.portlet > .portlet-title.no-bottom {
    border-bottom: none;
}

.form .form-actions.no-top {
    border-top: none;
}

.btn-2 {
    min-width: 90px;
    color: #fff;
    margin-left: 10px;
}

.btn-2:hover, .btn-2:focus {
    color: #fff;
}

.form .control-label { /* label右对齐： 开始 */
    float: left;
    padding-right: 0.5em;
    padding-top: 5px;
    width: 7em;
    text-align: right;
}

.form .input-control {
    margin-left: 7em;
}

.form .input-control .form-control-static {
    margin-top: 0 !important;
    padding-top: 6px !important;
}

.form .form-actions {
    padding: 0;
    padding-bottom: 10px !important;
}

.portlet.light > .portlet-title > .nav-tabs > li {
    padding: 0 35px;
}

.table-scrollable {
    margin: 0 !important;
}

.dataTables_scrollHead {
    background-color: rgb(238, 241, 245);
}

.hotServiceDiv{
    width: 100%;
    margin: 0 auto 5px;
}

.hotServiceDiv .textBox{
    /*height: 30px;
    line-height: 30px;*/
    text-align: center;
    /*border: solid #cccccc 1px;*/
    /*font-size: 13px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*  热门推荐  */
.textBox{
    float: left;
    width:16.16%;
    margin-right:0.6%;
}
.textBox:last-child{
    margin-right:0;
}

/*.table > thead > tr > th,
.table > tbody > tr > td {
    vertical-align: middle; 
    text-align: center;
    padding:4px 4px !important;
}*/