/**
 * @name	:首页
 * @author	:chong(email:5654565@qq.com)
 * @time	:2018-08-21
 * @type	:css
 * @explain	:无
 */

/* 显示 */
.text_top{    padding-bottom: 10px; border-bottom: 1px solid #f4f4f4;}
.text_top p{line-height: 34px;font-size: 16px;}

  /* 列表 */
 .listBox{padding: 10px;}
 .listBox .l_title{padding-bottom: 10px;}
 .listBox .l_title p{line-height: 34px;font-size: 16px;}
 .listBox .l_title span{line-height: 34px;font-size: 14px;}

 /* 表格 */
 .table{ }
 .table *{text-align: center; vertical-align:middle}
 .table th{background-color: #f1f0f0;}
 .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #e0e0e0;}
 .table td{}
 .table td.td_no,
 .table th.td_no{width:20px;}
 .table td.td_operation a{white-space: nowrap;margin: 0 10px; }
































