﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
}
body {
    font-family: 黑体;
}
a:link, a:visited, a:active, a:hover {
	color:white;
	text-decoration: none;
}
#navTable {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    border-collapse:collapse;
}
#navTable td {
    text-align: center;
    line-height: 28px;
    height: 28px;
    text-shadow: 1px 1px 1px black;
    background-color: #123691;
    border: 1px solid white;
}

.strip{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    background-color:#bfdafe;
	margin:-5px 0;
}
.strip span {
    color: #123691;
    margin-left: 20px;
}
#menuTitle {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #123691;
    text-align: center;
    background-color:#eeeeee;
	margin:-5px 0;
}
#content{
	background-color: white;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	padding:10px;
}
#content img{
	width:100%;
}
#content .center{
	display:block;
	width:100%;
	text-align:center;
}
#content ul{
    list-style-type:none;
}
#content p{
	text-indent:2em;
}
.arTitle{
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
    line-height:1.5em;
    color:blue;
	margin:10px auto;
}
#pubDate{
	display:block;
	width:100%;
	text-align:center;
	font-size:12px;
	color:grey;
	margin:5px auto;
}
#prevNext{
	width:100%;
}
#prevNext td {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    background-color: #bfdafe;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}
#prevNext td a:link, #prevNext td a:visited, #prefNext td a:hover, #prevNext td a:active {
    color: #012f8f !important;
}
#bottomNav {
    width: 100%;
    background-color: #123691;
}
#bottomNav td{
	background-repeat:no-repeat;
	background-position:top center;
	height:30px;
	width:20%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 1px black;
}
#bottomNav img{
	height:20px;
}
#copyRight {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 8px;
    line-height: 2em;
    font-weight: normal;
    background-color: #123691;
}
