﻿@charset "utf-8";
/* CSS Document */
/*=============全局============*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","Verdana","宋体","Courier New";
	/*font-size: 12px;*/
	WORD-WRAP: break-word;TABLE-LAYOUT: fixed; word-break:break-all;/*英文字自动换行*/
}
A {
	/*color: #000000;*/
	color: #2c2d2d;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	/*color: #000000;*/
	color: #0174a5;
}
hr {
	border: 1px;
	color: #000;
}
body {
	text-align: center;
	background-color: #e9e9e9;
	color: #003;
}
#main {
	width: 960px;
	height: auto;
	background: url('/images/background2.gif') repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0px 7px 0px 7px;
	border: 0px solid #000;
	
}
a.red {
	color: #E11;
}

/*===========顶部===========*/
#head {
	background-color: #fff;
	padding: 0px 0px;
}
#logo {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
}
#logo p.domain {
	color: #E11;
	font-weight: bold;
	font-family: "微软雅黑","Arial","宋体";
	padding: 0px 0px 5px 0px;
}
#headcontent {
	float: right;
	background-color: #FFF;
	width: 660px;
	margin: 0px 5px;
}
#globallink {
	margin: 0px 0px;
	padding:4px 0px 1px;
	/*background-color: #FFF;*/
	width: 100%;
	height: 20px;
}
#globallink ul {
	list-style-type: none;
	text-align: right;
}
#globallink ul li {
	float: right;
	display: block;
	padding: 0px 5px 0px 15px;
	background-color: #FFF;
}
#globallink ul li a {
	color: #E11;
	font-size: 12px;
}
#banner {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	text-align: right;
	background-color: #FFF;
}
#banner img {
	width: 640px;
	height: 72px;
	text-align: right;
	border: 0;
}
#navigation {
	background:url('/images/menu.gif') #fff no-repeat left ;
	float: left;
	font-size: 18px;
	/*background-color: #2070C0;*/
	width: 100%;
	/*margin:0px 5px 0px 5px;*/
}
#navigation ul {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
}
#navigation ul li {
	float: left;
	font-weight: bold;
	text-align: center;
}
#navigation ul li a, p.menulist {
	color: #FFF;
	/*background-color: #2070C0;*/
	padding: 6px 20px 7px;
	display: block;
	text-decoration: none;
	width: auto;
}
#navigation ul li a:hover, p.menulist:hover {
	color: #FFF;
	/*background-color: #2070C0;*/
	text-decoration: none;
}
/*===========展示===========*/
#show {
	float: left;
	background-color: #fff;
}
#showleft {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 535px;
	background-color: #fff;
}
#showleft div.newspic {
	margin: 0px 0px 0px 0px;
}
#showmiddle {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 960px;
	background-color: #FFF;
	border: 0px solid #000;
}



/*===========内容===========*/
#content {
	width: 100%;
	float: left;
	background-color: #fff;
	font-size: 12px;
}
#text {
	float: left;
	background-color: #fff;
}
#leftinfo {
	margin: 5px 0px 5px 5px;
	float: left;
	width: 745px;
	background-color: #FFF;
}
#left {
	margin: 5px 5px 5px 5px;
	float: left;
	width: 280px;
	background-color: #fff;
}
#left div.newspic {
	margin: 0px 0px 5px 0px;
}
#middle {
	margin: 5px 5px 5px 0px;
	float: left;
	width: 460px;
	background-color: #FFF;
}
#right {
	margin: 5px 5px 5px 0px;
	float: right;
	width: 200px;
	background-color: #FFF;
}
#right .subnavigation {
	margin: 0px 0px 5px 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px 5px 3px;
}
#right .subnavigation ul {
	list-style-type: none;
}
#right .subnavigation ul li {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0px 0px 3px;
;	text-align: center;
}
#right .subnavigation ul li a {
	display: block;
	padding: 4px 5px 6px;
	background-color: #EEE;
	font-size: 13px;
}
#right .subnavigation ul li a:hover {
	background-color: #cee2f9;
	color: #0768c1;
	text-decoration: none;
}


/*=========友情链接=========*/
#links {
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: middle;
	background-color: #f1f1f1;
	padding: 0px 0px 5px 0px;
}
#links img {
	width: 137px;
	height: 50px;
	border: 1px solid #333;
	margin: 5px 0px 0px 19px;
	float: left;
}
#links .links_text {
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	width: 137px;
	height: 50px;
	line-height: 22px; /*overflow: hidden;*/;
	display: table-cell;
	border: 1px solid #333;
	margin: 5px 0px 0px 19px;
	vertical-align: bottom;
	float: left;
}
/*============ 主页友情链接文字 =================*/
#links ul li {
	display: inline;
}
#links .links_text_i {
	font-size: 12px;
	text-align: center;
	/*background-color: #fff;*/
	
	height: 30px;
	line-height: 30px; /*overflow: hidden;*/;
	display: table-cell;
	margin: 5px 0px 0px 20px;
	vertical-align: bottom;
	float: left;
}
/*===========底部===========*/
#footer {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	/*background-color: #2070C0;*/
	background-color: #307cd1;
	line-height: 150%;
	padding: 15px 0px;
}
/*==========内容块===========*/
.hometop {
	height: auto;
	width: auto;
	color: #770000;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #CCC;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px;
	background-color: #fff;
}
.hometop .infotitle {
	color: #000000;
	height: 250px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	background-color: #EEE;
	padding: 5px 5px;
}
.hometop p.infocontent {
	margin: 0px 0px 5px;
	padding: 10px 7px;
	color: #444;
	line-height: 130%;
	background-color: #FFF;
}
.leftpic {
	margin: 0px 0px 5px 0px;
	text-align: center;
	padding: 5px 5px;
	border: 1px solid #CCC;
}
.leftpic img {
	border: 0px solid #777;
	margin: 5px 5px;
}
.rightpic {
	margin: 0px 0px 5px 0px;
	text-align: center;
	padding: 5px 5px;
	border: 0px solid #CCC;
	vertical-align: middle;
}
.rightpic img {
	border: 0px solid #777;
	margin: 0px 5px;
}
.rightpic p.kill {
	background: url('/images/kill.gif') no-repeat 0 0;
	height: 60px;
	padding: 20px 0px 0px 10px;
}
.leftimg {
	/*display:none;*/
	width: 278px;
	height: 60px;
	border: 1px solid #777;
	margin: 0px 0px 5px 0px;
}
.middleimg {
	/*display:none;*/
	width: 458px;
	height: 60px;
	border: 1px solid #777;
	margin: 0px 0px 5px 0px;
}
.rightimg {
	/*display:none;*/
	width: 208px;
	height: 60px;
	border: 1px solid #777;
	margin: 0px 0px 5px 0px;
}
.homenews {
	height: auto;
	width: auto;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #CCC;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 6px;
	background-color: #fff;
}
.homenews .title {
	color: #ffffff;
	font-weight: bold;
	/*background-color: #4495FD;*/
	background: url("/images/titlen.gif") transparent no-repeat;
	padding: 5px 5px;
}
.homenews ul {
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	color: #000000;
}
.homenews ul li {
	padding: 5px 0px;
	margin: 0 0 2px 0;
	padding: 0 0 4px 14px;
	background: url("/images/bullet.gif") transparent no-repeat 0px 5px;
	border-bottom: 1px dashed #AAAAAA;
	line-height: 130%;
}
.homenews ul li label {
	color: #444444;
	font-size: 12px;
	text-align: right;
}
.homenews p.right {
	margin: -4px 0px 4px;
	/*font-weight: bold;*/
	float: right;
}
.homenews p.right a {
	color: #9e9d9d;
	/*background-color: #4495FD;*/
	display: block;
	padding: 2px 8px 4px;
}
.homenews p.right a:hover {
	color: #0087ea;
	
	background: url("/images/more.gif") transparent no-repeat;
	text-decoration: none;
}

.homenews .top-right{
	color: #9e9d9d;
	display: block;
	padding: 2px 8px 4px;
	float: right;
}

.homelist .top-right{
	color: #9e9d9d;
	display: block;
	padding: 2px 8px 4px;
	float: right;
}
/*==========内容块===========*/
.homelist {
	height: auto;
	width: auto;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #CCC;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 6px;
	background-color: #fff;
}
.homelist .title {
	color: #ffffff;
	font-weight: bold;
	/*background-color: #4495FD;*/
	background: url("/images/titlen.gif") transparent no-repeat;
	padding: 5px 5px;
}
.homelist ul {
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	color: #000;
}
.homelist ul li {
	padding: 5px 0px;
	margin: 0 0 2px 0;
	padding: 0 0 4px 14px;
	background: url("/images/arrow.gif") transparent no-repeat 0px 5px;
	border-bottom: 1px dashed #AAAAAA;
	line-height: 130%;
}
.homelist ul li ul li{
	padding: 5px 0px;
	margin: 0 0 2px 0;
	padding: 0 0 4px 14px;
	
	border-bottom: 1px dashed #AAAAAA;
	line-height: 130%;
}
.homelist ul li label {
	color: #444444;
	font-size: 12px;
	text-align: right;
}
.homelist p.right {
	margin: -4px 0px 4px;
	/*font-weight: bold;*/
	float: right;
}
.homelist p.right a {
	color: #9e9d9d;
	/*background-color: #4495FD;*/
	display: block;
	padding: 2px 8px 4px;
}
.homelist p.right a:hover {
	color: #0087ea;
	background: url("/images/more.gif") transparent no-repeat;
	text-decoration: none;
}

/*===================主要内容部分====================*/
#info {
	height: auto;
	width: auto;
	color: #2c2d2d;
	vertical-align: bottom;
	text-align: center;
	border: 1px solid #CCC;
	padding: 20px 35px 40px;
	margin:0px 0px 5px 0px;
	background-color: #fff;
	font-size:12px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

#info * {
	font-size:12px;
	line-height: 1.6em; 
}

#info p {
	text-indent: 2em;
	padding: 0px 0px 10px;
}
#info h2.subject {
	color:#037;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 15px 0px 15px;
}
#info p.label {
	/*display:none;*/
	font-size: 12px;
	color: #777;
	text-align: right;
}
#info img {
	margin: 0.5em 0.5em 0;
	border: 1px solid #777;
}
#info img.img_left {
	float: left;
}
#info img.img_right {
	float: right;
}
#info .table_style table {
	width: 100%;
	border-top: 2px solid #037;
	border-bottom: 2px solid #037;
	border-left: 1px solid #037;
	border-right: 1px solid #037;
	border-spacing: 0px;
	border-collapse: collapse;
	background: #FFF;
	
}
#info .table_style caption {
	color: #037;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	padding: 0.2em 0.2em;
}
#info .table_style tr.title {
	background: #F1F1F1;
	text-align: left;
	font-weight: bold;
}
#info .table_style td {
	border-top: 1px dashed #037;
	border-bottom: 1px dashed #037;
	border-left: 0px dashed #037;
	padding: 0.3em 0.5em;
	font-size:12px;
}
#marquee{width:100%; height:200px; border:0px solid #000; overflow:hidden; }
#marquee ul li{ overflow:hidden; zoom:1;}
#marquee ul li list{ padding: 0px 0px 0px 15px;}

.publish-date {
	display: inline-block;
	margin-left: 16px;
}