/*CSS Reset*/

/*所有元素设置margin padding 0，需要设置的位置重新设置*/

/*table 的默认样式*/
table {
      border-collapse: collapse;
      border-spacing: 0;
}
/*img 的以及值域块的边框*/
fieldset,img {
      border: 0;
}
/*li标签的默认样式*/
li {
      list-style: none;
}
/*表单项的初始化*/
input,button ,textarea, select {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      border: 0;
      background: none;
      /*-webkit-appearance: none;*/
      outline: none;
}
/*表单项或的焦点时样式*/
button:focus ,input :focus ,select: focus , textarea:focus {
      outline: none;
      -webkit-tap-highlight-color: transparent;
}
/*a标签默认的样式*/
a {
      -webkit-touch-callout: none;
      text-decoration: none;
      color: #5e9ff1;
      outline: 0;
}
em,i {
      font-style: normal;
}
em {
      color: #f28c48;
}
/*提示文本初始化*/
::-webkit-input-placeholder {
      color: #999;
}
/*reset end*/
body{
	font-family: "microsoft yahei";
	background-color: #2d3740!important;
	margin: 0;
	padding: 0;
}
.header{
	width:100%;
	background-color: #ffffff;
	height: 90px;
	border-top: 6px solid #3692e2;
}
.headtop{
	width: 1000px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
.hosplogo img{
	float: left;
	width: 60px;
	margin: 15px 0;
}
.hospname{
	float: left;
	margin-left: 20px;
	font-size: 24px;
	line-height: 90px;
	color: #1e1e1e;
	font-family: simhei;
}
.content{
	background-color: #f5f5f5;
	overflow: hidden;
}
.bodyertop{
	width: 545px;
	height: 115px;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 455px;
	background-image: url(daZheWang/heartbeatimg.png);
	background-repeat: no-repeat;
	background-position:0 30px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.orderdoc{
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
}
.orderdiv{
	float: left;
	width: 380px;
	height: 260px;
	background-color: #ffffff;
	margin-right: 20px;
}
.ordertop{
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding-left: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.orderbottom{
	overflow: hidden;
	
}
.orderdept{
	display: block;
	float: left;
	width: 155px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	cursor: pointer;
}
.oneapp{
	float: left;
	width: 144px;
	height: 220px;
	margin: 0 28px;
	padding-top: 30px;
}
.applogo{
	width: 80px;
	margin: 0 auto;
}
.appname{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: center;
}
.appins{
	font-size: 12px;
	line-height: 18px;
	color: #666;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	white-space: normal;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; 
}
.appopen{
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	color: #3692e2;
}
.newsmenu{
	float: left;
	width: 180px;
	height: 240px;
	padding: 20px 0;
}
.newstype{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	cursor: pointer;
	margin: 9px auto;
}
.newsdetail{
	float: left;
	width: 760px;
	height: 280px;
	margin-left: 0px;
}
.newsone{
	width: 770px;
	height: 100px;
	margin-top: 30px;
}
.newsphoto img{
	float: left;
	width: 220px;
	height: 100px;
	margin-right: 15px;
}
.newsword{
	float: left;
	width: 530px;
	height: 100px;
}
.newstitle{
	margin-top: 5px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.newsdate{
	float: right;
	font-size: 14px;
	line-height: 28px;
	color: #999;
}
.newsins{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	height: 60;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	white-space: normal;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; 
}
.newsmore{
	text-align: right;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #3692e2;
}
.footer{
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #dddada;
	text-align: center;
}
.footer img{
	position: relative;
	width: 20px;
	top: 5px;
	left: -2px;
}
#showFrame {
	width: 820px;
	height: 281px;
}
.item {
  position: absolute;
  width: 150px;
  height: 190px;
  margin-left: 20px;
}
.docimg img{
	width: 78px;
	height: 78px;
	border-radius: 39px;
	border: 1px solid #e8e8e8;
	margin-top: 5px;
	margin-left: 35px;
}
.docname{
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.deptname{
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.orderdocbut{
	width: 80px;
	height: 30px;
	border: none;
	border-radius: 5px;
	margin: 10px auto;
	background-color: #3b8ede;
	font-family:"微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
}