.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:15px;
		background-color:#FFF;
		text-indent:15px;
		}
		.goodlist dt.position span{
			color:#C60;
			margin-right:10px;
			}
	.goodlist dd{
			width:100%;
			height:130px;
			overflow:hidden;
			margin-top:5px;
			border-bottom:1px dashed #999;
			margin-top:20px;
			position:relative;
			}
			.goodlist dd img{
				width:150px;
				height:110px;
				overflow:hidden;
				float:left;
				margin-right:20px;
				}
			.goodlist dd .ttitle{
				height:30px;
				line-height:20px;
				overflow:hidden;
				font-size:15px;
				font-weight:bold;
				}
				.goodlist dd .ttitle a{
					color:#666;
					}
				.goodlist dd .ttitle span{
					float:right;
					font-weight:normal;
					font-size:13px;
					margin-right:10px;
					}
			.goodlist dd .ninfo{
				line-height:25px;
				text-indent:16px;
				font-size:13px;
				color:#666;
				}