﻿body 
{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei', '微软雅黑';
}
p {
  font-size: 13px;
  color: #444444;
  line-height: 1.5em;
}

a {
	color: #727272;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	color: #06F;
	text-decoration: none;
	text-shadow: none;
}
a.red {
	color: #F30;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a.red:hover {
	color: #F00;
}

#wrap {
    width: 100%;
    background-color:#fff;
    margin: 0;
    padding: 0;
}
#header 
{
  clear:left;
  margin: 0;
  padding: 0;
  width: 100%;
  height:90px;
}
#nav {
	clear:both;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #00529c;
    padding: 0;
    overflow: hidden;
    display: block;
}
#nav ul 
{
    width: 1000px;
    margin: 0 auto;
    list-style: none;
    vertical-align: bottom;
    display: block;
	height: 40px;
    line-height:40px;
}
#nav ul li {
    list-style: none;
    display: block;
    color: #a41900;
    font-weight: bold;
    margin:0;
    margin-right: 20px;
    float: left;
    text-align: center;
}
#nav ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding:0 15px;
}
#nav ul li.home{ background: url(images/home.png) center center no-repeat;text-indent: -9000px;width: 70px;}
#nav ul li.home a{ width: 100%;}
#nav ul li.active,#nav ul li:hover {
    text-decoration: none;
    background-color: #80a9ce;
}

#nav ul li.date {
  width: 250px;
  float: right;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
}

#nav ul li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    width: auto;
    min-width: 160px;
    max-width: 200px;
    background-color: #80a9ce;
    height: auto;
    padding: 0;
}
#nav ul li ul li{ float: none;text-align: left;margin-right: 0;padding: 0;border-bottom: 1px solid #ffffff;}
#nav ul li ul li:hover{ background-color: #9ccefb;}
#nav ul li ul li a{ font-size: 12px;}
#nav ul li ul li:last-child{ border-bottom: none;}
#content 
{
    clear: both;
    width: 100%;
    margin: auto;
    display: block;
  min-height: 500px;
  background-color: #ffffff;
}
.contentbox {
  width: 100%;
  background: url(./images/content-bg.png) 0px -10px repeat-x;
  padding: 0;
  margin: 0;
}
#contentbox {
    float: left;
    width: 728px;
    display: inline;
}
#fullcontentbox {
    width: 958px;
    display: block;
  padding-left: 20px;
  padding-right: 20px;
  clear: left;
  padding-top: 20px;
}
#admincontentbox {
    float: left;
    width: 98%;
    display: inline;
    padding: 10px;
}
#admincontentbox h2 {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 2px;
    
}
#admincontentbox h2 span.active {
    padding: 5px;
    background-color: #ff0000;
    color: #ffffff;
    margin-right: 15px;
}
#admincontentbox h2 a {
    text-decoration: none;
}
#sidebox {
    float: right;
    display: inline;
    width: 270px;
}
#sidebox h2 {
    background: url(images/box-title-bg.png) no-repeat left top;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    height: 32px;
    padding-top: 8px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 8px;
}
#sidebox .infobox {
    background-color: #f2f2f2;
    padding: 8px;
    font-size: 12px;
    line-height: 1.5em;
    width: 244px;
    color: #383737;
}
#sidebox .infobox p.mobile {
    color: #9f0000;
    margin-top: 20px;
}
#footer 
{
    clear: both;
    width: 100%;
    display: block;
    margin: 0;
    background-color: #00529c;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
#footer p {
    font-size: 14px;
    line-height: 24px;
  color: #ffffff;
}
#footer a{color:#ffffff;margin:0 15px;}
.clear {
    clear: both;
}
.side-btn {
    clear: both;
    margin-top: 30px;
    text-align: center;
}
#contentbox h1 {
    font-size: 18px;
    color: #a41900;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
#contentbox p.info {
    font-size: 18px;
    color: #a41900;
    text-align: center;
    font-weight: bold;
}
.infobox p {
  margin-top: 0;
  line-height: 1.5em;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.infobox p.info {
    color: #cccccc;
    text-align: center;
  margin-top: 0;
}
.infobox ul {
  padding-left: 10px;
}
.infobox li {
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
  list-style-position: inside;
}
.infobox li a {
  text-decoration: none;
  color: #000;
}
#contentbox .content {
    margin-top: 10px;
    border-top: solid 3px #d49187;
    margin-left: 15px;
    margin-right: 10px;
    display: block;
    clear: left;
}

#contentbox .content .preview {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}

#contentbox .content p {
    font-size: 14px;
    line-height: 2em;
    text-indent:2em;
}
.listitem {
    display: block;
    margin-right: 20px;
    width: 166px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.listitem .image {
    border: 3px solid #ffbdb0;
    margin-top: 10px;
    width: 160px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
.listitem .title {
    font-size: 14px;
	font-weight:normal;
    margin-top: 5px;
}
.listitem .piaoshu {
    font-size: 12px;
    margin-top: 4px;
}
.votebox 
{
    clear: left;
    background-color: #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    display: block;
    margin-top: 20px;
}
.listbox {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  background: url(images/bg_md_hd.jpg) repeat-x;
  border-top: 3px solid #9ea2a8;
  margin-top: 10px;
}

#fullcontentbox .listbox h2 {
  text-align:left;
  margin: 0;
  padding: 0;
  padding-top: 4px;  
}
.listbox2 {
  padding-bottom: 20px;
  border: 1px solid #b8d4ff;
  margin-top: 10px;
}
.box {
  padding-left: 20px;
  padding-right: 20px;
}
#fullcontentbox .listbox2 h2 {
  text-align:center;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  background-color: #d4e5ff;
  font-size: 18px;
  width: 100%;
  line-height: 1.5em;
}

#fullcontentbox .listbox2 h2 span {
  font-size: 14px;
}
.listbox2 .boxitem {
  width: 220px;
  height: 42px;
  border: 1px solid #bcc5d4;
  background-color: #f0f7ff;
  display: block;
  margin-right: 5px;
  float: left;
  margin-top: 15px;
}
.listbox2 .boxitem .title {
  padding-top: 15px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 8px;
}
.listbox2 .boxitem .title span {
  float: left;
}
.listbox2 .boxitem .title .chkkeshi {
  float: right;
  margin-right: 8px;
  display: inline;
}
.votebox .left {
    float: left;
    display: inline;
}
.votebox .left img
{
    vertical-align: middle;
}
.votebox .right {
    float: right;
}
.votebox .right a {
    margin-left: 10px;
}
.votebox .right img {
    border: solid 3px #d7d3d4;
}
.nobg {
    background-color: #ffffff;
}
#fullcontentbox h2, .content h2 {
    font-size: 16px;
    font-weight: bold;
    color: #9c1a00;
}
#fullcontentbox h2 {
    text-align: center;
}

.page-bar {
	text-align: center;
}
.page-bar ul li {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}

div.page-bar {
  margin-top:15px;
  margin-bottom:15px;
  text-align:center;
  width: 100%;
  padding-left: 20px;
}
div.page-bar ul {
  padding: 0px;
  margin: 1em 0;
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
}
div.page-bar ul li {
  background-image:none;
  background: #eaeaea;
  display:inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
}
div.page-bar ul li.active {
  background: #c2060c;
  text-decoration: none;
  border: 1px solid #696969;
  color:#fff;
  display: block;
  float: left;
  padding: .2em .5em;
  margin-right: 1px;
  cursor:pointer;
}
div.page-bar ul li.pager-ellipsis 
{
  background: #fff;
  text-decoration: none;
  border: 1px solid #696969;
  color:#000;
  display: block;
  float: left;
  padding: .2em .5em;
  margin-right: 1px;
  cursor:pointer;
}
div.page-bar ul a{
  background: #fff;
  text-decoration: none;
  border: 1px solid #696969;
  color:#000;
  display: block;
  float: left;
  padding: .2em .5em;
  margin-right: 1px;
  cursor:pointer;
}
div.page-bar ul li.pager-ellipsis {
  border: none;
  color:#333;
}
div.page-bar ul li .active:hover {
  border: 1px solid #2E6AB1;
}
div.page-bar:after{content: "\0020"; display: block; clear: both; line-height: 0; height: 10px;}

.plistitem {
    display: block;
    margin-right: 25px;
    width: 129px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    float: left;
}

.plistitem .image {
    border: 3px solid #ced0d0;
    margin-top: 10px;
    width: 90px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
.plistitem .title {
    font-size: 14px;
    margin-top: 5px;
	font-weight:normal;
}
.plistitem .piaoshu {
    font-size: 12px;
    margin-top: 8px;
}
.last {
    margin-right: 0px;
    float: right;
}

table.list {
    width: 98%;
    text-align: center;
    font-size: 12px;
}
table.list td,table.list th {
    border-bottom: 1px solid #ff0000;
    padding-bottom: 5px;
}
p.alert {
  color: #999999;
  font-size: 14px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
  
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;border: 0;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {width: 516px;height: 268px;margin: 0px;padding-left: 8px;padding-right: 8px; position: relative; zoom: 1;float: left;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 30px; height: 30px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden;  cursor: pointer; z-index:100;}
.flex-direction-nav .flex-prev { left: -4px;background-image:url(images/left-arrow.png);background-repeat:no-repeat; }
.flex-direction-nav .flex-next { right: -8px;background-image:url(images/right-arrow.png);background-repeat:no-repeat; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px;right: 20px;text-align: right;z-index:200;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: 9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(255,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
#page-heading .flex-control-nav {
margin: 1em 0 0;
}
#page-heading a {
color: #fff;
}
#page-heading p {
margin: 0;
}
.flex-control-nav li a {
background: #fff;
display: inline-block;
overflow: hidden;
width: 10px;
height: 0;
padding-top: 10px;
text-align: center;
-webkit-border-radius: 300px;
border-radius: 300px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
background-color: #f68a8a;
}
.flex-caption {
width: 96%;
padding: 2%;
  margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(161,15,19,0.6);
color: #fff;
text-align: left;
text-shadow: 0 -1px 0 rgba(161,15,19,0.3);
font-size: 14px;
line-height: 18px;
}

.row 
{
  clear: both;
  display: block;
  padding-top: 20px;
}
.topnews {
  float: right;
  width: 458px;
}
.topnews h2 {
  background: url(images/home-right-header-bg.jpg) top left no-repeat;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 15px;
  font-family: "Microsoft Yahei";

}
.topnews .content {
  display: block;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #fff7ea;
}
.topnews .content h3 {
  font-size: 14px;
  color: #a20007;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #9b9b9b;
}
.topnews .content p.summary 
{
  padding-bottom: 10px;
  border-bottom: 1px solid #a20007;
  line-height: 1.2em;
}
.topnews .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topnews .content li {
  list-style: none;
  line-height: 16px;
  font-size: 12px;
  padding-bottom: 5px;
}
.newsbox {
  display: block;
  float: left;
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.newsbox h2 {
  background: url(images/sidebar-header-bg.png) top left no-repeat;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 10px;
  font-family: "Microsoft Yahei";
  width:320px;
  height:30px;
  overflow:hidden;
}

.newsbox h2 span {
	margin-left: 200px;
}
.newsbox h2 span a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.last {
  margin-right: 0;
}
.newsbox .content {
  background-color: #fff7ea;
  margin: 0;
  padding: 8px;
}
.newsbox .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsbox .content li {
  list-style: none;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 5px;
  list-style-position: inside;
  list-style-image: url(images/li-bg.png);
  width: 300px;
  height: 25px;
  overflow: hidden;
  line-height: 30px;
}

.sidebar {
  display: block;
  float: left;
  width: 320px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.sidebar h2 {
  background: url(images/sidebar-header-bg.png) top left no-repeat;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 10px;
  font-family: "Microsoft Yahei";
}

.sidebar h2 span {
  padding-left: 200px;
}
.sidebar h2 span a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.sidebar .content {
  background-color: #fff7ea;
  margin: 0;
  padding: 8px;
  display: block;
}
.sidebar .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .content li {
  list-style: none;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 5px;
  list-style-position: inside;
  list-style-image: url(images/li-bg.png);
  width: 290px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  padding-left:5px;
}


.newslist {
  display: block;
  float: right;
  width: 670px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.newslist h2 {
  background: url(images/content-header-bg.png) top left no-repeat;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 10px;
  font-family: "Microsoft Yahei";
}


.newslist .content {
  margin: 0;
  padding: 8px;
}
.newslist .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newslist .content li {
  list-style: none;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top:5px;
  list-style-position: inside;
  list-style-image: url(images/li-bg.png);
  padding-left:5px;
  overflow: hidden;
  line-height: 25px;
  border-bottom: 1px solid #cbcbcc;
}
.newslist .content h3 {
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #c0050a;
}

.newslist .content p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.8em;
}
.newslist .content img {
  text-align: center;
}

th,td {
  border: 1px solid gray;
  padding: 5px;
  font-size: 12px;
}
th{ background-color: #2e6ab1;color: #ffffff;}

p.alert {
  display: block;
  border: 1px dotted #c71585;
  padding: 20px;
  color: #dc143c;
  background-color:#dcdcdc;
}

.content{width:1000px;margin:0 auto;}
.searchbox{float:right;}
.searchbox form{ margin: 0;padding: 0;}
#top{font-family:'Microsoft Yahei';font-size:12px;padding:10px 0;background-color:#e6e6e6;height: 20px;display: block;}
#top .content span{float: left;}
#header{padding:10px 0;}
#footerlink{background-color:#ececec;clear: both;}
#footerlink h2{font-size:16px;line-height:90px;color:#00529c;width:85px;float:left;}
#footerlink ul{list-style:none;margin:0;padding:0;padding-top:15px;}
#footerlink ul:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
#footerlink ul li{display:block;float:left;margin-right:3px;margin-bottom: 8px !important;margin-bottom: 0;}
#footerlink ul li.last{margin-right:0;}
#content{}
.frontbox{display:block;margin-top:10px;}
.col{width:320px;display:block;}
.col p{color:#888888;text-indent:2em;text-align:justify;}
.col h2{background:url(images/line.png) 0 4px no-repeat;color:#00529c;font-size:16px;padding-left:10px;padding-bottom:10px;border-bottom: 1px solid #92b5d4;}
.col1{float:left;margin-right:20px;}
.col2{float:left;margin-right:20px;}
.col3{float:right;}
.frontbox:after{content: "\0020"; display: block; clear: both; line-height: 0; height: 10px;}
#content:after{content: "\0020"; display: block; clear: both; line-height: 0; height: 10px;}
.pagebanner{width:100%;text-align:center;}
.sidebar{width:250px;margin-right:45px;margin-top: -70px;
  position: relative;}
.sidenav{list-style:none;width:250px;margin:20px 0;padding:0;}
.sidenav li{background:url(images/sidemenu-bg.jpg) left -47px no-repeat;height:46px;line-height:46px;padding-left:20px;}
.sidenav li.active,.sidenav li:hover{background:url(images/sidemenu-bg.jpg) left top no-repeat;}
.sidenav a{color:#888888;display:block;}
.sidenav a:hover,.sidenav .active a{color:#ffffff;}
.maincontent{padding:15px 0;width:675px;float:right;}
.breadcrumb{color:#888888;font-size:12px;}
.breadcrumb span{color:#00529c;}
.maincontent h1{background:url(images/line.png) 0 4px no-repeat;color:#00529c;font-size:16px;padding-left:10px;padding-bottom:8px;border-bottom: 1px solid #92b5d4;margin-top:15px;}
.maincontent p{ text-indent: 2em;font-size: 13px;}
.maincontent p img{ max-width:100%;height:auto;}
.maincontent td p{ text-indent: 0;}
.maincontent .ui-tabs-hide { display: none !important; }
.maincontent .ui-tabs-panel { padding: 0; display: block;background: none; }
.maincontent .ui-tabs-nav{ list-style: none;margin: 10px 0;padding: 0;width: 100%;}
.maincontent .ui-tabs-nav:after{content: "\0020"; display: block; clear: both; line-height: 0; height: 10px;}
.maincontent .ui-tabs-nav li{ display: block;float: left;width: 110px;height: 40px;line-height: 40px;border: 1px solid #ebebeb;font-size: 14px;border-bottom-color: #c2c2c2;text-align: center;font-weight: bold;}
.maincontent .ui-tabs-nav li.ui-state-active{ background-color: #00529c;}
.maincontent .ui-tabs-nav li a{ color: #00529c;}
.maincontent .ui-tabs-nav li.ui-state-active a{ color: #ffffff;}
.maincontent li{ color: #727272;line-height: 1.5em;font-size: 13px;height: 1.5em;overflow: hidden;}
.maincontent h2{ color: #00529c;}
.maincontent:after{content: "\0020"; display: block; clear: both; line-height: 0; height: 10px;}
.list{ font-size: 13px;margin: 10px 0;list-style: none;padding: 0;}
.list li{ padding: 0 5px;line-height: 1.5em;padding-bottom: 5px;border-bottom: 1px dotted #cccccc;padding-top: 10px;}
.maincontent .downlist{ font-size: 12px;margin: 10px 0;list-style: none;padding: 0;}
.maincontent .downlist li{ padding: 0 5px;line-height: 1.5em;padding-bottom: 5px;border-bottom: 1px dotted #cccccc;padding-top: 10px;height:auto;}
.maincontent .downlist li a{display:block;width:100%;height:1.5em;overflow:hidden;text-overflow:ellipsis;}
.maincontent .downlist li span{float:right;}

.maincontent h2.title{ text-align: center;}
.maincontent li span.title {
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
.maincontent li span.time {
    float: right;
}
.bg-blue{background-color:#c7eafb}
.rifix {
  width: 99px;
  overflow: visible;
  position: absolute;
  z-index: 1000;
}
.searchbox{ margin-top: -5px;padding: 0;}
.searchbox input{ border-radius: 5px;vertical-align: top;border: 1px solid #cfcfcf;line-height: 25px;padding: 0 5px;height: 25px;}
.searchbox input[type='image']{ padding: 0;border: none;}
.maincontent ul.links {
    list-style:none;margin:0;padding:0;padding-top:15px;
}
.maincontent ul.links:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.maincontent ul.links li{display:block;float:left;margin-right:30px;margin-bottom:10px;}
.sitemap{width:90%;margin-top:30px; margin-left:20px;list-style-type: none;}
.sitemap li{margin-bottom:25px;}
.sitemap li a{font-size:14px;background:url(images/icon-sq.gif) no-repeat 0px 4px; padding-left:15px;font-weight:bold;}
.sitemap li a.home{font-size:14px;background:url(images/icon-home.gif) no-repeat 0px 4px; padding-left:15px;font-weight:bold;display: block;}
.sitemap .subnavitem h5{border:none;margin:0;}
.sitemap .subnavitem h5 a{background:url(images/icon-arrow.gif) no-repeat 0px 4px;padding-left:10px ; font-weight:bold;}
.sitemap .subnavitem h6{border:none;padding-top:5px; margin:0px;margin-left:30px;}
.sitemap .subnavitem h6 a{background:url(images/icon-arrow.gif) no-repeat 0px 4px;padding-left:10px ;font-weight:bold;}
.sitemap .subnavitem{margin:5px 10px 10px 15px; padding-top:10px;}
.sitemap .subnavitem a{background:none;margin:0 6px 0 0;font-size:12px;font-weight:normal;}
.sitemap .subnavitem .thirditem {padding-left:20px;line-height:20px;margin-bottom:15px;}
#fullcontentbox{ width: 1000px;margin: 0 auto;}
#divForm h2{ background-color: #cccccc;color: #444444;padding: 5px;}
#divForm table td{ border: none;}
#divForm label{ font-weight: bold;}
table.messages{ border-spacing: 0;margin-top: 20px;}
table.messages td, table.messages th{ border: none;}
table.messages tr.odd td{ background-color: #ffffff;}
table.messages tr.even td{ background-color: #dce9f6;}
table.searchform td{ border: none;}
table.law{ width: 100%;margin-top: 10px;border-spacing: 0;border-collapse: collapse;}
table.law th,table.law td{ border: none;}
table.law td{ border-right: 1px solid #cfcfcf;}
table.law tr.odd td{ background-color: #dce9f6;}
