﻿@charset "utf-8";
.container{width:1000px;}
.top{background-color:#0d67bb;line-height:40px;color:#fff;}
.top a{color:#fff;}
.top a:hover{color:#ff0;}
.top .userPanel{float: left;overflow: hidden;}
.top .getHome {float:right;margin-top:5px;}
.top .getHome a{display: block;background-color:#288EED;line-height:24px;margin-top:3px; padding:0 10px;border-radius:4px;}
.top .getHome a:hover{background-color:#369bf8;}
.banner{padding:20px 0;display:none;}
.banner img{width:100%;height:auto;}
.subSite .hd{padding:50px 0;}
.subSite .bd{padding:0 0 20px;}

.model{ margin-bottom:20px; }
.model li{ font-size:16px; line-height:2;}
.model a{ margin:0 10px;}

.table th{background-color:#e6f0f9}
.table td,
.table td a{color: #ccc;}
.table .finish td,
.table .finish td a{color: #333;}
.table tr:hover td{background-color:#eee;}
.table .num,
.table .nodeId{width:50px;text-align:center;}
.table .title i{margin-left:10px;  position: relative;font-size:12px; font-style:normal; display:inline-block;*display:inline;zoom:1;padding:2px 6px;border-radius:4px; background-color:#c7ecc3; cursor:pointer;}
.table .title i em{display:none; position: absolute;top: 33px;left: 0;width: 120px;height: 120px;background: url(images/qr.png);}
.table .title i.on em{display:block;}
.table .template{width:200px;}
.table .template span{margin-left:15px;font-size:12px;display:inline-block;*display:inline;zoom:1;padding:2px 6px;border-radius:4px; background-color:#dae7f3;}
.table .progressing{ position: relative; width:70px; text-align:center; }
.table .progressing i{ position: absolute;top: 8px; right:8px; background-color:red; padding:4px; border-radius:50%; width:0; height:0; overflow:hidden;}
.table th.progressing{cursor:help;}
.table th.progressing span{ padding-left:3px; color:gray; font-size:12px;}
.table td.progressing{ color:orange;}
.table td.progressing span{ color:green;}
.table .remarks{ text-align:center;}

.table .fatdong .num { color:#6a97eb;}
.table .prompt td a{ color:red; font-weight:bold;}
.table .prompt .title span{margin-left:15px;font-size:12px;display:inline-block;*display:inline;zoom:1;padding:2px 6px;border-radius:4px; background-color:#f5e298;}
