@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"宋体"!important;
	text-align: center;
	font-size:12px;
	color: #112222;
	background: url(images/background.gif) repeat-x 0px 99px;
}
a {
	color: #234566;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
/** BEGIN wrapper **/
#wrapper {
	width: 940px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/

	#header h1 {
	float: left;

}
#header h1 a {
	display: block;
	width: 310px;
	height: 37px;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat 0 0;
}
#header .ad {
	float: right;
	padding-top: 10px;
}
#header ul {
	list-style-type: none;
	clear: both;
	height: 34px;
	padding-top: 40px;
}
#header ul li {
	float: left;
	padding-right: 2px;
}
#header ul li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px 11px;
	background: url(images/navigation.gif) repeat-x 0 0;
}
#header ul li a:hover, #header ul li.here a {
	background-image: url(images/active.gif);
}
/** END header **/

/** BEGIN featured **/
#featured {
	clear: both;
	height: 298px;
	color: #ffffff;
	position: relative;
}
#featured .thumb {
	float: left;
	width: 502px;
	height: 302px;
	background: url(images/featured.gif) no-repeat 0 -1px;
	padding: 10px 25px 10px 26px;
	position: absolute;
	top: 32px;
}
#featured .thumb2 {
	float: left;
	height: 302px;
	background: url(images/featured2.gif) no-repeat 0 -1px;
	padding: 10px 25px 10px 26px;
	position: absolute;
	top: -3px;
}
#featured .thumb .b {
	width: 502px;
	height: 300px;
	overflow: hidden;
}
#featured .thumb .a {
	width: 502px;
	height: 300px;
	overflow: hidden;
}
#featured .thumb .a img {
	width: 502px;
}
#featured a {
	color: #ffffff;
}
#featured .text {
	width: 325px;
	position: absolute;
	left: 555px;
	top: 40px;
}
#featured .text h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
}
#featured .text p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#featured .text .rss {
	font-weight: bold;
	padding: 20px 0 35px 66px;
	background: url(images/rss.gif) no-repeat 0 0;
	margin-bottom: 0;
}
#featured .text .twitter {
	font-weight: bold;
	padding: 8px 0 20px 66px;
	background: url(images/twitter.gif) no-repeat 12px 0;
	margin-bottom: 0;
}
#myController {
	display: none;
}
/** END featured **/

/** BEGIN content **/
#content {
	clear: both;
	width: 926px;
	float: left;
	padding-left: 16px;
}
.fcontent {
	padding-top: 60px;
}
#content .post {
	padding-top: 5px;
}
#content .post img {
	width: 200px;
	height: 200px;
}
#content .post .r {
	float: right;
	width: 360px;
}
#content .post .comments a {
	display: block;
	float: right;
	width: 44px;
	height: 38px;
	background: url(images/comments.gif) no-repeat 0 0;
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
	text-align: center;
	padding-top: 7px;
}
#content .post h2 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #2E4C76;
}
#content .post h2 a {
	color: #000000;
	text-decoration: none;
	color:#333;
}
#content .post .details {
	font-size:12px;
	color: #ffffff;
	background-color: #14619B;
	padding: 2px 5px;
	float: left;
}
#content .post .details a {
	color: #ffffff;
	text-decoration: none;
}
#content .post p {
	clear: both;
	margin-bottom: 10px;
	line-height: 1.6em;
	color:#333;
	font-size:12px;
}
#content .post a.continue {
	font-style: normal;
}
#content .postnav {
	clear: both;
	float: right;
}
#content .postnav ul {
	list-style-type: none;
}
#content .postnav ul li {
	float: left;
	padding: 4px 0 15px 8px;
}
#content .postnav ul li a {
	display: block;
	color: #4F4F4F;
	border: 1px solid #E1E1E1;
	padding: 3px 6px;
	text-decoration: none;
}
#content .postnav ul li a:hover {
	border-color: #ffffff;
	color: #4F4F4F !important;
}
#wp_page_numbers ul {
	border-top: 0 !important;
}
#wp_page_numbers .page_info {
	padding: 3px 6px !important;
	margin-right: 2px;
	border: 1px solid #e0e0e0 !important;
	margin-top: 4px;
}
#wp_page_numbers .active_page a {
	background-color: #ffffff !important;
	border: 0 !important;
}
#content .single {
}
#content .single h2 {
	margin-bottom: 10px;
	font-size: 2em;
	text-transform: none;
}
#content .single p {
	line-height: 22px;
	margin: 10px 0 0 0;
	font-size:14px;
	color:#333;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
}
#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#content .single .details {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #14619B;
	padding: 2px 5px;
	float: left;
}
#content .single .details a {
	color: #ffffff;
	text-decoration: none;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 310px;
	float: right;
	margin:60px 0 0 0;
}
#sidebar .box {
	border:1px solid #14619B;
	margin-bottom: 10px;
	background: url(images/sidebody.gif) repeat-x 0 bottom;
}
#sidebar .box h2 {
	font-size:14px;
	text-transform: uppercase;
	padding: 8px;
	background:url(images/sidehead.gif) repeat-x 0 0;
}
#sidebar .box ul {
	list-style-type: none;
	padding: 5px 10px 10px;
}
#sidebar .box ul li {
	line-height: 1.6em;
	padding: 2px 0;
}
#sidebar .box ul li a {
	color: #14619B;
	text-decoration: none;
}
#sidebar .box ul li a:hover {
	color: #ff0000;
}
#sidebar form {
	background: url(images/search.gif) no-repeat 0 0;
	height: 47px;
	margin-bottom: 10px;
}
#sidebar form input {
	border: 0;
	float: left;
	width: 220px;
	margin: 15px 0 0 15px;
	background-color: transparent;
}
#sidebar form button {
	border: 0;
	float: right;
	text-indent: -9999px;
	width: 65px;
	height: 37px;
	margin: 5px 5px 0 0;
	background-color: transparent;
}
#sidebar .ads p {
	text-align: center;
	padding: 5px 0;
}
#sidebar .ads img {
	margin: 4px 8px;
}
#sidebar .flickr {
	text-align: center;
	padding: 4px 0;
}
#sidebar .flickr img {
	margin: 4px 8px;
}
#sidebar .video {
	padding: 6px 10px;
}
#sidebar .tags {
	padding: 10px 15px;
}
#sidebar .l {
	width: 150px;
	float: left;
}
#sidebar .r {
	width: 150px;
	float: right;
}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #1C1C1C;
	color: #ffffff;
	padding: 20px 0;
	margin:40px 0 0 0;
}
#footer p {
	width: 940px;
	margin: auto auto;
	text-align: left;
}
#footer a {
	color: #ffffff;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 0;
}
#comments a {
	text-decoration: none;
}
#comments h2 {
	font-size: 1.6em;
	margin: 10px 0;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#comments form {
}
#comments form p {
	margin-bottom: 5px;
}
#comments form input {
	margin-right: 5px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 240px;
	border: 1px solid #cccccc;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}
#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	padding: 2px 6px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #ff0000;
}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments .buffer {
	padding: 10px;
}
#comments ol li {
	margin-bottom: 10px;
}
#comments ol li ul li {
	border: 1px solid #e0e0e0;
	padding: 10px;
}
#comments ol li .avatar {
	float: right;
}
#comments ol li .comment-author {
}
#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
}
#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
}
#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}
#comments .children {
	list-style-type: none;
}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}
#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
#comments .says {
	display: none;
}
#content .box {
	background: url("images/sidebody.gif") repeat-x scroll 0 bottom transparent;
	border: 1px solid #14619B;
	margin-bottom: 10px;
}
#content .box h2 {
	background: url("images/sidehead.gif") repeat-x scroll 0 0 transparent;
	font-size: 12px;
	padding: 8px;
	text-transform: uppercase;
}
#content .box ul {
	list-style-type: none;
	padding: 5px 10px 10px;
}
#content .box ul li {
	line-height: 1.6em;
	padding: 2px 0;
}
#text_content .post .r {
	width:100%!important;
}
/** END wordpress 2.7 comments **/

#main_container {
	margin:0px 0 0 0;
}
#bza_container {
	margin:0px 0 0 0;
}
#bza_container h2 {
	display:block;
	height:89px;
	text-indent:-10000px;
	border-top:solid 5px #00538e;
}
.title01 {
	line-height:40px;
	margin:10px 0 0 0;
}
#bza_content {
	border-top: 5px solid #00538E;
}
#bza_title {
	float:left;
	margin:5px 30px 0 0;
}
.top_tiao {
	border-top:solid 5px #00538e;
	margin:30px 0 0 0;
}
.news_list {
	list-style:none;
	margin:10px 0 0 0;
}
.news_list li {
	background: url("images/icon4.gif") no-repeat scroll 0px 11px transparent;
	line-height: 26px;
	padding-left: 0px;
	font-size:14px;
	text-indent:10px;
}
.news_list li a {
	text-decoration:none;
}
.sj_icon {
	background-image:url(images/sj.gif);
	background-repeat:no-repeat;
	background-position:21px 0px;
}
.xu_xiang {
	background: url("images/line.jpg") repeat-x scroll left bottom transparent;
}
#content .post .r2 {
	float: right;
	width: 500px;
	background-color:#DDD;
}
#jf_container {
	float:left;
	width:280px;
}
#jf_container img {
	top:0px;
	left:0px;
}
#yf_container {
	float:right;
	width:280px;
}
.jfyf_text {
	background-color: #efefef;
	padding:10px 10px 10px 15px;
}
#jfyf_container {
	margin:10px 0 0 0;
}
.pl_content {
	margin:0 0 10px 0;
	background: url("images/line.jpg") repeat-x scroll left bottom transparent;
	padding:0 0 10px 0;
}
.pl_content h2 {
	font-size:14px;
	text-decoration:none;
}
.pl_content p {
	line-height:22px;
}
#jszd_container .post {
	clear: both;
	padding-top: 10px;
}
#jszd_container .post img {
	float: left;
	width: 200px;
	height: 200px;
}
#jszd_container .post .r {
	float: right;
	width: 580px;
}
.box p {
	line-height:25px;
	padding:10px;
}
.box p b {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#fk_container .post {
	padding:15px 0 0 0;
}
.jsy_content {
	border-top: 5px solid #00538E;
}
.img_title {
	float: left;
	margin: 5px 30px 0 0;
}
.container p {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0;
	text-indent: 2em;
}
.container {
	width:580px;
	overflow:hidden;
}
#jfyf_container p {
	text-indent:0px;
}
.all_container {
	padding-left:16px;
}
.jsy_container {
	margin:50px 0 0 0;
}
#schedule {
	width:188px;
	float:left;
}
#schedule ul {
	border:1px solid #CCCCCC;
	padding:5px;
}
#schedule .news_list {
	margin:0;
}
#jinzhan {
	width:360px;
	float:right;
}
.box img {
	padding:7px;
}
.box h3 img {
	width:292px;
	height:228px;
}
#intro p {
	padding-left:0;
}
.left {
	float:left;
	width:280px;
}
.right {
	width:280px;
	float:right;
}
.more {
	float: right;
	font-size: 12px;
	line-height: 40px;
	margin: 10px 0 0;
}
.more a {
	color: #14619B;
	float: right;
	font-size:14px;
}
#jinzhan h3 {
	float:left;
}
#title00 {
	height:50px;
}
#header_bg {
	background: url("images/guanzhu-bg.jpg") repeat-x scroll left bottom transparent;
	height:64px;
	color:#FFFFFF;
	margin: 10px 0 25px;
}
#header {
	height:64px;
	width:940px;
	text-align:center;
	margin:0 auto;
}
#header h1 {
	text-indent: -1000px;
	overflow:hidden;
}
#header h1 {
	background: url("images/zhejiangguanzhu.jpg") no-repeat scroll 15px 0 transparent;
	float:left;
	width:160px;
	height:64px;
	display:block;
}
#header .guanzhu {
	background: url("images/guanzhu.jpg") no-repeat scroll -3px 0 transparent;
	background-repeat:no-repeat;
	height:64px;
	
}
#header p {
	float:right;
	height:64px;
	line-height:64px;
}
#header span {
	height:64px;
	line-height:64px;
	display:block;
	float:left;
	width:385px;
	text-indent:6px;
}
#lu{
	border:none;
}
.cp{
	color:#636363;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.#lu{
	border:none;
}


table{ 
	width:926px;
	text-align:left;
	border:1px solid #999;
}
p{ 
	line-height:22px; 
}
.table_img{ 
	vertical-align:top;
}
.table_img img{
	border:1px solid #999; 
	padding:2px;
	margin:0 20px 0 0;
}
.table_01 tr td{
	border-bottom:1px solid #999;
}
.table_01 tr{ 
	display:block;
}
.table_01 td{
	padding:5px;
	font-size:13px;
}
.table_td{ 
	border-right:1px solid #999;
	width:359px;
}
.table_title{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.table_none{
	border-bottom:none;
}