/*ҩƷ�б�*/
@charset "utf-8";

.main-wrap{
	width: 100%;
}
.main-wrap span,
.main-wrap a,
.main-wrap input{
	display: inline-block;
	cursor: pointer;
}
.main-wrap .center-wrap{
	color: #ababab;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
}
/*ɸѡ*/
.kind-choose{
  	margin-bottom: 24px;
}
.kind-choose .kind-list{
	position: relative;
}
.kind-choose .kind-list .right-div .kind-type{
	width: 146px;
	height: 30px;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 30px;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
}
.kind-choose .kind-list .right-div .last-kind-type{
	width: 148px;
	margin:0;
}
.kind-type-hover{
	color: #fff !important;
	background: #2567b9 !important;
}
.regularly-list{
	background: #2567b9;
	padding-left: 20px;
	width: 550px;
	border-radius: 2px;
	position: absolute;
	z-index: 999;
	display: none;
}
.t70{
	top: 50px;
}
.r21{
	right: 21px;
}
.medi-type{
	color: #fff;
	margin: 12px 20px 12px 0;
}
.medi-type:hover{
	text-decoration: underline;
}
.zz-list{
	position: relative;
	display: block;
	float: left;
}
.zz-list em{
	display: none;
	width: 20px;
	height: 12px;
	position: absolute;
	top: 40px;
    left: 50%;
    margin-left: -15px;
	background: url(../../images/common/xiaosj.png) no-repeat;
}


/*医生列表*/
.round-list{
	overflow: hidden;
    height: auto;
    width: 960px;
}
.round-list .groom{
    width: 470px;
    height: 180px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom:14px;
}
.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 .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;
}

/*药品列表页*/
.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;
}

.not-found{
	height: 34px;
	padding-top: 16px;
	padding-left: 32px;
	background: #f4fbff;
}
.not-found img{
	margin-right: 12px;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 0;
}
.not-found .sorry{
	line-height: 20px;
	color: #666;
}
.not-found .source span{
	color: #2567b9;
}
