/*蓝色隔行表格样式*/
.l_blue_table{background-color: #fff;}
.l_blue_table .l_blueTab_top{text-align: center;}
.l_blue_table .l_blueTab_top table,.l_blue_table .l_blueTab_bot table{table-layout: fixed;}
.l_blue_table .l_blueTab_top th{font-size: 14px;color: #4C4C4C;font-weight: normal;padding: 6px 15px;word-break: break-all;text-align: left;}
.l_blue_table .l_blueTab_top tr{background-color: #ebf5ff;}
.l_blue_table .l_blueTab_bot{text-align: center;font-size: 14px;color: #333;position: relative;min-height: 400px;}
.l_blue_table .l_blueTab_bot.maxH300{max-height: 300px}
.l_blue_table .l_blueTab_bot.maxH350{max-height: 350px}
.l_blue_table .l_blueTab_bot.maxH400{max-height: 400px}
.l_blue_table .l_blueTab_bot.maxH500{max-height: 500px}
.l_blue_table .l_blueTab_bot.maxH600{max-height: 600px}
.l_blue_table .l_blueTab_bot td{font-size: 14px;color: #4C4C4C;padding: 18px 15px;word-break: break-all;text-align: left;}
.l_blue_table .l_blueTab_bot tr:nth-child(2n){background-color: #f5faff}
.l_blue_table .l_blueTab_pagebox{padding: 30px 0;}
/* 操作列-更多 */
.toolBarMore{position: relative;}
.toolBarMore .item{position: absolute;background: #FFFFFF;box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2);border-radius: 8px;top: 25px;z-index: 100;width: 90px;border:1px solid #E7EAF1;left: 0;display: none;}
.toolBarMore .item li a{display: block;padding: 14px;text-align: center;}
.toolBarMore .item li a:hover{background-color: #f5faff}
/* 蓝色背景分页 */
.bluePageDiv{display:inline-block;vertical-align: middle;}
.bluePageDiv li {display:inline-block;min-width: 22px;padding:0 5px;height: 32px;color: #0099ff;text-align:center;line-height: 32px;font-size: 14px;margin:0 7px;cursor: pointer;overflow:hidden;border-radius: 8px;background: #e5f5ff;box-sizing: content-box;-webkit-box-sizing: content-box;}
.bluePageDiv li:hover,.bluePageDiv li.xl-active,.bluePageDiv li.xl-active:hover{background: #0099ff;color:#fff;}
.bluePageDiv li.xl-prevPage,.bluePageDiv li.xl-nextPage{text-indent: 999px;overflow: hidden;width: 22px;position: relative;min-width: 22px;}
.bluePageDiv li.xl-prevPage::after{content: "<";background: url(../images/manage/previcon.png)center center no-repeat;width: 6px;height: 10px;display: inline-block;vertical-align: middle;position: absolute;top: 10px;right: 13px;}
.bluePageDiv li.xl-nextPage::after{content: "";background: url(../images/manage/nexticon.png)center center no-repeat;width: 6px;height: 10px;display: inline-block;vertical-align: middle;position: absolute;top: 10px;right: 12px;}
/* .pageDiv li.xl-prevPage:hover,.pageDiv li.xl-nextPage:hover{opacity: .6;filter: alpha(opacity=0.6);} */
.bluePageDiv li{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.bluePageDiv li.xl-disabled{opacity: .7;cursor: no-drop;filter: alpha(opacity=0.7);}
.bluePageDiv li.xl-prevPage:hover::after{background: url(../images/prevhovericon.png)center center no-repeat}
.bluePageDiv li.xl-nextPage:hover::after{background: url(../images/nexthovericon.png)center center no-repeat}
.bluePageSelect{ width:88px; height:32px; line-height:32px; padding:0; margin:0 3px; background:#e5f5ff; color:#0099ff; font-size:13px; text-align:center; border:solid #e5f5ff 1px; border-radius:8px;}
.bluePageSelect:focus{border: none;outline: none;}


/*蓝色隔行表格样式*/
.l_gray_table{background-color: #fff;}
.l_gray_table .tab_top{text-align: left;}
.l_gray_table .tab_top table,.l_gray_table .tab_bot table{table-layout: fixed;}
.l_gray_table .tab_top th{font-size: 14px;color: #333333;font-weight: 600;padding: 14px;word-break: break-all;text-align: left;}
.l_gray_table .tab_top tr{background-color: #F2F3F7;}
.l_gray_table .tab_bot{text-align: left;font-size: 14px;color: #4C4C4C;position: relative;min-height: 400px;}
.l_gray_table .tab_bot.maxH300{max-height: 300px}
.l_gray_table .tab_bot.maxH350{max-height: 350px}
.l_gray_table .tab_bot.maxH400{max-height: 400px}
.l_gray_table .tab_bot.maxH500{max-height: 500px}
.l_gray_table .tab_bot.maxH600{max-height: 600px}
.l_gray_table .tab_bot td{font-size: 14px;color: #4C4C4C;padding: 14px;word-break: break-all;text-align: left;}
.l_gray_table .tab_bot tr:nth-child(2n){background-color: #F2F3F7}