.mainer_left .serverxm{
	border:1px solid #CCC;
	overflow:hidden;
	}
	.serverxm dt{
		height:49px;
		overflow:hidden;
		background-image:url(../images/smenubg.png);
		background-repeat:repeat-x;
		background-position:left top;
		text-align:center;
		line-height:49px;
		font-weight:bold;
		font-size:20px;
		color:#FFF;
		}
		.serverxm dd{
			width:220px;
			height:50px;
			margin:0 auto;
			clear:both;
			line-height:50px;
			background-image:url(../images/ico.png);
			background-repeat:no-repeat;
			background-position:10px center;
			text-indent:25px;
			font-weight:bold;
			}
			.serverxm dd.thisclass a{
				color:#C60;
				}
				
				
.goodlist{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	}
	.goodlist dt.position{
		height:36px;
		line-height:36px;
		overflow:hidden;
		border:1px solid #ccc;
		margin-bottom:25px;
		background-color:#FFF;
		text-indent:15px;
		}
		.goodlist dt.position span{
			color:#C60;
			margin-right:10px;
			}
	.goodlist dd{
		width:710px;
		height:165px;
		overflow:hidden;
		margin:0 auto;
		padding-bottom:5px;
		margin-top:15px;
		position:relative;
		background-image:url(../images/line2.png);
		background-repeat:repeat-x;
		background-position:left bottom;
		}
		.goodlist dd.firstan{
			background:none;
			}
		.goodlist dd img{
			float:left;
			margin-right:20px;
			}
		.goodlist dd{
			line-height:26px;
			font-size:13px;
			}
			.goodlist dd .ttitle{
				font-size:15px;
				font-weight:bold;
				}
		.goodlist dd p{
			height:26px;
			overflow:hidden;
			}
		.goodlist dd span{
			position:absolute;
			padding:3px;
			padding-left:8px;
			padding-right:8px;
			background-color:#888483;
			margin-top:16px;
			}
			.goodlist dd span a{
				color:#FFF;
				}