


/*找医生找医院主页*/
.pt h1 {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	font-family: "microsoft yahei";
	color: #be7830;
	float: left;
	display: inline;
}



.mh_t_c {
	height: 68px;
	border-top: solid #eeeeee 1px;
	padding-top: 10px;
	position: relative;
	line-height: 28px;
}

.mh_t_c .name {
	position: absolute;
	height: 68px;
	font-size: 12px;
	color: #898989;
	width: 1200px;
}

.mh_t_c .name .pt {
	height: 22px;
	overflow: hidden;
	margin-bottom: 5px;
}

.mh_t_c .name h2 {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	font-family: "microsoft yahei";
	color: #be7830;
	float: left;
	display: inline;
}

.mh_t_c .name i.yz {
	display: inline;
	width: 97px;
	height: 22px;
	float: left;
	background-position: -58px -421px;
	top: 1px;
	margin-left: 10px;
}

.mh_t_c .name i.hq {
	width: 26px;
	height: 22px;
	background-position: -74px -1267px;
	float: left;
	margin-left: 5px;
}

.mh_t_c .time {
	color: #ff8804;
	text-align: right;
}

.mh_t_c .time span {
	color: #666;
	display: block;
	line-height: 24px;
}

.mh_about {
	height: 350px;
	position: relative;
	margin-bottom: 20px;
}

.mh_about .img {
	width: 740px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 220px;
}

.mh_about .img li {
	position: absolute;
	overflow: hidden;
}

.mh_about .img li.img1 {
	width: 310px;
	height: 220px;
	left: 0px;
	top: 0px;
}

.mh_about .img li.img2 {
	width: 160px;
	height: 110px;
	left: 315px;
	top: 0px;
}

.mh_about .img li.img3 {
	width: 120px;
	height: 110px;
	left: 480px;
	top: 0px;
}

.mh_about .img li.img4 {
	width: 135px;
	height: 110px;
	left: 605px;
	top: 0px;
}

.mh_about .img li.img5 {
	width: 120px;
	height: 105px;
	left: 315px;
	top: 115px;
}

.mh_about .img li.img6 {
	width: 160px;
	height: 105px;
	left: 440px;
	top: 115px;
}

.mh_about .img li.img7 {
	width: 135px;
	height: 105px;
	left: 605px;
	top: 115px;
}

.mh_about .info {
	position: absolute;
	height: 338px;
	padding: 10px 20px;
	width: 410px;
	top: 0px;
	left: 750px;
	background-color: #eeeeee;
	line-height: 30px;
	color: #666666;
}

.mh_about .info span {
	color: #898989;
}

.mh_about .info a,
.mh_about .info a:visited,
.mh_about .info a:hover {
	color: #ff8804;
}
.mh_t_c .yuyue {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    width: 74px;
    background-position: -75px -1118px;
    font-size: 12px;
    text-align: center;
    margin-left: 23px;
	background-color: #ecc743;
	border-radius: 4px
}

/* 分页 */

.page li.thisclass a{
	background-color: #c99418;
	color: #fff;
}
.page a, .page span{
	border-radius: 4px;
}
/* 多出来的文字用...来表示 */

.text-overflow-1{
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.text-overflow-2{
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.text-overflow-3{
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.none-border{
    border: none !important;
}

