@charset "utf-8";
body{
    min-width: 1200px;
}
.heade_sum{
    width: 100%;
}
.heade_lm{
    width: 1200px;
    margin: 10px auto;
}
.heade_lm span a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.heade_lm span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0 10px 0 0;
}

/* city */
.heade_models{
    width: 100%;
}
.heade_city{
    width: 1200px;
    margin: auto;
}

.select_city{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 22.5px 0
}

.select_city_left{
    color: #666666;
    float: left;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 37px 0 0;
    box-sizing: border-box;
}
.select_city_lists{
    margin: 0;
    position: relative;
}
.select_city_left a{
    width: auto;
    font-size: 18px;
    color: #FF6699;
    margin-left: 5px;
}
.select_city_left span{
   color: #999999;
}
.select_city_lists li:first-child a{
    color: #FF6699;
}
.select_city_lists li a{
    width: auto;
    font-size: 14px;
}
.select_city_lists li{
    float: left;
    box-sizing: border-box;
    width: auto;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 20px;
}
.two_city{
    width: 100%;
    margin-bottom: 20px;
}
.two_model ul{
    margin: 0;
}
.two_city ul li{
    float: left;
    list-style: none;
    padding: 5px 10px 5px 10px;
}
.two_model{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    background-color: #f8f8f8;
}
.two_model a{
    color: #666666;
    font-size: 14px;
}
.two_model a:hover{
    color: #FF6699;
}

/* doctor */
.doc_model{
    width: 100%;
}
.doc_list{
    width: 1200px;
    margin: auto;
    height: 50px;
    border: 1px solid #FF6699;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 5px;
    box-shadow: 0px 2px 3px 0px rgba(255, 220, 232, 0.49);
}
.doc_list .doc_index{
    color: #FF6699;
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid;
    font-weight: 400;
    font-family: Microsoft YaHei;
    margin: 10px;
}
.doc_list a{
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    font-family: Microsoft YaHei;
}

/* doctor-list */
.doct_listmodel{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.doct_ys{
    width: 1200px;
    margin: 0 auto;
}

/* page */
.pageBox {
	width: 100%;
	font-size: 0;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin: 30px 0 30px 0;
}

.pageBox a, .pageBox span {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	padding: 0 8px;
	border: 1px solid #EEEEEE;
}

.pageBox span.pagenow, .pageBox a.page:hover, .pageBox a.pageprev:hover, .pageBox a.pagenext:hover {
	background-color: #FF6699;
	color: #fff;
}

/* line */
.page_line{
    width: 100%;
}
.page_redline{
    width: 1200px;
    margin: 81px auto 20px auto;
    border-bottom: #FFCADC dashed;
}

/* doctor-list */
.hos_list {
    width: 1200px;
    margin:auto;
}
.hos_list a{
	width: 100%;
    display: inline-block;
}

.hos_list ul {
	margin: 0;
	padding: 0;
}

.hos_list ul li {
    width: 370px;
    float: left;
    border: 1px solid #eeeeee;
    margin: 30px 27px 0px 0;
}
.hos_list ul li:hover{
    border-radius: 3px;
    border:1px solid #FF6699;
}
.hos_img {
	width: 140px;padding: 10px;
	float: left;height:140px;overflow: hidden;
	display: inline-block;
}

.hos_img img {
	width: 140px;
	height: 140px;
}

.hos_addree {
	width: 200px;
	height: 160px;
	float: left;
	display: inline-block;
}
.hos_addree span{
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909090;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hos_addree h4 {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6699;
}

.hos_addree p {
	text-indent: 16px;
    font-size: 12px;
	font-weight: 400;
    color: #909090;
    overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    font-family: Microsoft YaHei;
	text-overflow: ellipsis;
	background: url(/static/801/images/address.png)no-repeat;
}
.cl{content: "";clear: both;overflow: hidden;}
.hos-con{width:1200px;margin: 0 auto;margin-bottom: 40px;}
.hos-con h2{color: #FF6699;font-size: 20px;}

.new-pricezx {margin:0;padding: 0;}
.new-pricezx li{width: 370px;
    float: left;
    margin:5px 27px 15px 0;
}
.new-pricezx li a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;padding-left: 15px;}
.new-pricezx li a:hover{color: #FF6699;}
.new-pricezx li a::before{position: absolute;left: 0;top:9px;content: "";width:6px;height:6px;background-color: #FF6699;border-radius: 50%;}