
/** News **/
table.News{
/*border-collapse:collapse;*/
border-spacing:1px;
/*
margin-left:auto;
margin-right:auto;
*/

/*background:-webkit-radial-gradient(70% 20% circle cover,darkcyan 0%,white 50%,darkcyan 100%);*/
/*background:white;*/
/*background:-webkit-linear-gradient(white,darkcyan);*/
}

table.News th{
background:gainsboro;
font-weight:bold;
}

/*
table.News tr:first-child th:first-child , table.News tr:first-child td:first-child{border-top-left-radius:16px		}	/* 左上 /
table.News tr:first-child th:last-child  , table.News tr:first-child td:last-child {border-top-right-radius:16px	}	/* 右上 /
table.News tr:last-child th:last-child   , table.News tr:last-child  td:last-child {border-bottom-right-radius:16px	}	/* 右下 /
table.News tr:last-child th:first-child  , table.News tr:last-child  td:first-child{border-bottom-left-radius:16px	}	/* 左下 /
*/

table.News td{
/*padding: 16px 32px*/
/*border-radius: 32px 0px 0px 32px*/
}

table.News td,table.News th{
border:1px solid gray;
padding:5px 5px;
font-size:14px;
/*background:lightblue;*/
}

table.News tr:hover{
background:whitesmoke;
}

table.News tr.summary:not(:hover) + tr.detail {
	display:none;
}

table.News tr.detail td:first-child {
	border:0px;
}

table.News tr.detail td:not(:first-child) {
	background:gainsboro;
}
