@charset "utf-8";
/* CSS Document */
body{font-family:微软雅黑;}
a:hover{ text-decoration: none;}
a,.img-arts,.star{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*内容*/
.context{width:1280px; height:714px; margin:0px auto;}
/*新闻列表*/
.news_list{width:960px;height:700px; border:1px #e6e6e6 solid; float:left;}
.news_list_top{height:40px; border-bottom:1px #e6e6e6 solid;width:960px; background-color:#f8f8f8;}
.news_list_top p{line-height:40px; font-size:14px; color:#666666; margin-left:23px;}
.news_list_top p a{line-height:40px; font-size:14px; color:#666666;}
.news_list_top p a:hover{ color: #7ba92a}
.news_list_context{width:960px; height:600px;}
.news_list_context ul{margin:0px auto; padding:0 30px; font-size: 14px;}
.news_list_context ul li{height:56px; line-height:56px; border-bottom:1px #e6e6e6 dotted; color:#333; background: url(../images/list_img_03.png) no-repeat left; padding-left: 20px;}
.news_list_context ul li a{ color: #333;}
.news_list_context ul li a:hover{ color: #7ba92a}
.news_list_context ul li span{color:#999999; float:right;}
/*新闻列表中的分页*/
.page{width:550px; margin:0px auto; clear:both;}
.page span{display:block; float:left; padding:5px 10px; border:1px #cccccc solid; margin-right:10px; color:#666666; cursor:pointer;}
.page select{width:90px; height:33px;}

/*联系方式*/
.tell_info{float:left; width:318px;}
.tell_info div{width:318px; height:72px;}
.tell_info span{display:block; float:left;}
.tell_info_us{ background-image:url(../images/tell_us_03.png); border-bottom:1px #e6e6e6 solid;  }
.tell_info_us span{margin:27px 0px 0px 86px;color:#fff;font-size:24px; }
.tell_info_qq{background-image:url(../images/tell_qq_03.png);border-bottom:1px #e6e6e6 solid;}
.tell_info_qq span{margin:30px 0px 0px 86px; font-size:18px; color:#969696;}
.tell_info_tell{background-image:url(../images/tell_tell_03.png);border-bottom:1px #e6e6e6 solid;}
.tell_info_tell span{font-size:24px; color:#ff9600;margin:40px 0px 0px 86px; font-weight:bold;}
.tell_info_address{background-image:url(../images/tell_address_03.png);}
.tell_info_address span{margin:40px 0px 0px 86px; font-size:16px; color:#666666;}
/*科室动态*/
.dept{width:316px; float:left; height:194px; border:1px #e6e6e6 solid; margin-top:10px; border-left:0px; }
.dept_top{height:35px; border-bottom:1px #e6e6e6 solid; background-image:url(../images/dept_03.png);}
.dept_top p{float:left; color:#333; font-size:16px; height:35px; line-height:35px; margin-left:10px;}
.dept_top span{font-size:12px; color:#bcbcbc; display:block; float:right; margin:9px 18px 0px 0px; cursor:pointer;}
.dept_list ul{ padding: 0 15px;}
.dept_list li{background: url(../images/square_06.png) left no-repeat; font-size:14px; color:#333333;line-height:38px; padding-left: 10px;}
.dept_list li a{ color: #333;}
.dept_list li a:hover{ color: #7ba92a}

/*底部*/
.foot{width:100%; height:100px; background-color:#f4f4f4;}
.foot p{color:#666666; font-size:12px; width:100%; height:30px; line-height:30px; text-align:center;}