/* 内页 */

/* col-a上部阴影 */
.main-content {
	background-image: url(../img/a.gif);
	background-repeat: repeat-x;
}

/* col-a左边阴影 */
#col-a {
	background-color:white;
	background-image:url(../img/7.gif);
	background-repeat:repeat-y;
}

/* 当前位置 col-a左上角阴影 */
.curr-pos {
	font-size: 1em; /* 9px */
	line-height: 1em; /* 24px */
	padding-left: 1.33em;
	padding-top: 1em;
	margin-bottom: 1em;
	background-image: url(../img/f.gif);
	background-repeat: no-repeat;
}

/* col-a的列表 */
#col-a ul {
	margin-right:1.33em;
	margin-top:1em;
	margin-bottom:1em;
}

/* col-a的1号标题 */
.main-title {
	padding-left:0.777em;
}

/* col-a的2号标题 */
.biaotix {
	margin-left: 0.5em;
	margin-left: 8px;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;

	background-color:#2a7fbb;
	background-image: url(../img/bt-x.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.biaotic {
	display: inline;

	background-image: url(../img/btzz1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.biaotiw {
	padding-left: 0.7em;
	padding-right: 1.5em;
	display:inline;

	background-image: url(../img/bl2.gif);
	background-repeat: no-repeat;
	background-position: top right;

/*	font-size: 1.2em;*/

	line-height: 1em;
	color: White;
	vertical-align:top;
}

/* col-b的2号标题背景 */
#col-b h2 {
	color:white;
	font-size:1em;
	font-weight:normal;
	line-height:2.833em;
	background-image:url(../img/in-l.gif);
	background-position:center left;
	padding-left:20px;
	border-bottom:1px solid darkblue;
}

/* col-b的2号标题背景 */
#col-b h3 {
	color:silver;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	line-height: 2em;
	padding-left:2.5em;
	border-bottom:1px solid darkblue;
	background-image:url(../img/fk.gif);
	background-position:1.33em 0.5em;
	background-repeat:no-repeat;
}

#col-b .dh {
	background-image:url(../img/dh.gif);
	background-position:1.33em 0.5em;
	background-repeat:no-repeat;
}

/* col-b的链接 */
#col-b a:link {
	color:white;
}
#col-b a:visited {
	color:white;
}
#col-b a:link:hover {
	color:white;
}
#col-b a:visited:hover {
	color:white;
}

/* 阴影字 */
.pagetitle {
	position: absolute;
	top: 6.5em;
	z-index:120;
	height: 90px;
	text-align:right;
	width:61em;
}
.pagetitle h1 {
	color: white;
	line-height: 90px;
	font-style: italic;
	font-size: 2.5em;
}
.pt0 {
	display: block;
	position: relative;
	top: -182px;
	left: -2px;
}
.pt1 {
	color: black;
	display: block;
	position: relative;
	top: -91px;
	left: -1px;
}
.pt2 {
	color: black;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

