
/**
**    height: 283px; overflow-y: auto;
**/  

.list-table-workbench {
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size: 105%;
    width: 100%;
}

.workbenchItem {
    border: 1px solid #EEEEEE;
    color: #030303;
    margin-top: 10px;
    overflow-x: hidden;
    width:100%;
    height: 100%;
}

.workbench-heading {
	color: #030303;
    cursor: move;
    font-size: 16px;
    height: 33px;
}
.workbench-heading td {
	border-bottom: 1px solid #EEEEEE;
	padding-left: 10px;
}
.statistic-content td {
	width: 20%;
	height: 200px;
}
.statistic-content td h3,.statistic-content td  h4,.statistic-content td  p {
    line-height: 60px;
    text-align: center;
}
.statistic-content td h4 {
	font-size: 38px;
	font-weight: 400;
}

.list-td-workbench {
    padding: 4px 2px 4px 5px;
    vertical-align: middle;
}

.announcement-title {
	/*ϵͳ�������*/
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.hidden {
	display: none;
}

.announcement-content {
	margin-bottom: 20px;
	font-size: 14px;
	word-spacing: normal;
	word-break: break-all;
	text-indent: 2em;
	padding: 15px 5px 15px 5px;
	line-height: 22px;
}
