﻿@charset "utf-8";
/*科室介绍*/
.title { font: 22px/50px "微软雅黑"; height:50px; background: url(../images/d.jpg) repeat-x; text-align: center; color: #225E22; margin:15px auto; width:100%; overflow:hidden;}
.neirong { margin:15px auto; color:#666;}

.yishenlist { width:844px; border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFFFFF;
	overflow:hidden;
	margin-top:20px;}
.yishenlist th {font: bold 12px/30px "宋体";}
.yishenlist ul { width:780px;  margin:5px auto; }
.yishenlist ul li { float:left; width:130px;}
.yishenlist ul li a {
	display: block;
	background: url(../images/yuan.jpg) no-repeat 0px 15px;
	font: normal 12px/40px "宋体";
	text-indent: 20px;
}
.top_line {border-top: 1px dotted #CCC;}








