.table-ele .t2 {
	height: 36px;
}

.table-ele .t2 b {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background-color: #2980b9;
	color: #fff;
	margin-bottom: -1px;
	padding: 0 25px 1px;
	font-size: 15px;
}

.table-ele .t3 a {
	text-decoration: none;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background-color: #eb5e1d;
	color: #fff;
	margin-bottom: -1px;
	padding: 0 25px 1px;
	font-size: 15px;
}

.table-ele .t4 a {
	text-decoration: none;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background-color: #34904f;
	color: #fff;
	margin-bottom: -1px;
	padding: 0 25px 1px;
	font-size: 15px;
}

.table-ele .list-table {
	margin-top: 10px;
	width: 100%;
	border-top: 1px #bde solid;
}

.table-ele .list-table th,
.table-ele .list-table td {
	border-bottom: 1px #d2d2d2 dotted;
	padding: 5px 10px;
	line-height: 1.6em;
	text-align: center;
}

.table-ele .list-table thead th {
	background-color: #f0f6fc;
	border-bottom: 1px #bde solid;
	border-right: 1px #bde solid;
	color: #2980b9;
	font-weight: bold;
}

.table-ele .list-table tbody td p {
	text-align: left;
}

.table-ele .list-table tbody td p a:hover {
	text-decoration: underline;
}

.table-ele .list-table tbody tr:hover td {
	background-color: #f8f8f8;
}

/*信箱*/
.oldModel .table-ele *{
    font-size:28px;
    line-height:1.6em;
}
.oldModel .table-ele .t2 b,
.oldModel .table-ele .t3 a,
.oldModel .table-ele .t4 a
{
    font-size:28px;
    line-height:1.6em;
    height:42px;
}
/*信箱*/

.table-ele .list-table td:nth-child(2) a {
    width: 310px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-ele .list-table td:nth-child(1) {
    width: 160px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*分页*/
.oldModel #pageArea *{line-height:1em}
.oldModel #pageArea #pageDec span{font-size: 28px;}
.oldModel #pageArea{width: 70%;}
.oldModel #pageArea .btn2{width: 100px;font-size: 28px;border-radius: 15px;}
.oldModel #pageArea #pageSelect{font-size: 28px;}
