*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
body{
	font-size: 12px;
	font-family: "宋体";
	color: #13634a;
}

.container{
	min-height: calc(100vh - 329px);
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	padding-top: 15px;
	padding-bottom: 30px;
}
.container:after{
	display: block;
	clear: both;
	content: "";
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 分页 */
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.paging{
	padding-top: 10px;
	padding-bottom: 24px;
}
.pagingLeft{
	float: left;
	width: 50%;
	text-align: left;
}
.pagingLeft a{
	font-size: 12px;
	color: #13634a;
	margin-left: 20px;
}
.pagingLeft a:hover{
	color: #000;
	text-decoration: underline;
}
.pagingRight{
	float: right;
	font-size: 12px;
	color: #13634A;
	width: 50%;
	text-align: left;
}
.upAndDown{
	width: 100%;
	padding: 20px;
}
.upAndDown p{
	background-color: #F9F9F9;
	line-height: 25px;
	padding: 0 5px;
	font-size: 13px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.upAndDown p a{
	font-size: 13px;
	color: #666;
}
.upAndDown p a:hover{
	color: #000;
}
/* 关于医院 */
.about{
	border: 1px solid #abd3d3;
	border-top: 3px solid #216b52;
	height: 304px;
	width: 100%;
	margin-bottom: 15px;
}
.about_tit{
	background-image: url(../images/zjdy-h3.jpg);
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}
.about ul{
	padding: 10px 15px;
}
.about ul li {
    height: 40px;
}
/* 就医指南 */
.guidance{
	width: 100%;
	height: 315px;
	border: 1px solid #abd3d3;
	border-top: none;
}
.Onetit{
	width: 100%;
	height: 33px;
	background-image: url(../images/jyzl-bg.jpg);
	padding-top: 10px;
	padding-left: 25px;
}
.Onetit span{
	color: #13634a;
	font-size: 14px;
	font-weight: bold;
}
.more{
	float: right;
	font-size: 12px;
	padding-right: 10px;
	color: #13634a;
	font-weight: bold;
}
.guidanceList{
	padding-left: 5px;
}
.guidanceList:after{
	content: "";
	display: block;
	clear: both;
}
.guidanceList a{
	display: block;
	float: left;
	width: 102px;
	height: 85px;
	margin: 8px 5px 0;
}
/* 左侧 */
.containerLeft{
	width: 238px;
}
/* 右侧 */
.containerRight{
	width: 752px;
	min-height: 634px;
	border: 1px solid #abd3d3;
}
.con_tit{
	background-image: url(../images/lei.jpg);
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}