﻿@charset "utf-8";
body{background: #F2FAFF;font-size: 14px;}
/*头部*/
.my-top{
	height: auto;
	border: none;
	background: #fff;
}
.nav_dh a p{
	padding: 0 20px;
	border-right: 1px solid #9EDBFF;
}
.nav_dh a:last-child p{
	border: none;
	padding-right: 0;
}
.top_search{
	height: 34px;
	position: relative;
	display: inline-block;
}
.top_search .search{
	display: inline-block;
	line-height: 34px;
	width: 250px;
	height: 100%;
	padding-left: 15px;
	color: #222;
	background: #E9F7FF;
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	outline: none;
}
.top .topwechat{background: url(../image/WeChat.png) no-repeat center;width: 34px;height: 34px;top: 0.5px;margin-left: 10px;outline: none;}
/*头部下拉菜单*/
.submenu_js{
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 1200px;
	margin-left: -600px;
	z-index: 123;
	background: #0C6198;
}
.submenu_js_z{
	padding: 30px 20px;
	overflow: hidden;
	display: none;
}
.submenu_left{
	float: left;
	width: 200px;
	margin-right: -200px;
}
.submenu_left_bt{
	font-weight: bold;
	color: #fff;
	border: 1px solid rgba(255,255,255,1);
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 3px;
	font-size: 16px;
}
/*.submenu_left_bt:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}*/
.submenu_right{
	padding-left: 220px;
}
.submenu_right .submenu_right_a{
	display: block;
	overflow: hidden;
	margin-top: 18px;
}
/*下拉菜单移进*/
.sub_menu_hv{
	transition: 0.25s;
	padding: 5px 10px;
}
.sub_menu_hv:hover{
	background: rgba(255,255,255,.3);
}
/*二维码弹窗*/
.erweima_Rnews{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 789;
	display: none;
}
.erweima_Rnews_z{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	z-index: 800;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/*预约该专家弹窗*/
.yuyuegaizj_Rnews{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 789;
	display: none;
}
.yuyuegaizj_Rnews_z{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	z-index: 800;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/*导航*/
.navig{
	background: #057BC5;
	position: relative;
}
.xwzx_img_layout {
    width: 340px;
    height: 283px;
    margin-right: -340px;
}
.sub_xwzx_img_layout{
	width: 280px;
	height: 200px;
	/*margin-right: -280px;*/
	position: relative;
}
.sub_r_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	background:rgba(0,0,0,.5);
	padding: 0 10px;
}
.sub_main_layout{
	padding-left: 300px;
}
/*标签标题*/
.bq_tag_tit{
	height: 40px;
	line-height: 40px;	
}
.bq_tag_tit .bq_tag{
	border-radius: 5px 5px 0 0;
	padding: 0 15px 0 10px;
}
.bq_icon{
	margin-top: -3px;
}
.bq_q1{
	border-bottom: 2px solid #057BC5;
	box-sizing: border-box;
}
.bq_q2{
	border-bottom: 2px solid #3EAED3;
	box-sizing: border-box;
}
.bq_q3{
	border-bottom: 2px solid #326DD0;
	box-sizing: border-box;
}
.bq_q4{
	border-bottom: 2px solid #F05A46;
	box-sizing: border-box;
}
.bq_q5{
	border-bottom: 2px solid #EE4F80;
	box-sizing: border-box;
}
.bq_q6{
	border-bottom: 2px solid #CF130F;
	box-sizing: border-box;
}
.bq_1{
	background: #057BC5;
}
.bq_2{
	background: #3EAED3;
}
.bq_3{
	background: #326DD0;
}
.bq_4{
	background: #F05A46;
}
.bq_5{
	background: #EE4F80;
}
.bq_6{
	background: #CF130F;
}
.lr_layout_l{
	width: 710px;
}
.lr_layout_r{
	width: 470px;
}
/*圆点*/
.dot:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #057BC5;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
/*鼠标移上文字颜色*/
.hover_txt-blue{
	transition: .25s;
}
.hover_txt-blue:hover{
	color: #057BC5;
}
.hover_txt:hover .hover_txt-blue{
	color: #057BC5;
}
/*医院公告tab*/
.yiyua_gg_tab{
	font-size: 16px;
	color: #999;
	cursor: pointer;
}
.yiyua_gg_tab_av{
	font-size: 18px;
	color: #222 !important;
	font-weight: bold;
}
/*专家推荐图片布局*/
.zjtj_img_layout{
	width: 80px;
	height: 100px;
	margin: 0 auto;
}
/*健康频道图片布局*/
.jkpd_img_layout{
	display: block;
	height: 140px;
}
.jkpd_xxjs{
	margin-top: 10px;
	color: #666;
	line-height: 26px;
	/*处理省略号注释的*/
	/*height: 78px;*/  
	overflow: hidden;
}
.jiaqi_tz{
	height: 50px;
	line-height: 50px;
}
/*医护天地图片布局*/
.yihutd_img_layout{
	width: 100%;
	height: 230px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}
.yihutd_txt{
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 40px;
	line-height: 40px;
	background:rgba(0,0,0,.5);
	padding: 0 10px;
}
/*.yihutd_li{
	padding: 0 10px;
	box-sizing: border-box;
}*/
/*.yihutd_li:first-child{
	padding-left: 0;
}*/
/*院务公开图片布局*/
.yuawuk_img_layout{
	width: 100%;
	height: 120px;
}
/*友情链接布局*/
.yqlj_a{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.yqlj_a .yqlj_a_z{
	background: #FFFFFF;
	color: #333333;
	display: block;
	margin-right: 20px;
}
.yqlj_a:last-child .yqlj_a_z{
	margin-right: 0;
}
/*列表布局*/
.list_layout{
	/*background: #fff;
	border-radius: 10px;
	padding: 40px 30px;*/
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	display: table;
}
.list_left_layout{
	display: table-cell;
	vertical-align: top;
	width: 250px;
	background: #E9F7FF;
	border-radius: 10px;
	text-align: center;
	padding-top: 30px;
}
.list_right_layout {
    /*display: table-cell;
	vertical-align: top;*/
    width: 950px;
    padding-left: 20px;
}
.list_left_menu > li{
		
}
.list_left_menu > li > a{
	display: inline-block;
	font-size: 14px;
	color: #222222;
	text-align: center;
	padding: 7px 16px;
	border-radius: 27px;
	margin-bottom: 10px;
}
.list_left_menu-av{
	color: #fff !important;
	background: #057BC5;
	box-shadow:1px 2px 15px 0px rgba(5,123,197,0.3);
}
.l_item{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.l_item:last-child{
	border: none;
}
.experts_item{
	float: left;
	width: 50%;	
	padding: 0 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.experts_item_z{	
	border: 1px solid #EEEEEE;
	overflow: hidden;
}
.experts_item:nth-child(2n){
	padding-right: 0;
}
.list_img_layout{
	width: 140px;
	height: 190px;
	float: left;
	margin-right: -140px;
}
.list_detial_layout{
	padding-left: 160px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}
.list_txt{
	margin-top: 10px;
	line-height: 26px;
	color: #999999;
	overflow: hidden;
}
/*导航地址*/
    .nagelj{
	color: #999;
	text-align: right;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.nagelj a{
	color: #999;
}
/*医生详情布局*/
.experts_details{
	margin: 70px 10px 50px;
	box-shadow:0px 6px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
}
.experts_details_img{
	width: 170px;
	height: 245px;
	float: left;
	margin-right: -170px;
}
.experts_details_txt{
	padding-left: 200px;
	margin-top: 20px;
	padding-right: 160px;
}
.czsj_tag{
	margin-top: 10px;
	background: #E9F7FF;
	color: #057BC5;
	border-radius: 2px;
	float: left;
	padding: 6px 15px;
}
/*装饰*/
.decoration_img{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	/*width: 190px;
	height: 245px;*/
}
/*预约该专家*/
.about_js{
	display: inline-block;
	background: #F05A46;
	border-radius: 27px;
	color: #FFFFFF;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.the_txt{
	background: #F9F9F9;
	padding: 30px 25px;
	margin: 0 10px;
}
.the_txt_bt{
	display: inline-block;
	padding: 0 13px 7px;
	border-bottom: 2px solid #057BC5;
}
.the_txt_bt_nb{
	display: inline-block;
	font-size: 18px;
	color: #222;	
}
/*图文列表*/
.tuwen_list{
	overflow: hidden;
}
.tuwen_list_img{
	width: 345px;
	height: 240px;
	float: left;
	margin-right: -345px;
}
.tuwen_list_txt{
	float: left;
	padding-left: 365px;
}
.tuwen_list_txt_text{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
/*查看详情*/
.check_det_js{
	display: inline-block;
	color: #057BC5;
	border: 1px solid #057BC5;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.check_det_js:hover{
	color: #fff;
	background: #057BC5;
}
.main_list{
	margin-top: 20px;
	margin-bottom: 30px;
}
.main_list_z{
	overflow: hidden;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.main_list_z:last-child{
	border-bottom-color: transparent;
}
