
table.new_table {
	width:100%;
    border-collapse:collapse; 
    border-spacing:0;
	border-top:1px solid #69C;
	border-left:1px solid #69C;
	background:#f9f9f9;
	margin:5px 0;
	}
table.new_table th {
	border-right:1px solid  #69C;
	border-bottom:1px solid #69C;
	background: #5187cf;
	color:#fff;
	line-height:25px;
	font-size:15px;
	width:40%;
	padding:3px 5px;
}
table.new_table tr td {
	padding:0;
	line-height:18px;
	border-right:1px solid #69C;
	border-bottom:1px solid #69C;
	width:40%;
	font-size:13px;
	vertical-align:top;
}
table.new_table tr td p {
	padding:3px 5px;
	margin:0;
}
table.new_table tr td+td , table.new_table tr th+th{
	width:15%;
}
table.new_table tr td+td+td, table.new_table tr th+th+th {
	width:15%;
}
table.new_table td a {
	display:block;	
	padding:3px 5px;
	text-decoration:none;
	color:#333;
	line-height:18px;
}
.over_tr td {
	background:#FFC;
}

.new_page_btn {
	display:block;
	text-align:center;
	height:20px;
	margin:5px 0;
}
.new_page_btn a {
	display:inline-block;
	width:18px;
	height:18px;
	text-align:center;
	text-decoration:none;
	border:1px solid #5187cf;
	color:#5187cf;
}
.new_page_btn a.this_page {
	background: #666666;
	color:#FFF;
}
h2.news_detail_title {
	font-size:17px;
	line-height:30px;
	padding:0;
	margin:0 0 5px 0;
	border-bottom:1px dotted ;
}
a.back_btn {
	display:inline-block;
	float:right;
	background:#5187cf;
	color:#FFF;
	text-decoration:none;
	padding:3px 15px;
	border-radius:10px;
}
a.back_btn:hover {
	background: #ff819f;
	color:#fff;
}
.select_ym {
	float:right;
}
.select_ym select {
	border:1px solid #666;
	font-family:"microsoft jhengHei", arial, "apple Ligothic", heiti;
	font-size:13px;
}