﻿
<!--
/*定义页面基本样式*/


body {
	font-family: '宋体','新宋体',arial,verdana,sans-serif;
	font-size: 12px;
	text-align: center;
	margin:  0;
	padding: 0;
	background-image:url(images/web_bg.gif);
	background-repeat:repeat-x;
}
#wrap {
   	background: #ffffff; 
	margin: 2px;
	padding: 0 6px;
	width: 776px;
    border-left:1px solid #b9dafb; 
	border-right:1px solid #b9dafb; 
}
#center {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}
.hidden {
	display: none;
}

.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	visibility: hidden;
}
#headtop {
	width: 776px;
	text-align: left;
	border-bottom: #ccc 1px solid;
	height: 24px;
	background-color:#f3f8fc;
}

.maindiv {
	width: 776px;
	text-align: left;
	padding: 5px 0 0 0;
}

.border {
	border: #b9dafb 1px solid;
	padding:5px 0 0 0;
}

.widthleft {
    float: left;
	text-align: left;
    width: 586px;
	padding: 0px;
	border: #b9dafb 1px solid;
}

.widthright {
    width: 180px;
	text-align: left;
	background: #f3f8fc;
	float: right;
	border: #b9dafb 1px solid;
}

.content {
	padding: 0;
	margin: 0;
}

.content td {
	height: 19px;
}
.content p {
	border: 0px;
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
}

.titlediv{
	margin: 0;
	height: 21px;
	border-bottom:1px solid #b9dafb; 
	background:url(images/title_bg.gif) repeat;
}
.titlediv span {
    padding:4px;
    font-size: 15px;
	font-weight:bolder;
    color: #fff;
	background-color: #2475b4;
}

.blue {
    color:#09548b;
}

.righttitle {
	height:20px; 
	font-size: 15px;
	font-weight:bolder;
	color: #9c0000;
	padding:6px 6px 1px 6px;
}

.rightcontent {
	padding:1px 8px 2px 8px;
	color:#008000;
}

.rightcontent a:link, a:visited, a:active {
	color: #1f18a0;
	text-decoration: none;
	font-size: 12px;
}

.rightcontent a:hover {
	color: #800000; 
	text-decoration: underline;
	border-bottom: 0px dotted;
	font-size: 12px;
}

.rightcontent td {
	height: 16px;
}



/*分页样式*/

#pagelist {
	border: 0px;
	padding: 3px 0 2px 0;
	margin: 0;
}
#pagelist .hidden {
	display: none;
}

#pagelist .current {
	background: #aac4c4;
	border: 1px solid #4a7b6f;
	padding: 1px 3px 0 3px;
	margin: 0;
	text-align: center;
	color: #fff;
}

#pagelist .list {
	background: #ccdddd;
	border: 1px solid #aac4c4;
	padding: 1px 3px 0 3px;
	margin: 0;
	text-align: center;
}

$pagelist .list a {
	text-decoration: none;
	border-bottom: 0px dotted;
}

#pagelist .first,#pagelist .last {
	background: #aac4c4;
	border: 1px solid #aac4c4;
	padding: 1px 3px 0 3px;
	margin: 0;
	text-align: center;
}

#pagelist .first a:hover,#pagelist .last a:hover {
	text-decoration: none;
	border-bottom: 0px dotted;
}

#pagelist input {
	border: 1px solid #4a7b6f;
}



/*定义元素基本样式*/

img {
	border: 0px;
}

table {
	border: 0px;
	padding: 0;
	margin: 0;
	text-align: left;
}

form {
	border: 0px;
	padding: 0;
	margin: 0;
	text-align: left;
}


a:link {
	color: #09548b; 
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #09548b; 
	text-decoration: none;
	font-size: 12px;
}

a:active {
	color: #09548b; 
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #09548b; 
	text-decoration: underline;
	font-size: 12px;
}


input {
	font-size: 12px;
}


select {
	font-size: 12px;
}




/*定义 head 布局样式*/

#head {
	padding: 0 0 3px 0;
	margin: 3px 0 0 0;
}

#head .logo {
	width: 222px;
	height: 114px;
	margin: 5px 0 8px 0;
	padding: 0;
}

#headnav {
	width: 776px;
	text-align: left;
	margin-top:3px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff,endcolorstr=#ecf4ff);
	letter-spacing:1px;
}

ul.horiz{
   margin:0px auto;
   padding:6px 3px;
   font-weight:bold;
}

ul.horiz li {
   display: inline;
   padding:2px 0px;
   color:#09548b;
}
ul.horiz li a:link {
	color: #09548b; 
	text-decoration: none;
	font-size: 14px;
}

ul.horiz li a:visited {
	color: #09548b; 
	text-decoration: none;
	font-size: 14px;
}

ul.horiz li a:active {
	color: #09548b; 
	text-decoration: none;
	font-size: 14px;
}

ul.horiz li a:hover {
	color: #09548b; 
	text-decoration: underline;
	font-size: 14px;
}


/*定义 foot 布局样式*/


#foot {
	border-top: #ccc 1px solid;
	margin: 5px 0 0 0;
	width: 778px;
}


#foot ul {
	list-style-type: none;
	margin: 5px 0 0px 10px;
	padding: 0;
}


#foot li {
	margin:3px 0 0 0;
}


#foot a:link, a:visited, a:active {
	color: #09548b;
	text-decoration: none;
	font-size: 12px;
}
#foot a:hover {
	color: #09548b; 
	text-decoration: underline;
	border-bottom: 0px dotted;
	font-size: 12px;
}



/*定义广告样式*/

.google-broad {
	margin: 0.5em 0 1em 0;
	height: 98px;
	padding-left: 10px;
	background: #f5f7fa url(/nbarticle/images/new_blue/google-back-99.png) 0 0 no-repeat;
	border: none;
	width: 760px;
}
.google-broad div {
	height: 94px;
	padding-top: 5px;
	background: url(/nbarticle/images/new_blue/google-back-99.png) 100% 0 no-repeat;
	overflow: hidden;
}




/*首页样式*/
.line {
	border-right:1px solid #b2b2b2;
}
.conleftt1 {
	background:url(/nbarticle/images/new163/i12.gif) left top no-repeat;
	border-bottom:1px solid #b2b2b2;
	padding:12px 0 5px 12px; 
}

/*list页面样式*/

.listcontent {
}

.listcontent li {
	background:url(/nbarticle/images/new163/i2.gif) 8px 8px no-repeat;
	list-style-type:none;
	padding:1px 0 0 16px;
}
.listtitle {
	height:20px; 
	background:url(/nbarticle/images/new163/i1.gif) no-repeat 5px 7px; 
	padding:2px 6px 5px 20px;
	margin: 0 0 5px 0;
	font-size:14px;
}




/*内容页样式*/
#articletext {
	background:#f9fcfe;
	padding: 3px 0 0 5px;
	margin: 0;
	border-bottom:1px solid #b2b2b2;
}
#articletext h1 {
	font-size:24px;
	padding: 0;
	margin: 0;
}
#articletext text {
	text-align:left; 
	font-size:14px; 
	clear:both; 
	line-height: 160%;
	word-wrap:break-word; 
	word-break:break-all;
	margin:12px;
	overflow:auto;
	padding: 5px 5px 2px 5px;
}
#pagenav {
	border-bottom:1px solid #b2b2b2;
	height: 19px;
	padding: 3px 0 0 3px;
}
#pagenav a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#pagenav a:hover {
	color: #800000; 
	text-decoration: underline;
	border-bottom: 0px dotted;
	font-size: 12px;
}

/*img_list页面样式*/
#imgdiv img {
	width: 90px;
}
#imgdiv ul {
	clear: left;
	list-style-type: none; 
	text-align: center; 
	display:inline;
}
#imgdiv li {
	background:url(/nbarticle/images/new163/i2.gif) 8px 8px no-repeat;
	list-style-type:none;
	float: left;
	width: 120px;
	text-align:center;
	margin: 5px;
	padding: 0;
	display: block; 
}

.keyworld {
	color: #ff0000;
	background-color: #ffff00;
}
.link-date {
	color:#666666;
}

-->
