
table {
	border: 2px solid rgba(255, 102, 153, 1);
	border-collapse: collapse;
	width: 100%;
}
table tr{
	border: 1px solid rgba(255, 102, 153, 1);
}
table tr td{
	border: 1px solid rgba(255, 102, 153, 1);
	padding: 4px;
}
.container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* header */
.header_box {
	height: 188px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.logo_box {
	float: left;
	width: 240px;
	height: 85px;
	overflow: hidden;
	margin: 51px 0 0 0;
}

.logo_box > a {
	height: 100%;
}

.logo_box img {
	width: 100%;
	height: 100%;
}

.header_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 39px;
	left: 280px;
	width: 1px;
	height: 110px;
	background: rgba(255, 102, 153, 1);
	opacity: 0.52;
}

.search_box {
	float: left;
	width: 500px;
	height: 56px;
	border: 2px solid rgba(255, 102, 153, 1);
	border-radius: 28px;
	margin: 66px 0 0 70px;
}

.search_box > form {
	height: 56px;
	width: 100%;
	font-size: 0;
}

.search_box > form > input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 396px;
	height: 54px;
	font-size: 20px;
	color: #FF6699;
	padding-left: 28px;
}

.search_box > form > input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 54px;
	background: rgba(255, 102, 153, 1);
	border-radius: 2px 28px 28px 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: rgba(249, 243, 252, 1);
}
.search_box > form > input[type="button"] {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 54px;
	background: rgba(255, 102, 153, 1);
	border-radius: 2px 28px 28px 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: rgba(249, 243, 252, 1);
}
.header_right {
	float: right;
	height: 56px;
	font-size: 0;
	margin: 66px 0 0 0;
	padding: 12px 0 0 0;
}

.header_right > i {
	display: inline-block;
	vertical-align: bottom;
	width: 36px;
	height: 36px;
	background: url(../image/tel1.png) no-repeat center;
	background-size: 36px 36px;
}

.header_tel_box {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 24px;
}

.header_tel_box > span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	height: 18px;
	line-height: 18px;
}

.header_tel_box > i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 102, 153, 1);
	height: 18px;
	line-height: 18px;
}

.header_tel_other {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 36px;
	height: 20px;
	font-size: 0;
}

.header_tel_other > i {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.header_tel_other > i:last-child {
	margin-left: 20px;
}

/* header end*//* nav_box */
.nav_box {
	width: 100%;
	height: 40px;
	background-color: #FF6699;
}

.nav_box > nav {
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

.nav_box > nav > a {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.nav_box > nav > a:hover, .com_nav_current, .search_com_nav > span > a:hover {
	background-color: #DD336C;
}

/* nav_box *//* footer_box */
.footer_box {
	padding: 50px 0 80px 0;
	height: auto;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.footer_top {
	height: auto;
	overflow: hidden;
}

.item_list_box {
	float: left;
	overflow: hidden;
	height: auto;
	/*margin-left: 100px;*/
}

.item_list_box > li {
	float: left;
	width: 120px;
	height: 180px;
	padding-top: 20px;
	margin: 5px 20px 5px 5px;
}

.item_list_box > li:hover {
	box-shadow: 0px 1px 4px 0px rgba(153, 153, 153, 0.46);
	border-radius: 4px;
	background-color: #fff;
}

.item_list_box > li > a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.footer_right {
	float: right;
	height: auto;
	overflow: hidden;
}

.WeChat {
	float: left;
	height: auto;
	overflow: hidden;
}

.WeChat > span {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(100, 100, 100, 1);
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.WeChat_pic {
	width: 140px;
	height: 140px;
}

.WeChat_pic img {
	width: 100%;
	height: 100%;
}

.footer_online {
	margin-left: 180px;
	height: auto;
	overflow: hidden;
}

.footer_online > span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
}

.footer_online > span:first-child {
	margin-top: 40px;
}


.footer_bottom {
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}

.footer_bottom > p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	line-height: 24px;
}

.footer_bottom > p a, .links_box > a {
	display: inline;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	line-height: 24px;
}

.links_box {
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
}

.links_box > a {
	margin-right: 10px;
}

/* footer_box *//* goLink */
.goLink {
	position: fixed;
	bottom: 100px;
	right: 5px;
	z-index: 99999;
	width: 58px;
	height: 58px;
	background: url(../image/gotop.jpg) no-repeat;
	background-size: 100% 100%;
	display: none;
}

/* goLink end*//* com_item_nav_box */
.com_item_nav_box {
	padding: 15px 0 5px 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}

.com_item_nav_box span {
	float: left;
}

.com_item_nav_box span > i {
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 5px;
}

.com_item_nav {
	float: left;
	height: 60px;
	width: 1058px;
	overflow: hidden;
}

@-webkit-keyframes myheight {
	from {
		height: 60px;
	}
	to {
		height: 144px;
	}
}

@keyframes myheight {
	from {
		height: 60px;
	}
	to {
		height: 144px;
	}
}

@-webkit-keyframes myheight2 {
	from {
		height: 144px;
	}
	to {
		height: 60px;
	}
}

@keyframes myheight2 {
	from {
		height: 144px;
	}
	to {
		height: 60px;
	}
}

.com_item_nav_list {
	font-size: 0;
}

.com_item_nav_list > li {
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	width: 60px;
	height: 62px;
	margin-bottom: 10px;
}

.com_item_nav_list > li a {
	height: 100%;
}

.com_item_nav_list > li i {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.com_item_nav_list > li:hover i, .com_top_box1 > a:hover, .index_hot_item_list > li > a:hover span, .index_hot_item_list > li > a:hover i, .recommend_hospital_name_box > span:hover, .recommend_hospital_right_name:hover, .first_new_news h2:hover, .com_lists1 h3:hover, .new_project_info > span:hover, .com_new_list_ul > li > a:hover, .com_hot1 > li h3:hover, .third_project_box > a:hover, .navigation_box > li > a:hover, .list_ask_title > a:hover, .com_hospital_name > a:hover, .third_project_box > a > span:hover, .hq_city_right_ul > li > a:hover, .hq_item_list_ul > li > a:hover, .list_news_info h2:hover, .prev_next_box .prev:hover i, .prev_next_box .next:hover i, .list_doctor_name > a:hover, .list_hospital_info > a:hover, .search_question_ask > a > p:hover, .search_news_list_title > h2:hover, .index_doctor_list > li > a > b:hover, .first_doctor_name > a:hover {
	color: #FF6699;
}

.com_item_nav_list > li span {
	width: 100%;
}

.com_item_nav_list > li:first-child span {
	height: 24px;
	background: url(../image/icon1.png) no-repeat center;
	background-size: 57px 100%;
	margin-bottom: 10px;
}

.com_item_nav_list > li:first-child:hover span {
	background: url(../image/icon_f1.png) no-repeat center;
	background-size: 57px 100%;
}

.com_item_nav_list > li:nth-child(2) span {
	height: 28px;
	background: url(../image/icon2.png) no-repeat center;
	background-size: 24px 100%;
	margin-bottom: 6px;
}

.com_item_nav_list > li:nth-child(2):hover span {
	background: url(../image/icon_f2.png) no-repeat center;
	background-size: 24px 100%;
}

.com_item_nav_list > li:nth-child(3) span {
	height: 27px;
	background: url(../image/icon3.png) no-repeat center;
	background-size: 34px 100%;
	margin-bottom: 7px;
}

.com_item_nav_list > li:nth-child(3):hover span {
	background: url(../image/icon_f3.png) no-repeat center;
	background-size: 34px 100%;
}

.com_item_nav_list > li:nth-child(4) span {
	height: 32px;
	background: url(../image/icon4.png) no-repeat center;
	background-size: 44px 100%;
	margin-bottom: 2px;
}

.com_item_nav_list > li:nth-child(4):hover span {
	background: url(../image/icon_f4.png) no-repeat center;
	background-size: 44px 100%;
}

.com_item_nav_list > li:nth-child(5) span {
	height: 31px;
	background: url(../image/icon5.png) no-repeat center;
	background-size: 31px 100%;
	margin-bottom: 3px;
}

.com_item_nav_list > li:nth-child(5):hover span {
	background: url(../image/icon_f5.png) no-repeat center;
	background-size: 31px 100%;
}

.com_item_nav_list > li:nth-child(6) span {
	height: 30px;
	background: url(../image/icon6.png) no-repeat center;
	background-size: 32px 100%;
	margin-bottom: 4px;
}

.com_item_nav_list > li:nth-child(6):hover span {
	background: url(../image/icon_f6.png) no-repeat center;
	background-size: 32px 100%;
}

.com_item_nav_list > li:nth-child(7) span {
	height: 25px;
	background: url(../image/icon7.png) no-repeat center;
	background-size: 41px 100%;
	margin-bottom: 9px;
}

.com_item_nav_list > li:nth-child(7):hover span {
	background: url(../image/icon_f7.png) no-repeat center;
	background-size: 41px 100%;
}

.com_item_nav_list > li:nth-child(8) span {
	height: 29px;
	background: url(../image/icon8.png) no-repeat center;
	background-size: 26px 100%;
	margin-bottom: 5px;
}

.com_item_nav_list > li:nth-child(8):hover span {
	background: url(../image/icon_f8.png) no-repeat center;
	background-size: 26px 100%;
}

.com_item_nav_list > li:nth-child(9) span {
	height: 20px;
	background: url(../image/icon9.png) no-repeat center;
	background-size: 34px 100%;
	margin-bottom: 14px;
}

.com_item_nav_list > li:nth-child(9):hover span {
	background: url(../image/icon_f9.png) no-repeat center;
	background-size: 34px 100%;
}

.com_item_nav_list > li:nth-child(10) span {
	height: 30px;
	background: url(../image/icon10.png) no-repeat center;
	background-size: 21px 100%;
	margin-bottom: 4px;
}

.com_item_nav_list > li:nth-child(10):hover span {
	background: url(../image/icon_f10.png) no-repeat center;
	background-size: 21px 100%;
}

.com_item_nav_list > li:nth-child(11) span {
	height: 32px;
	background: url(../image/icon11.png) no-repeat center;
	background-size: 22px 100%;
	margin-bottom: 2px;
}

.com_item_nav_list > li:nth-child(11):hover span {
	background: url(../image/icon_f11.png) no-repeat center;
	background-size: 22px 100%;
}

.com_item_nav_list > li:nth-child(12) span {
	height: 30px;
	background: url(../image/icon12.png) no-repeat center;
	background-size: 30px 100%;
	margin-bottom: 4px;
}

.com_item_nav_list > li:nth-child(12):hover span {
	background: url(../image/icon_f12.png) no-repeat center;
	background-size: 30px 100%;
}

.com_item_nav_list > li:nth-child(13) span {
	height: 29px;
	background: url(../image/icon13.png) no-repeat center;
	background-size: 29px 100%;
	margin-bottom: 5px;
}

.com_item_nav_list > li:nth-child(13):hover span {
	background: url(../image/icon_f13.png) no-repeat center;
	background-size: 29px 100%;
}

.com_item_nav_list > li:nth-child(14) span {
	height: 30px;
	background: url(../image/icon14.png) no-repeat center;
	background-size: 30px 100%;
	margin-bottom: 4px;
}

.com_item_nav_list > li:nth-child(14):hover span {
	background: url(../image/icon_f14.png) no-repeat center;
	background-size: 30px 100%;
}

.com_item_btn {
	float: right;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}

.com_item_btn > i {
	width: 32px;
	height: 32px;
	background: url(../image/more1.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto 2px auto;
}

.com_item_btn > span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* com_item_nav_box *//* com_box1 */
.com_box1 {
	margin: 20px auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0 0 0;
}

.com_top_box1 {
	height: 30px;
}

.com_top_box1 > span {
	float: left;
	height: 100%;
	line-height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 102, 153, 1);
}

.com_top_box1 > h1 {
	float: left;
	height: 100%;
	line-height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 102, 153, 1);
}



.com_top_box1 > a {
	float: right;
	height: 100%;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 32px;
}

/* com_box1 *//* com_lists1 */
.com_lists1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.com_lists1 li {
	margin-top: 20px;
	height: 20px;
	overflow: hidden;
}

.com_lists1 li a {
	height: 20px;
}

.com_lists1 li i, .com_new_list_ul > li i {
	float: left;
	margin-top: 6px;
	width: 8px;
	height: 8px;
	background: url(../image/sign.png) no-repeat center;
	background-size: 100% 100%;
}

.com_lists1 h3 {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(100, 100, 100, 1);
	line-height: 20px;
	height: 20px;
	width: 70%;
}

.com_lists1 span {
	float: right;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	height: 100%;
	line-height: 22px;
}

/* com_lists1 *//* 项目报价 */
.project_price {
	height: auto;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, 0.48);
	margin: 2px;
}

.project_price > li {
	height: 20px;
	padding: 0 15px;
	overflow: hidden;
	margin: 15px 0;
}

.project_price > li > a {
	height: 20px;
	font-size: 0;
	overflow: hidden;
}

.project_price > li i, .project_price > li span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-family: Microsoft YaHei;
}

.project_price > li i {
	color: #999999;
	text-indent: 1.5em;
	background: url(../image/time1.png) no-repeat left 3.6px;
	background-size: 13px 13px;
}

.project_price > li span {
	color: #FF6699;
	margin-left: 8px;
}

/* 项目报价 end*//* 最新问答 */
.com_new {
	box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, 0.4);
	height: auto;
	overflow: hidden;
	padding: 15px;
	margin: 2px;
}

.com_item_box3 {
	float: right;
	height: 100%;
}

.com_item_box3 > li {
	float: left;
	margin-left: 12px;
	padding-top: 4px;
}

.com_item_box3 > li > a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 22px;
	line-height: 22px;
	border-bottom: 2px solid transparent;
}

.item_on1 {
	color: #FF6699 !important;
	border-bottom: 2px solid #FF6699 !important;
}

.com_new_list {
	height: auto;
	overflow: hidden;
}

.com_new_list_ul {
	display: none;
}

.com_new_list_ul > li {
	width: 47%;
	height: 20px;
	margin-top: 20px;
}

.com_new_list_ul > li > a {
	float: left;
	width: 70%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-left: 10px;
}

.com_new_list_ul > li > span {
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	text-indent: 1.75em;
	/*background: url(../images/eay.png) no-repeat left center;*/
	/*background-size: 16px 10px;*/
}

.show {
	display: flex !important;
}

/* 最新问答 end*//* 热门问答 */
.com_hot1 {
	height: auto;
	overflow: hidden;
}

.com_hot1 > li {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.com_hot1 > li > a {
	height: auto;
	overflow: hidden;
}

.com_hot1 > li .hot_ask_box_div {
	height: 20px;
	overflow: hidden;
}

.com_hot1 > li h3 {
	float: left;
	width: 70%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.com_hot1 > li span {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.com_hot1 > li p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
	margin-top: 5px;
}

/* 热门问答 end*//* black_foot */
.black_foot {
	width: 100%;
	height: 54px;
	background-color: #333333;
	margin-top: 90px;
	padding-top: 44px;
}

.black_foot > p {
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}

/* black_foot *//* navigation_box */
.navigation_box {
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	width: 1200px;
}

.navigation_box > li {
	float: left;
	height: 20px;
	overflow: hidden;
}
.navigation_box > li:last-child{
	max-width: 85%;
}

.navigation_box > li > a, .navigation_box > li > span {
	font-size: 12px;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

/* navigation_box end*//* 最新项目 */
.new_project_box {
	height: auto;
	overflow: hidden;
}

.new_project_list, .new_project {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new_project > li {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}

.new_project_pic {
	float: left;
	width: 168px;
	height: 168px;
}

.new_project_pic img {
	width: 100%;
	height: 100%;
}

.new_project_info {
	margin-left: 188px;
	height: auto;
	overflow: hidden;
}
.new_project_info span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
}

.new_project_info > p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 60px;
	line-height: 20px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.new_project_info > b {
	font-size: 14px;
	color: rgba(255, 102, 153, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

/* 最新项目 end*//* 首页推荐专家 */
.index_doctor_first_box {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.index_doctor_first_info {
	height: auto;
	overflow: hidden;
	width: 184px;
}

.doctor_first_info {
	height: auto;
	overflow: hidden;
	width: 200px;
}

.first_doctor_name > a, .first_doctor_title > i, .first_doctor_item > span, .first_doctor_item > a {
	height: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: rgba(107, 185, 185, 1);
	line-height: 20px;
	margin-top: 2px;
}

.first_doctor_name > a {
	margin-top: 18px;
}

.index_doctor_first_pic {
	width: 155px;
	height: 134px;
}

.index_doctor_first_pic a {
	height: 100%;
}

.index_doctor_first_pic img {
	height: 100%;
	width: 100%;
}

.first_doctor_item {
	height: auto;
	overflow: hidden;
}

.first_doctor_item > span {
	float: left;
	height: 40px;
}

.first_doctor_item > a {
	float: left;
	margin-right: 10px;
}

.first_doctor_hospital {
	font-size: 0;
	height: 20px;
	margin-top: 4px;
}

.first_doctor_hospital > i, .first_doctor_hospital > a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(107, 185, 185, 1);
}
.first_doctor_hospital > a{
	width: 160px;
}

.index_doctor_list {
	height: auto;
	overflow: hidden;
}

.index_doctor_list > li {
	height: 20px;
	margin: 10px 0 15px 0;
	font-size: 0;
	overflow: hidden;
}

.index_doctor_list > li > a > b, .index_doctor_list > li > a > i, .index_doctor_list > li > a > span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	margin-right: 5px;
}

.index_doctor_list > li > span > a {
	display: inline;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	margin-right: 5px;
}

.no_doctor_data {
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
}

/* 首页推荐专家 end*//* 推荐医院2 */
.com_hospital_list_ul {
	height: auto;
	overflow: hidden;
}

.com_hospital_list_ul > li {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.com_hospital_pic {
	float: left;
	width: 176px;
	height: 120px;
	overflow: hidden;
}

.com_hospital_pic a {
	height: 100%;
}

.com_hospital_pic img {
	width: 100%;
	height: 100%;
}

.com_hospital_info {
	margin-left: 186px;
	height: auto;
	overflow: hidden;
}

.com_hospital_name > a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
}

.com_hospital_address > a {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.com_hospital_address i {
	float: left;
	width: 11px;
	height: 13px;
	background: url(../image/address.png) no-repeat;
	background-size: 11px 13px;
	margin-top: 5px;
}

.com_hospital_address p {
	margin-left: 21px;
	line-height: 23px;
	height: 46px;
	font-size: 12px;
	color: rgba(144, 144, 144, 1);
	overflow: hidden;
}

/* 推荐医院2 end*//* page */
.pageBox {
	width: 100%;
	font-size: 0;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.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;
}

/* page end*//* 广告位1 */
.list_ask_ad_box {
	height: 174px;
	width: 100%;
}

.list_ask_ad_box a {
	height: 100%;
}

.list_ask_ad_box img {
	width: 100%;
	height: 100%;
}

/* 广告位1 end*/
.com_doctor, .com_hospital, .com_list_project {
	height: auto;
	overflow: hidden;
}

.list_ask_doctor, .com_list_project, .list_hot_box, .list_new_news_box, .detail_hospital_doctor {
	margin-top: 40px;
}

.list_ask_hospital, .project_lists_box {
	margin-top: 20px;
}

.list_doctor_list > li, .detail_doctor_top, .list_hospital_list > li, .detail_hospital_top {
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

.list_doctor_name, .detail_doctor_name {
	font-size: 0;
	height: 22px;
	overflow: hidden;
}

.list_doctor_name {
	margin-top: 10px;
}

.detail_doctor_name {
	margin-top: 0;
}

.list_doctor_name > a, .list_doctor_name > i, .detail_doctor_name > i, .detail_doctor_name > span {
	display: inline-block;
	vertical-align: bottom;
}

.list_doctor_name > a, .detail_doctor_name > i {
	font-size: 18px;
	font-weight: bold;
	color: rgba(100, 100, 100, 1);
}

.list_doctor_name > i, .detail_doctor_name > span, .detail_hospital_top > h1 {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	margin-left: 10px;
	width: 70%;
}

.detail_hospital_top > h1 {
	margin-left: 0;
	width: 100%;
}

.list_doctor_info > b, .detail_doctor_top > b, .list_hospital_info > i, .detail_hospital_top > i {
	font-size: 14px;
	color: rgba(123, 197, 249, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.list_doctor_item, .detail_doctor_item, .list_hospital_item, .detail_hospital_project {
	height: 20px;
	overflow: hidden;
	font-size: 0;
	margin-top: 10px;
}

.list_doctor_item > span, .detail_doctor_item > span, .list_hospital_item > span, .detail_hospital_project > span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	color: rgba(255, 102, 153, 1);
	margin-right: 10px;
}

.list_doctor_bottom, .detail_doctor_other, .detail_doctor_other2 {
	height: 20px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}

.list_doctor_bottom > span, .list_doctor_bottom > span > i, .detail_doctor_other > span, .detail_doctor_other > span > i, .detail_doctor_other2 > span, .detail_doctor_other2 > span > i {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	margin-right: 10px;
}

.list_doctor_bottom > span, .detail_doctor_other > span, .detail_doctor_other2 > span {
	color: #646464;
}

.list_doctor_bottom > span > i, .detail_doctor_other > span > i, .detail_doctor_other2 > span > i {
	color: #FF6699;
}

.list_hospital_info > span, .detail_hospital_address {
	font-size: 14px;
	color: rgba(100, 100, 100, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.list_doctor_pic {
	float: left;
	width: 160px;
	height: 160px;
}

.list_doctor_pic > a {
	height: 100%;
}

.list_doctor_pic img {
	width: 100%;
	height: 100%;
}

.list_doctor_info {
	margin-left: 200px;
	height: auto;
	overflow: hidden;
}

.on_line > a {
	position: absolute;
	right: 20px;
	width: 160px;
	height: 30px;
	border-radius: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 30px;
}

.on_line > a:first-child {
	top: 55px;
	background: rgba(255, 102, 153, 1);
	box-shadow: 0px 3px 5px 0px rgba(190, 57, 117, 0.4);
}

.on_line > a:last-child {
	bottom: 45px;
	background: rgba(123, 197, 249, 1);
	box-shadow: 0px 3px 5px 0px rgba(72, 159, 221, 0.26);
}

.list_hospital_pic {
	float: left;
	width: 235px;
	height: 160px;
	font-size: 12px;
}

.list_hospital_pic > a {
	height: 100%;
}

.list_hospital_pic img {
	width: 100%;
	height: 100%;
}

.list_hospital_info {
	margin-left: 255px;
	height: auto;
	overflow: hidden;
}

.list_hospital_info > a {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
}

.list_hospital_doctor {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
}

/*案例*/

.com_case_left {
	width: 758px;
	height: auto;
	overflow: hidden;
}

.com_case_left_tab {
	height: auto;
	overflow: hidden;
}

.com_case_left_tab > span {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: rgba(255, 102, 153, 1);
}

.com_case_left_tab_ul {
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 2px;
}
.com_case_left_tab_ul>li{
	float: left;
	height: 28px;
	line-height: 26px;
	font-size:18px;
	font-weight:400;
	color:rgba(102,102,102,1);
	margin-left: 35px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.com_case_left_tab_ul>li:hover{
	color: #FF6699 !important;
	border-bottom: 2px solid #FF6699 !important;
}
.com_case_list_box{
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.com_case_list{
	display: none;
}
.com_case_list>li{
	width: 48%;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
.case_info{
	height: auto;
	overflow: hidden;
}
.case_info>div{
	float: left;
	width: 50%;
	height: 180px;
	position: relative;
}
.case_info>div img{
	width: 100%;
	height: 100%;
}
.case_info>div i,
.com_case_right_info>div i{
	position: absolute;
	left: 0;
	bottom: 8px;
	width:64px;
	height:24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.case_before>i,
.com_case_right_before>i{
	background:rgba(0,0,0,.5);
	border-radius:0px 7px 7px 0px;
}
.case_after>i,
.com_case_right_after>i{
	background:rgba(208,47,61,.5);
	border-radius:0px 9px 9px 0px;
}

.com_case_list>li>a>span,
.com_case_right_list>li>a>span{
	font-size:14px;
	font-weight:400;
	color:rgba(0,102,102,1);
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.case_bottom,
.com_case_right_bottom{
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}
.case_bottom>span,
.com_case_right_bottom>span{
	display: inline;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,.66);
}
.case_bottom>span:first-child,
.com_case_right_bottom>span:first-child{
	float: left;
}
.case_bottom>span:last-child,
.com_case_right_bottom>span:last-child{
	float: right;
}
.com_case_right{
	height: auto;
	overflow: hidden;
	width: 354px;
}
.com_case_right_list{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.com_case_right_list>li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.com_case_right_info{
	height: auto;
	overflow: hidden;
}
.com_case_right_info>div{
	position: relative;
	float: left;
	width: 50%;
	height: 180px;
}
.com_case_right_info>div img{
	width: 100%;
	height: 100%;
}
.time{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}


/*案例 end*/

.r_news .related_news_box li{
	float: left;
	width: 48.5%;
}
.r_news .related_news_box li:nth-child(2n){
	float: right;
}
.sub_img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	padding:10px 0;
	text-align:center;
}
.sub_img img{
	display:inline-block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.sub_detail_left > h1{
  text-align: center;
}
.city_container{
  margin: 20px auto;
  padding: 20px;
  height:auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
.current_city {
  color: #666666;
  width: auto;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.current_city>a,.current_city>span{
  display: inline;
  font-size: 14px;
}
.current_city>a{
  color: #666;
}
.current_city>span{
  color: rgba(255, 102, 153, 1);
}
.select_city_lists{
  margin-top: 10px;
  height:auto;
  overflow: hidden;
}
.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;
  color: #333;
}
.select_city_lists li{
  float: left;
  width: auto;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-right: 20px;
}
.two_city{
  width: 100%;
  margin-top: 20px;
  background-color: #f8f8f8;
  height:auto;
  overflow: hidden;
}

.two_city li{
  float: left;
  padding: 5px 10px 5px 10px;
}

.two_model a{
  color: #666666;
  font-size: 14px;
}
.two_model a:hover{
  color: #FF6699;
}
.new_project_info .pro_subs{
  display: inline-block;
  font-size: 12px;
  color: #646464;
  margin-right: 5px;
  margin-top: 4px;
  font-weight: normal;
}
.new_project_info .inline{
  display: inline;
}
.list_doctor_item{
  width: 400px;
  font-size: 12px;
  color:#999;
}
.detail_doctor_item,
.detail_hospital_project{
  font-size: 14px;
  color: #646464;
}
.fosi14{
  font-size:14px !important;
  margin-left: 5px;
}
.inline{
	display: inline;
	font-size: 14px;
	color: #646464;
	margin-left: 3px;
}
