
table{/*表格*/
	border-collapse:collapse;
	border-spacing:0;
	border: 0px solid #CCC;
	padding: 5px;
  margin-bottom: 5px;
  line-height: 0;
}
img{
	border:0
}
 .sm-box img{/*图片自适配大小*/
	max-width:100%;    margin: 0;
}
.TabbedPanelsContent img{/*图片自适配大小*/
	max-width:100%;
}
.clear{/*溢出换行*/
	clear:both;
}
hr {/*横线*/
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
