.do-table-bordered {
  border: 1px solid #eff2f9;
}
.do-table-bordered > thead > tr > th,
.do-table-bordered > tbody > tr > th,
.do-table-bordered > tfoot > tr > th,
.do-table-bordered > thead > tr > td,
.do-table-bordered > tbody > tr > td,
.do-table-bordered > tfoot > tr > td {
  border-top: 1px solid #eff2f9;
}
.do-table-bordered > thead > tr > th,
.do-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.do-table-bordered > thead > tr > th:not(:last-of-type),
.do-table-bordered > thead > tr > td:not(:last-of-type){
  border-right: 1px solid #fff;
}
.table {
  width: 100%;
  max-width: 100%;
  color: #666;
  /*cursor: pointer;*/
  border: 1px solid #eff2f9;
}
table th{
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.table td[data-icon="big"]{
	color: #7B83A8;
	font-size: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td{
	padding: 0 10px;
	line-height: 34px;
	height: 34px;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding:16px 10px;
  line-height: 1.5;
  vertical-align: middle;
}

.table > tfoot > tr > td,
.table > tbody > tr > td {
  word-wrap:break-word;
  word-break:break-all;
}

.table > thead > tr > th:first-of-type,
.table > tbody > tr > th:first-of-type,
.table > tfoot > tr > th:first-of-type,
.table > thead > tr > td:first-of-type,
.table > tbody > tr > td:first-of-type,
.table > tfoot > tr > td:first-of-type {
  padding-left: 30px;
}
.table > thead > tr > th:last-of-type,
.table > tbody > tr > th:last-of-type,
.table > tfoot > tr > th:last-of-type,
.table > thead > tr > td:last-of-type,
.table > tbody > tr > td:last-of-type,
.table > tfoot > tr > td:last-of-type {
  padding-right: 30px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  background-color: #eff2f9;
}

.table > caption + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  white-space:nowrap;
}
.table > tbody > tr a{
	color: #6e90ff;
}
.table > tbody > tr.selected{
  background-color: #f5f9f8;
}
.table > tbody > tr a:active{
	color: #676E8E;
}

.table > tbody > tr a:hover{
  color: #587aff;
}

.table > tbody > tr i:not(:first-of-type){
	padding-left: 10px;
}
.table tr.is {
  background: #fffaee;
}

.table tr.is td{
  color: #333;
}

.do-table-hover > tbody > tr:hover {
  background-color: #f5f9f8;
}
.table td i{
	color: #6e90ff;
}

.table td i:hover{
  color: #00B98B;
}

/*============================================================================折叠表格==*/
.do-table-fold .active{
	background-color: #fffaee;
}
.do-table-fold .active td {
  color: #333;
}
.do-table-fold i{
	cursor: pointer;
}
.do-table-fold td[data-type="fold"] i{
	color: #258DDE;
	margin-right: 10px;
  vertical-align: middle;
}
.do-table-fold td[data-type="fold"]{
	color: #258DDE;
}
.do-fold{	
	width: 100%;	
	background-color: #f7f7f7;
  color: #666;
}
.do-fold>tbody>tr>td{
  border-top: solid 1px #fff;
}
.do-fold>tbody>tr>td>i{
  font-size: 14px;
  line-height: 35px;
}
.do-fold tr th{
  color: #a7a7a7;
}
.do-fold > tbody > tr > th,
.do-fold > thead > tr > th,
.do-fold > tfoot > tr > th,
.do-fold > tbody > tr > td,
.do-fold > thead > tr > td,
.do-fold > tfoot > tr > td {
  padding: 0 10px;
 height: 35px;
 line-height: 35px;
}
.do-fold > tbody > tr > td:first-of-type,.do-fold > tbody > tr > th:first-of-type{
	padding-left: 45px;
}

.do-fold > tbody > tr > td:nth-last-child(2),.do-fold > tbody > tr > th:nth-last-child(2){
border: none;	
}
.do-fold > tbody > tr.gap{
  border-top: 2px solid #fff;
}
.do-fold > tbody > tr.gap-fold{
  border-top: 1px solid #fff;
}

.do-fold > tbody > tr.gap:first-of-type{
  border: 0;
}
.do-tab-bt10 > td{
	border-top: solid 9px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
.do-tab-bt10 > td:last-of-type{
	border-right: none;
}
.do-fold .action > td{
	font-weight: bold;
	line-height: 35px;
}

.do-fold dl{
	display: flex;
	display: -ms-flexbox;
	padding-left: 40px;
}
.do-fold dl:first-of-type li{
	/*font-weight: bold;*/
	color: #666;
}
.do-fold dt{
	width: 65px;
	line-height: 42px;
	color: #666;
}
.do-fold dd{
	flex: 1;
}
.do-fold ul{
	width: 100%; 
	font-size: 0;
	margin: 0;
	}
.do-fold li{
	width: 25%; 
	/*display: inline-block;*/ 
	float: left;
	font-size: 12px;
	line-height: 42px;
	color: #999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}

/*============================================================================详情表格==*/
.do-table-particulars{
	width: 100%;
	color: #666;
	border: 1px solid #eff2f9;
}
.do-table-particulars span{
	vertical-align: top;
}

.do-table-particulars .do-caption-tit,.do-caption-tit{
	background-color: #eff2f9;
	padding: 0 30px;
	font-size: 14px;
	color: #333;
	height: 25px;
	line-height: 25px;
	cursor: initial;
}
.do-table-particulars > tbody > tr:first-of-type > td {
	 padding-top: 10px;
	 }
.do-table-particulars > tbody > tr > td{
	width: 33.3%;
	 padding: 5px 0 5px 30px;
	line-height: 30px;
	vertical-align:text-top;
}
.do-table-particulars > tbody > tr > td em{
	line-height: 20px;
	display: inline-block;
}
.do-table-particulars > tbody > tr > td:last-of-type{
	padding-right: 20px;
}
.do-table-particulars > tbody > tr:last-of-type > td {
	 padding-bottom: 10px;
}
.do-table-particulars > tbody > tr > td a{
    color:#6e90ff;
}
.do-table-particulars > tbody > tr a:hover{
    color:#587aff;
}
.do-table-tit{
	border-left: #7B83A8 solid 3px;	
	font-size: 14px;
	color: #333;
	line-height: 15px;
	cursor: initial;
	padding:0 0 0 10px;
	margin-bottom: 10px;
}

/*===========================================================================分页==*/
.do-page{
    margin:30px;
    height: 26px;
    margin-right: 0;
}
.do-page ul{
	float: right;
	font-size: 0;
}
.do-page ul li{

   display: inline-block;
   font-size: 12px;

}
.do-page a{
	width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    display: block;
    color: #999;
    background-color: #fff;
    margin:0 4px;
}
.do-page a:hover{
    background: #e3efed;
    cursor: pointer;
    color: #3b5271;
}
.do-page .active{
    background: #e3efed;
    color: #3b5271;
}
.do-page ul li:first-of-type a{
    border: 1px solid #eee;
}
.do-page ul li:last-of-type a{
    border: 1px solid #eee;
    margin-right: 0;
}