/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	margin-top: 3px;
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	background-Color: #117283;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
	z-index: 2;
}
.transMenu.top .items {
	border-top: none;
}
/* each TR.item is one menu item */

/* each TR.item td is one menu item */
.transMenu .itemcol {
	color: #0f899e;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	background-color: #fff;
}
.transMenu .itemcol_static {
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
 //background-color: #f5f5f5;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .9;
	filter: alpha(opacity=20);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
/*.transMenu .item.hover {
	background:#0B8ACE;
	background: url(../bg.gif) repeat-x;
	color: #000;
	}*/
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu td.hover {
	background: #of899e;
	color: #000;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}
.newslist {
	min-height: 155px;
	padding: 10px;
}
.newslist .title {
	border-bottom: 1px solid #3ca3cf;
	clear: both;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 7px 0;
	vertical-align: top;
}
.bg1 {
	background: #eaf7f9;
	padding: 20px;
}
.newslist .title h3 {
	color: #0088a0;
	float: left;
	font-size: 14px;
	margin: 0;
}
.newslist .title .more {
	float: right;
}
.newslist li {
	background: url("dot4.gif") no-repeat scroll left center;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding-left: 10px;
}
.bm-content a {
	text-decoration: none;
}
.btn1-r {
	background: url("btn1_r.gif") no-repeat scroll right top;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 12px 0 0;
	vertical-align: middle;
}
.btn1-l {
	background: url("btn1_l.gif") no-repeat scroll 0 0;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding-left: 12px;
}
.inword {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 18px;
}
.user-info {
	height: 26px;
	line-height: 26px;
	margin: 10px 0;
	position: relative;
}
.user-info .bm {
	bottom: 0;
	left: auto;
	position: absolute;
	right: 0;
}
.user-info .bm a {
	color: red;
}
.user_login tr {
	line-height: 40px;
}
.user_loged {
	margin: 20px 0;
}
.content-page {
	font-size: 14px;
}
.bm-content {
	background: url(bm_top_bg.png) #fff no-repeat;
	width: 997px;
	margin: 3px 0 0 0;
	padding-bottom: 10px;
	min-height: 480px;
}
.bm-content a {
	text-decoration: none;
}
.pd1 {
	padding: 10px 25px;
	font-size: 14px;
}
.user-info {
	margin: 10px 0;
	position: relative;
	height: 26px;
	line-height: 26px;
}
.user-info .bm {
	right: 0px;
	position: absolute;
	bottom: 0px;
	left: auto;
}
iframe {
	border: 0;
}
.btn1 {
	background: url(btn1.gif) no-repeat;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	width: 77px;
	text-align: center;
	text-decoration: none;
}
.btn2 {
	background: url(btn2.gif) no-repeat;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	width: 41px;
	text-align: center;
	text-decoration: none;
}
.btn3 {
	background: #eee;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #999;
	height: 26px;
	line-height: 26px;
	width: 77px;
	text-align: center;
	text-decoration: none;
}
.btn1-l {
	background: url(btn1_l.gif) no-repeat;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	overflow: hidden;
	display: inline-block;
	font-weight: normal;
}
.btn1-r {
	background: url(btn1_r.gif) right top no-repeat;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	padding: 0 12px 0 0;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
input.lg-text {
	width: 150px;
	height: 25px;
	line-height: 25px;
}
.cd_use {
	float: right;
}
.cd_use:hover {
	color: #fff;
}
.progress-box {
	margin-bottom: 10px;
}
.progress-box .con {
	float: left;
	background: #eaf5fd;
	border: 1px solid #cde2f2;
	padding: 8px 12px;
	float: left;
	display: block;
	clear: both;
}
.progress-box span {
	display: inline-block;
	background: url(arrow1.gif) right center no-repeat;
	padding-right: 30px;
	color: #5fa3d0;
}
.progress-box span.last {
	background: none;
	padding: 0;
}
.progress-box span.current {
	font-weight: bold;
	color: #ff9900;
}
.newslist {
	padding: 10px;
	/*border:1px solid #3ca3cf; background:#eaf7f9;*/
	min-height: 160px;
}
.pxcontent {
	padding: 10px;/* background:#def5f9;*/
}
.bg1 {
	background: #eaf7f9;
}
.newslist .title {
	height: 16px;
	line-height: 16px;
	padding: 7px 0;
	clear: both;
	border-bottom: 1px solid #3ca3cf;
	margin-bottom: 5px;
	vertical-align: top;
}
.newslist .title h3 {
	margin: 0;
	float: left;
	font-size: 14px;
	color: #0088a0;
}
.newslist .title h3 img {
	float: left;
	margin-right: 10px;
}
.newslist .title .more {
	float: right;
}
.newslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.newslist li {
	background: url(dot4.gif) left center no-repeat;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.newslist li a {
	color: #000;
	font-size: 12px;
}
.newslist li a:hover {
	color: #0088a0;
}
.bmtable {
	border-spacing: 1px;
	border-collapse: separate;
	background: #bbb;
}
.bmtable th {
	background: #ccc;
	color: #666;
	padding: 5px 3px;
	font-weight: bold;
}
.bmtable td {
	line-height: 140%;
	padding: 5px 3px; /*text-align:center*/
	background: #fff;
}
.bmtable .even {

	background: #e6e6e6
}
a.highlight:link, a.highlight:visited, a.highlight:hover {
	color: #ff0000;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "\0020";
	visibility: hidden;
	height: 0;
}
.bmpx input {
	height: 20px;
	line-height: 20px;
}
.btn2 {
	background: url("btn2.gif") no-repeat scroll 0 0;
	border: 0 none;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 41px;
}
.toolbar {
	font-size: 14px;
}
.tsty1 {
	padding: 5px;
}
.tsty1 td {
	line-height: 30px;
}
.tsty1 td a {
	color: blue;
}
.zhiyuan-select input {
	margin: -3px 5px 0 10px;
}
/*gh_login.php*/
.right_con .btn3 {
	background: #eee;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #484848;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
}
.right_con .user-info .btn3 {
	float: right;
}
.right_con .online-list p {
	line-height: 28px;
}
.online-content .md-list ul {
	padding: 15px 30px;
}
.online-content .md-list li {
	float: left;
	width: 80px;
	height: 40px;
}
.online-content {
	padding: 20px 30px;
}
.online-content .title {
	font-size: 16px;
	color: #ca1c1c;
	font-weight: bold;
	margin-bottom: 10px;
}
.online-content
