ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.unstyled,
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.inline,
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: -5px;
}
.inline > li,
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.inline li,
.list-inline li {
  *display: inline;
  *zoom: 1;
  _padding-left: 5px;
  _padding-right: 5px;
}
.yahei {
  font-family: "Microsoft YaHei", sans-serif;
}
.simsun {
  font-family: simsun, serif;
}
.split {
  display: inline-block;
  padding: 0 5px;
  color: #eeeeee;
}
.fr {
  float: right;
}
.fl {
  float: left;
  display: inline;
}
.hide-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.icon-font {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.zbj-grid {
  width: 1190px;
  margin: 0 auto;
  *zoom: 1;
}
.zbj-grid:before,
.zbj-grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.zbj-grid:after {
  clear: both;
}
.zbj-grid .main-wrap,
.zbj-grid .sidebar {
  float: left;
}
.zbj-grid .main-wrap {
  width: 100%;
}
.zbj-grid .main {
  margin-right: 260px;
  min-height: 1px;
}
.zbj-grid .sidebar {
  width: 240px;
  margin-left: -240px;
}
.zbj-grid-inverse .main {
  margin-right: 0;
  margin-left: 260px;
}
.zbj-grid-inverse .sidebar {
  margin-left: -1190px;
}
.zbj-grid-990 {
  width: 990px;
}
.zbj-grid-990.zbj-grid-inverse .sidebar {
  margin-left: -990px;
}
.zbj-btn {
  display: inline-block;
  *display: inline;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  font-family: inherit;
  margin: 0;
  overflow: visible;
  background-image: none;
  text-transform: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.zbj-btn:focus,
.zbj-btn:active:focus,
.zbj-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.zbj-btn:hover,
.zbj-btn:focus {
  text-decoration: none;
}
.zbj-btn:active,
.zbj-btn.active {
  outline: 0;
}
.zbj-btn.disabled {
  cursor: not-allowed;
}
.zbj-btn:hover,
.zbj-btn:focus,
.zbj-btn:active,
.zbj-btn.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.zbj-btn.disabled,
.zbj-btn.disabled:hover,
.zbj-btn.disabled:focus,
.zbj-btn.disabled:active,
.zbj-btn.disabled.active {
  color: #999;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}
.zbj-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.zbj-btn-default:hover,
.zbj-btn-default:focus,
.zbj-btn-default:active,
.zbj-btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.zbj-btn-default.disabled,
.zbj-btn-default.disabled:hover,
.zbj-btn-default.disabled:focus,
.zbj-btn-default.disabled:active,
.zbj-btn-default.disabled.active {
  color: #999;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}
.zbj-btn-primary {
  color: #fff;
  background-color: #f60;
  border-color: #f60;
}
.zbj-btn-primary:hover,
.zbj-btn-primary:focus,
.zbj-btn-primary:active,
.zbj-btn-primary.active {
  color: #fff;
  background-color: #cc7600;
  border-color: #a86200;
}
.zbj-btn-primary.disabled,
.zbj-btn-primary.disabled:hover,
.zbj-btn-primary.disabled:focus,
.zbj-btn-primary.disabled:active,
.zbj-btn-primary.disabled.active {
  color: #999;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}
.ui-dropdown {
  display: inline-block;
  position: relative;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  line-height: 18px;
  z-index: 100;
  white-space: nowrap;
}
.ui-dropdown-hd {
  display: inline-block;
  padding: 1px 14px 1px 8px;
}
.ui-dropdown-hd b {
  position: absolute;
  right: 3px;
  top: 7px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #666 transparent transparent;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.ui-dropdown-menu {
  display: none;
  padding-left: 0;
  list-style: none;
}
.ui-dropdown-menu h4 {
  font-size: 14px;
  text-align: center;
}
.ui-dropdown.hover .ui-dropdown-hd,
.ui-dropdown:hover .ui-dropdown-hd {
  position: relative;
  z-index: 1;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #bfbfbf;
  padding: 0 13px 1px 7px;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-hd b,
.ui-dropdown:hover .ui-dropdown-hd b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-dropdown.hover .ui-dropdown-menu,
.ui-dropdown:hover .ui-dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  float: left;
  min-width: 72px;
  padding: 5px;
  border: 1px solid #bfbfbf;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-menu a,
.ui-dropdown:hover .ui-dropdown-menu a {
  display: block;
  padding: 2px 5px;
}
.ui-dropdown.hover .ui-dropdown-menu.fr,
.ui-dropdown:hover .ui-dropdown-menu.fr {
  left: auto;
  right: 0;
}
/* header 涓嬫媺鑿滃崟澶氳 */
.ui-dropdown-multi {
  white-space: normal;
}
.ui-dropdown-multi li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 3px;
  margin-top: 3px;
}
.ui-dropdown-multi li a {
  display: inline;
  white-space: nowrap;
}
.ui-dropdown-multi li p {
  color: #8C8C8C;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0;
}
.ui-dropdown-multi.hover .ui-dropdown-menu,
.ui-dropdown-multi:hover .ui-dropdown-menu {
  width: 205px;
  padding: 5px  5px 0 5px;
}
.ui-dropdown-multi.hover .ui-dropdown-menu a,
.ui-dropdown-multi:hover .ui-dropdown-menu a {
  display: inline;
}
.ui-dropdown-multi li.highlight a {
  color: #057BD2;
  font-weight: bold;
}
.ui-header {
  position: relative;
  background: #FFF;
  z-index: 20;
}
.ui-header-top {
  height: 25px;
  width: 100%;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  line-height: 25px;
  color: #333;
  z-index: 110;
}
.ui-header-top .current-site {
  margin-left: 14px;
  font-weight: bold;
}
.ui-header-a-d {
  display: none;
}
.ui-header-a-d .grid {
  position: relative;
}
.ui-header-a-d .index-a-d {
  margin: 0 auto;
  height: 60px;
}
.ui-header-a-d .item-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #fffde3;
  cursor: pointer;
  color: #e0422c;
  background: rgba(255, 255, 255, 0.7);
}
.ui-header-a-d .item-close:hover {
  background: #fffde3;
}
.ui-header-bd {
  height: 77px;
  padding: 35px 0 16px;
}
.index .ui-header-bd .ui-logo-main {
  margin-left: 24px;
}
.index .ui-header-bd .ui-logo {
  margin-top: 8px;
}
.index .ui-header-fixed .ui-header-bd .ui-logo {
  margin-top: 0;
}
.ui-header-bd .ui-logo {
  position: relative;
  margin: 0 0;
  width: 400px;
}
.ui-header-bd .ui-logo .dual-img {
  margin-left: 10px;
  position: relative;
  top: -7px;
  outline: none;
}
.ui-header-bd .ui-logo .dual-img img {
  height: 80px;
  width: 80px;
}
.ui-header-bd .ui-logo-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 124px;
  width: 225px;
  height: 64px;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  color: #888;
}
.ui-header-bd .ui-logo-sub .item-txt {
  display: inline-block;
  margin-left: 26px;
  padding: 0 26px;
  line-height: 64px;
  border-left: 1px solid #888;
  font-size: 26px;
  font-weight: 400;
  color: #888;
}
.ui-header-bd .ui-logo-sub:hover {
  text-decoration: none;
  color: #888;
}
.ui-header-entry .ui-header-task-entry {
  border-radius: 0;
  margin-left: 10px;
  font-size: 14px;
  padding: 0 8px 0 0;
  position: relative;
  height: 43px;
  line-height: 43px;
  width: 230px;
}
.ui-header-entry .ui-header-task-entry a.ui-header-task-entry-link {
  color: #fff;
  padding-right: 25px;
  padding-left: 60px;
  padding-top:5px;
}
.ui-header-entry .ui-header-task-entry b {
  top: 21px;
  right: 13px;
  border-color: transparent;
  border-top-color: #fff;
}
.ui-header-entry .ui-header-task-entry:hover a.ui-header-task-entry-link,
.ui-header-entry .ui-header-task-entry-hover a.ui-header-task-entry-link {
  text-decoration: none;
  background: none;
  border: none;
  padding-right: 25px;
  padding-left: 60px;
  padding-top:5px;
}
.ui-header-entry .ui-header-task-entry:hover b,
.ui-header-entry .ui-header-task-entry-hover b {
  top: 21px;
  right: 6px;
  border-color: transparent;
  border-top-color: #fff;
}
.ui-header-entry .ui-header-task-entry:hover .ui-header-task-panel,
.ui-header-entry .ui-header-task-entry-hover .ui-header-task-panel {
  color: #000;
  cursor: default;
  right: -1px;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #dcdcdc;
  width: 288px;
}
.ui-header-entry .ui-header-task-entry-hover b {
  right: 10px;
}
.ui-header-entry .ui-header-task-panel .task-panel-hd,
.ui-header-entry .ui-header-task-panel .task-panel-bd {
  margin: 15px 17px;
}
.ui-header-entry .ui-header-task-panel .task-panel-hd {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.ui-header-entry .ui-header-task-panel .task-panel-bd {
  margin-bottom: 23px;
}
.ui-header-entry .ui-header-task-panel .task-reason {
  text-align: left;
}
.ui-header-entry .ui-header-task-panel .task-reason li {
  color: #9C9C9C;
  margin-bottom: 17px;
  padding-left: 56px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 20px;
  background: url(/images/www_3/taskbgs.png) no-repeat;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-response {
  background-position: 0 -45px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-join {
  background-position: 0 -102px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-result {
  background-position: 0 -157px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-free {
  background-position: 0 -211px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-desc {
  font-size: 14px;
  color: #7a7a7a;
}
.ui-header-entry .ui-header-task-panel a.ui-header-gotopub {
  padding: 8px 75px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft {
  background: #eaecea;
  border-top: 1px solid #dcdcdc;
  padding: 17px;
  font-size: 12px;
  line-height: 20px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-gototaskhall {
  background: url(/images/www_3/taskbgs.png);
  width: 58px;
  height: 40px;
  margin-right: -5px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist {
  width: 180px;
  height: 40px;
  overflow: hidden;
  line-height: 12px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 6px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-title a {
  display: inline;
  padding: 0;
  white-space: nowrap;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-detail {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-detail span {
  display: inline-block;
  color: #999;
}
.ui-header-entry .right-arr {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #FFF;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
