@charset "utf-8";
/* CSS Document */

select,input,img,select{vertical-align:middle; margin:0;padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
img{vertical-align:middle; border:none}
body{color:#333;font-family:'Microsoft YaHei','微软雅黑',STXihei;font-size: 14px;margin:0;padding:0;line-height: 100%;background:#fff;}
a{color: #333;text-decoration:none;cursor: pointer;}
a:hover{color:#81662e;text-decoration:none;}
.clearit,.clearb{clear:both;margin:0;padding:0;}
.overflow{ overflow:hidden; height:1%;}
.fl{ float:left}
.fr{ float:right}

/*------错误提示------*/
.field-validation-error{color:red}
a.keyword_Default, a.Keyword_Type_1{ /*color:#c88700;*/}
.main{background:#F5F2E9;}
/*文章、栏目、站点、二级页面主体宽度*/
/*.main_bg{background:url(/Content/Areas/Hospitals/images/main/main_bg.png) no-repeat center top;}*/

.main_bg{background: url(/Sites/Uploaded/UserUpLoad/20160829/20160829145333.jpg) repeat;}


.main_content{width:1200px;margin:0px auto;padding:20px 0 0 0 ;background: #fff;}
.mbt20{ margin:20px 0px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.ml10{margin-left:10px}
.ml15{margin-left: 15px;}
.pd10{padding:10px}
.pd15{padding:15px;}
.pd10-0{padding:10px 0}
.pd20{padding:0px 20px 20px;}

.pb10{padding-bottom:10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px}
.pr10{padding-right: 10px;}
.pr15{padding-right:15px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}

.fl{ float:left;}
.fr{ float:right;}
.border_T{border-top:1px solid #ededed;}
.border_B{border-bottom: 1px solid #ededed;}
.border{ overflow:hidden}

/**/
a.more{ color: #81662E; }
a.more:hover{font-weight: bold;}
/*二级页banner*/
.zd_logo{ margin:0 auto; width:1600px;}
/*公用样式*/
h2.title_header.tab_tit span{cursor: pointer;}
h2.title_header span.No_active{border-bottom: none;color: #888;}
h2.title_header a.more:hover{color: #c88700;}

/*文章列表插件样式*/
ul.article_list li{padding-left:15px;background:url(/Content/Areas/Common/images/Article/list_dot.png) no-repeat left center;line-height: 32px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
ul.article_list li a.title_type{font-size: 14px;color:#666;}
ul.article_list li a.title_type:hover{color: #81662E;}
ul.article_list li span.span_date{float:right;}
/*公用读取一篇文章*/
.article_box img{float: left;margin-right:20px;}
.article_box h2{font-size: 18px;line-height:30px;}
.article_box h2 span.span_date{float: right;}
.article_box p{font-size: 14px;line-height: 2em;color: #666;}
.article_box .details {float: right;font-size: 12px;overflow: hidden;_float:none; +float:none;color: #81662e;}
.article_box a.details:hover{ font-weight:bold;}
/*article_list_1样式*/
ul.article_list_1 li{overflow: hidden;margin-top: 14px;line-height:23px;}
ul.article_list_1 li span.span_date{float: left;width:65px;height:45px;line-height: 23px;background:#91763d;color: #fff;text-align: center;
border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;margin-right:15px;display: inline-block;}
ul.article_list_1 li span.span_date i{display: block;font-style: normal;text-align: center;font-size: 20px;}
ul.article_list_1 li span.span_date p{ font-size:12px;}
ul.article_list_1 li a.title_type{display: block;color: #666;font-size: 14px;_margin-top:-25px}
ul.article_list_1 li a.columnName{color: #ababab;}
ul.article_list_1 li a.columnName:hover,ul.article_list_1 li a.title_type:hover{color: #81662E;}
/*article_list_2样式*/
ul.article_list_2 li{line-height:39px;border-bottom: 1px solid #ededed;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;background: url(/Content/Areas/Common/images/Article/list_dot_one.png) no-repeat left center;padding-left:15px;_line-height:36px}
ul.article_list_2 li a{color: #666;font-size: 14px;}
ul.article_list_2 li span.span_date{float: right;font-size: 12px;color: #666;}


/*划过动画效果*/
h2.title_header.tab_tit span,
ul.icon_list li a{
 transition: all 0.2s ease 0s;
 -moz-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s;
}


/*背景渐变样式*/
div.title_header h2 a.more,p a.more:hover,p a.details:hover
{transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s ;-webkit-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}

input,textarea,select{
 font-size: 14px;
 color: #555;
 background-image: none;
 border:1px solid #ccc;
 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input:focus,textarea:focus,select:focus{
 border-color: #8b6413!important;
 outline: 0!important;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,158,89,.6);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,158,89,.6);
}
@media only screen and (max-width:1600px){
.zd_logo{ width:100%; height:auto; overflow:hidden;}
}

@media only screen and (max-width: 768px){
 .main{margin:0px aut0;width:100%;box-sizing:border-box;padding:0 10px;}
 .main_content{width:100%;margin:10px auto;box-sizing: border-box; padding:0px 10px 20px}
 .zd_logo{ width:100%; height:auto; overflow:hidden;}
 .zd_logo img{ margin-left:-150px;}
}
@media only screen and (max-width:640px){
 .zd_logo{ display:none;}
}
@media only screen and (max-width:500px){
 /*百度地图*/
 .dt1{ display:none;}
 .dt2{ display:block !important; margin:0 auto; text-align:center;}
}






























/*---------------------提示信息--------------------*/
.presentation{
	margin:0 auto;
	margin-top:50px;
	text-align:center;
}
.presentation a_btn{
	width:69px;
	height:17px;
	line-height:17px;
	text-align:center;
	display:block;
	float:left;
	margin-left:10px;
	background:url(../images/error_btnbg.jpg) no-repeat center center;
}
.presentation_p{
	color:#000;
	text-align:center;
	line-height:40px;
}
/*lsn--2012-3-1--信息提示*/
.presentation_p a{ color:#FA5200}
.presentation_btn{
	height:20px;
	width:100px;
	margin:0 auto;
	padding:30px 0;
	color:#1D923A;
}
.presentation_btn a{
	color:#1D923A;
}
.presentation_btns{
	height:20px;
	width:180px;
	margin:0 auto;
	padding:30px 0;
}
/*------------------------------------------------*/



































.mt7{ margin-top:7px;}
.W430{width:430px;}
.W410{width:410px;}
.linkmap{ display:none;}
/*banner轮播图*/





.main_content .Min_L{width:390px;}
.main_content .Min_R{width:785px; margin-top:-30px;}

@media only screen and (max-width:768px){
	.main_content .Min_R{ margin-top:0px;}
}

ul.icon_list2 li a{ display:block; width:100%; height:80px; background:#e3e8eb; border-radius:5px; box-shadow:0px 3px 0px lightgray;transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s; margin-bottom:15px; }
ul.icon_list2 li a:hover{ background:#af8f60; color:#fff;box-shadow:0px 3px 0px #806520; }
ul.icon_list2 li a b{ font-weight:normal; display:block; font-size:18px; padding-top:12px; line-height:36px;}
ul.icon_list2 li a span{ display:block; font-size:14px; line-height:25px;}
ul.icon_list2 li a i{float:left; width:50px; height:50px; margin:17px 15px 0px 35px; display:inline-block; }
ul.icon_list2 li.icon_11 a i{ background:url(../images/left_content_img2.png) no-repeat; }
ul.icon_list2 li.icon_12 a i{background:url(../images/left_content_img4.png) no-repeat; }
ul.icon_list2 li.icon_13 a i{ background:url(../images/left_content_img1.png) no-repeat no-repeat;}
ul.icon_list2 li.icon_14 a i{ background:url(../images/left_content_img3.png) no-repeat;}
ul.icon_list2 li.icon_11 a:hover i{ background:url(../images/left_content_img2_h.png) no-repeat;}
ul.icon_list2 li.icon_12 a:hover i{background:url(../images/left_content_img4_h.png) no-repeat;}
ul.icon_list2 li.icon_13 a:hover i{background:url(../images/left_content_img_h.png) no-repeat; }
ul.icon_list2 li.icon_14 a:hover i{background:url(../images/left_content_img3_h.png) no-repeat; }








/*专题专栏*/
.img_list li{*margin-top:0!important}
.img_list li a { display:inline-block;}
.img_list li a:hover img{opacity:0.6; transition: all 0.2s ease 0s;-moz-traoverflow:hidden;text-overflow:ellipsis;
 white-space:nowrap;nsition: all 0.2s ease 0s;-webkit-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s; }
 
#img_list_xb{position:relative;height:315px;padding:0;background:#FFFFFF;overflow:hidden;width:100%;}
#img_list_xb li{position:relative;width:83px;height:315px;float:left;border-right:#fff 1px solid;background:white;overflow:hidden;}
#img_list_xb h3{position:absolute;top:0;left:0;margin:0;width:82px; padding:60px 22px 0px; font-size:30px; color:#fff; line-height:40px; height:315px;position:relative;cursor:pointer;z-index: 1000}
#img_list_xb .hot_content{position: absolute;top:0;left:0;background: #ccc;width:530px;height:315px;z-index: 100;}
#img_list_xb h3.h3_1{ background:url(../images/content_bg1.jpg) no-repeat;}
#img_list_xb h3.h3_2{ background:url(../images/content_bg2.jpg) no-repeat;}
#img_list_xb h3.h3_3{ background:url(../images/content_bg4.jpg) no-repeat;}
#img_list_xb h3.h3_4{ background:url(../images/content_bg3.jpg) no-repeat;}

.phone_search{ display:none;}



.news_ts{ display:none;}
.FriendLink{ padding:20px 25px 20px 0px ;}
@media only screen and (max-width:1599px){
.fullSlide{ width: 100%; overflow: hidden;} 
}
@media only screen and (max-width:1024px){
.fullSlide,.fullSlide .bd li,.fullSlide .bd ul{ height:284px;}
.fullSlide .bd li{ background-size:1580px;}

/*内容*/
.main_content{ width:100%; box-sizing:border-box;}
.main_content .Min_R{ width:65%;}
.main_content .Min_L{ width:33%;}


}
@media only screen and (max-width:768px){
 .fullSlide{width:100%; height:270px;}
 .fullSlide .bd li{ background-size:200% !important;}
 div.sj{display: none;}
 .Icon_box{height:auto; _height:72px;}
 .Icon_box ul.icon_list{width:100%}
 .Icon_box ul.icon_list li{width:33.3333%}
 .Icon_box ul.icon_list li a{width:100%;box-sizing: border-box;padding:0 7.5%}
 .Icon_box ul.icon_list li.icon_1 a,.Icon_box ul.icon_list li.icon_4 a,.Icon_box ul.icon_list li.icon_3 a{border-bottom: 1px solid #a17c2f;}
 .Min_con1.bg_icon{display: none;}
 .main_content .Min_L{width:100%;float: none;}
 ul.article_list_1 li,.Min_con3 ul.article_list li{float: left;width:50%;box-sizing: border-box;padding-right:10px;}
 ul.article_list_1 li a.title_type,.Min_con3 ul.article_list li{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
 .main_content .Min_R{width:100%;float: none;}
 .W430{width:410px;float: right;}
 .W410{ width:388px;}
 .Min_R h2.title_header span:nth-child(6),.Min_R h2.title_header span:nth-child(7),.Min_R h2.title_header span:nth-child(8){display: none;}
 .Icon_box ul.icon_list {height: auto;}
 #img{width:50%;left:0px!important;}
 #img img{width:100%;height:auto;}
  
  
  /*患者服务、精彩视频、领先技术、公益专栏*/
  
 ul.icon_list2 li{ width:49%; box-sizing:border-box}
 ul.icon_list2 li.icon_13,ul.icon_list2 li.icon_14 { float:left;}
 ul.icon_list2 li.icon_12,ul.icon_list2 li.icon_11{ float:right;}
 ul.icon_list2 li.icon_11{margin-top:0px;}
  /*专题专栏*/
 #img_list_xb{ display:none;}
 .img_list{ display:block !important;}
 .Min_con7 .img_list li{float: left;width:50%;padding-left: 10px;box-sizing: border-box;}
 .Min_con7 .img_list li img{width:100%;height:auto}
 #div1,.shell{ width:100%;}
 .Dep_list{ width:654px; margin:0 auto;}
 ul.Dep_list li{ margin-right:10px;}
 .tylelable1{ width:400px !important;}
 .Min_R .Min_con5{ display:none;}
 .Min_con5_768{ display:block !important;}
 .W410{width:100%;float: none;}
  
}


@media only screen and (max-width:640px){
 .Icon_box ul.icon_list li{width:50%}
 .Icon_box ul.icon_list li.icon_4 a{border-bottom: 1px solid #a17c2f;}
 .fullSlide .bd li{ height:220px;}
 .fullSlide{ height:220px;}
 .fullSlide .prev,.fullSlide .next{ display:none;}
 .Icon_box ul.icon_list li.icon_1 a,.Icon_box ul.icon_list li.icon_4 a,.Icon_box ul.icon_list li.icon_3 a,.Icon_box ul.icon_list li.icon_2 a{border-bottom: 1px solid #a17c2f;}
  /*患者服务、精彩视频、领先技术、公益专栏*/
  ul.Dep_list{height: 170px;overflow: hidden;}
 .Min_con4{ padding:10px 0px; overflow:hidden;}  
 
 .kjrk,.news_ts,.kjrk .Min_con4,.news_ts .Min_con5{ display:block;}
 .Min_con4,.Min_con5{ display:none;}
 .Dep_list{ width:100%;}
 .Dep_list_2{ display:none !important;}
 ul.Dep_list .children{ background:#e5ded1;}
 ul.Dep_list li:nth-child(2n){float: right;}
 ul.Dep_list li{width: 49%;margin-right:0px;height: 38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 
 ul.icon_list2 li a span{ display:none;}
 ul.icon_list2 li a b{ padding-top:23px;}
}
@media only screen and (max-width:550px){
 ul.article_list_1 li, .Min_con3 ul.article_list li{width:100%;float: none;padding-right:0}
 .line{display: none;}
 .Min_R h2.title_header span:nth-child(4),.Min_R h2.title_header span:nth-child(5){display: none;}
 .Min_con4 ul.icon_list li{width:50%;margin-bottom: 10px;}
 .Min_con4 ul.icon_list li a{height:100px;}
 .fullSlide .bd li{ height:180px;}
 .fullSlide{ height:180px;}

}

@media only screen and (max-width:500px){
 ul.icon_list2 li a i{ margin:17px 15px 0px 15px}
}

@media only screen and (max-width:440px){
 .Icon_box ul.icon_list li a span{background-size:35px;padding-left:40px}
 .Min_con4 ul.icon_list li a{height:60px;}
 .Min_con7 .img_list li{width:49%;float: left;margin:0 0 10px 0;padding: 0;}
 .Min_con7 .img_list li:nth-child(2n){ float:right;}
 ul.article_list_2 li a.title_type{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;width:80%;display:block;}
 .fullSlide .bd li{ height:142px;}
 .fullSlide{ height:142px;}
 .Icon_box ul.icon_list li.icon_6 a span{padding-left:42px!important;}
 .fullSlide .bd li{ height:140px;}
 .fullSlide{ height:140px;}
 ul.icon_list2 li a{ height:60px;}
 ul.icon_list2 li a b{ padding-top:13px;}
 ul.icon_list2 li a i{ margin:6px 0px 0px ;}

}
@media only screen and (max-width:420px)
{
 .Min_con5 .article_box h2 span.span_date{float:none;}
}
@media only screen and (max-width:400px){
 .fullSlide .bd li{ height:130px;}
 .fullSlide{ height:130px;}
}
@media only screen and (max-width:396px)
{
 .Min_con5 .article_box h2 span.span_date{float:right;}
}
@media only screen and (max-width:375px){
 .fullSlide .bd li{ height:127px;}
 .fullSlide{ height:127px;}
}
@media only screen and (max-width:350px){
 .fullSlide .bd li{ height:108px;}
 .fullSlide{ height:108px;}
}








 
 