@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-01-28 08:58:21
 * @version $Id$
 */

.container {
	background: #f1f1f1;
}
.content {
	position: relative;
	width: 1248px;
	min-width: 1248px;
	margin: 0 auto;
	padding: 0px 0 48px;
}
/*空间参数*/
.spatialInfo h3,.fireWall h3,.roomInfo h3{
	height: 46px;
    line-height: 46px;
    font-size: 16px;
}
.fireWall h4,.roomInfo h4{
	height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-left: 28px;
}
.spatialInfo table{
	border-collapse: collapse;
    border-spacing: 0;
    line-height: 32px;
    border: 1px solid #b0b0b0;
    margin: 0 0 20px 28px;
    text-align: center;
}
.spatialInfo table .theme,.spatialInfo table td{
	border: 1px solid #b0b0b0;
}
.spatialInfo table .theme{
	font-size: 14px;
}
.spatialInfo table .subtitle{
	font-size: 12px;
	font-weight: bold;
}
.spatialInfo table img{
	height: 22px;
	width: 22px;
}
/*防火墙*/
.fireWall p{
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-left: 28px;
}
/*机房信息*/
.roomInfo ul{
	margin-left: 28px;
}
.roomInfo li{
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	list-style: square inside;
}