.crumbs-box {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.crumbs {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    overflow: hidden;
}
.center h1 {
    color: #ed4f5b;
    padding: 30px 0 20px 0;
}
.update-time{
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}
.update-time span{
	font-size: 14px;
	color: #999;
	margin-right: 40px;
}
.introduce{
	padding: 20px 0 40px 0;
	font-size: 17px;
	color: #666;
	line-height: 30px;
}
.about-case{
	margin-top: 40px;
}
.about-case-title{
	font-size: 20px;
	color: #333;
	margin-right: 20px;
	font-weight: bold;
}
.about-case div{
	font-size: 14px;
	color: #ed4f5b;
	line-height: 28px;
	padding: 0 15px;
	border:1px solid #ff9999;
	border-radius: 14px;
}
.about-case-more{
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.about-case-more:hover{
	color: #000;
}
.case{
	width: 100%;
	overflow: hidden;
}
.case li{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #f1f1f1;
}
.case li:hover{
	border-bottom: 1px solid #ff9999;
}
.beauty-photo {
    width: 254px;
    height: 120px;
    float: left;
}
.beauty-photo-before {
    width: 127px;
    height: 127px;
    float: left;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}
.beauty-photo-before img {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.beauty-photo-before span {
    width: 24px;
    height: 24px;
    background-color: #000;
    opacity: .8;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 24px;
}
.beauty-photo-after {
    width: 127px;
    height: 127px;
    float: left;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}
.beauty-photo-after img {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.beauty-photo-after span {
    width: 24px;
    height: 24px;
    background-color: #e83341;
    opacity: .8;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 24px;
}
.beauty-text{
	width: 595px;
	float: left;
	margin-left: 25px;
}
.beauty-title{
	width: 100%;
	font-size: 18px;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.beauty-title:hover{
	color: #ed4f5b;
}
.beauty-hosp{
	font-size: 16px;
	color: #b2b2b2;
	margin-top: 10px;
}
.color-e5{
	color: #ccc;
}
.pro-info {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 15px;
}
.pro-info div{
	margin-left: 20px;
}
.no-datas{
	display: none;
}
.official{
	width: 285px;
	height: 96px;
	margin-top: 40px;
}
.official img{
	width: 100%;
}
.news-title{
	margin-top: 40px;
}
.related-diary-content, .related-hospital-content, .related-doctor-content {
    padding: 0 20px;
    margin-top: 5px;
}
.hospital-list, .doctor-list {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
    overflow: hidden;
}
.hospital-img, .doctor-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.hospital-img img, .doctor-img img {
    width: 100%;
}
.hospital-content, .doctor-content {
    width: 150px;
}
.hospital-title, .doctor-title {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.hospital-level {
    font-size: 14px;
    color: #808080;
    margin-top: 15px;
}
.hospital-level span {
    color: #e5e5e5;
    margin: 0 10px;
}
.hospital-project {
    font-size: 12px;
    margin-top: 15px;
}
.hospital-project .left {
    color: #b2b2b2;
}
.projects {
    max-width: 90px;
}
.projects span {
    color: #f08888;
}
.no-datas{
	display: none;
}
.hospital-list:hover{
	border-bottom: 1px solid #ff9999;
}
.hospital-title:hover{
	color: #ed4f5b;
}
.hospital-title span{
	font-size: 12px;
	color: #b2b2b2;
}
.hospital-levels{
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
}
.drop-down i{
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
}
.drop-down i:after{
    position: absolute;
    left: 0;
    bottom: 3px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid #fff;
}
.drop-down:hover i:after{
     border-top: 5px solid #fff;
}