a:hover{
	color: #90c320;
}


.banner{
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px;
}
.banner .bannerL{
	width: 950px;
}
.banner .bannerR{
	width: 245px;
}
.banner .bannerR .rItem{
	position: relative;
	display: block;
	height: 143px;
	background: no-repeat center center / cover;
	margin-bottom: 10px;
}
.banner .bannerR .rItem:last-child{
	margin-bottom: 0px;
}
.banner .bannerR .rItem .play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%,-50%);
	background: url(../img/play.png) no-repeat center center / 100%;
}
.banner .swiper-slide{
	width: 950px;
	height: 450px;
	background: no-repeat center center / cover;
}
.banner .swiper-pagination{
	text-align: right;
}
.banner .swiper-pagination-bullet{
	width: auto;
	height: auto;
	padding: 3px 5px;
	background-color: #fff;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	color: #fff;
	background-color: #666666;
}





.diseaseList{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.diseaseList .listItem{
	width: 202px;
	height: 120px;
	background: no-repeat center center / cover;
	box-shadow: 0px 0px 10px rgba(208, 208, 208, 1);
}



.newsBlock{
	display: flex;
	margin-bottom: 50px;
}
.newsBlock .list{
	width: 23.5%;
	margin-right: 2%;
}
.newsBlock .list:last-child{
	margin-right: 0%;
}
.newsBlock .list .listT{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsBlock .list .listT h3{
	font-size: 18px;
}
.newsBlock .list .listT .checkMore{
	width: 20px;
	line-height: 18px;
	border: 1px solid #333333;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
}
.newsBlock .list .listItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999;
	margin-bottom: 20px;
}
.newsBlock .list .listItem:last-child{
	margin-bottom: 0px;
}
.newsBlock .list .listItem .itemTitle{
	font-size: 12px;
}
.newsBlock .list .listItem:hover .itemTitle{
	color: #333333;
}
.newsBlock .list .listItem .itemDate{
}









.honorBox{
	position: relative;
	margin-bottom: 40px;
}
.honorBox .honorList{
    position: relative;
    margin-top: 60px;
    height: 350px;
}
.honorBox .honorList .listItem{
    position: absolute;
    width: 500px;
    top: 0;
    left: 50%;
    transform: translate(-50%,0) scale(.2);
    z-index: 0;
    transition: left .3s ease 0s,
				transform .3s ease 0s;
	cursor: pointer;
}
.honorBox .honorList .listItem .itemImg{
    padding-bottom: 350px;
    background: no-repeat center center / cover;
}
.honorBox .honorBtn{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
}
.honorBox .honorBtn .prev,
.honorBox .honorBtn .next{
    position: absolute;
    top: 0;
    width: 52px;
    height: 52px;
    background: url(../img/prev.png) no-repeat center center #fff;
    transform: translate(0,-50%);
    cursor: pointer;
}
.honorBox .honorBtn .prev{
    left: 0;
}
.honorBox .honorBtn .next{
    right: 0;
    background-image: url(../img/next.png);
}
.honorBox .honorBtn .prev:hover{
    background-image: url(../img/prev_b.png);
}
.honorBox .honorBtn .next:hover{
    background-image: url(../img/next_b.png);
}





.indexTools{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.indexTools .tools img{
	width: 249px;
	height: 116px;
}







.indexTools2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.indexTools2 .toolsItem{
	display: flex;
	align-items: center;
	width: 300px;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.indexTools2 .toolsItem .itemImg{
	margin-right: 30px;
}
.indexTools2 .toolsItem .itemImg img{
	height: 56px;
}
.indexTools2 .toolsItem .itemText{
	flex: 1;
}
.indexTools2 .toolsItem .itemTitle{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
.indexTools2 .toolsItem .itemCont{
	color: #999999;
	font-size: 12px;
}




.navTools{
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: 1px solid #e5e5e5;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 60px;
}
.navTools a{
	font-size: 16px;
	padding: 10px 20px;
}






.indexFoot{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.indexFoot .footBlock{
	flex: 1;
	border-right: 1px solid #666666;
	margin-right: 30px;
}
.indexFoot .footBlock:last-child{
	border-right-width: 0;
}
.indexFoot .footBlock .blockT{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.indexFoot .footBlock .blockT::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 3px;
	background-color: #666666;
}
.indexFoot .footBlock .blockC{
	font-size: 20px;
	margin-bottom: 10px;
}
.indexFoot .footBlock ul li{
	margin-bottom: 6px;
	display: flex;
}
.indexFoot .footBlock ul li .liT{
	min-width: 60px;
	white-space: nowrap;
	margin-right: 20px;
}
.indexFoot .footBlock ul li .liC{
	flex: 1;
}







.intro{
	border: 1px solid #666666;
	padding: 30px;
	margin-bottom: 20px;
}
.intro img{
	display: inline-block;
	max-width: 100%;
}


.businessLicense{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 10px;
}
.businessLicense img{
	height: 280px;
}









.blockList .listItem{
	display: flex;
	margin-bottom: 40px;
}
.blockList .listItem .itemL{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 162px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background-color: #666666;
	margin-right: 20px;
}
.blockList .listItem .lIn{
	width: 120px;
}
.blockList .listItem .itemR{
	position: relative;
	flex: 1;
	display: flex;
	padding: 20px 30px 0 15px;
	border: 1px solid #666666;
}
.blockList .listItem .itemImg{
	margin-right: 20px;
}
.blockList .listItem .itemImg img{
	width: 180px;
	height: 121px;
}
.blockList .listItem .itemText{
	flex: 1;
}
.blockList .listItem .itemTitle{
	font-weight: bold;
	margin-bottom: 5px;
}
.blockList .listItem .itemCont{
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.blockList .listItem .checkMore{
	position: absolute;
	bottom: 10px;
	right: 30px;
	color: #666666;
}

.listSwiper{
	margin-bottom: 60px;
}
.listSwiper .img{
	height: 172px;
	background: no-repeat center center / cover;
}







.result{
	display: flex;
}
.result .resultL{
	flex: 1;
	margin-right: 10px;
}
.result .resultL .pageTitle{
	color: #666666;
	font-size: 20px;
	line-height: 58px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.result .resultL .lList .listItem{
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.result .resultL .lList .listItem .itemTitle{
	flex: 1;
}
.result .resultL .lList .listItem .itemTitle h3{
	font-size: 14px;
	max-width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.result .resultL .lList .listItem .itemMsg{
	margin-right: 20px;
}
.result .resultR{
	flex-shrink: 0;
	width: 210px;
}
.result .recommend .recomTitle{
	color: #666666;
	font-size: 16px;
	line-height: 58px;
	border-bottom: 1px solid #666666;
}
.result .recommend .recomList{
	padding-left: 15px;
}
.result .recommend .recomList .listItem{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.result .recommend .recomList .listItem:last-child{
	border-bottom-width: 0;
}
.result .recommend .recomList .listItem .itemTitle{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.result .recommend .recomList .listItem .itemTitle h3{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.result .recommend .recomList .listItem .itemDate{
	white-space: nowrap;
}
.result .recommend .recomList .listItem .itemCont{
	line-height: 26px;
	color: #878787;
	max-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.result .searchList .listItem{
	display: block;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}




.pageNation{
	text-align: center;
	padding: 20px 0;
}
.pageNation a{
	display: inline-block;
	margin: 0 10px;
}







.detail{
	width: 690px;
	margin: 0 auto;
}
.detail .detailTitle{
    font-size: 25px;
	color: #333;
	padding: 20px 0;
}
.detail .detailMsg{
	display: flex;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.detail .detailMsg .msg{
    font-size: 13px;
    color: #adadad;
	margin-right: 20px;
}
.detail .content{
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.detail .content img{
	display: inline-block;
	max-width: 100%;
}
.detail .typeOf{
	color: #666666;
	text-align: right;
	margin-bottom: 60px;
}
.detail .typeOf span{
	margin-right: 10px;
}
.detail .typeOf a{
	color: #666666;
}
.detail .pinglun{
	padding: 20px 33px 40px;
	background-color: #fafafa;
	margin-bottom: 30px;
}
.detail .pinglun .plForm{
	margin-bottom: 40px;
}
.detail .pinglun .plForm textarea{
	width: 100%;
	height: 250px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	border-radius: 5px;
}
.detail .pinglun .plForm .formTools{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail .pinglun .plForm .formTools .nickName{
	display: flex;
	align-items: center;
    color: #666;
}
.detail .pinglun .plForm .formTools .nickName input{
	width: 102px;
	height: 39px;
	padding-left: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.detail .pinglun .plForm textarea:focus,
.detail .pinglun .plForm .formTools .nickName input:focus{
	border-color: #666666;
}
.detail .pinglun .plForm .formTools .submit{
	width: 140px;
    height: 45px;
	color: #fff;
	font-size: 12px;
	border-radius: 22.5em;
	border-width: 0;
    background-color: #e93031;
    cursor: pointer;
}

.detail .pinglun .equBox .equTitle{
	color: #666666;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.detail .pinglun .equBox .noResult{
	color: #999;
	text-align: center;
	padding: 40px 0 80px;
}
.detail .pinglun .equBox .noResult img{
	display: inline-block;
	margin-bottom: 10px;
}
.detail .pinglun .equBox .equList .listItem{
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
}
.detail .pinglun .equBox .equList .listItem .itemImg{
	margin-right: 20px;
}
.detail .pinglun .equBox .equList .listItem .itemImg img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.detail .pinglun .equBox .equList .listItem:last-child{
	border-bottom-width: 0;
}
.detail .pinglun .equBox .equList .listItem .itemTitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.detail .pinglun .equBox .equList .listItem .itemTitle .itemName{
	margin-right: 20px;
}
.detail .pinglun .equBox .equList .listItem .itemTitle .itemName span{
	color: red;
}
.detail .pinglun .equBox .equList .listItem .itemTitle .itemDate{
	font-size: 12px;
	color: #999999;
}
.detail .pinglun .equBox .equList .listItem .itemCont{
	line-height: 26px;
	color: #666666;
}








.imgDetail .imgDetailSub{
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.imgDetail .imgDetailSub img{
	margin-right: 6px;
}
.imgDetail .imgDetailTitle{
    color: #4b4b4b;
	font-size: 23px;
	padding: 15px 0;
}
.imgDetail .imgSwiper{
	margin-bottom: 20px;
}
.imgDetail .imgSwiper .gallery{
	margin-bottom: 15px;
}
.imgDetail .imgSwiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.imgDetail .imgSwiper .gallery img{
	max-width: 100%;
	max-height: 100%;
}
.imgDetail .imgSwiper .thumbs .swiper-slide{
	border: 4px solid #fff;
}
.imgDetail .imgSwiper .thumbs .swiper-slide-thumb-active{
	border-color: #90c320;
}
.imgDetail .imgSwiper .thumbs img{
	height: 100px;
}
.imgDetail .imgSwiper .swiper-button-prev,
.imgDetail .imgSwiper .swiper-button-next{
	width: 48px;
	height: 48px;
	background: url(../img/icon_prev.png) no-repeat center center / 100% 100%;
	opacity: .35;
	pointer-events: auto;
}
.imgDetail .imgSwiper .swiper-button-next{
	background-image: url(../img/icon_next.png);
}
.imgDetail .imgSwiper .swiper-button-prev:hover,
.imgDetail .imgSwiper .swiper-button-next:hover{
	opacity: 1;
}
.imgDetail .detailBottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.imgDetail .detailBottom .leftText{
    color: #c1c1c1;
    font-size: 15px;
    padding: 22px 0 15px;
}
.imgDetail .detailTools{
	padding: 40px 0;
}
.imgDetail .detailTools a{
	display: flex;
	align-items: center;
	padding: 12px 0;
}
.imgDetail .detailTools a img{
	width: 10px;
	height: 7px;
	margin-right: 10px;
}








/*  */
.contact {
	display: flex;
	justify-content: space-between;
}
.contact li{
	/* height: 312px; */
	/* width: 270px; */
	padding: 0 50px;
	height: 252px;
	color: #666666;
	font-size: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.contact li img{
	height: 40px;
	margin-bottom: 10px;
}
.contact li div{
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	max-width: 290px;
}

.map{
	margin-top: 30px;
	margin-bottom: 100px;
}









.disease{
	padding: 20px 0 0px;
	display: flex;
}
.disease .diseaseL{
	width: 200px;
	margin-right: 40px;	
}
.disease .diseaseL .quickNav{
	border-radius: 5px;
	overflow: hidden;
}
.disease .diseaseL .quickNav .navTitle{
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	background-color: #A9A9A9;
}
.disease .diseaseL .quickNav ul li a{
	display: block;
	line-height: 45px;
	padding-left: 10px;
	background-color: #DEDEDE;
}
.disease .diseaseL .quickNav ul li:hover a,
.disease .diseaseL .quickNav ul li.active a{
	color: #fff;
	background-color: #0A5457;
}


.disease .diseaseC{
	width: 700px;
	padding-top: 20px;
	margin-right: 40px;	
}
.disease .diseaseC .diseaseTitle{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
}
.disease .diseaseC .diseaseTitle img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.disease .diseaseC .diseaseDetail img{
	display: inline-block;
	max-width: 100%;
}
.disease .diseaseC .guideList{
	display: flex;
	flex-wrap: wrap;
}
.disease .diseaseC .guideList .listItem{
	width: 29%;
	margin-right: 3%;
	padding: 35px 0;
	border-top: 5px solid #f0f0f0;
}
.disease .diseaseC .guideList .listItem:nth-child(1),
.disease .diseaseC .guideList .listItem:nth-child(2),
.disease .diseaseC .guideList .listItem:nth-child(3){
	border-top-width: 0;
}
.disease .diseaseC .guideList .listItem:nth-child(3n){
	margin-right: 0%;
}
.disease .diseaseC .guideList .listItem .itemTitle{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.disease .diseaseC .guideList .listItem .itemMsg{
	color: #999999;
	line-height: 25px;
}


.disease .diseaseC .docIntro .intTitle{
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
}
.disease .diseaseC .docList .listItem{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #666666;
}
.disease .diseaseC .docList .listItem:last-child{
	border-bottom-width: 0;
}
.disease .diseaseC .docList .listItem .itemImg{
	flex-shrink: 0;
	width: 135px;
	height: 200px;
	background: no-repeat center center / cover;
	margin-right: 30px;
}
.disease .diseaseC .docList .listItem .itemText{
	flex: 1;
}
.disease .diseaseC .docList .listItem .itemName{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.disease .diseaseC .docList .listItem .itemMsg{
	line-height: 25px;
	color: #666666;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.disease .diseaseC .docList .listItem .itemMsg .msg{
	display: flex;
	margin-bottom: 5px;
}
.disease .diseaseC .docList .listItem .itemMsg .msg .msgT{
	min-width: 100px;
	margin-right: 20px;
}
.disease .diseaseC .docList .listItem .itemMsg .msg .msgC{
	font-size: 14px;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.disease .diseaseC .docList .listItem .itemBtn{
	text-align: right;
	padding-top: 10px;
}
.disease .diseaseC .docList .listItem .itemBtn span{
	display: inline-block;
	width: 136px;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #0A5457;
	border-radius: 5px;
}


.disease .diseaseC .lifeList .listItem{
	display: flex;
	align-items: center;
}
.disease .diseaseC .lifeList .listItem .itemImg{
	width: 50%;
	height: 250px;
	background: no-repeat center center / cover;
}
.disease .diseaseC .lifeList .listItem:nth-child(2n) .itemImg{
	order: 1;
}
.disease .diseaseC .lifeList .listItem .itemText{
	width: 50%;
	padding-left: 20px;
}
.disease .diseaseC .lifeList .listItem .itemTitle{
	font-size: 24px;
	margin-bottom: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.disease .diseaseC .lifeList .listItem .itemCont{
	line-height: 25px;
	font-size: 16px;
	max-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.disease .diseaseC .remarkTitle{
	display: flex;
	align-items: center;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.disease .diseaseC .remarkTitle img{
	width: 6px;
	margin-right: 10px;
}
.disease .diseaseC .remark .title{
	font-weight: bold;
	margin-bottom: 5px;
}
.disease .diseaseC .remark .formItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.disease .diseaseC .remark .formItem .itemT{
	min-width: 80px;
	text-align: right;
}
.disease .diseaseC .remark .formItem .itemC{
	flex: 1;
}
.disease .diseaseC .remark .formItem label{
	display: flex;
	align-items: center;
}
.disease .diseaseC .remark .formItem.required label::after{
	content: "*";
	color: red;
	margin-left: 10px;
}
.disease .diseaseC .remark .formItem input{
	width: 120px;
	padding-left: 5px;
}
.disease .diseaseC .remark .formItem textarea{
	width: 100%;
	height: 84px;
	padding: 5px;
}
.disease .diseaseC .remark .formItem .submit{
	width: 120px;
	line-height: 40px;
	border-width: 0;
	color: #fff;
	background-color: #0A5457;
	border-radius: 5px;
	cursor: pointer;
}
.disease .diseaseC .remark .formItem .hint{
	color: #999999;
}
.disease .diseaseC .remarkList .listItem{
	line-height: 25px;
	padding: 10px 0;
}
.disease .diseaseC .remarkList .listItem .itemTitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.disease .diseaseC .remarkList .listItem .itemTitle .itemName{
	font-weight: bold;
}
.disease .diseaseC .remarkList .listItem .itemCont{
	padding: 10px 0;
}
.disease .diseaseC .remarkList .listItem .huifu{
	padding: 10px;
    background-color: #f5f5f5;
}


.disease .diseaseC .videoList{
	display: flex;
	justify-content: space-between;
}
.disease .diseaseC .videoList .listItem{
	line-height: 25px;
	font-size: 16px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.disease .diseaseC .videoList .listItem:nth-child(2n){
	margin-right: 0px;
}
.disease .diseaseC .videoList .listItem .itemImg{
	position: relative;
	width: 350px;
	height: 263px;
	background: no-repeat center center / cover;
	margin-bottom: 10px;
	cursor: pointer;
}
.disease .diseaseC .videoList .listItem .itemImg .play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: url(../img/play.png) no-repeat center center / cover;
	transform: translate(-50%,-50%);
}


.disease .diseaseC .audioList .listItem{
	padding: 10px 0;
	border-bottom: 1px solid #666666;
}
.disease .diseaseC .audioList .listItem:last-child{
	border-bottom-width: 0;
}
.disease .diseaseC .audioList .listItem .itemTitle{
	font-size: 20px;
	margin-bottom: 10px;
}
.disease .diseaseC .audioList .listItem audio{
	width: 100%;
}


.disease .diseaseR{
	flex: 1;
}
.disease .diseaseR .navigator{
	margin-bottom: 50px;
}
.disease .diseaseR .navigator .navT{
	font-size: 16px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.disease .diseaseR .navigator ul li a{
	display: block;
	line-height: 45px;
	padding-left: 12px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.disease .diseaseR .navigator ul li:last-child a{
	border-bottom-width: 0;
}


.patientList{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid #666666;
	margin-bottom: 20px;
}
.patientList .listItem{
	margin-right: 10px;
}
.patientList .listItem .itemTitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.patientList .listItem .itemTitle h4{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.patientList .listItem .itemTitle h4 img{
	width: 6px;
	margin-right: 10px;
}
.patientList .listItem .itemTitle h4 span{
	flex: 1;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.patientList .listItem .itemTitle .more{
	color: #999999;
	font-size: 12px;
}
.patientList .listItem .itemCont{
	line-height: 25.2px;
}