/*公共样式*/
/*nav a 字体大小*/
.firstNav a{
	font-size: 18px;
	color: #1f1f1f;
}
.secNav a{
	font-size: 16px;
}
.thirdNav a,.thirdNav span{
	font-size: 12px;
}
/*标题样式*/
.firstTitle a{
	font-size: 22px;
	line-height: 64px;
}
.secTitle a{
	font-size: 18px;
	color: #1f1f1f;
	border-left: 6px solid #5686f1;
	padding-left: 10px;
	line-height: 1;
}
.firstTitle a span{
	font-size: 14px;
}

/*顶部样式*/
.top{
	width: 100%;
	height: 50px;
	background: #f5f5f5;
}
.topInner .thirdNav{
	line-height: 50px;
}
.topInner .thirdNav a{
	padding: 0 5px;
	color: #666;
}
.topInner .thirdNav span{
	color: #dedede;
}
.topInner .thirdNav a.active{
	color: #5686f1;
}


/*搜索框样式*/
.serchBox{
	padding:  0;
}
.logo{
	width: 180px;
	height: 60px;
}
.serch form input[type=text]{
	width: 800px;
	padding-left: 10px;
	height: 46px;
	border: 2px solid #5686f1;
	font-size: 14px;
}
.serch form input[type=button]{
	width: 110px;
	height: 50px;
	background: #5686f1;
	color: #fff;
	border: none;
}
.serchBox .thirdNav a{
	line-height: 36px;
	padding: 0 10px;
	color: #999;
}
.serchBox .thirdNav a.active{
	color: #666;
}



/*导航样式*/
.nav{
	height: 48px;
	border-bottom: 2px solid #5686f1;
	line-height: 50px;
}
.nav .firstNav{
	margin-left: 20px;
}
.nav .navTitle{
	width: 256px;
	height: 48px;
	background: #5686f1;
	border-radius: 5px 5px 0 0;
}
.nav .navTitle a,.nav .navTitle div{
	color: #fff;
}


/*banner样式*/
.banner .quickNav{
	width: 256px;
	position: relative;
}
.banner .quickNav li{
	height: 79px;
	background: #6595ff;
	border-bottom: 1px solid rgba(255,255,255,.5);
	line-height: 80px;
}
.banner .quickNav li.active{
	background: #fff;
}
.banner .quickNav li a{
	color: #fff;
	font-size: 14px;
}
.banner .quickNav li i{
	display: block;
	width: 37px;
	height: 29px;
	float: left;
	margin-top: 21px;
	margin-left: 60px;
	margin-right: 10px;
}
.banner .quickNav li:first-child i{
	background: url(../images/icon-address.png) no-repeat center center;
}
.banner .quickNav li:nth-child(2) i{
	background: url(../images/icon-hospital.png) no-repeat center center;
}
.banner .quickNav li:nth-child(3) i{
	background: url(../images/icon-disease.png) no-repeat center center;
}
.banner .quickNav li:last-child i{
	background: url(../images/icon-doctor.png) no-repeat center center;
}
.banner .quickNav li:first-child i.active{
	background: url(../images/icon-address-sel.png) no-repeat center center;
}
.banner .quickNav li:nth-child(2) i.active{
	background: url(../images/icon-hospital-sel.png) no-repeat center center;
}
.banner .quickNav li:nth-child(3) i.active{
	background: url(../images/icon-disease-sel.png) no-repeat center center;
}
.banner .quickNav li:last-child i.active{
	background: url(../images/icon-doctor-sel.png) no-repeat center center;
}
.banner .quickNav li a.active{
	color: #6595ff; 
}
.banner .quickNav li a img{
	margin-right: 10px;
	margin-top: -10px;
}
.banner .quickNav li .hoverBox{
	display: none;
}
.bannerLeft .consul{
	display: block;
	width: 256px;
	height: 114px;
}
.hoverBox{
	position: absolute;
	width: 862px;
	height: 354px;
	padding: 40px;
	left: 256px;
	top: 0;
	overflow: hidden;
	border-right: 1px solid #6595ff;
	border-bottom: 1px solid #6595ff;
	background: rgba(255,255,255,.9);
}
.hoverBox .list,.tabsRight .list{
	width: 100%;
	height: 32px;
	overflow: hidden;
}
.hoverBox .list li,.tabsRight .list li{
	background: none;
	padding:5px 8px;
	height: 32px;
	float: left;
	line-height: 32px;
}
.hoverBox .list li span,.tabsRight .list li span{
	color: #666;
}
.hoverBox .list li a,.tabsRight .list li a{
	font-size: 14px;
	color: #666;
}
.hoverBox .list li a span,.tabsRight .list li a span{
	color: #999;
	font-size: 12px;
}
.hoverBox .list li:hover,.tabsRight .list li:hover{
	background: none;
}
.hoverBox .list li.listTitle,.tabsRight .list li.listTitle{
	display: block;
	text-align: right;
	margin-right: 20px;
}
.hoverBox .list li.listTitle a,.tabsRight .list li.listTitle a{
	color: #1f1f1f;
}
.hoverBox a.more,.tabsRight a.more{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #5686f1;
}
.hoverBox .list li a.more2{
	color: #5686f1;
}

.bannerPic{
	width: 924px;
}
.bannerBig{
	width: 924px;
	height: 310px;
	margin: 20px 0 16px;
	overflow: hidden;
}
.bannerBig a{
	display: none;
}

.bannerBig .show_banner{
	display: block;
}


.imgList a{
	display: block;
	width: 176px;
	height: 88px;
}
.imgList a.active{
	border: 1px solid #000;
}




.titleLine{
	width: 100%;
	height: 3px;
	background: url(../images/titleLiner.jpg) no-repeat center center;
	background-size: contain; 
}




/*名院推荐*/
.content{
	padding-bottom: 40px;
}
.conLeft{
	width: 920px;
}
.conRight{
	width: 240px;
}
.conRight .secTitle{
	line-height: 65px;
}
.recHosListItem{
	width: 217px;
}
.recHospic{
	display: block;
	width: 210px;
	height: 160px;
	margin-left: 7px;
}
.recHosPic{
	width: 210px;
	height: 160px;
}
.recHospic p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	color: #fef7f7;
	background: rgba(0,0,0,.6);
	margin: 0;
}
.hot{
	left: -7px;
	top: 6px;
	width: 25px;
	height: 30px;
	z-index: 999;
}
.new{
	background: url(../images/news.png) no-repeat center right;
}
.listUl{
	overflow: hidden;
}
.listUl li a{
	color: #333;
}
.listUl li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.listUl li:before{
	content: '';
	display: block;
	float: left;
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 4px;
	margin-top: 18px;
	margin-right: 8px;
}
.ulList1{
	height:160px;
	margin-top: 20px;
	margin-left: 7px; 
	overflow: hidden;
}
.ulList1 li{
	width: 80%;
	padding-right: 20%;
}
.ulList2{
	height: 320px;
}
.ulList3{
	height: 160px;
	margin-top: 10px;
}
.ulList3 li a,.ulList4 li a{
	color: #666;
}
.ulList3 span{
	margin-right: 10px;
}
.ulList4 {
	width: 340px;
	height: 200px;
}
.ulList4 li:before{
	margin-right: 0;
	background: none;
}
.conTitle{
	height: 50px;
	line-height: 50px;
	background: #f6f6f6;
}
.secNav li a{
	padding:0 18px;
}
.secNav li span{
	padding:0;
	color: #dedede;
}
.secNav li:hover,.secNav li.active{
	background: #e4ecff;
}
.secNav li:hover a,.secNav li.active a{
	color: #5686f1;
}
.recDocListItem{
	width: 216px;
	overflow: hidden;
}
.docInfo{
	display: block;
	width: 174px;
	height: 188px;
	padding: 15px 20px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.docInfo p{
	width: 100%;
	text-align: center;
}
.docPic{
	width: 70px;
	height: 70px;
	border-radius: 70px;
}
.docPic img{
	border-radius: 70px;	
}
.docName{
	color: #1f1f1f;
}
.docInfo p.docLine{
	width: 50%;
	height: 1px;
	background: #ccc;
	margin: 10px auto;
}

.conDocRightListItem{
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-bottom: 30px;
}
.conDocRightListItem:last-child{
	margin-bottom: 0;
}
.docBox{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.docBox img{
	border-radius: 50px;
}
.doc{
	flex: 1;
	margin-left: 10px;
}
.doc p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0;
	overflow: hidden;
}
.comQue .conTitle{
	height: 65px;
	line-height: 65px;
	background: none;
}
.verticalLine{
	width: 1px;
	height: 160px;
	margin-top: 20px;
	background: #dedede;
}

.tabs{
	height: 304px;
	overflow: hidden;
}
.tabs .tabsLeft{
	border: 1px solid #eee;
	width: 161px;
	overflow: hidden;
	border-right:none; 
}
.tabs .tabsLeft a{
	display: block;
	width: 154px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.tabsLeft a.active{
	border-left: 4px solid #5686f1;
	border-right: none;
}
.tabs .tabsLeft a:last-child{
	border-bottom: none;
}
.tabsRightGroup{
	position: relative;
	overflow: hidden;
	width: 1038px;
	height: 304px;
}
.tabsRight{
	width: 1000px;
	height: 304px;
	padding:40px; 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.listGroup{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tabsRightGroup .tabsRight.active{
	display: block;
}
.speHosLeft{
	width: 160px;
	height: 132px;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 132px;
	background: #fafafa;
}
.speHosRight{
	width: 1026px;
	height: 130px;
	overflow: hidden;
}
.speHosRight a{
	display: block;
	float: left;
	width: 166px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f6f9fe;
	margin-right: 5px;
	margin-top: 5px;
}
.speHosRight a.point{
	background: #eef3fe;
}
.last{
	margin-right: 0;
}

.linksBox{
	width: 1198px;
	height: 192px;
	margin: 40px auto;
	border: 1px solid #eee;
}
.linksBoxLeft{
	width: 160px;
	height: 192px;
	background: #fafafa;
	text-align:center;
	line-height: 192px;
}
.linksBoxRight{
	width: 960px;
	padding: 40px;
	overflow: hidden;
}
.linksBoxRight a{
	margin-right: 15px;
	line-height: 26px; 
}
/*footer*/
.footer{background: #fafafa; margin-top:50px; text-align: center; line-height: 26px; padding:33px 0 40px;}
.footer, .footer .alink { color: #848898;}
.footer .alink:hover { color: #0364d7!important;}
.footer .tongji{
	display: none;
}

/* 联系我们 */
.contactus_container {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.contact_pic1{background: url(../images/contact_pic1.png) no-repeat;width: 21px;height: 19px;display:block;margin-top:1px;float: left;margin-right: 9px;}
.contact_pic2{background: url(../images/contact_pic2.png) no-repeat;width: 21px;height: 19px;display:block;margin-top:1px;float: left;margin-right: 9px;}
.contact_bg{background: url(../images/contact_bgpic.png) no-repeat;background-size: 1200px 560px;}
.breadcrumb{color: #a6a8b5;height: 43px; line-height: 43px;border-bottom: solid 1px #eee;margin-top:3px;}
.breadcrumb a{color: #38455d;}
.bdn{ border:none !important;}
.fs32{font-size: 32px;}
.fc999{color: #999;}
.fc666{color: #666;}
.lh24{line-height: 24px;}
.fc2579dc{color: #2579dc;}
.fc333{color: #333333;}
.fcb3b3{color:#b3b3b3;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}

.contactus_container .contactus_p{color: #666;line-height: 24px;font-size: 14px;margin-left: 30px;margin-top: 25px;}




/*问答首页*/
.bannerPic .comList .ulList4{
	width: 430px; 
}
.queBannerLeft .quickNav li{
	height: 59px;
	line-height: 59px;
	padding-left: 80px;
	position: relative;
}
.queBannerLeft .quickNav li a{
	color: #333;
}
.queBannerLeft .hoverBox{
	width: 300px;
	padding: 20px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 256px;
	top: 0;
}
.queBannerLeft .quickNav li .hoverBox a{
	display: block;
	float: left;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}


/*问答列表*/
.currentLocation{
	line-height: 54px;
	font-size: 14px;
}
.filter{
	padding:30px;
	border: 1px solid #eee;
	overflow: hidden;
}
.filter i:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon-keshi.png) no-repeat center center;
}
.filter .filterTop i:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon-address-sel.png) no-repeat center center;
	background-size: contain;
}
.filter span{
	line-height: 24px;
	margin: 5px;
}
.filterTop,.filterBot{
	height: 34px;
	overflow: hidden;
}
.filterA,.filterBotA{
	width: 1000px;
}
.filterBotA{
	margin-left: 66px;
}
.filterTop a,.filterBot a{
	display: block;
	float: left;
	line-height: 24px;
	padding: 0 5px;
	margin: 5px;
}
.filterTop a.openDown,.filterBot a.openDown{
	display: block;
	right: 0;
	background: #fff;
	color: #5686f1;
	font-size: 12px;
}
.line{
	width: 100%;
	height: 6px;
	background: url(../images/line.png) no-repeat center center;
	background-size: contain;
	margin: 10px 0;
}

.ques .conLeft{
	width: 900px;
	border-top: 1px solid #eee;
}
.navBtn a{
	display: block;
	width: 33.33%;
	line-height: 58px;
	font-size: 18px;
	float: left;
	text-align: center;
}
.navBtn a.active{
	color: #5686f1;
	border-bottom: 3px solid #5686f1;
}
.itemList{
	padding:20px;
	overflow: hidden;
	border: 1px solid #eee;
	display: none;
}
.itemList.active{
	display: block;
}
.itemList table{
	width: 100%;
}
table tr th{
	text-align: center;
	border-bottom: 1px solid #5686f1;
	color: #5686f1;
	font-size: 12px;
	line-height: 30px;
}
table tr td{
	text-align: center;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 12px;
	line-height: 53px;
}
table tr td:first-child{
	font-size: 14px;
	text-align: left;
}
table tr td span,.daijiejue{
	color: #999;
}
.pagesList{
	overflow: hidden;
}

.pagesList a,.pagesList span{
	display: block;
	float: left;
	padding: 7px 12px;
	border: 1px solid #eee;
	color: #1f1f1f;
	margin: 20px 5px;
}
.pagesList a.active,.pagesList span.active{
	color: #fff;
	background: #5686f1;
}
.ques .conRight{
	width: 280px;
}
.ques .conRight .hotArt{
	border: 1px solid #eee;
}
.ques .conRight .hotArt{
	padding:10px 20px;
	height: auto;
	overflow: hidden;
}
.hotArt .secTitle{
	border-bottom: 1px solid #eee;
}
.hotArtItem{
	height: 400px;
	overflow: hidden;
}
.hotArtItem a{
	display: block;
	margin-top: 15px;
	color: #666;
	width: 100%;
	overflow: hidden;
}
.hotArtItem a span{
	color: #333;
	margin-right: 10px;
}
.hotArtItem p i:before{
	content: '';
	display: block;
	float: left;
	width: 17px;
	height: 22px;
	background: url(../images/art1.png) no-repeat center center;
	margin-right: 8px;
}
.hotArtItem a p.hotTitle{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.hotArtItem a p.hotArtItemInfo{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;	
}
.recHosListItem{
	width: 240px;
}
.hotArt .recHosListItem .recHosPic,.hotArt .recHosListItem .recHospic{
	width: 116px;
	height: 84px;
	margin-left: 0;
	margin-right: 0;
}
.hotArt .recHosListItem .recHospic{
	margin-top: 15px;
}
p.ask i:before{
	content: '';
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/Q.png) no-repeat center center;
	margin-right: 8px;
}
p.ans i:before{
	content: '';
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/A.png) no-repeat center center;
	margin-right: 8px;
}
.ques .conRight .hotArt.wenda{
	height: 380px;
}
.hotArt.wenda .hotArtItem{
	height: 340px;
}
.hotArtItem a p.ans,.hotArtItem a p.ask{
	margin-bottom: 5px;
}
.hotArtItem.askAndAns a{
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}
.hotArtItem.askAndAns a:last-child{
	border-bottom: 0;
}
.ques .quesDetailsLeft{
	width: 900px;
}
.quesDetailsInfo{
	padding: 30px;
	border: 1px solid #eee;
}
.quesDetailsInfo p span{
	margin-left: 50px;
	line-height: 40px;
}
.quesDetailsInfo .xinxi p{
	color: #666;
}
.xinxi{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.xinxi p span{
	margin-left: 0;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.btnbox{
	margin-bottom: 10px;
}
.btnbox a:first-child{
	padding: 2px 18px;
	color: #5686f1;
	border: 1px solid #5686f1;
}
.btnbox a:last-child{
	padding: 2px 18px;
	color: #ff8800;
	border: 1px solid #ff8800;
	margin-left: 20px;
}
.redianzixun{
	width: 100%;
	height: 80px;
	background: #f2f6fe;
}
.zixunlist p{
	line-height: 20px;
	width: 230px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
	margin:10px 20px;
	float: left;
}
.huida{
	padding:0 20px;
	border: 1px solid #eee;
}
.huida h3{
	line-height: 65px;
}
.huidaItem{
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
}
.huidaItemPic{
	width: 50px;
	height: 50px;
}
.huidaDoc .huidaItemInfo p{
	margin-left: 20px;
	line-height: 25px;
}
.huidaDoc .btn{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	color: #fff;
	background: #5686f1;
	margin-top: 10px;
	margin-left: 30px;
}
.allans{
	border-top: 1px solid #eee;
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 12px;
	color: #5686f1;
}
.wenda{
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #eee;
}
.wenda .secTitle,.bot20{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.wendaList{
	margin-top: 10px;
}
.wendaList a{
	display: block;
	line-height: 36px;
}




/*医生首页*/
.ques .docConLeft{
	width: 900px;
}
.allDoc{
	padding: 20px;
	border: 1px solid #eee;

}
.docItem{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.docItemInfo{
	margin-left: 20px;
}
.docItemInfo p,.docItemInfo a{
	line-height: 30px;
}

.docItemInfo p a{
	display: block;
	width: 120px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #5686f1;
	color: #5686f1;
	margin-right: 20px;
}
.docItemInfo p a:last-child{
	border: 1px solid #ff8800;
	color: #ff8800;
}
.docItemImg{
	width: 120px;
	height: 120px;
	padding-bottom: 10px;
}
.docItemImg p{
	text-align: center;
	line-height: 32px;
}
.shanchangp{
	margin: 5px 0 15px;
}
.shanchangp .shanchang{
	width: 700px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}

.shanchangp .shanchang_news{
	width: 700px;
	overflow: hidden;	
}

.newItemInfo{
	margin-left: 20px;
}
.newItemInfo p,.newItemInfo a{
	line-height: 30px;
}

.newItemInfo p a{
	
	line-height: 33px;
	text-align: center;
	
	color: #5686f1;
	margin-right: 20px;
}



/*医生主页*/
.conDocLeftItem{
	display: none;
}
.conDocLeftItem.active{
	display: block;
}
.conDocLeftNav a{
	display: block;
	width: 20%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 60px;
}
.conDocLeftNav.hos a{
	width:143px;
}
.conDocLeftNav a.active{
	color: #5686f1;
	border-bottom: 2px solid #5686f1;
}
.yishengjianjie{
	padding: 30px 30px 20px;
	border: 1px solid #eee;
	min-height: 260px;
}

.yishengPic img{
	width: 150px;
	height: 150px;
}
.yishengInfo{
	width: 110px;
	height: 104px;
	padding: 10px;
	background: rgba(86,134,241,.9);
	color: #fff;
	top: 130px;
	left: 10px;
}
.yishengName{
	margin-top: 5px;
}
.yishenghaoping{
	margin-top: 15px;
}
.yishenghaoping p{
	line-height: 1.5;
}
.linep{
	width: 1px;
	height: 40px;
	background: #fff;
}

.yishengxinxi{
	margin-left: 30px;
}
.yishengxinxi table{
	width: 100%;
}
.yishengxinxi table tr td{
	border-bottom: none;
	line-height: 30px;
	font-size: 14px;
}
.yishengxinxi table tr td:first-child{
	color: #5686f1;
	width: 100px;
	vertical-align: top;
}
.yishengxinxi table tr td:first-child i:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #5686f1;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
}
.yishengxinxi table tr td:last-child{
	text-align: left;
	color: #666;
}
.yishengxinxi table tr td:last-child p{
	line-height: 1.5;
}
.conleftLeft{
	width: 280px;
}
.conleftRight{
	width: 600px;
}
.conLeftCon .secTitle{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.jibingxinwen p a,.jibingwenda p a{
	line-height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.pinglun{
	width: 100%;
	height: auto;
	background: #f7f7f7;
	line-height: 37px;
	margin-top: 5px;
}
.star{
	width: 67px;
	height: 10px;
	margin-left: 10px;
}
.pinglun span{
	margin-left: 20px;
}
.aBox a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
	line-height: 54px;
	border-top: 1px solid #eee;
	color: #666;
}
.aBox a:hover{
	color: #666;
}
.aBox a:last-child,.wangyoupingjia .secTitle{
	border-bottom: 1px solid #eee;
}
.hospital-news-p{
	overflow: hidden;
}
.wangyoupingjia .secTitle{
	padding-bottom: 20px;
}

.content h1{
	font-size: 24px;
	color: #333;
	line-height: 3;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}
table tr td.zhongdiankeshi a{
	margin-right:10px; 
}

.yiyuan,.yiyuanpic{
	width: 300px;
}
.yiyuanpic{
	height: 200px;
}
.swiper-container {
    width: 300px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 200px;
    width: 100%;
}
.gallery-thumbs {
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.yiyuan p,.yiyuanxinxi p{
	color: #333;
	line-height: 30px;
}
.yiyuan p span,.yiyuanxinxi span{
	color: #999;
	line-height: 30px;
}
a.cclx{
	margin-left: 70px;
	text-decoration: underline;
}
.yiyuanjianjie{
	padding: 30px;
}
.yiyuanxinxi p{
	display: block;
	width: 50%;
}
.yiyuanBox a{
	margin-right: 15px;
	line-height: 30px;
}
.yiyuanjieshao p{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	line-height: 26px;
	color: #666;
}
.keshiList{
	width: 200px;
}
.keshiList .titleP{
	height: 60px;
	line-height: 60px;
	color: #5686f1;
	background: #eef3fe;
	font-size: 18px;
	padding-left: 20px;
}
.keshiList .titleP span{
	font-size: 12px;
}
.keshiList .quickNav li{
	padding: 0 20px;
	line-height: 48px;
	height: 48px;
	border-bottom: 1px solid #eee;
}
.keshiList .quickNav li:last-child{
	border-bottom: none;
}
.keshiList .quickNav li a{
	display: flex;
	justify-content: space-between;
}
.keshiList .quickNav li .hoverBox{
	left: 200px;
	display: none;
	border: 1px solid #eee;
}
.right{
	width: 640px;
}
.zhuanjia table{
	width: 100%;
	border-top: 1px solid #eee;
}
.zhuanjia table tr td:first-child{
	width: 10%;
}
.zhuanjia table tr td{
	width: 24%;
	padding: 1% 3%;
	word-wrap: break-word;
	line-height: 20px;
}
table tr:last-child td{
	border-bottom: none;
}
.aBox a{
	padding: 20px 0;
    white-space: normal; 
}
.aImg{
	width: 170px;
	height: 130px;
}
.aInfo{
	width: 660px;
}
.aInfo p{
	line-height: 30px;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aInfo h3{
	line-height: 1.5;
}
.aInfo p i:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/tip.png) no-repeat center center;
	margin-top: 6px;
	margin-right: 4px;
}
.aInfo p.tips{
	margin-top: 20px;
}
.aInfo i{
	display: inline-block;

}
.addressInfo{
	width: 358px;
	padding: 60px 0 60px 60px;
}
.addressInfo p{
	margin-left: 30px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.addressInfo p span{
	color: #999;
}
.map{
	width: 418px;
	height: 320px;
	margin-left: 20px;
}
.add{
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.publish_eva{
	float: right;
	padding-right: 10px;
	font-size: 20px;
	background:none;
}

.myScroll2 { height: 250px;overflow: hidden;}
.myScroll2 ul li{ height: 50px;padding: 5px 0px;}

.disnone{display: none;}

.city-cont{
	min-height: 34px;
	height: auto;
	overflow: hidden;
	border: 1px dashed #DDDDDD;
	line-height: 34px;
	background: #EEEEEE;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 60px;
}

.disease-cont{
	min-height: 34px;
	height: auto;
	overflow: hidden;
	border: 1px dashed #DDDDDD;
	line-height: 34px;
	background: #EEEEEE;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 60px;
}

.filterTop .active{background: #E0FFFF;}
.filterBot .active{background: #E0FFFF;}

.filterTop-c{
	height: auto;
	overflow: hidden;
}


/*ad*/
/*右侧悬浮菜单*/
.slide{
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	margin-top: -260px;
	background: #018D75;
	left: 10px;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slide img{
	width: 150px;
	height: 390px;
}

/*控制菜单的按钮*/
.index_cy{
	width: 30px;
	height: 30px;
	background: url(/images/index_cy.png);
	position: fixed;
	left: 60px;
	top: 50%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}
.index_cy2{
	width: 30px;
	height: 30px;
	background: url(/images/index_cy.png);
	position: fixed;
	left: 60px;
	top: 50%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}

.zk_ad_list ul li {
    width: 110px;
    height: 85px;
    margin-left: 5px;
    margin-right: 0;
    padding-top: 10px;
    float: left;
}



/*article css*/
.articleB .conDocRightListItem{
	margin-bottom: 0;
	margin-top: 30px;
}

.articleB .secTitle a{
	margin: 20px 0;
	line-height: 1.2;
}
.articleB .secTitle a.artMore{
	border-left: none;
}
.artContent{
	width: 860px;
	border: 1px solid #dedede;
}
.artPic{
	width: 300px;
	height: 250px;
}
.artConInfo{
	flex: 1;
	margin-left: 30px;
}
.artConInfo h3.artTitle{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	background: url(../images/lineborder.png) no-repeat bottom center;
	background-size: contain;
}
.artConInfo p{
	margin-top: 10px;
	line-height: 2;
}
.artList{
	margin-top: 20px;
	border: 1px solid #dedede;
	width: 900px;
}
.artList h4{
	height: 44px;
	line-height: 44px;
	background: #f6f4f4;
	padding-left: 20px;
}
.artItem{
	margin-bottom: 20px;
}
.artItemPic{
	width: 206px;
	height: 140px;
}
.artItemInfo{
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.artItemInfo p span:first-child:before{
	content: '';
	display: block;
	width: 12px;
	height: 14px;
	float: left;
	background: url(../images/tips.png) no-repeat center center;
	margin-top: 6px;
	margin-right: 4px;
}
.artItemInfo p{
	line-height: 2;
}
.mar0{
	margin-bottom: 0;
}
.hot2 a{
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f6f4f4;
	color: #666;
	float: left;
	margin: 20px 3px 0;
	padding: 0 5px;

}
.hot2 a.active,.hot2 a:hover{
	background: #6595ff;
	color: #fff;
}

.sortList{
	width: auto;
	height: auto;
	overflow: hidden;
	clear: both;
}
.sortTitle{
	font-size: 20px;
	color: #6595ff;
	font-weight: bold;
	border-left: 2px solid #6595ff;
	padding-left: 10px;
}
.sortTitle a{
	font-size: 20px;
	color: #6595ff;
	font-weight: bold;
	
}

.sortBox{
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.sortItem{
	width: 272px;
	overflow: hidden;
	float: left;
	height: 164px;
	/*height: 204px;*/
	padding: 10px 0 60px;
	border: 1px solid #6595ff;
	margin: 5px;
}
.sortItemTitle{
	font-size: 16px;
	color: #666;
	margin-left: 16px;
	font-weight: bold;
}
.sortItemTitle a{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.sortAList a{
	display: block;
	float: left;
	margin: 16px 16px 0;
}


.shanchang a {
    border: none;
    color: #999;
}

.hospital_expert_lists a{
	color: #333;
}

.secTitle .cat_a_none{
	font-size: 14px;
	color: #1f1f1f;
	border-left:none;
	padding-left: 0px;
	line-height: 1;
}

a.c51 {
    color: #5686f1;
}

.news_index_cat {
    padding-left: 25px;
    border-radius: 15px;
    background: url(../images/hye.png) 8px center no-repeat rgb(250, 250, 250);
}

.news_index_cat a {
    color: #5F5D5D;
    line-height: 25px;
    margin-left: 10px;
}

.news_index_cat em {
    float: right;
    line-height: 25px;
    padding-right: 10px;
    color: #999;
}

.news_index_doctor {
	margin-top: 10px;
    padding-left: 0px;
    border-radius: 15px;
}

.news_index_doctor p {
	display: inline;
    color: #5F5D5D;
    line-height: 25px;
    margin-left: 10px;
}

.news_index_doctor p.keshi {
    padding: 0 3px;
    border: 1px solid #ff4000;
    color: #ff4000;
}

/* 文章css */
.news_content{
	padding-top: 15px;
	padding-bottom: 15px;

}

.news_content div,.news_content p{
	line-height: 24px;
}

.news_content img{
	max-width: 450px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding:10px 0px; 
}

.search_btn{
	width: 110px;
    height: 50px;
    background: #5686f1;
    color: #fff;
    border: none;
}

.searchItem{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.searchItem h3,.searchItem p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}
.searchItem h3{
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	color: #6a93f3;
	display: flex;
}
.searchItem h3 span{
	color: #ff363a;
}
.searchItem h3 i{
	display: block;
	width: 40px;
	height: 18px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	font-style:normal;
	padding-left: 7px;
	background: url(images/tips2.png) no-repeat center center;
	margin-top: 5px;
	margin-right: 10px;
}
.searchItem p.searchAns{
	font-size: 14px;
	color: #050505;
	line-height: 40px;
}
.searchItem p.searchFrom{
	font-size: 14px;
	color: #008000;
}
.searchItem p.searchFrom span{
	color: #020202;
	font-size: 12px;
}

.pre_next{
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

.pre_next ul li{
	float: left;
	padding-left: 10px;
}

.pre_next ul li span{
	padding-right: 10px;
}

.pre_next ul li:last-child{
	float: right;
}

.news_doc_info{
	background: #fff;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 40px;
}
.news_doc_info dl{
	font-family: 'microsoft yahei','微软雅黑',Verdana,Arial,Helvetica,sans-serif;
	padding-top: 10px;
	zoom: 1;
}

.news_doc_info dl dt{width:150px;height:150px;border:5px solid #fff;border-radius: 50%;overflow:hidden;margin: 0 auto;}
.news_doc_info dl dt a img {display: block; width: 100%;height: 100%;vertical-align: top;border: 0;}


.news_doc_info dl dd{margin: 12px 0 0 0;}
.news_doc_info dl dd h3{font-size:24px;color:#333;line-height:37px;font-weight:normal;}
.news_doc_info dl dd h3 span{font-size:14px;color:#666;margin-left:12px;}
.news_doc_info dl dd p{font-size:16px;color:#333;line-height:31px;}
.news_doc_info dl dd a{color:#666;text-decoration:none;} 
.news_doc_info dl dd a:hover{color:#666;text-decoration:none;}

.news_doc_info dl dd ul{height:24px;margin-bottom: 10px;}
.news_doc_info dl dd ul li{width:50%;float:left;}
.news_doc_info dl dd ul li strong{font-weight:normal;float:right;font-size: 20px; color:#333;line-height:1.1;margin-right:5px;}
.news_doc_info dl dd ul li span{float:left;font-size: 12px; color:#018cf1;border:1px solid #018cf1;padding: 0 2px;border-radius:4px;line-height:1.3;margin-top:4px;margin-left:5px;}
.news_doc_info dl dd p{font-size: 14px; color:#666;height:20px;overflow:hidden;line-height:20px;}

.news_doc_info dl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.news_doc_info dl a:hover,.news_doc_info dl dd a:hover{text-decoration:none;}
.news_doc_info dl dt:hover{
	-moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}
.news_doc_info dl dd a:hover ul li strong{font-weight:bold;}
.news_doc_info dl li a:hover span{text-decoration:underline;}
.news_doc_info dl dd a:hover h3{color: #43b0c7;}
.news_doc_info dl dd a:hover h3 span{color: #666;}

.pageTurning{ height:40px; font-size: 0; text-align: right; border-right: 1px solid #DFDFDF; margin-top: 30px;}
.pageTurning a,.pageTurning span{ display: inline-block; font-size: 14px; text-align: center; height: 38px; line-height: 38px; border-bottom: 1px solid #DFDFDF; border-top: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF;}
.pageTurning .pageNum{ color:#666; background: #fff; width:38px; height: 38px;}
.pageTurning .pageNum.cur{ color:#fff; background: #26AFE8;}
.pageTurning .sides{ padding: 0 20px; color:#333; background: #F9F9F9;  height: 38px;}
.pageTurning .pageBtn{ width: 88px; color:#333; background: #fff;  height: 38px;}
.pageTurning .pageBtn.theEnd{ color:#999;}
.pageTurning .pageBtn.theEndMore{ color:#999;width: 38px;}

