/*引入css*/
@import url("font.css");

table{
	width:80%;
	margin:0 auto;
	line-height:35px;
	text-align:center;
}
table tr td{
	border: 1px solid #ecedef;
}
table tr:nth-child(odd){
	background-color: #fbfbfb;
}
.lmmc {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	/* background-color: #efefef; */
}

.lmmc_bg,
.lmmc_bg a {
	color: #999;
	font-size: 13px;
}

.bg-fa {
	background-color: #f7f8fa;
}

.list-bg {
	/* background-color: #efefef; */
}

.list {
	justify-content: space-between;
	padding-bottom: 20px;
	align-items: flex-start;
}

.list .list-left {
	width: 74%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.list .list-left .zixun-tit {
	width: 100%;
	height: 30px;
	line-height: 20px;
	border-bottom: 2px solid #f7f8fa;
}

.list .list-left .zixun-tit span {
	padding-bottom: 10px;
	border-bottom: 2px solid #009582;
	font-size: 16px;
	font-weight: 600;
}

.list .list-left>ul li {
	background-color: #fff;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #eee solid;
}

.list .list-left>ul li:last-child {
	margin-bottom: 0;
}

.item-left {
	width: 25%;
	overflow: hidden;
	height: 7.5em;
}

.item-left a {
	display: block;
	position: relative;
}

.item-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-left a:hover .imghover p::before {
	left: 50%;
	width: 5px;
	margin-left: -2.5px
}

.item-left a:hover .imghover {
	opacity: 1
}

.item-left a:hover .imghover p::after {
	left: 50%;
	width: 5px;
	margin-left: -2.5px
}

.item-left .imghover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	opacity: 0;
	transition: all ease .3s;
}

.item-left .imghover p {
	color: #fff;
	position: relative;
	line-height: 35px;
	font-size: 14px;
}

.item-left .imghover p::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleY(.8);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .3s;
}

.item-left .imghover p::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleY(.8);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease .3s;
}

.item-right {
	width: 75%;
}

.item-right h3 {
	padding: 0 15px 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

.item-right h3 a {
	color: #666;
}

.item-right h3 a:hover {
	color: #007ff4;
}

.item-right p {
	padding: 0 15px 0;
	margin-bottom: 15px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
}

.item-right p a {
	color: #666;
}

.item-right .meta {
	padding: 0 15px 0;
	color: #999;
	font-size: 13px;
}

.item-right .meta a {
	padding: 5px 10px;
	background-color: #49a9ff;
	color: #fff;
}

.pages {
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 20px;
	align-items: center;
	color: #666;
}
.pages ul{
	display:flex;
}

.pages a {
	border: 1px solid #e5e5e5;
	color: #666;
	padding:0 4px;
	font-size:14px;
}
.pages  a{
	display:block;
}
.pages a:hover {
	border: 1px solid #28b4c3;
	background: #28b4c3;
}
.pages a:hover,.pages li:hover a{
	color: #fff;
}
.pages a.thisclass,
.pages a.active {
	background-color: #28b4c3;
	color: #fff;
	border-color: #28b4c3;
}

#pages{
	display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-rows: 2rem;
    grid-column-gap: 1rem;
    overflow: hidden;
}
#pages a{
	-webkit-appearance: none;
    border: #ddd 2px solid;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    font-size: 1.2rem;
    background: #fff;
}


#pages a {
    color: #15A081;
}


.list .list-right {
	width: 25%;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
}

.small_t {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.small_t h4 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color:#ff931e;
}
.small_t h4:after{
	padding-left:10px;
}
.small_t h4:before{
	padding-right:10px;
}
.small_t h4:after,.small_t h4:before{
	content:'——';
	color:#ff931e;
}

.banner_list li {
	padding-bottom: 10px;
}

.banner_list li span {
	padding-right: 5px;
}

.banner_list li:first-child img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.banner_list li span::after {
	width: 10px;
	padding: 4px 5px;
	height: 20px;
}

.banner_list li:first-child span::after {
	content: '';
}

.banner_list li span::after {
	content: '.';
	color:#ccc;
}

.banner_list li:first-child a {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.banner_list li:not(:last-child) {
	border-bottom: 1px solid #f6f6f6;
}

.banner_list li:hover {}

.banner_list li a {
	font-size: 15px;
	line-height: 30px;
}

.banner_list li:hover a {
	color: #4bc061;
}

.click_order {
	overflow: hidden;
	box-sizing: border-box;
}

.click_order li:first-child img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.click_order li:first-child {
	z-index: 1;
	margin-bottom: 10px;
}

.click_order li:last-child a {
	margin-bottom: 15px;
}

.click_order li a {
	margin-top: 12px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
	font-size: 15px;
}

.hot-right ul li {
	margin-top: 12px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
	font-size: 15px;
}

.hot-right ul li:last-child,
.hot-right ul li:nth-last-child(2) {
	border-bottom: none;
}


.article {
}

.article-article {
	background-color: #FFFFFF;
}

.article-article .lmmc_bg {
	margin-bottom: 20px;
}

.article-article .article-head h1 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 15px;
}

.article-article .article-head .des {
	font-size: 13px;
	color: #999;
	margin-bottom: 25px;
	justify-content: space-between;
}
.article-article .article-body{
	font-size: 15px;
	color: #666;
}
.article-article .article-body video {
	width:100%;
	height:auto;
}
.article-article .article-body h2,.article-article .article-body h2{
	font-size: 16px;
	color: #20a3b1;
}
.article-article .article-body.on{
	font-size: 17px;
}
.article-article .article-body p {
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	margin: 10px 0;
	color: #666;
	/*text-indent: 25px;*/
}

.article-article .article-body img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.article-article .article-body h2 {
    margin-bottom: 10px;
    line-height: 28px;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.article-article .article-body h2::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 18px;
    background: #20a3b1;
    border-radius: 3px;
}
.article-article .article-body h3 {
    margin: 20px 0;
    line-height: 22px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}

.end-user{
	text-align:right;
	font-size:14px;
	color: #828282;
	margin-top: 25px;
}

.article-relation {
	margin-top: 45px;
}

.article-relation h4 {
	position: relative;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.article-relation h4 span{
	background: #28b4c3;
	display:block;
	width:100px;
	color: #fff;
	padding: 8px 10px;
	box-sizing:border-box;
	text-align:center;
}

.article-relation h4:after {
/* 	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid #7cd88d;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -12px; */
}

.article-relation ul {
	/* width: 95%; */
	border: 1px dashed #eaeaea;
	/* border-left: none; */
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 15px 0;
	box-sizing: border-box;
}

.article-relation ul li {
	width: 49%;
	margin-bottom: 15px;
	font-size: 14px;
	justify-content: space-between;
}

.article-relation ul li p {
	width: 75%;
}

.article-relation ul li time {
	color: #999999;
}

/*.article-tips {
	text-indent: 30px;
}*/

.preNext {
	justify-content: space-between;
	background-color: #f9f9f9;
	border-radius: 3px;
	margin: 30px 0 10px;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	border: 1px solid #efefef;
	color: #999;
}

.preNext span {
	width: 49%;
}

@media(max-width:768px) {
	.article {
		padding-top: 0;
	}

	.list,
	.preNext {
		flex-wrap: wrap;
	}
	
	.list .list-left{
	    padding-top: 0;
	}

	.list .list-left,
	.list .list-right,
	.preNext span {
		width: 100%;
	}

	.article-article {
		padding: 10px 10px 10px 0;
	}

	.preNext span:first-child {
		margin-bottom: 10px;
	}

	.list .list-left {
		padding-left: 10px;
		box-sizing: border-box;
	}

	.list .list-right {
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.article-article .article-body p,
	.article-article .article-body div {
		text-align: justify;
	}

	.article-relation ul li {
		width: 100%;
	}
}

@media(max-width:480px) {
	.item-left {
		width: 30%;
	}

	.item-right {
		width: 70%;
	}
	.article-article .article-head h1{
		text-align: left;
	}
}


.editor {
	color: #828282;
	padding: 5px 0 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 15px 0;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.editor .user-name{
}
.editor .user-name i{
	padding-left:10px;
	display: block;
	cursor: pointer;
}
.editor .user-name i:first-child{
	border-right: 1px solid #eaeaea;
	padding-right:10px;
}
.editor .user-name i.on{
	color: #000000;
}
.editor .user-name i img{
	display:block;
	width: 20px;
}

.editor .user-other span {
	padding-right: 10px;
}

.editor p a {
	color: #4bc061;
}

@media(max-width: 480px) {
	.editor p {
		/* width: 100%; */
	}

	.editor .user-name {
		margin-bottom: 5px;
	}
}

.info-wrap {
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    align-items: center;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff3e4),to(#fff));
    background-image: -webkit-linear-gradient(top left,#fff3e4,#fff);
    background-image: -moz-linear-gradient(top left,#fff3e4,#fff);
    background-image: -o-linear-gradient(top left,#fff3e4,#fff);
    background-image: linear-gradient(to bottom right,#fff3e4,#fff);
}
.info-wrap .info-title {
    overflow: hidden;
}
.info-wrap .info-title .i-t-title {
    font-size: 34px;
    font-weight: 400;
    color: #323232;
    line-height: 36px;
    margin-bottom: 20px;
}
.info-wrap .info-faculty {
    font-size: 14px;
    color: #636161;
}
.info-wrap .info-faculty span{
	padding-right: 5px;
}
.info-wrap .info-collect {
    z-index: 5;
    text-align: center;
    width: 30%;
    height: 140px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.info-wrap .info-collect .i-c-text {
    cursor: pointer;
    padding: 0 15px;
    line-height: 45px;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ff5e5f;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff6060;
}
.info-wrap .info-collect .i-c-text:hover{
    background-color: #fff;
    color: #ff6060;
}
.info-wrap .info-collect .i-c-logo {
    display: block;
    width: 126px;
    height: 90px;
    margin-bottom: 12px;
}
.key-content .l-c-title {
	position: relative;
	font-size: 18px !important;
	font-weight: 500;
	color: #28b4c3;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
}
.key-content .l-c-title:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 25px;
    background: #28b4c3;
    top: 2px;
    left: 0;
}
.key-content h2#ml_03{
	/* display: flex; */
	/* justify-content: space-between; */
}
.key-content h2#ml_03 a{
	font-size:15px;
	padding: 5px 15px;
	letter-spacing: .02em;
	background-color: #ff6060;
	color: #fff;
	border-radius: 25px;
	margin-left: 20px;
}
.label-wrap {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
    margin-bottom: 20px;
}
.label-wrap .list-item-index {
	display: block;
	/* background: #f8f8f8; */
	border-right: 1px solid #dcdcdc;
	font-size: 16px;
	color: #646464;
	width: 10%;
	line-height: 100%;
	height: 100%;
	text-align: center;
}
.label-wrap .label-list {
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 12px;
    flex-wrap: wrap;
    width: 90%;
}
.label-wrap .label-list li {
    cursor: pointer;
    width: 25%;
    margin-bottom: 8px;
    font-size: 16px;
    color: #6c7ca1;
}
.label-wrap .label-list li::before{
	padding-right: 2px;
}
.label-wrap .label-list li:first-child::before {
	content: '1';
}
.label-wrap .label-list li:nth-child(2)::before {
	content: '2';
}
.label-wrap .label-list li:nth-child(3)::before {
	content: '3';
}
.label-wrap .label-list li:nth-child(4)::before {
	content: '4';
}
.label-wrap .label-list li:nth-child(5)::before {
	content: '5';
}
@media(max-width: 600px) {
	.info-wrap{
		flex-wrap:wrap;
	}
	.info-wrap .info-title,.info-wrap .info-collect{
		width:100%;
	}
	.info-wrap .info-collect{
		height: auto;
		margin-top: 20px;
		justify-content: flex-end;
	}
	
	.info-wrap .info-collect .i-c-text{
		font-weight:normal;
		font-size:14px;
		line-height:34px;
	}
    .info-wrap .info-collect .i-c-logo{
       display: none;
   }
   .label-wrap .label-list li{
       width: 100%;
   }
   
   .pages li{
   	display:none;
   }
   .pages li:first-child,.pages li:last-child,.pages li.active{
   	display:block;
   }
}
@media(max-width: 480px) {
	.top-head .logo img{
		width: 55%;
	}
}


/*问答内容*/
.mb-53 {
    margin-bottom: 6px;
}

.art-h1 {
    font-size: 18px;
    font-weight: 700;
	line-height: 20px;
}
.mt-33 {
    margin-top: 12px;
}
.pb-33 {
    padding-bottom: 12px;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.other {
    color: #999999;
    font-size: 12px;
}
.other span {
    color: #999999;
    font-size: 12px;
}
.pt-33 {
    padding-top: 12px;
}
.bt-f5 {
    border-top: 1px solid #f5f5f5;
}
.art-cont {
    margin: 16px 0 16px;
    color: #262626;
    font-size: 15px;
    line-height: 26px;
}
.c-style {
    color: #4194e2;
}
.art-cont p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}
.my-line {
    height: 3px;
    background-color: #F5F5F5;
}

.ask-replyNum {
    width: 70px;
    font-size: 15px;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.bb-d4 {
    border-bottom: 1px solid #d4d4d4;
}
.mb-33 {
    margin-bottom: 12px;
}
.b-f5 {
    border: 1px solid #f5f5f5;
}
.p-2 {
    padding: 5px;
}
.bg-fa {
    background: #fafafa;
}
.ask-doctor .bg-fa {
    font-size: 14px;
    font-weight: 700;
}
.pr {
    position: relative;
}
.ask-doctor .ask-doctor-state {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 400;
}
.ask-doctor .doctor-stateZx {
    color: rgb(8, 217, 105);
}
.ask-doctor .ask-doctor-img {
    width: 60px;
    height: 64px;
}
.ask-doctor .ask-doctor-img img {
    width: 100%;
    height: 100%;
}
.pl-33 {
    padding-left: 12px;
}
.t {
    font-size: 15px;
    color: #333333;
}
.ask-doctor .ask-doctor-info p {
    line-height: 18px;
}
.ml-33 {
    margin-left: 12px;
}
.ask-doctor .ask-doctor-name span {
    font-size: 13px;
    color: #999999;
}
.f {
    font-family: "f" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ask-doctor .ask-doctor-name .f {
    font-size: 13px;
    color: rgb(252, 211, 7);
    padding-left: 5px;
}
.line2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 1.2rem;
    line-height: .6rem;
}
.ask-doctor .ask-doctor-btn {
    width: 50px;
    /*margin-left: 1px;*/
}
.ask-doctor .ask-doctor-btn a {
    background: #ff8401;
    color: #ffffff;
    font-size: 15px;
    border-radius: 8px;
    height: 23px;
    width: 50px;
    line-height: 23px;
    text-align: center;
}
.ask-report {
    line-height: 20px;
    font-size: 15px;
    color: #999999;
}


/*医生内容新增*/
.swiper-container {
    height: 30px;
    width: 100%;
}
.yy-dir-swiper ul{align-items:center;}
.mt-53 {
    margin-top: 10px;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.mr-33 {
    margin-right: 13px;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.art-h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.br-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.yy-img {
    width: 95px;
    height: 63px;
}
.pb-33 {
    padding-bottom: 5px;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.other {
    color: #999999;
    font-size: 6px;
}
.other em {
    color: #999999;
    padding: 0 4px;
    vertical-align: middle;
}
.other span {
    color: #999999;
    font-size: 14px;
}
.p-3 {
    padding: 6px;
}
.bg-f5 {
    background: #f5f5f5;
}
.yy-dir {
    position: sticky;
    top: 0;
}
.yy-dir .t {
    width: 48px;
    color: #999999;
    font-size: 15px;
    line-height: 20px;
}
.i-next:before {
    content: "\e601";
}
.f {
    font-family: "f" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yy-dir .f {
    font-size: 12px;
    color: #999999;
}
.yy-dir .yy-dir-swiper li {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: auto;
    margin-left: 11px;
}
.t-h2 {
    font-size: 22px;
    font-weight: 700;
}
.t-h2 .i-y-xx {
    color: #4194e2;
    font-size: 18px;
}
.t-h2 span {
    font-size: 18px;
    padding-left: 4px;
    line-height: 18px;
}
.bb-de6 {
	padding: 20px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.yy-cont-table label {
    font-size: 14px;
    color: #999999;
    width: 80px;
}
.yy-cont-table p {
    font-size: 14px;
    color: #333333;
    margin-left: 4px;
}
.my-line {
    height: 5px;
    background-color: #F5F5F5;
}
.col-3 {
    width: 32% !important;
}
.col-3 img{
    max-width: 100%;
    min-width: 50%;
    outline: none;
    -webkit-box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
}


.related-doctor-item {
    display: flex;
    flex-direction: column;
    background: #F5F8FF;
    border-radius: 14px;
    padding: 12px;
    font-size: 16px;
    color: #666666;
    position: relative;
}
.related-doctor-wraper .related-doctor-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.related-doctor-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    flex: 1;
}
.related-doctor-item .info .doctor-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px;
}
.related-doctor-item .info .info-right {
    flex: 1;
    overflow: hidden;
}
.related-doctor-item .info .info-right {
    margin-right: 11px;
}
.related-doctor-item .info .doctor-name {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.related-doctor-item .info .doctor-type {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 5px;
}
.related-doctor-item .info .doctor-type::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    background-color: #D8D8D8;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.related-doctor-item .info .hospital {
    display: flex;
    align-items: center;
    overflow: hidden;
	font-size:16px;
}
.related-doctor-wraper{padding: 0 1.5rem;}
.related-doctor-item .info .hospital .hospital-tit {
    max-width: 60%;
}
.related-doctor-wraper .adept {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    width: 59px;
    height: 24px;
    line-height: 24px;
    background: #0052FE;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.related-doctor-item .info .hospital-type {
    height: 14px;
    background-color: #FFE1CE;
    padding: 3px 5px;
    color: #F3711C;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
    flex-shrink: 0;
}
.hospital-keshi{font-size:1.4rem;}
.art-cont {
    margin: 16px 0 16px;
    color: #262626;
    font-size: 15px;
    line-height: 26px;
}
.art-cont p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}