﻿/*
******************************
********** author:@zhou小白猪
********** css:other_common.css
********** 说明:其他页面通用样式
******************************
*/


.content{
	margin-top:20px;
}
.center{
	width:100%;
	height:auto;
	float:left;
	border:1px solid #e6e6e6;
	background:rgba(255,255,255,.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8FFFFFF,endColorstr=#C8FFFFFF);
	border:1px solid #e6e6e6;
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.center .title{
	width:100%;
	height:39px;
	line-height:39px;
	float:left;
	border-bottom:1px solid #e6e6e6;
	font-size:14px;
}
.center .title .ico{
	width:16px;
	height:40px;
	float:left;
	background:url(../images/ico_location.png) no-repeat center;
	margin-left:10px;
	margin-right:10px;
	margin-top:1px;
}
.center .title .text{
	float:left;
	color:#cc0000;
	margin-right:5px;
}
.center .title a, .center .title a:link, .center .title a:visited{
	color:#cc0000;
}
.center .title .point{
	float:left;
	color:#cc0000;
	margin:0 5px;
}
.center .detail{
	width:100%;
	height:auto;
	min-height:400px;
	float:left;
	padding:10px 20px;
}