@charset "utf-8";
/* CSS Document */

/* ѡ���� */


#Mmain {
	width: 100%;
	height: auto;
	text-align: center;
	}

#topLink {
	width: 1260px;
	height: 58px;
	background-image: url( ../imagesW/subLine230.jpg);
	margin: 0 auto;
	}
	#topLinkL {
		width: 230px;
		height: 58xp;
		text-align: center;
		color: #90050c;
		font-size: 18px;
		line-height: 56px;
		float: left;
		}
	#topLinkM {
		width: 760px;
		height: 58xp;
		text-align: left;
		color: #000000;
		font-size: 14px;
		line-height: 56px;
		float: left;
		}
	#topLinkM a:link,#topLinkM a:visited{
		font-size: 14px;
		color:#000000;
		line-height: 56px;
		}
	#topLinkM a:hover{
		font-size: 14px;
		color:#C03;
		}
    #topLinkR {
		width: 250px;
		height: 58xp;
		text-align: right;
		color: #000000;
		font-size: 14px;
		line-height: 56px;
		float: left;
		}
	#topLinkR  a,a:visited { font-size: 14px; color: #0033ff; }
	#topLinkR  a:hover {font-size: 14px; color: #F60;}




#main {
	width: 1260px; 
	height: auto;
	background-color: #FFF;
	background-image: url("../imagesW/subMainBK230.jpg");
	background-repeat: repeat-y;
	display: table; 
	overflow: auto; 
	}

	#mainL {
		width: 230px;
		height: 460px;
		display: table;
		overflow: auto;
		float: left;
		}
		

			
	#lMenu { 
		width: 230px; height: auto; 
		visibility: show;
		float: right;
		margin: 20px 0 50px 0; 
		padding: 0;
		}


	.colEmpty30 {
		width: 30px;
		height: 60px;
		float: left;
		}

	#mainR {
		width: 960px;
		height: auto;
		text-align: left;
		font-size: 14px;
		line-height: 160%;
		display: table;
		overflow: auto;
		float: left;
		}
		
		#dbTitle {
			width: 100%;
			height: 30px;
			font-size: 16px;
			color: #03F;
			margin: 10px 0 0 0;
			}
		.dbRow {
			width: 100%;
			height: auto;
			font-size: 14px;
			line-height: 18px;
			margin: 6px 0 0 0;
			display: table;
			overflow: hidden;
			}
		.dbRow2 {
			width: 100%;
			height: auto;
			font-size: 14px;
			line-height: 16px;
			margin: 12px 0 0 0;
			display: table;
			overflow: hidden;
			}
		.dbRow_Title{
			width: 70px;
			height: 20px;
			color: #000;
			text-align: right;
			float: left;
			}
		.dbRow_cont_L{
			width: 375px;
			height: auto;
			text-align: left;
			float: left;
			}
		/*show.aspx*/
		.dbRow_cont_W{
			width: 850px;
			height: auto;
			color: #000;
			line-height: 20px;
			text-align: left;
			float: left;
			}
			.dbRow_cont_W a{
				font-size: 14px;
				color: #0068c9;
				text-decoration: none;
				}
			.dbRow_cont_W a:visited{
				font-size: 14px;
				color: #0068c9;
				text-decoration: none;
				}
			.dbRow_cont_W a:hover{
				font-size: 14px;
				color: #F63;
				}
			/*list.aspx 字母*/
			.dbRow_Letter{
				width: 880px;
				height: auto;
				color: #c1c1c1;
				line-height: 20px;
				text-align: left;
				float: left;
				}
			.dbRow_Letter a{
				font-size: 14px;
				color: #333;
				text-decoration: none;
				}
			.dbRow_Letter a:visited{
				font-size: 14px;
				color: #333;
				text-decoration: none;
				}
			.dbRow_Letter a:hover{
				font-size: 14px;
				text-decoration: underline;
				color: #0033ff;
				}
			
#DCNotice {
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: center;
	color: #000;
	overflow: hidden;
	margin: 15px 0 0px 0;
}
#DCNotice a,#DCNotice a:visited {color: #0033ff;}
#DCNotice a:hover {color: #000;}
			
		#DCont {
			width: 100%;
			height: auto;
			font-size: 14px;
			color: #000;
			overflow: hidden;
			margin: 0px 0 20px 0;
			}
			img {
			max-width: 450px;width:expression(this.width > 450 ? "450px":this.width); 
			/*如果图片大小超过450则自动按比例缩小到450*/
			vertical-align:bottom;border:none;/*上半句是图片下沉，后面是无边框。常用*/
			}
			
			
			/*list.aspx*/	
			.listCell {
				width: 464px;
				height: auto;
				float: left;
				margin: 18px 0 40px 0;
				background-image: url(../images/listCell-bk.jpg);
				background-repeat: repeat-y;
				display: table;
				overflow: hidden;
				}
			.lcTitle {
				width: 100%;
				height: 40px;
				background-color: #f3f3f3;
				font-size: 16px;
				font-weight: bold;
				line-height: 40px;
				border-bottom-width: 2px;
				border-bottom-color: #0592f2;
				border-bottom-style: solid;
				}
			.lcCell {
				width: 463px;
				height: auto;
				line-height: 20px;
				display: table;
				overflow: hidden;
				margin: 14px 0 0 0;
				border-bottom-width: 1px;
				border-bottom-color: #f3f3f3;
				border-bottom-style: solid;
				}
			.lcCellL {
				width: 308px;
				height: auto;
				float: right;
				}
			.lcCellL a{
				font-size: 14px;
				color: #0362d8;
				text-decoration: none;
				}
			.lcCellL a:visited{
				font-size: 14px;
				color: #0362d8;
				text-decoration: none;
				}
			.lcCellL a:hover{
				font-size: 14px;
				text-decoration: underline;
				color: #F63;
				}
			.lcCellR {
				width: 140px;
				height: 32px;
				font-size: 13px;
				text-align: right;
				color: #808080;
				float: right;
				}
			.lcCellR a{
				font-size: 13px;
				color: #808080;
				text-decoration: none;
				}
			.lcCellR a:visited{
				font-size: 13px;
				color: #808080;
				text-decoration: none;
				}
			.lcCellR a:hover{
				font-size: 13px;
				text-decoration: underline;
				color: #F63;
				}
		
		