@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;
    /* padding: 0 5px 0 0; */
}
.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_lists a:hover{
    color:#FF6699;
}
.select_city_lists li:first-child a{
    color: #FF6699;
}
.select_city_lists li a{
    width: auto;
    font-size: 14px;
    color: #666666;
}
.select_city_lists li{
    float: left;
    box-sizing: border-box;
    width: auto;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 20px;
}

/* doctor */
.doc_model{
    width: 100%;
}
.doc_list{
    width: 1200px;
    margin: auto;
    height: 50px;
    border: 1px solid #FFDCE8;
    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;
    font-weight: 400;
    padding: 10px 30px 10px 40px;
    font-family: Microsoft YaHei;
}
.doc_list a{
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    font-family: Microsoft YaHei;
}

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

.doc_module {
	width: 355px;
	margin: 19px;
	overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #eeeeee;
}
.doc_module:hover{
    border: 1px solid #FF6699;
}

.doc_profile {
	width: 160px;
	display: inline-block;
	padding: 35px 15px 35px 15px;
}
.doc_img{
    width: 160px;
    height: 160px;
    float: left;
    display: inline-block;
}
.doc_img img{
    width: 160px;
    height: 160px;
}

.doc_profile .doc_name {
	font-size: 16px;
	font-weight: bold;
    color: #646464;
    padding: 0 15px 0 0;
	font-family: Microsoft YaHei;
}

.doc_profile .doc_ys {
	font-size: 14px;
	font-weight: 400;
	color: #7BC5F9;
	font-family: Microsoft YaHei;
}

.doc_profile p {
	font-size: 14px;
	font-weight: 400;
	color: #FF6699;
	font-family: Microsoft YaHei;
}

.doc_profile .doc_years{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646464;
}
.doc_profile .doc_ny{
	color: #FF4880;
	font-weight: 400;
	font-family: Microsoft YaHei;
}
.doc_profile .doc_case{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646464;
}
.doc_profile .doc_number{
	color: #FF4880;
	font-size: 14px;
	font-weight: 400;
	font-family: Microsoft YaHei;
}

/* 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;
    border-bottom: #FFCADC dashed;
}