* {
    list-style: none;
    padding: 0px;
    margin: 0px;
  
}

.contentBox {
    width: 1200px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

/* 面包屑 */
.contentBox>.crumbs {
    padding: 16px 0px;
}

.crumbs ul {
    display: flex;
    font-size: 12px;
}

/* 介绍 */
.referral {
    width: 100%;
    height: 228px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 介绍左 */

.referral>.left {
    width: 885px;
    height: 100%;

    display: flex;
}

.referral>.left>.leftImg {
    width: 40%;
    height: 100%;

}

.referral>.left>.leftText {
    width: 60%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.left>.leftText>ul:nth-child(1) {
    float: left;
    width: 30%;
    height: 100%;
    line-height: 47px;
	margin-right: -50px;
	margin-top: -10px;

}

.left>.leftText>ul:nth-child(1)>li {
    display: flex;
    justify-content: space-between;
}

.left>.leftText>ul:nth-child(2) {
    margin-top: -10px;
    line-height: 47px;
    color: rgb(166, 166, 166);
	margin-right: -3px;
}

/* 介绍右 */
.referral>.right {
    width: 272px;
    height: 100%;
    background: #fff;
    padding: 20px 0px 20px 20px;

}

/* 电话 */
.referral>.right>.phone {
    width: 100%;
    height: 28%;
    background: #e6e6e6;
    margin: 0 0 5px 0;
    display: flex;
}

.referral>.right>.phone>.iconImg {
    width: 30%;
    height: 100%;
    margin:3px 0 0 15px;
}

.referral>.right>.phone>.phoneText {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.referral>.right>.phone>.phoneText div{
	color:#666;
}

.referral>.right>.phone>.phoneText>div:nth-child(2) {
    font-size: 20px;
    color: rgb(249, 95, 60);
    font-weight: 700;
}

/* 咨询 */
.referral>.right>.refer {
    height: 28%;
    background: #e6e6e6;
    margin: 0 0 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.referral>.right>.refer a{
	color:#666;
}

/* 下面俩icon */
.referral>.right>.icon {
    height: 44%;
    display: flex;
    justify-content: space-between;
}

.referral>.right>.icon>.left {
    width: 48%;
    height: 100%;
    background: rgb(31, 179, 157);
}
.referral>.right>.icon>.left a,.referral>.right>.icon>.right a{
	display:block;
}
.referral>.right>.icon>.left a i,.referral>.right>.icon>.right a i{
	width:35px;
	height:35px;
	display: block;
	margin:auto;
	margin-top:14px;
}
.referral>.right>.icon>.left a i{
	background:url(../img/icon_img1.png)no-repeat;
	background-size:cover;
}
.referral>.right>.icon>.right a i{
	background:url(../img/icon_img2.png)no-repeat;
	background-size:cover;
}
.referral>.right>.icon>.left a p,.referral>.right>.icon>.right a p{
	font-size:12px;
	text-align: center;
	color:#fff;
	margin-top:6px;
} 

.referral>.right>.icon>.right {
    width: 48%;
    height: 100%;
    background: rgb(249, 89, 53);
}

/* tab切换区域 */
.tabCut {
    width: 1200px;
    background: rgb(248, 248, 248);
    height: 60px;
    /* margin-top: 40px; */
}

.tabCut>ul {
    display: flex;
    height: 100%;
    border: 1px solid #e6e6e6;
}

.tabCut>ul>li {
    width: 16.66%;
    border-right: 1px solid #e6e6e6;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabCut>ul>li:nth-last-child(1) {
    border-right: none;
}

.tabCut>ul>li>a {
    width: 100%;
    color: #000;
    text-decoration: none;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* 选中时 */
.active {
    color: rgb(30, 178, 156);
    border-top: 2px solid rgb(30, 178, 156);
}

/* 医院介绍 */
.hospitalRfel,
.itemRend,
.recmdExpert,
.netFriend,
.caseDiary {
    width: 100%;
    padding-top: 40px;
}

.hospitalRfel>.title,
.hospitalEimet>.title,
.itemRend>.title,
.recmdExpert>.title,
.netFriend>.title,
.caseDiary>.title {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    padding-bottom: 10px;
}

.hospitalRfel>.title>div,
.hospitalEimet>.title>div,
.itemRend>.title>div,
.recmdExpert>.title>div,
.netFriend>.title>div,
.caseDiary>.title>div {
    width: 40px;
    height: 40px;
    margin-top:3px;
}

.hospitalRfel>.title>span,
.hospitalEimet>.title>span,
.itemRend>.title>span,
.recmdExpert>.title>span,
.netFriend>.title>span,
.caseDiary>.title>span {
    line-height: 40px;
    padding-left: 10px;
    font-size: 18px;
}

.hospitalRfel>.content {
    line-height: 30px;
    text-indent: 50px;
    font-size: 14px;
    padding-top: 10px;
}

/* 医院环境 */
.hospitalEimet {
    width: 100%;
    padding-top: 40px;
}

.EimetImg {
    width: 100%;
    padding-top: 25px;
}

.EimetImg>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.EimetImg>ul>li {
    width: 22%;
    overflow: hidden;
}

.EimetImg>ul>li>img {
    width: 100%;
}

.EimetImg>ul>li>p {
    text-align: center;
    padding: 6px 0 20px 0;
    font-size: 14px;
}

/* 项目推荐 */
.itemRend .price {
    padding: 10px;
}

.itemRend .EimetImg li {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.itemRend .EimetImg li>a{
	display: block;
}
.itemRend .EimetImg li>a img{
	width:100%;
}

.itemRend .price>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.itemRend .price>div:nth-child(1)>span {
    color: #ccc;
    font-size: 14px;
}

.itemRend .price>div:nth-child(1)>span>span {
    font-size: 18px;
    font-weight: 700;
    color: rgb(253, 93, 123);
}

.itemRend .price>div:nth-child(1)>span:nth-child(2) {
    background: rgb(255, 185, 63);
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;

}

.itemRend .price>div:nth-child(2) {
    padding: 5px 0 5px 0;
}

.itemRend .price>div:nth-child(2) span {
    font-size: 14px;

}
.itemRend .price>div:nth-child(2) span a{
	color:#666;
}
.itemRend .price>div:nth-child(2) span a:hover{
	color:#17A693;
}

.itemRend .price>div:nth-child(3) {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #ccc;
    padding: 5px 0 5px 0;
}

/* 推荐专家 */
.recmdExpert>.content {
    width: 100%;
    margin-top: 20px;
}

.recmdExpert>.content>ul {
    display: flex;
    justify-content: space-between;
}

.recmdExpert>.content>ul>li {
    width: 22%;
}

.recmdExpert>.content>ul>li>img {
    display: block;
    width: 100%;
    
    margin: auto;
    margin-top: 20px;
}

.recmdExpert .content>ul>li>p {
    text-align: center;
    font-size: 14px;
}

.recmdExpert .content>ul>li>p:nth-child(2) {
    margin-top: 16px;
}

.recmdExpert .content>ul>li>p:nth-child(3) {
    color: rgb(253, 121, 66);
    margin:6px 0 8px 0;
}

.recmdExpert .content>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 16px 15px 10px 15px;
}

.recmdExpert .content>ul>li>div>span:nth-child(1) {
    background: rgb(66, 69, 40);
    padding: 4px 16px 4px 16px;
    font-size: 12px;
    color: #fff;
}

.recmdExpert .content>ul>li>div>span:nth-child(2) {
    background: rgb(189, 161, 121);
    padding: 4px 16px 4px 16px;
    font-size: 12px;
    color: #fff;
}

.recmdExpert .content>ul>li>div>span:nth-child(1) a,.recmdExpert .content>ul>li>div>span:nth-child(2) a{
	display: block;
	color:#fff;
}

/* 网友点评 */
.netFriend {
    width: 100%;
}

.netFriend>.content {
    display: flex;
    height: 110px;
    margin-top: 20px;
}

.netFriend>.content div:nth-child(1) {
    width: 10%;
    text-align: center;
}

.netFriend>.content div:nth-child(1)>div {
    width: 100%;
    margin: auto;
}

.netFriend>.content div:nth-child(1)>div>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.netFriend>.content>div:nth-child(2) {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.netFriend>.content>div:nth-child(2)>ul:nth-child(1) {
    display: flex;
    width: 100%;
    background: rgb(248, 248, 248);
    padding: 4px 0px;
    font-size: 14px;
}

.netFriend>.content>div:nth-child(2)>ul:nth-child(1)>li {
    padding-left: 30px;
}

.netFriend>.content>div:nth-child(2)>ul:nth-child(1)>li>span {
    color: rgb(30, 179, 159)
}

.netFriend>.content>div:nth-child(2)>ul:nth-child(1)>li:nth-child(1) {
    padding-left: 0px;
    padding-right: 30px;
    /* 30 179 159 */
}

.netFriend>.content>div:nth-child(2)>p {
    font-size: 14px;
}

.netFriend>.content>div:nth-child(2)>p>a {
    color: rgb(30, 179, 159)
}

.netFriend>.content>div:nth-child(2)>ul:nth-child(3) {
    display: flex;
    justify-content: space-between;
    color: #ccc;
    font-size: 14px;
}

/* 加载更多 */
.upload {
    width: 100%;
    padding: 40px 0 20px 0;
}

.upload>div {
    width: 15%;
    border: 1px solid #e6e6e6;
    margin: auto;
    text-align: center;
    padding: 8px;
    border-radius: 18px;
}
.upload>div a{
	display: block;
	width:100%;
	height:100%;
    color: #ccc;	
}

/* 案例日记 */
.caseDiary {
    width: 100%;
}

.listDiary{
	width:100%;
	overflow: hidden;
	padding-top:20px;
}
.listDiary ol{
	width:100%;
	overflow: hidden;
}
.listDiary ol li{
	width:380px;
	height:270px;
	float:left;
	margin-right:27px;
	border:1px solid #e6e6e6;
	border-bottom:3px solid #f1f1f1;
	position:relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom:27px;
	border-radius:5px;
}
.listDiary ol li img{
	width:100%;
	height:100%;
}
.listDiary ol li .wrap{
	position:absolute;
	width: 100%;
	height: 266px;
	z-index: 9999;
	top:0;
	left:0;
	border-radius:5px;
}
.listDiary ol li:nth-child(3n){
	margin-right:0;
}
.listDiary ol li .before,.listDiary ol li .after{
	width:50%;
	float:left;
	height:190px;
	overflow: hidden;
	position:relative;
}
.listDiary ol li .before i,.listDiary ol li .after i{
	display: block;
	width:100%;
	height:100%;
}
.listDiary ol li .before i{
	background:url(../img/diary_01.jpg)no-repeat;
	background-size:cover;
}
.listDiary ol li .after i{
	background:url(../img/diary_02.jpg)no-repeat;
	background-size:cover;
}
.listDiary ol li .before span,.listDiary ol li .after span{
	position:absolute;
	left:0;
	bottom:10%;
	width:67px;
	height:26px;
	border-radius:0 13px 13px 0;
	text-align: center;
	line-height:26px;
	font-size:14px;
	color:#fff;
}
.listDiary ol li .before span{
	background-color:rgba(0,0,0,0.4);
}
.listDiary ol li .after span{
	background-color:rgba(41,181,163,0.6);
}
.listDiary ol li .bottom{
	width: 100%;
	padding:16px 12px;
	overflow: hidden;
	position:relative;
	background:#fff;
	top:0;
	transition:all .3s linear;
	z-index: 2;
}
.listDiary ol li .bottom p{
	font-size:16px;
	color:#333;
	margin-bottom:30px;
}
.listDiary ol li .bottom span{
	display: inline-block;
	margin-right:30px;
	font-size:15px;
	color:#999;
}
.listDiary ol li .bottom dl{
	margin-top:25px;
}
.listDiary ol li .bottom dl dt{
	width:30%;
	float:left;
}
.listDiary ol li .bottom dl dt i{
	width:36px;
	height:36px;
	border-radius:50%;
	overflow: hidden;
	margin-right:6px;
	display: inline-block;
	vertical-align:middle;
	background:url(../img/img_diary.jpg)no-repeat;
	background-size:100% 100%;
}
.listDiary ol li .bottom dl dt b{
	font-size:16px;
	color:#333;
	line-height:30px;
	font-weight:normal;
}
.listDiary ol li .bottom dl dd{
	width:43%;
	float:right;
}
.listDiary ol li .bottom dl dd p{
	display: inline-block;
	margin:0;
	margin-right:10px;
	font-size:16px;
	color:#555;
	line-height:30px;
}
.listDiary ol li .bottom dl dd p span{
	margin:0;
}
.listDiary ol li .bottom dl dd p:last-child{
	margin-right:0;
	
}
.listDiary ol li .bottom dl dd p span{
	color:#999;
	margin-left:5px;
}
.listDiary ol li:hover .wrap{
	border:1px solid #1eb29c;
}
.listDiary ol li:hover .bottom{
	top:-95px;
	transition:all .3s linear;
}
.listDiary ol li:hover .bottom>p{
	margin-bottom:13px;
	color:#1eb29c;
	transition:all .4s linear;
}
.listDiary ol li:hover .bottom dl{
	margin-top:15px;
	transition:all .4s linear;
}
.listDiary ol li a .video{
	position:absolute;
	top:10px;
	right:10px;
	width:45px;
	height:22px;
	text-align: center;
	line-height:22px;
	background-color:rgba(255,255,255,0.7);
	color:#333;
	border-radius:11px;
	z-index: 99999;
	font-size:12px;
	padding-left:9px;
}
.listDiary ol li a .video::after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-width:4px 0 4px 7px;
	border-style:solid;
	top:7px;
	left:9px;
	border-color:transparent transparent transparent #1eb29c;
}