@charset "utf-8";
body {
	margin: 0;
	color: #333;
	cursor: default;
	font: normal 14px/22px "Microsoft Yahei", Arial, SimSun, Helvetica, sans-serif;
	cursor: default;
	background:#F3F3F3;
}
h1, h2, h3, form, img, p, ul, li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#top {
	height: 60px;
	overflow: hidden;
	background-color: #003580;
	border-bottom: 1px solid #5682C0;
}
#top>div, #wrap, #foot>div {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#top, #top a {
	color: #FFF;
}
#top>div>a {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 56px;
	text-decoration: none;
}
#top>div * {
	float: left;
}
#top img, #top span {
	display: block;
    width: 175px;
    height: 23px;
	margin: 15px 40px 0 15px;
	padding: 4px 15px;
	border-left: 3px solid #fff;
}
#top span {
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
	font-family: SimSun;
	overflow: hidden;
}
#menu a {
	display: block;
	height: 60px;
	padding: 0 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#search{
    width: 130px;
    height: 18px;
	margin: 18px 0 0 40px;
}
#top #login {
	float: right;
}
#login a {
	margin: 19px 0 0 12px;
}
#foot {
	font-size: 12px;
	color: #999;
	padding: 20px 0 30px;
	background-color: #333;
}
#foot a {
	color: #999;
	text-decoration: none;
}
#foot ul {
	float: left;
	width: 140px;
	color: #999;
	overflow: hidden;
}
#foot strong {
	font-size: 14px;
	line-height: 40px;
	color: #ccc;
}
#foot .list5 img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
#foot .list6, #foot .list7 {
	width: auto;
	float: right;
}
#foot .list6 {
	margin-left: 40px;
}
#copyright {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}
#copyright>span {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 32px;
	font-weight: bold;
}
#copyright>div {
	margin-left: 150px;
}
.g {
	background-color: #f3f3f3;
}
#page{
	clear: both;
	margin: -10px 0 30px;
	text-align: center;
	font-family: Arial, "Microsoft Yahei";
}
#page a, #page span {
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
	padding: 6px 11px;
}
#page a {
	padding: 5px 10px;
	color: #0071b9;
	border: 1px solid #e1e2e3;
	text-decoration: none;
	background-color: #fff;
}
#page a:hover, #page span {
	font-weight: bold;
}
#title {
	text-align: center;
	font-size: 38px;
	line-height: 60px;
	padding: 20px 0;
}
#nav {
	color: #0071b9;
}
#nav span {
	margin-top: -60px;
	display: block;
	float: right;
}
#nav span:first-child {
	float: left;
}
#nav a {
	color: #0071b9;
}
#subNav {
	padding-bottom: 10px;
	padding-left:10px;
}
#subNav a {
	color: #047;
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}
#areaNav {
	margin-bottom: 30px;
	padding: 20px;
	line-height: 30px;
	background-color: #ecf4fc;
	border: 2px dashed #337ccb;
}
#areaNav span {
	margin-right: 10px;
	color: #aaa;
}
#areaNav a {
	margin-right: 10px;
	color: #0071b9;
}
#content {
	border-top: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	line-height:28px;
	font-size:16px;
}
#content p {
	margin: 1em 0;
}
#picList {
	position: relative;
	margin: auto;
	width: 990px;
	height: 230px;
	overflow: hidden;
	font-size: 12px;
}
#picList>div {
	position: absolute;
	left: 0;
	transition: left .6s;
}
#picList p {
	float: left;
	width: 180px;
	padding: 9px;
	text-align: center;
}
#picList img {
	display: block;
	width: 164px;
	height: 123px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3);
	transition: box-shadow .2s;
}
#picList strong {
	display: block;
	padding-top: 5px;
}
#picList a:hover img {
	animation: shadow .5s ease-in-out 1;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.6);
}
@keyframes shadow {
	0% {box-shadow: 1px 1px 4px 0 rgba(0,0,0,.3)}
	40% {box-shadow: 6px 6px 6px 0 rgba(0,0,0,.6)}
	60% {box-shadow: 2px 2px 4px 0 rgba(0,0,0,.5)}
	100% {box-shadow: 3px 3px 6px 0 rgba(0,0,0,.6)}
}
#morePic, #latest {
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#morePic, #morePic a {
	color: #c30;
}
#summary {
	margin-bottom: 30px;
	padding: 10px 18px;
	color: #666;
	line-height: 28px;
	border: 1px solid #e4e4e4;
	background: url(/img/mark.png) 873px center no-repeat #f8f8f8;
}
#latest {
	padding-bottom: 20px;
}
#latestArticles {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	padding: 20px 12px 30px;
	border-top: 3px solid #ccc;
}
#latestArticles li {
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(/img/ico.png) -40px 14px no-repeat;
}
#latestArticles a {
	color: #047;
}