.main-box {
    width: 1280px;
    min-height: 300px;
    margin: 0 auto 80px auto;
}

.tableTitle-bar {
    min-height: 48px;
    border-bottom: 1px solid #116291;
    margin-bottom: 20px;
}

.rankBtn {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.rankBtn-on {
    color: #FFFFFF;
    float: left;
    background-color: #116291;

}

.rankBtn-on:hover {
    background-color: #114664;
}

.rankBtn-off {
    color: #8C8C8C;
    float: left;
}

.rankBtn-off:hover {
    background-color: #d1eeff;
}

.time-box {
    line-height: 32px;
}

.time-box p {
    display: inline-block;
}

.searchBtn {
    border: 1px solid #116291;
    color: #116291;
    padding: 5px 24px;
    box-sizing: border-box;
    cursor: pointer;
}
#searchkey{
    border: 1px solid #116291;
    width: 120px;
    height: 26px;
    line-height: 26px;
    margin: 0px 5px 0px 5px;
    padding-left: 5px;
    display: inherit;
}
.layui-table th {
    /* height: 48px; */
    text-align: center;
    background-color: #E7EFF4;
    border: 1px solid #D9D9D9 !important;
}

.layui-table tr {
    height: 48px;
    text-align: center;
}

.layui-table td {
    height: 48px;
    color: #595959;
    font-weight: regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    text-align: center;
    border: 1px solid #D9D9D9 !important;
}



/* public */
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.c-blue {
    color: #116291;
}


.nav-tabs>li.active>a {
    color: #fff !Important;
    background-color: #116291 !Important;
}
.nav-tabs>li>:hover {
    background-color: #FAFAFA;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>:hover {
	background-color: #FAFAFA;
}

.nav-tabs>li>a.active {
	color: #fff !Important;
	background-color: #116291 !Important;
}

.nav-tabs>li>a {
	font-size: 20px; color : #8C8C8C;
	border-radius: 0 !important;
	color: #8C8C8C;
}
.page-item .page-link{ color: #337ab7;}
.page-item.active .page-link {
    background-color: #337ab7;
    border-color:  #337ab7;
}

table th.sorting, table th.sorting_asc {
	background: #E7EFF4;
}

.input-sm, .pagination>li:first-child>a, .pagination>li:first-child>span,
	.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_info{
	padding-top:20px !important;
}