﻿*{
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-family: "微软雅黑";
  list-style:none;
}
.auto{
width: 1200px;
margin: 0 auto;
}

/*清除浮动*/       
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.fl{
  float: left;
}
.fr{
  float: right;
}
/*banner*/
.administrative{
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #fbfbfb;
}
.administra{
  width: 1200px;
  height: 80px;
  margin: 0px auto;
}
/*普外科*/
.warp{
  width: 1200px;
  margin: 0px auto;
}
.warp img{
  max-width: 715px !important;
  display: block;
  margin: 0 auto;
}
.general{
  width: 780px;
  float: left;
}
.atle1 {
  width: 780px;
  height: 34px;
  border-bottom: 1px solid #d6d6d6;
}
.surgery {
  height: 34px;
  color: #0b65c2;
  font-size: 18px;
  border-bottom: 3px solid #0b65c2;
  display: inline-block;
}
.text {
  width: 780px;
  font-size: 16px;
  text-indent: 1.5em;
  margin-top: 25px;
  line-height: 30px;
  color: #333333;
  float: left;
}
.atle3 {
  text-indent: 1.5em;
}
.deskphone {
  width: 780px;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  font-size: 16px;
  color: #333333;
}
.atle4 {
  width: 780px;
}
.text1 {
  width: 360px;
  height: 50px;
  color: #666666;
  font-size: 16px;
  line-height: 50px;
  float: left;
  cursor: pointer;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text2 {
  width: 360px;
  height: 50px;
  color: #666666;
  font-size: 16px;
  line-height: 50px;
  text-align: right;
  float: right;
  cursor: pointer;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.atle4 div:hover{
  color: #0b65c2;
}
.department-scheduling{
  margin-top: 20px;
}
.table {
	width: 100% !important;
	border-collapse: collapse;
	word-break: break-all;
	background: #fff;
	border-top: 1px #dee4ed solid;
	border-left: 1px #dee4ed solid;
}
.table td, .table th {
	height: 32px;
	padding: 2px 3px;
	text-align: center;
	border-right: 1px #dee4ed solid;
  border-bottom: 1px #dee4ed solid;
  font-weight: normal;
}
.table th{
  background: #f3f5f8;
}
.table td:nth-child(3n){
  background-color: #e0fefe;
}
.table td:nth-child(4n){
  background-color: #f4f4f4;
}
.table td:nth-child(5n){
  background-color: #fefefe;
}
.dis-no{
  display: none;
}

