@import url("module.css");
/*

“全局公用定义” 样式

2008.8.12 10:48 for Fangyu12@gmail.com

Last modified 2008.10.06 15:30

Copyright (c) 2008, DedeEIMS All rights reserved.

*/

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}
h1 {
	font-size:20px;
	line-height:28px;
}
h2 {
	font-size:18px;
	line-height:24px;
}
h3 {
	font-size:16px;
	line-height:20px;
}
h4 {
	font-size:14px;
	line-height:18px;
}
h5 {
	font-size:12px;
	line-height:16px;
}
h6 {
	font-size:12px;
	line-height:16px;
	font-weight:400;
}
fieldset {
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #989796;
}
legend {
	font-weight: bold;
	color: #989796;
	padding: 10px;
}
.fRight {
	float:right;
}
.mT5 {
	margin-top: 5px;
}
.imgScroll {
	background-image: url(../images/img_scroll.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 14px;
	background-color: transparent;
}
.prev {
	background-position: left center;
}
.next {
	background-position: -14px center;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.textCenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.artContent {
	clear:both;
	font-size:14px;
	line-height:26px;
	overflow:hidden;
	padding:9px 0;
	color:#646464;
}
.artContent img {
	max-width:650px;
	width:expression(this.width>650?650:true);
}
.mTB10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 列表
-------------------------------------------------------------------*/
/* 浮动列表*/
dl.w50 dd,
ul.w50 li {
	float: left;
	width: 50%;
}
dl.w48 dd,
ul.w48 li {
	float: left;
	width: 48%;
}
dl.w33 dd,
ul.w33 li {
	float: left;
	width: 33%;
}
dl.w25 dd,
ul.w25 li {
	float: left;
	width: 25%;
}
dl.w20 dd,
ul.w20 li {
	float: left;
	width: 20%;
}
dl.w16 dd,
ul.w16 li {
	float: left;
	width:16.65%;
}
dl.w50 dd p,
dl.w48 dd p,
dl.w33 dd p,
dl.w25 dd p,
dl.w20 dd p,
ul.w50 li p,
ul.w48 li p,
ul.w33 li p,
ul.w25 li p,
ul.w20 li p{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
ul.fLeftChild{
	/*
	padding-right:0px;
	margin-right:0px;*/
    
}
ul.fLeftChild li,
ol.fLeftChild li,
dl.fLeftChild dd{
	float: left;
	
}

/*有序号*/
ol.list li {
	overflow:hidden;
	height:26px;
	line-height:26px;
}
ol.list li b {序号容器*/
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: -8000px center;
	float:left;
	width:13px;
	margin-right:5px;
	text-align: center;
	color:#fff;
	display:inline;
	font-size: 10px;
}
ol.list li b.highLight {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: -9000px center;
}
ol.list li a {
	width:70%;
	float:left;
	overflow:hidden;
	height:100%;
	display:block;
}
ol.list li span {
	float:right;
	width:18%;
	text-align:right;
	color:#999;
}
/*常用*/
.square,/*单独使用*/
ul.list li {
	overflow:hidden;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 1em;
	height:26px;
	line-height:26px;
}
ul.list2 li {
	overflow:hidden;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 1em;
	clear:both;
	height:19px;
	line-height:19px;
}
*html ul.list2 li {
	*margin-top:-3px;
}
.list li a,
.list2 li a{
	width:80%;
	float:left;
	overflow:hidden;
	height:100%;
	display:block;
}
.list li span,
.list2 li span{
	float:right;
	width:18%;
	text-align:right;
}
ul.sotrList li {
	overflow:hidden;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 1em;
	height:20px;
	line-height:20px;
}
ul.sotrList li a {
	overflow:hidden;
	height:100%;
	display:block;
	float:right;
	width:80%;
}
ul.sotrList li span {
	width:18%;
	float:left;
	text-align:right;
	color:#999;
}
/* 表格*/
.tList {
	border: 1px solid #dddddd;
}
.tList th, 
.tList td {
	line-height: 25px;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tList .tdbg,
.tList thead th {
	color:#2f2f2f;
	line-height: 24px;
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tList thead th span {
	font-weight:normal;
}
.tList thead th img {
	vertical-align: middle;
}
.tList tbody tr {
	background-color: #fff;
}
.tList tbody tr td {
	vertical-align: top;
}
.tList tbody tr.even td {
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.tList tbody tr.click td {
	background-color: #D9EBF5;
	border-color: #D9EBF5;
}
.tList tbody tr.hover td {
	background-color: #EDF5FA;
	border-color: #EDF5FA;
}
/* 图文列表*/
.allList {
	width:100%;
}
.allList .img {
	float: left;
	margin-right:10px;
	overflow: hidden;
}
.allList .txt1 {
	*float:left;
	overflow: hidden;
}
.allList .txt1 .p1 {
}
.p44 {
	font-size:12px;
	color:#666;
}
.allList .txt1 .p3 {
	color:#F52403;
}
/* 图文列表*/
dl.imgList {
}
dl.imgList dt {
	float:right;
}
dl.imgList dd {
	padding:0;
}
dl.imgList dd.leftImg {
	margin:0;
}
dl.imgList dd.leftImg img {
	float:left;
}
/*次要的-灰色*/
dl.imgList dd.assistant {
	color:#9f9f9f;
}
dl.imgList dd.assistant span {
}
/*****/
.item h3 .title {
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	text-decoration:underline;
}
.item h3 .title:hover {
	text-decoration:none;
}
.item {
	margin-top:16px;
}
.item .intro {
	font-size:14px;
	line-height:19px;
	padding-left:2px;
	color:#777;
}
.item .info {
	font-size:12px;
	line-height:26px;
	color:#080;
}
.item .info small {
	font-size:12px;
}
.item .info span {
	margin-right:10px;
}
.item .info a {
	color:#444;
}
/* 小盒子*/
.e2e2e2 {
	border: 1px solid #e2e2e2; 
}
.caption {
	line-height: 27px;
	height: 27px;
	display:block;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left -240px;
}
.caption strong {
	font-size: 13px;
	font-family:Arial,Helvetica,sans-serif;
	padding-right: 5px;
	float:left;
	color:#9DAD4C;
}
.caption strong.select {
}
.caption b,
.caption em {
	padding-right: 5px;
	float: right;
}


.heading {
	line-height: 27px;
	height: 27px;
	display:block;
	background-image: url(../images/bar_bg.gif);
	/*background-repeat: no-repeat;*/
	background-position: 12px center;
	background-color: #F4F4F4;
}
.heading strong {
	font-size: 13px;
	font-family:Arial,Helvetica,sans-serif;
	padding-left: 22px;
	float:left;
	color:#FFF;
}
.heading strong.select {
}
.heading b,
.heading em {
	padding-right: 5px;
	float: right;
}




/* 分页
-------------------------------------------------------------------*/
.paglist {
	text-align:center;
	height:24px;
	line-height:24px;
	background-color:#F4F8E9;
	margin:6px 0 6px 0;
	font-size:12px;
}
.paglist a {
	margin-left:3px;
}

#bigpic {
	margin: 10px 0 20px 0;
}

#bigpic img {
	max-width:560px;
	width:expression(this.width > 560 ? '560px' : this.width);
	width:expression(this.width < 300 ? '300px' : this.width);
}
.aRed,
.redA a:link, .redA a:visited {
	color:#F52403;
}
.redA a:hover, .redA a:active {
	color:#c30;
	text-decoration:underline;
}

.searchBar{display:none}