/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em,img,  q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em,  q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	  vertical-align: baseline;
	}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



body{background-color:#606d3b;font-size:12px;margin:0px;}
.container{background-color: #ffffff;padding:10px;}
.topbar{width:950px;margin:0 auto;height:28px;background-color:#fafafa;	border-bottom:1px solid #e7ecf0;margin:0 auto;line-height: 28px;padding: 0 10px;}
#topthree {background:url(/images/bg.gif) -8px -7px no-repeat;height:28px;width:280px;float:right;}
#toprongyu {float:left;margin:0px;padding-left:0px;}
#toprongyu span{padding-right:12px;text-align:left;}
#topthree a {	margin-left:27px;	margin-right: 10px;text-decoration:none;color:#666;}

ul li{list-style-type:none;margin:0;padding:0;}
ul{clear:both;}
li{float:left;}
#header{margin-bottom:10px;}

.mainblock{height:220px;float:left;border:1px solid #c1d1b2;}
.newsblock{width:345px;height:280px;float:left;border:1px solid #d7e4ca;}

.newsblock_title{margin:0px;background:#d9ebc8;color: #336600;padding:4px 0px 4px 10px;}
.newsblock_title a{color:#336600;text-decoration:none;}
.newsblock_title a{color:#336600;text-decoration:none;}
.newsblock_title a:visited{color:#336600;text-decoration:none;}
.newsblock_content{margin-top:8px;}
.newsblock_image{margin-top:3px;}
#home_banner{margin:0px;padding:0px;border-bottom:1px solid #fff;}
#mid_banner{margin:0px;padding:0px;border-bottom:1px solid #fff;}
#slide{margin:0px;padding:0px;border-bottom:1px solid #fff;}
.topnews{width:382px; margin:3px 0px 0px 5px;  overflow:hidden;}
.topnews h4 a:link,.topnews h4 a:visited{color:#ee4d9b;font-weight:bold;}
.topnews ul{ margin:5px 0; overflow:hidden;}
.topnews ul li{ width:380px;margin:5px 0; clear: both; overflow:hidden;}
.topnews ul li div{ float:left;  margin-bottom:8px; overflow:hidden;}
.topnews ul li img{ width:90px; height:60px; border:3px solid #eee;   float:left; margin-right:10px; }

.topnews ul li h4{ font-size:12px; height:24px; margin:0; overflow:hidden;}
.topnews ul li p{ margin:0; width:250px; height:50px;  color:#666; overflow:hidden;}

.qieone{width:350px;float:left;}
ul.qieonetitle{height:23px;background:url(../images/bg.gif) top right no-repeat;line-height:23px;padding:0px;margin:0px;}
ul.qieonetitle li{width:88px;float:left;text-align:center;background:url(../images/bg.gif) -265px -369px no-repeat;margin-right:1px;height:23px}
ul.qieonetitle li.lihover{background:url(../images/bg.gif) -176px -369px no-repeat}
ul.qieonetitle li a{color:#666;text-decoration:none;}
ul.qieonetitle li.lihover a,ul.qieonetitlet li.lihover a{font-weight:700;color:#360;text-decoration:none;}
.qieonecont{border:1px solid #c1d1b2;clear:both;padding:8px;padding-bottom:10px;height:220px;border-top:none;overflow:hidden;}
.ml10{margin-left:10px}
.space{clear:both;height:10px;margin:0px;padding:0px;}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#navbar {background:url(../images/home_09.gif) right no-repeat;	padding-right:5px;margin-bottom:10px;}
#navbar .menucont {	background:url(../images/home_06.gif) left top no-repeat;padding-left:5px;}
#navbar .menucont ul {background:url(../images/home_07.gif) repeat-x;height: 42px; margin:0px;padding:0px;}
#navbar .menucont ul li {list-style:none;float:left;padding:0 10px;line-height:38px;}
#navbar .menucont ul li a {font-size:14px;color:#FFFFFF;font-weight:bold; text-decoration:none;}
#navbar .menucont ul li a:hover {color:#FFFF00;}
#submenu {clear:both;height:62px;padding:0px;overflow: hidden;margin-top:10px;}
.submenuleft {	float:left;width:82px;}
.submenucenter {overflow:hidden;border-top:1px solid #7ABE75;border-bottom:1px solid #7ABE75;;height:54px;width:820px;float:left;}
.submenucenter a{text-decoration: none;}
.submenuright {	width:20px;	float:left;}
.submenucenter span {	color:#336600;	font-weight:bold;}
.submenucenter ul{padding:0px;margin:0px;}
.submenucenter ul li {	float:left;border-right:1px solid #b5d193;line-height:25px;margin: 2px 5px ;height: 53px;list-style:none;}
.submenucenter ul li.last {;border-right:none;}
.submenucenter ul li.submenulishort {	width:155px;}
.submenucenter ul li.submenulishort2 {	width:170px;}
.submenucenter ul li a {margin:0 10px;	color:#333;font-size: 13px;}


#search_box{margin-top:30px;}
#search_box div *{float:left;}
#search_box form{float:right;margin-right:10px;}
#search_box input[type=text]{font-size:1.1em;width:180px;}
#search_box input[type=submit]{font-size:1.0em;height:25px;width:50px;color:#333;margin-left:5px;}
#search iframe{width:650px;height:1200px;}
/**************************************/
/*            SIDE CONTENT            */
/**************************************/
#sidebar{overflow:hidden;padding:0px;}
.porltet_wrapper{width: 230px;}
h6.portlet_title {background:url(../images/bg.gif) -15px -60px no-repeat;font-size:12px;color:#fff;padding: 5px 0px 0px 45px;height:22px;border-bottom: 2px solid #3c632c;}
.portlet{width:208px;border:1px solid #d7e4ca;padding:10px;overflow: hidden;}
.portlet p{margin:0px;color:#666;font-size:1em;line-height:160%;}
.portlet_base{height:11px;}

.small_font{font-size:0.8em;}
ul.general_list{margin:0px;padding:0px;overflow:hidden;}
ul.general_list  li{font-size:12px;height:22px;line-height:22px;list-style:none;margin:0px;padding:0px;padding-left:15px;margin-bottom:5px;color:#333;background:url(../images/icons/item.gif) no-repeat -3px -23px;}
ul.general_list  li a { color: #666;display: block; width:190px; text-decoration: none;overflow: hidden;margin:0px;padding:0px;/*注意不要写在最后了*/
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
ul.general_list  li a:hover{
    text-decoration: underline;
}
.float_left{float:left;margin-right:5px;}
.qienr li{height:18px;}
ul.news, ul.news li{ float:none; list-style-type:square;color:green;clear:both; margin-bottom:4px;}
ul.news a{color:#333;text-decoration:none; }
ul.news p{color:#999;font-size:12px;padding:0px;}
ul.news a:hover{text-decoration:underline;}
ul.news li.title{ list-style-type:none; padding-bottom:28px;padding-left:0;margin-left:-15px;padding-right:18px;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #9bd668;}
ul.news a:hover{text-decoration:underline;}
ul.news li.footer{ list-style-type:none;float:right;}
ul.news li.title span.title a{float:left;background: #74bd0b;padding:4px;text-decoration:none;color: #fff;font-weight: bold; padding-left:10px;padding-right:20px;}
ul.news li.title span.more a{float:right;padding:4px;text-decoration:none;color: #fff; margin-right:-10px;color:black;}
.pod {
	padding:0px;
	margin-bottom:1.5em;
	border: 1px solid #9bd668;
}
.path{
    padding:5px;
    border: 1px solid #D3EB95;
    color:green;
}
.path a{color:green;text-decoration:none;}
.path a:hover{text-decoration:underline;}
.news_pod {
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
	border: 1px solid #D3EB95;
	background-image: url("/images/nil.jpg");
	background-repeat: repeat-y;
}
.pod h2{
color:#fff;
font-size:14px;
padding-top:4px;
padding-bottom:4px;
padding-left:5px;
font-weight:bold;
background:#34B208;
}
.pod h2.fadegreen{
	background-image: url(/images/pod_bg.jpg);
	background-repeat: repeat-x;
}
.bigpod_bg{
	background-image: url(/images/channel_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px;
	margin:0px;
}
.bigpod_bg h2{
font-size:14px;
height:26px;
font-weight:bold;
padding-left:67px;
padding-top:9px;
color:#660033;
margin:0px;
}
.bigpod_bg h2 a{
	color:#660033;text-decoration:none;
}
.bigpod_bg h2  a:hover{text-decoration:underline;}
.pod p{
margin:5px;
padding-left:5px;
}

.content_pod{
	padding-left:20px;
    padding-right:20px;
	margin-bottom:10px;
	border: 1px solid #d7e4ca;
    background-image: url(/images/title_bg.jpg);
	background-repeat: repeat-x;
    font-size:14px;
    line-height:23px;
}

.content_pod ximg,*.ximg{
    margin:0px;
    padding:0px;

}
.content_pod h1{
        font-size:16px;
        font-weight:bold;
        padding-top:10px;
        margin-bottom:15px;
}
.content_pod h2{
        font-size:13px;
        font-weight:bold;
}
.content_pod p{
        margin-bottom:25px;
}
.content_pod img{
	   float:none;
       padding-right:15px;
}
.content_pod h1.title{
        margin-top:10px;
        color:green;
}
ul a.redtitle{color:red;font-weight:bold;}
ul a.greentitle{color:green;font-weight:bold;}
ul a.bluetitle{color:blue;font-weight:bold;}
#footer{
  font-size:12px;
  text-align:center;
  color:#666;
}
#footer a{
color:#333;
}
#footer p{
  margin-top:4px;
  margin-bottom:4px;
}
.green_border {
border:1px solid #34B208;
border-top:none;
}
.green_border li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 12px;
}
.green_border ul {
	margin: 0px;
	padding: 0px;
}
.green_border span {
	font-weight: bold;
	color: #246C09;
}
.pl15{
padding:10px 15px}
.pt10{
padding-top:10px}
.pr15{
padding-right:15px;}
.right_list { width:230px
}
.right_list .right_list_con{
	border:1px solid #63A402}
.nav_jb {
	width:710px;
}
.nav_jb .nav_con{
	border:1px solid #34B208;
	border-top:none;
	padding:5px}
.nav_jb .nav_con ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.nav_jb .nav_con li{
	float:none;
	display:block;
	color:#726F80;
	border-bottom: 1px dashed #D5D5CB;
	font-size: 12px;
	line-height: 25px;
}
.nav_jb .nav_con li a{
	color:#726F80;
	text-decoration: none;
}
.nav_jb .nav_con li a:hover{
	text-decoration: underline;
}
.nav_jb .nav_con li span{
	color:#24690C;
	font-weight: bolder;
}
#tixing{
	border:1px solid green;
	color:#333;
	padding:10px;
        margin-bottom: 10px;
}
#tixing img.left{float: left;}
#tixing .red{color:red;}

/*************pagi************************************/
.pagination {clear:both;padding: 0px;margin: 25px 0px 0px 11px;}
.pagination *{margin:0px;padding:0px;}
.pagination a {padding: 2px 5px 2px 5px;margin: 2px;border: 1px solid #333333;text-decoration: none;color: #333333;}
.pagination a:hover, .pagination a:active ,.pagination a:visited {text-decoration: none;border: 1px solid #000099;color: #000099;}

.pagination span.current {padding: 2px 5px 2px 5px;margin: 2px;border: 1px solid #000099;font-weight: bold;background-color: #000099;color: #FFF;}
.pagination span.disabled {display:none;}