/*今日专享导师*/
.exclusive{
	width: 25%;
	height: 145px;
	float: right;
	background-color: #fff;
	margin: 20px auto;
	overflow: hidden;
	border: 1px solid#ff6267;
}
#today{
	width: 80px;
	height: 80px;
	background-color: #ff6267;
	color: #fff;
	float: right;
	line-height: 140px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	transform:rotate(40deg);
	margin: -45px -35px 0px 0px;
}
.exclusive>img{
	width: 100px;
	height: 110px;
	float: left;
	margin: 15px 12px 0px 15px;
}
.exclusive>p{
	margin-top: 20px;
	font-size: 12px
}
#advisory{
	width: 60px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	background-color: #ff6267;
	float: left;
	margin: 15px 0px 0px 0px;
	cursor:pointer;
	font-size: 12px;
	border-radius: 4px;
}
#more{
	width: 60px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	background-color: #ff6267;
	float: left;
	margin: 15px 0px 0px 20px;
	cursor:pointer;
	font-size: 12px;
	border-radius: 4px;
}
/*内容*/
.case_one{
	width: 72%;
	height: auto;
	float: left;
	text-align: center;
}
.case_one>h2{
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
.case_one>h6{
	text-align: center;
	color: #888;
	margin:15px 0px 8px 0px ;
	padding: 0; 
}
.case_one>img{
	width: 70%;
	height: 900px;
	margin: 20px auto 0px;
}
.case_one>p{
	text-indent:140px;
	text-align: left;
	margin: 35px 0px 0px 0px;
	font-size: 12px
}
#click{
	list-style:none;
	width: 67%
}
#click>li{
	float: left;
	text-align: center;
	cursor:pointer;
}






