/* 知识百科 */

/* 头部 */
.site-header{
	position: relative;
	background: #01c65c;
	height: 60px;
	overflow: hidden;
	color: #fff;
}
.site-header .page-title {
    height: 60px;
    line-height: 59px;
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.site-header .btn-change {
    position: absolute;
    right: 20px;
    display: block;
    top: 0;
}
.site-header .btn-change .tit{
	display: inline-block;
 	position: relative;
	font-size: 16px;
	color: #fff;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
    float: left;
}
.site-header-bar {
    text-align: center;
    line-height: 60px;
    font-size: 1.5rem;
    color: #666;
}
.site-header-bar .btn-back {
    position: absolute;
    left: 20px;
    top: 18px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 1.5rem;
    color: #666;
}
.icon-back {
    display: inline-block;
    background: url(../images/icon-back.png) no-repeat;
    width: 14px;
    height: 26px;
    background-size: 100% auto;
}
.icon-down {
    display: inline-block;
    background: url(../images/icon-down.png) no-repeat;
    width: 18px;
    height: 14px;
    background-size: 100% auto;
    vertical-align: middle;
    position: relative;
    float: left;
    top: 26px;
}

/* 首页 */
.nav-section{
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	margin-bottom: 10px;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}
.nav-item{
	flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
	text-align: center;
}
.nav-item img{
	width: 50%;
	height: auto;
	max-width: 100%;
}
.nav-item h3{
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: 300;
	color: #000;
}

.menu-section{
	background: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
.menu-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.menu-row:last-child{
	margin-bottom: 0;
}
.menu-item{
	flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
	text-align: center;
}
.menu-item img{
	width: 50%;
	height: auto;
	max-width: 100%;
}
.menu-item h3{
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: 300;
	color: #000;
}

.hot-section{
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

.new-section{
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
.new-section li a{
	display: block;
	padding: 12px 10px;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
}
.new-section li .dot{
	display: inline-block;
	position: relative;
	top: 6px;
	float: left;
	width: 8px;
	height: 8px;
	background: #01c65c;
	border-radius: 5px;
	margin-right: 10px;
}
.new-section li .date{
	float: right;
	color: #999;
}

/* 疾病介绍 */
.disease-banner{
	background: #fff;
}
.disease-banner img{
	display: block;
	width: 100%;
}

.disease-list{
	background: #fff;
	border-top: 1px solid #eee;
}
.disease-list li a{
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
}
.disease-list li .icon-arrow{
	float: right;
	display: inline-block;
	background: url(../images/icon-arrow.png) no-repeat;
	width: 10px;
	height: 24px;
	background-size: 100% auto;
	position: relative;
	top: 5px;
}

.section-title{
	background: #fff;
	padding: 1rem;
	border-bottom: 1px solid #eee;
}
.section-title span{
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
}
.section-title span:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #01c65c;
	border-radius: 3px;
	content: '';
}
.section-title .more{
	float: right;
	color: #999;
}

.section-con{
	background: #fff;
	padding: 10px 1rem;
	margin-bottom: 10px;
}
.section-con p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}
.section-con h4{
	margin-bottom: 10px;
	font-size: 16px;
	color: #01c65c;
	font-weight: bold;
}

/* 药物详情 */
.medicine-banner{
	background: #fff;
}
.medicine-banner img{
	display: block;
	width: 100%;
	margin-bottom:2px;
}

.medicine-list{
	background: #fff;
	padding: 10px 0;
}
.medicine-list li{
	padding: 0 1rem;
	margin-bottom: 5px;
	font-size: 15px;
}
.medicine-list li span{
	font-weight: bold;
}

/* 医生详情 */
.doctor-hd{
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 1rem;
}
.doctor-hd .avator{
	display: block;
	width: 60px;
	margin-right: 10px;
}
.doctor-hd .avator img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.doctor-hd .desc{
	padding: 5px 0 0 0;
}
.doctor-hd .desc .row{
	margin: 3px 0;
}
.doctor-hd .desc .username{
	font-size: 16px;
	color: #333;
}
.doctor-hd .desc .title{
	display: inline-block;
	background: #1ce378;
	padding: 0 5px;
	border-radius: 5px;
	margin-left: 10px;
	color: #fff;
}
.doctor-hd .desc .location{
	color: #999;
}
.icon-location{
	display: inline-block;
	background: url(../images/icon-location.png) no-repeat;
	width: 12px;
	height: 16px;
	background-size: 100% auto;
	vertical-align: middle;
}

.doctor-bd{
	background: #fff;
	padding: 1rem;
	margin-top: 10px;
}
.doctor-bd h3{
	margin: 0 0 1rem 0;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.doctor-bd p{
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
}

/* 医院详情 */
.hospital-banner{
	background: #fff;
}
.hospital-banner img{
	display: block;
	width: 100%;
}

.hospital-sec{
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.hospital-sec .title{
	padding: 1rem;
	border-bottom: 1px solid #eee;
}
.hospital-sec .title .name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.hospital-sec .title .location{
	color: #999;
}
.hospital-sec .title .location i{
	margin-right: 5px;
}
.hospital-sec .hospital-con{
	padding: 10px 1rem;
}
.hospital-sec .hospital-con p{
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
}
.hospital-sec .hospital-con h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 疗法列表 */
.treatment-list{
	background: #fff;
}
.treatment-list li{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.treatment-list a{
	display: block;
	color: #333;
}
.treatment-list img{
	float: left;
	width: 33%;
	height: auto;
	overflow: hidden;
}
.treatment-list .desc{
	padding-left: 36%;
}
.treatment-list .views{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #999;
}
.treatment-list .date{
	position: absolute;
	left: 36%;
	bottom: 10px;
}
.icon-eye{
	display: inline-block;
	background: url(../images/icon-eye.png) no-repeat;
	width: 16px;
	height: 12px;
	background-size: 100% auto;
}

/* 医生列表 */
.doctor-list{
	background: #fff;
}
.doctor-list li{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.doctor-list a{
	display: block;
	color: #333;
}
.doctor-list .avator{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.doctor-list .desc{
	padding-left: 70px;
	height: 70px;
}
.doctor-list .name{
	font-weight: bold;
}
.doctor-list .title{
	display: inline-block;
	background: #1ce378;
	color: #fff;
	height: 18px;
	line-height: 17px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
}
.doctor-list .hosp{
	position: absolute;
	left: 80px;
	bottom: 20px;
	color: #999;
}

/* 医院列表 */
.hospital-list li{
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.hospital-list li > a{
	display: block;
	border: 1px solid #eee;
	border-radius: 5px;
}
.hospital-list li img{
	border-radius: 5px 5px 0 0;
}
.hospital-list li .desc{
	padding: 10px;
}
.hospital-list li .name{
	font-weight: bold;
	color: #333;
}
.hospital-list li .name span{
	display: inline-block;
	width: 5px;
	height: 19px;
	vertical-align: bottom;
	margin-right: 5px;
	border-radius: 5px;
	background: #01c65c;
}
.hospital-list li .location{
	color: #999;
}

.limit100{max-height:100px;}
.limit275{max-height:275px;}
.limit250{max-height:250px;}
.limit75{max-height:75px;}
.maxWidth{width:100%;}
.minHeight70{min-height:70px;}
.more{text-align: center;color:green;cursor:pointer;background:#fff;}
.bottomMore{padding:10px;}
#clear{height:30px;width:100%}


