/*主体*/
.main{
	width:1200px;	
	margin:auto;
	overflow: hidden;
	margin-bottom:50px;
}


/*位置*/
.main .place{
	width:100%;
	margin:26px 0 30px 0;
	overflow: hidden;
}
.main .place p{
	font-size:12px;
	color:#333;
}
.main .place p a{
	color:#333;
}
.main .place p a:hover{
	color:#17A693;
}
.main .place p a:last-child{
	color:#999;
}


/*5A医疗美容医院*/
.grade{
	width:100%;
	overflow: hidden;
	margin-bottom:25px;
}
.grade .title{
	width:100%;
	overflow: hidden;
	margin:5px 0 16px 0;
}
.grade .title h1{
	font-size:16px;
	color:#333;
}
.grade ul{
	width: calc(100% - 26px);
	padding:12px;
	overflow: hidden;
	border:1px solid #e6e6e6;
	border-radius:5px;
}
.grade ul li{
	width:260px;
	float:left;
	margin-right:44.5px;
}
.grade ul li a img{
	width:260px;
	height:180px;
}
.grade ul li:last-child{
	margin-right:0;
}
.grade ul li h1{
	font-size:14px;
	color:#f95934;
	margin:10px 0 15px 0;
	position:relative;
	padding-top:6px;
}
.grade ul li h1::after{
	content:"";
	position:absolute;
	width:50px;
	height:1.5px;
	background:#f95934;
	top:0;
	left:0;
}
.grade ul li dl dt{
	font-size:12px;
	color:#999;
}
.grade ul li dl dd span{
	display:inline-block;
	margin-right:5px;
	padding:2px 3px;
	background:#17A693;
	color:#fff;
	font-size:12px;
}
.grade ul li p{
	font-size:12px;
	color:#999;
	margin-top:15px;
}

/*mainLeft*/
.mainLeft{
	width:885px;
	float:left;
	overflow: hidden;
}
.mainLeft dl{
	width:100%;
	overflow: hidden;
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}
.mainLeft dl dt{
	width:720px;
	float:left;
}
.mainLeft dl dt a{
	display: block;
	float:left;
	margin-right:34px;	
}
.mainLeft dl dt a img{
	width:300px;
}
.mainLeft dl dt h1{
	font-size:16px;
	color:#333;
	margin:2px 0 20px 0;
}
.mainLeft dl dt p{
	font-size:12px;
	color:#666;
	margin-bottom:9px;
}
.mainLeft dl dt p span{
	color:#999;
	margin-right:3px;
}
.mainLeft dl dt p:last-child{
	color:#f95934;
}
.mainLeft dl dd{
	float:right;
	width:104px;
	height:80px;
	border-left:1px solid #f0f0f0;
	margin-top:30px;
	padding-left:60px;
}
.mainLeft dl dd h1{
	font-size:18px;
	color:#17A693;
	margin-bottom:5px;
}
.mainLeft dl dd h1 span{
	font-size:14px;
	color:#999;
	margin-left:2px;
}
.mainLeft dl dd i{
	display: inline-block;
	width:14px;
	height:13px;
	background:url(../img/icon_x.jpg)no-repeat;
	margin-right:2px;
}
.mainLeft dl dd p{
	margin-top:12px;
	font-size:12px;
	color:#999;
}


/*翻页*/
.page{
	width:100%;
	overflow: hidden;
	margin: auto;
	margin-top:50px;
}
.page ul{
	width:100%;
}
.page ul li{
	font-size:14px;
	color:#333;
	border:1px solid #999;
	padding:3px 9px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.page ul li:hover{
	background:#17A693;
	color:#fff;
	border:1px solid #17A693;
}
.page ul li:last-child{
	margin-right:0;
}


/*mainRight*/
.mainRight{
	width:272px;
	overflow: hidden;
	float:right;
}
.mainRight .consulting{
	width:212px;
	height:110px;
	border:1px solid #e6e6e6;
	padding:26px 28px; 
	overflow: hidden;
	margin-bottom:30px;
	border-radius:5px;
}
.mainRight .consulting p{
	line-height:28px;
	color:#333;
	font-size:14px;
	
}
.mainRight .consulting a{
	display: block;
	width:194px;
	height:34px;
	background:#f95934;
	text-align: center;
	margin:auto;
	line-height:34px;
	color:#fff;
	margin-top:20px;
	border-radius:5px;
}

/*注册*/
.mainRight .logon{
	width:258px;
	overflow: hidden;
	border:1px solid #e6e6e6;
	padding:6px;
	border-radius:5px;
}
.mainRight .logon ul{
	width:100%;
	overflow: hidden;
}
.mainRight .logon ul li{
	width:126px;
	hieght:126px;
	margin-right:6px;
	margin-bottom:6px;
	background:#f6f6f6;
	text-align: center;
	float:left;
	overflow: hidden;
	border-radius:5px;
}
.mainRight .logon ul li:nth-child(even){
	margin-right:0;
}
.mainRight .logon ul li img{
	display: block;
	width:43px;
	height:43px;
	margin:auto;
	margin-top:26px;
	margin-bottom:10px;
}
.mainRight .logon ul li p{
	font-size:16px;
	color:#f95934;
	margin-bottom:24px;
}
.mainRight .logon .z{
	width:100%;
	height:50px;
	background:#f95934;
	text-align: center;
	line-height:50px;
	font-size:20px;
	border-radius:5px;
}
.mainRight .logon a{
	color:#fff;
	display: block;
}
