﻿@charset "UTF-8";
/* CSS Document */ 
html {overflow-y:scroll;}
body {margin:0; padding:0; color: #222; font:14px/1.5 Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif,Simsun; background:#f3f6fd; min-width:1080px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
ol,ul {list-style:none;}
li{list-style-type:none;} 
img{vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:" ";}
a {color:#222; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#6991f9;text-decoration:none;}
a:active {color:#6991f9;}
.of_h{ overflow:hidden; text-overflow:ellipsis; } 
.cBlack{color:#252525;}
.cGreen, .cGreen:visited, .cGreen a,.green {color: #008000;}
.cBlue,.cBlue:visited,.cBlue a{color:#ce1126;}
.cRed, .cRed:visited, .cRed a,.red { color: Red; }
.taC{text-align: center}
.bold{font-weight: bold;}



.wf_info{
	 width:1100px;
     margin: 0 auto;
	 margin-top:20px;
	 font-size:15px;
     color:#222;
     font-family: Microsoft YaHei;
     background-color:#fff;
	 position:relative;
}

.dtls{ border-collapse:collapse; border:solid 1px #ccc;margin: 0 auto;}
.dtls td{ padding:10px; border:solid 1px #97C5D9; font-size:14px;}
.dtls td.tits{ background-color:#D3EBF3; text-align:center;}
.dtls td.handleMsg{text-align:center;}
.dtls tr{height:40px;}

.bottomPrint{
	width:100%;
	position: relative;
	height:180px;
}
.bottomPrint .bt_print {
	width:50px;
    background-color: #5B9BD5; 
    border: none;
    color: white;
    padding: 5px 28px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-left:-60px;
    position: absolute;	
    left:50%;
    top:10px;
    z-index:2;
}
.bottomPrint .bt_print:hover{
	background-color: #0383F7; 
}
.bottomPrint img{
	display:block;
	position: absolute;
	right:40px;
	top:2px;
}
.bottomPrint .currDay{
	width:120px;
	text-align:right;
	font-size: 12px;
	position: absolute;
	right:55px;
	top:62px;
	z-index:1;
}

.bottomPrint .officeSign{
	width:220px;
	text-align:right;
	font-size: 12px;
	position: absolute;
	right:5px;
	top:42px;
	z-index:1;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottomPrint .hint{
	text-align:left;
	font-size: 10px;
	position: absolute;
	left:5%;
	top:40px;
	z-index:1;
	color:gray;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body{
  background-color:#EFEFEF;
}

.secright_cen{
   width:1020px;
   margin: 0 auto;
   
}


.worklistbox{ border-collapse:collapse;}
.worklistbox th{ font-size:15px; background:#45b0e7; color:#fff; height:40px;}
.worklistbox td{ font-size:15px; text-align:center; border-bottom:1px solid #eee;padding:12px 0px;}

.Pagination{ text-align:center; padding:20px 0px; font-size:15px;}
.Pagination span{ margin:0px 5px}
.Pagination span em{ color:#222; font-size:15px;}
.Pagination a{ margin:0px 5px;}


.workser{ background:#e1f0f7 url(../images/indtit10.jpg) no-repeat; height:56px; padding:20px 0 0 130px; font-size:14px;font-family:"Microsoft Yahei"; color:#666;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.workser input.txt{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:solid 1px #ccc; height:24px; line-height:24px; width:150px;outline:none;}
.workser span{ display:inline-block; line-height:28px; padding:0 5px;}
.workser button{  
	width:129px; 
	height:25px; 
	border:none; 
	outline:none;  
	cursor:pointer;
	background-color:#009EE0; 
	border-radius:3px; 
	color:white;
	font-weight: bold;
}
.workser button:hover{
	background-color: #0371A0;
}

.workser select{border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #ccc;
    height: 24px;
    line-height: 24px;
    width: 150px;
    outline: none; vertical-align:middle;}
	
.wploding{ position:absolute; width:37px; height:37px;z-index:99; top:120px; left:50%; margin-left:-18px; display:none;}
.wploding img{ display:block; width:37px;}

@media screen and (max-width:768px) {
	body{min-width:100%;}
	.wf_info{width: 100%;}
	.bottomPrint{height: 300px;}
	.bottomPrint .bt_print{width: 100px;}
	.bottomPrint .hint{left:0;top: 60px;padding: 20px;white-space: normal;}

  .workser{height:auto!important;padding:20px 40px!important;box-sizing:border-box;background:#e1f0f7 !important;}
  .workser span{margin-left:0!important;width:30%;text-align:right;margin-bottom:10px}
  .workser input.txt{width:70%!important;float:right;}
  .workser select{width:70%!important;float:right;}
  .workser button{width:90%!important;margin-left:5%!important;}
}
