*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.content{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 30px;
	min-height: 343px;
}
.container{
	width: 100%;
	height: auto;
	border:1px solid #e0e0e0;
	padding-bottom: 20px;
}
.location{
	background-color: #f9f9f9;
}
.location .current{
	font-size:16px; color:#FFFFFF; font-weight:bold;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d70012;
	display: inline-block;
}
.location .currentText{
	font-size:16px; text-indent:1em;
	display:inline-block;
}
.list{width: 100%;}
.text_content{
	width: 960px;
	margin:  0 auto;
	padding-top: 20px;
}
.detailsTitle{
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color: #ca0800;
	font-size: 20px;
	text-align: center;
}
.detailsInfo{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.details_Bottom{
	height: 50px;
	background-color: #f9f9f9;
}
.details_Bottom p{
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
