@charset "utf-8";
.wjzs-hide{
	display: none;
}
.main-wrap span,
.main-wrap a,
.main-wrap input{
	display: inline-block;
}
.main-wrap .center-wrap{
	color: #ababab;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
}
.main-wrap .list-icos{
	background: url(../../images/detail/list-icos.png) no-repeat;
	width: 14px;
	height: 14px;
	vertical-align: -3px;
}
/*筛选*/
.kind-choose{
	  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 16px 20px;
}
.kind-choose .dash-line{
	border: 1px dashed #e5e5e5;
	margin: 10px 0;
}
.kind-choose .kind-list{
	color: #000;
}
.kind-choose .kind-list .list-ico{
	background-position: 0 0;
}
.kind-choose .kind-list .location-ico{
	background-position: 0 -20px;
}
.kind-choose .kind-list .medica-ico{
	background-position: 0 -57px;
}
.kind-choose .kind-list .jobtitle-ico{
	background-position: 0 -77px;
}
.kind-choose .kind-list .kind-name{
	color: #666;
}
.kind-choose .kind-list .name-box{
	display: inline-block;
	width: 65px;
	text-align: right;
}
.kind-choose .kind-list .kind-type{
	padding: 2px 6px;
	margin: 4px 16px 4px 0;
	font-weight: bold;
}
.kind-choose .kind-list .kind-type input{
	margin-left: 6px;
	display: inline-block;
}
.kind-choose .kind-list .right-div .kind-type:hover{
	color: #2567b9;
}
.kind-choose .kind-list .right-div .kind-type.current-type:hover{
	color: #fff;
}
.kind-choose .kind-list .current-type{
	background-color: #2567b9;
	border-radius: 2px;
	color: #fff;
}
.kind-choose .kind-list .left-div{
}
.kind-choose .kind-list .right-div{
	width: 900px;
	height: auto;
}
.more-hover{
	color: #2567b9;
	font-size: 14px;
	width: 46px;
	margin-top: 6px;
	cursor: pointer;
}
.triangle{
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-style: solid;
    width: 0px;
    height: 0px;
    margin-top: 4px;
    float: right;
    line-height: 0px;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #2567b9;
}
.triangle-down{
	border-color: rgb(37, 103, 185) transparent transparent;
    border-width: 6px 6px 0px;
}
.triangle-up{
	border-color: transparent transparent rgb(37, 103, 185);
    border-width: 0px 6px 6px;
}
.not-regularly{
	display: none;
}
/*诊所列表*/
.clinic-groom{
    width: 432px;
    height: 153px;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom:12px;
}
.clinic-heart{
	margin-top: 16px;
}
.clinic-heart .hearts em{
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: -2px;
}
.clinic-heart .hearts p{
	color: #999;
	font-size: 12px;
	display: inline-block;
}
.clinic-groom a{width: 100%;}
.clinic-groom:hover{
	border-color: #2a69b6;
}
.cli-portrait img{
	width: 186px;
	height: 125px;
}
.cli-list{
	width: 228px;
	overflow: hidden;
}
.cli-portrait{
	margin-right: 14px;
	text-align: center;
}
.cli-list dl dd{
	margin-bottom: 13px;
	overflow: hidden;
}
.cli-list dl dd h1{
	color: #000;
	font-size: 18px;
	line-height: 18px;
	display:block;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.star_box{
	height: 16px;
}
.cli-list dl dd .online{
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	color: #fff;
	display: block;
	float: left;
	background: #ffa462;
	font-size: 12px;
	margin-right: 8px;
	border-radius: 2px;
}
.cli-list dl dd .medicare{
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	color: #fff;
	display: block;
	float: left;
	background: #97c0f3;
	font-size: 12px;
	margin-right: 8px;
	border-radius: 2px;
}
.cli-list dl dd p{
	display:block;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	width: 232px;
	font-size: 12px;
	line-height: 12px;
	color: #666;
}

/*诊所列表 找不到页面*/

.doctor-list{
	overflow: hidden;
	height: auto;
	width: 960px;
	/*border: 1px solid #ddd;*/
	background-color: #fff;
}
.doctor-list .not-found{
	height: 34px;
	padding-top: 16px;
	padding-left: 32px;
	background: #f4fbff;
}
.doctor-list .not-found img{
	margin-right: 12px;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 0;
}
.doctor-list .not-found .sorry{
	line-height: 20px;
	color: #666;
}
.doctor-list .not-found .source span{
	color: #2567b9;
}
.doctor-list .interest{
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	background: #f2f2f2;
	color: #333;
}
.doctor-list .person-module li a img{
	width: 129px;
	height: 162px;
}
.clinicList .doctor-list .person-module li a img{
	width: 192px;
	height: 144px;
	margin-top: 10px;
}
/*医生列表*/
.round-list{
	overflow: hidden;
    height: auto;
    width: 960px;
}
.round-list .groom{
    width: 472px;
    height: 180px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom:12px;
}
.round-list .groom a{width: 100%;}
.round-list .groom:hover{
	border-color: #2a69b6;
}
.round-list .groom .groom-box{
	margin-top:25px;
	margin-left: 24px;
	width: 315px;
}
.round-list .groom .picture{
    display: block;
    float: left;
    width: 90px;
    height: 90px;
}
.round-list .groom .groom-detail{
	float: left;
}
.round-list .groom .groom-detail h1{
    margin: 12px 0;
}
.round-list .groom .groom-detail .doctor-office {
    color: #fff;
    font-size: 12px;
    padding:0 4px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #97c0f3;
    vertical-align: top;
    margin-left: 12px;
    border-radius: 2px;
}
.round-list .groom .groom-detail .own{
    color: #555;
}
.round-list .groom .groom-detail .section{
    color: #666;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 228px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.round-list .groom .doc-heart{
	height: 56px;
	width: 80px;
	text-align: center;
	margin-top: 24px;
	border-left: 1px dashed #ddd;
}
.hearts em{
	background: url(../../images/detail/hearts.png);
	display: block;
	width: 17px;
	height: 14px;
	margin: 6px auto;
}
.hearts em.heart{
	background-position: 0 0;
}
.hearts em.hadheart{
	background-position: 0 -16px;
}
.hearts p{
	color: #666;
	font-size: 12px;
	text-align: center;
}
.round-list .groom .doctor-celine{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    margin: 12px 0;
    width: 310px;
}
/*翻页*/
.main-wrap .page-list{
	  text-align: center;
	  margin: 28px auto 36px;
}
.main-wrap .page-list span{
	color: #666;
}
.main-wrap .page-list a{
	border: 1px solid #cccccc;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 10px;
	color: #2280e3;
	font-size: 12px;
	background-color: #fff;
	min-width: 16px;
}
.main-wrap .page-list a:hover{
	border-color: #2280e3;
}
.main-wrap .page-list .prev-page i,
.main-wrap .page-list .next-page i{
	width: 7px;
	height: 11px;	
	display: inline-block;
}
.main-wrap .page-list .prev-page i{
	background-position: 0 -40px;
}
.main-wrap .page-list .next-page i{
	background-position: -10px -40px;
}
.main-wrap .page-list .ellipsis{
	border: none;
	background-color: none;
	padding: 0 2px;
}
.main-wrap .page-list .current-pag{
	background-color: #2280e3;
	color: #fff;
}
.main-wrap .page-list .input-page{
  border: 1px solid #cccccc;
  height: auto;
  text-align: center;
  padding: 10px 4px;
  width: 30px;
  background-color: #fff;
}
.main-wrap .page-list .go-page-btn{
	background-color: #ddd;
	color: #000;
	font-size: 14px;
}
.main-wrap .page-list .go-page-btn:hover{
	border-color: #ccc;
	background-color: #eee;
}
/*浏览过的医院*/
.right-side-list{
	width: 230px;	
}
.view-history{
	border: 1px solid #ddd;
	font-size: 12px;
	background-color: #fff;
	padding: 0 20px;
}
.view-history h2{
	height: 56px;
	line-height: 56px;
	color: #000;
	font-size: 16px;
}
.view-history h2 em{
	display: inline-block;
	background: url(../../images/index/common.png) no-repeat 0 -24px;
	width: 24px;
	height: 18px;
	vertical-align: 2px;
	margin-left: 4px;
}
.view-history .clear-all{
	color: #666;
	float: right;
	font-size:14px;
	font-weight: 400;
}
.view-history .clear-all:hover,.history-list li a p:hover{
	color: #1a70cb;
}
.history-list li a div{
	width: 188px;
	height: 128px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.history-list li a div img{
	width:100%;
	height: 100%;
}

.history-list li a p{
	line-height: 32px;
	height: 32px;
	font-size:14px;
	color: #666;
	display: block;
	width: 190px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom:8px;
}
/*我关注的医生*/
.my-view{
	border: 1px solid #ddd;
	background-color: #fff;
	width: 230px;
	padding:12px;
	color: #333;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.my-view ul li{
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	height: 86px;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.my-view ul li:last-child{
	border-bottom: none;
}
.my-view ul li a img{
	float: left;
	height: 56px;
	width: 56px;
	margin-right: 16px;
}
.my-view ul li .doc-name{
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.my-view ul li .doc-name span{
	color: #fff;
    font-size: 12px;
    padding:0 2px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #97c0f3;
    vertical-align: 1px;
    margin-left: 4px;
    border-radius: 2px;
}
.my-view ul li .type-name{
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
/*829增加评价*/
/*星星*/
.star_box i { 
	background: url(../../images/detail/tree.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 13px;
    margin: 0 4px;
    vertical-align: middle;
    background-position: -36px 0; 
}
.star_box span{
    color: #0c5e1d;
    margin-left: 7px;
    display: inline-block;
    vertical-align: -2px;
}
.star_box i.total{
    background-position: 0 0;
}
.star_box i.half{
    background-position: -18px 0;
}
.doctor-photo{
	padding-top: 26px;
	padding-left: 36px;
	width: 90px;
	text-align: center;
}
.fraction{
	font-size: 14px;
	line-height: 20px;
	color: #0c5e1d;
}

/*药品列表页*/
.medicine-photo {
  width: 164px;
  height: 126px;
  text-align: center;
  border: #ddd 1px solid;
  margin-top: 15px;
  margin-left: 18px;
  padding: 7px;
  box-sizing: border-box;
}

.medicine-list .groom {
    height: 156px;
}

.medicine-list .groom .picture {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 112px;
}

.medicine-list .groom .groom-box {
    margin-left: 15px;
    margin-top: 28px;
    width: 250px;
}

.medicine-list .groom .groom-box .groom-detail h1{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 4px 0;
}

.medicine-list .groom .groom-detail .section{
  height: 32px;
  line-height: 32px;
  width: 250px;
}

.medicine-list .groom .groom-detail .section.ellipsis2lines{
  height: 48px;
  line-height: 22px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}