﻿/**
    * @description : 
    * @author: laotan(2013-08-05)
    * @update: laotan(2013-08-06)
**/
.codechange {
  color: #fff;
}
/**
normalize
============
Created：**laotan** <span class="gray">（2013/07/24 15:06:26）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

## 为何采用normalize

* 保留有用的默认值，区别完全重置(reset)
* 让浏览器渲染表现得统一
* 是新一代CSS库普遍采用的形式

项目地址: normalize.css v1.1.2 | <http://git.io/normalize>
**/

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0 0 10px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
li {
  line-height: 20px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
svg:not(:root) {/*隐藏 SVG图片溢出*/
  overflow: hidden;
}
input[type="search"] {/*并排框*/
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*使 div 元素看上去像一个像  别的对象：*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
全局基础样式
============
Created：**laotan** <span class="gray">（2013/08/05 18:03:15）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

关于组件库
----------
引用自[**Bootstrap 2.3**](http://twitter.github.io/bootstrap/)， 结合网站自身特性和团队编码风格，进行了本地化修改。

去掉了原框架部分特性，新增了一些自有组件，改变了组件命名风格（加`ui`前缀，避免耦合）

--------

通用样式
----------
* 定义的全局 `font-size` 是**12px**
* `.highlight` 和 `.gray`分别设置文字颜色为 <span class="highlight">高亮</span> 和 <span class="gray">灰色</span>
* `.yahei`设置字体为<span class="yahei">微软雅黑</span>
* `.fl`设置向左浮动
* `.fr`设置向右浮动
* `.hide-txt`设置文字隐藏，不占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `.hide` 和 `.show`作为显隐开关，一般供js使用
* `.invisible`设置元素不可见，占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `clearfix`清除浮动
* `split`分隔符 <span class="split">|</span>

**/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
}
/* =====超链===== */
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff6600;
  text-decoration: underline;
}
/* =====字体===== */
.highlight,
a.highlight {
  color: #ff0000;
}
.gray,
a.gray {
  color: #999;
}
.blue,
a.blue {
  color: #0b73bb;
}
.yahei {
  font-family: "Microsoft YaHei", sans-serif;
}
.split {
  display: inline-block;
  padding: 0 5px;
  color: #e5e5e5;
}
/* =====浮动===== */
.fr {
  float: right;
}
.fl {
  float: left;
  display: inline;
}
/* =====文字隐藏===== */
/*.hide-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}*/
/* =====开关===== */
.hide {
  display: none;
}
.show {
  display: block;
}
/* ===== 清除浮动 ===== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* ===== 列表 ===== */
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none;
}
dl.unstyled dt {
  font-weight: 400;
}
dl.unstyled dd {
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
/* ===== 布局 ===== 2017-11-15 */
.grid2 {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.grid2:before,
.grid2:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid2:after {
  clear: both;
}
.grid2 .main-wrap,
.grid2 .sidebar {
  float: left;
}
/* 左面230px，右面适应 */
.grid2 .main-wrap {
  width: 100%;
}
.grid2 .main {
  min-height: 1px;
  margin-left: 245px;
}
.grid2 .sidebar {
  width: 230px;
  margin-left: -1100px;
}
/* 右面230px，左面适应 */
.grid-inverse .main {
  margin-left: 0;
  margin-right: 245px;
}
.grid-inverse .sidebar {
  margin-left: -230px;
}
@font-face {
  font-family: 'fontello';
  src: url("/css/Search_Xuqiu/fontello.eot?20141027");
  src: url("/css/Search_Xuqiu/fontello.eot?20141027#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("/css/Search/fontello.woff?20141027") format('woff'), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */ url("/css/Search_Xuqiu/fontello.ttf?20141027") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("/css/Search_Xuqiu/fontello.svg?20141027#fontello") format('svg');
  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.ui-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #d2d2d2;
  *border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active,
.ui-btn.active,
.ui-btn.disabled,
.ui-btn[disabled] {
  color: #333;
}
.ui-btn:first-child {
  *margin-left: 0;
}
.ui-btn:hover,
.ui-btn:focus {
  text-decoration: none;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -o-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: linear-gradient(to bottom, #f5f5f5, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe7e7e7', GradientType=0);
}
.ui-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-btn.active,
.ui-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn-inverse {
  color: #ffffff;
  background-color: #ff8a00;
  border-color: #ea7f00;
}
.ui-btn-inverse:hover,
.ui-btn-inverse:focus,
.ui-btn-inverse:active,
.ui-btn-inverse.active {
  color: #ffffff;
}
.ui-btn-hover:hover,
.ui-btn-info:hover,
.ui-btn-info:focus,
.ui-btn-inverse:hover,
.ui-btn-inverse:focus {
  background-color: #fc9529;
  background-image: -moz-linear-gradient(top, #fa9e3a, #ff870f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9e3a), to(#ff870f));
  background-image: -webkit-linear-gradient(top, #fa9e3a, #ff870f);
  background-image: -o-linear-gradient(top, #fa9e3a, #ff870f);
  background-image: linear-gradient(to bottom, #fa9e3a, #ff870f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9e3a', endColorstr='#ffff870f', GradientType=0);
}
button.ui-btn,
input[type="submit"].ui-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn::-moz-focus-inner,
input[type="submit"].ui-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.ui-btn.ui-btn-large,
input[type="submit"].ui-btn.ui-btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.ui-btn.ui-btn-small,
input[type="submit"].ui-btn.ui-btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn.ui-btn-mini,
input[type="submit"].ui-btn.ui-btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.ui-btn-link,
.ui-btn-link:active,
.ui-btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-btn-link:hover,
.ui-btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ui-btn-link[disabled]:hover,
.ui-btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .ui-btn,
.input-prepend .ui-btn,
.input-append .ui-btn-group > .dropdown-toggle,
.input-prepend .ui-btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .ui-btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .ui-btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .ui-btn-group .ui-btn:last-child,
.input-append select + .ui-btn-group .ui-btn:last-child,
.input-append .uneditable-input + .ui-btn-group .ui-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .ui-btn,
.input-append .ui-btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .ui-btn:last-child,
.input-append .ui-btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .ui-btn-group .ui-btn,
.input-prepend.input-append select + .ui-btn-group .ui-btn,
.input-prepend.input-append .uneditable-input + .ui-btn-group .ui-btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .ui-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .ui-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .ui-btn-group:first-child {
  margin-left: 0;
}
.ui-form-search {
  margin-bottom: 0;
}
.ui-form-search .search-query {
  width: 420px;
  border-radius: 0;
}
.ui-form-search .input-append .ui-btn-inverse {
  position: relative;
  z-index: 1;
  padding: 4px 14px;
  border-radius: 0;
  border-color: #ff933b;
}
.ui-form-minisearch {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.ui-form-minisearch .search-query {
  width: 110px;
  font-size: 12px;
  padding-right: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
.ui-form-minisearch .ui-btn-link {
  margin-left: -40px;
  color: #bebebe;
}
.ui-form-minisearch .ui-btn-link:hover,
.ui-form-minisearch .ui-btn-link:focus {
  color: #ff6600;
  text-decoration: none;
}
table {
  max-width: 100%;
  background-color: transparent;
}
.ui-dropdown {
  display: inline-block;
  position: relative;
  *display: inline;
  
  *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;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.ui-dropdown-hd:hover {
  text-decoration: underline;
  color: #ff6600;
}
.ui-dropdown-menu {
  display: none;
}
.ui-dropdown.hover .ui-dropdown-hd,
.ui-dropdown:hover .ui-dropdown-hd {
  position: relative;
  z-index: 1;
  border: solid #bfbfbf;
  padding: 0 13px 1px 7px;
  border-width: 1px 1px 0;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-hd b,
.ui-dropdown:hover .ui-dropdown-hd b {
  border-color: #fff #fff #666\9;
  top: 3px;
  top: 6px\9;
  *top: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.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;
}
.ui-header {
  position: relative;
  background: #FFF;
  z-index: 20;
}
.ui-header-top {
  height: 25px;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  line-height: 25px;
  color: #333;
  width: 100%;
  z-index: 210;
}
.ui-header-top .current-site {
  margin-left: 14px;
  font-weight: bold;
}
.ui-header-bd {
  height: 77px;
  padding: 35px 0 15px;
}
.ui-header-bd .ui-logo {
  position: relative;
  margin: 0 0;
  width: 400px;
}
.ui-header-bd .ui-logo .ui-logo-main img {
  height: 75px;
  width: 155px;
}
.ui-header-bd .ui-logo-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 124px;
  width: 235px;
  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;
}
.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;
  border: 1px solid #ff9400;
  background: #ff9400;
}
.ui-header-entry .ui-header-task-entry a.ui-header-task-entry-link {
  color: #fff;
  padding-right: 18px;
  padding-left: 18px;
}
.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: 1px 18px;
}
.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 {
  background: url("/images/Search_Xuqiu/taskbgs.png") no-repeat left center;
  background-repeat: no-repeat;
  color: #9C9C9C;
  margin-bottom: 17px;
  padding-left: 56px;
  padding-top: 5px;
  font-size: 12px;
}
.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/Search_Xuqiu/taskbgs.png") no-repeat 0 0;
  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;
}
.ui-header-search {
  margin-right: 10px;
  /* 搜索框默认搜索提示 */
}
.ui-header-search .search-query,
.ui-header-search .input-append .ui-btn-inverse {
  padding-top: 10px;
  padding-bottom: 9px;
  border: 3px solid #ff9400;
}
.ui-header-search .search-query {
  width: 360px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 10px 6px 9px 90px;
  vertical-align: top;
  outline: 0;
}
.ui-header-search input.search-query:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ff9400;
}
.ui-header-search .input-append {
  margin-bottom: 0;
}
.ui-header-search .input-append .ui-btn-inverse {
  font-size: 14px;
  line-height: 20px;
  background: #ff9400;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.ui-header-search .ui-dropdown-hd {
  background: #f6f6f6;
  padding: 10px 10px 9px 15px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #f6f6f6;
}
.ui-header-search .ui-dropdown-hd span {
  display: inline-block;
  width: 50px;
}
.ui-header-search .ui-dropdown-hd .iconfont {
  color: #cbcbcb;
}
.ui-header-search .ui-dropdown {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 3px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd {
  padding: 10px 10px 9px 15px;
  border-width: 0 1px;
  border-left-color: #f6f6f6;
  border-right-color: #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd:hover {
  text-decoration: none;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu {
  margin-top: -1px;
  padding: 0;
  border-top: none;
  min-width: 82px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 15px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a:hover {
  text-decoration: none;
  background: #eee;
}
.ui-header-search .placeholder-tip {
  color: #9c9c9c;
  font-size: 14px;
  top: 13px;
  left: 94px;
  position: absolute;
  z-index: 3;
}
.ui-header-bd-delimiter {
  margin-top: 16px;
  color: #ccc;
}
.ui-header-search-hotwords {
  color: #999;
  display: none;
  overflow: hidden;
  width: 525px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-family: simsun, serif;
}
.ui-header-search-hotwords a {
  color: #999;
  margin-right: 13px;
  font-size: 12px;
  line-height: 1;
}
.ui-header-search-hotwords a:hover {
  text-decoration: underline;
  color: #F60;
}
.ui-header-search-hotwords .hot {
  color: #ff9000;
}
.ui-header-hashotwords .ui-header-search-hotwords {
  display: block;
}
.ui-header .item-userinfo .nouserinfo {
  padding: 0!important;
}
.ui-menu {
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 19;
  background: #ff9400;
}
.ui-menu .main-wrap {
  border-bottom: 2px solid #ff9400;
}
.ui-menu .sidebar {
  width: 190px;
}
.ui-menu .grid .main {
  margin-left: 190px;
}
.ui-menu-bd a,
.ui-menu-ext,
.ui-menu-sidebar {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.ui-menu-bd {
  float: left;
  margin-bottom: 0;
}
.ui-menu-bd a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.ui-menu-bd a:hover,
.ui-menu-bd li.cur {
  /*border-bottom: 3px solid #FFF;
  height: 35px;*/
}
.ui-menu-ext {
  float: left;
  width: 159px;
  margin-top: -1px;
  border: 1px solid #c10000;
  background-color: #db3e00;
  text-align: center;
}
.ui-menu-ext-pic {
  float: right;
  width: 70px;
  height: 17px;
  margin-top: 13px;
  text-align: center;
  border: none;
  background: url('../../../t5s/index/img/market.png?t=20140415') no-repeat;
  position: relative;
}
.ui-menu-ext-pic a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  line-height: 17px;
}
.ui-menu-ext a {
  color: #fff;
  display: block;
}
.ui-menu-sidebar {
  background: #f27302;
  text-align: center;
}
.ui-menu-sidebar a {
  color: #fff;
}
.ui-menu-sidebar a:hover {
  color: #fff;
  text-decoration: none;
}
.ui-menu-bd a:hover,
.ui-menu-ext a:hover {
  text-decoration: none;
}
.ui-menu-special {
  float: right;
  border-left: none;
}
.ui-menu-special a {
  font: normal 12px/38px "宋体";
  color: #fff;
  padding: 0 10px;
}
.ui-menu-bd .ui-menu-special {
  display: none;
}
.ui-footer {
  background: #fff;
}
.ui-footer-hd {
  padding: 30px 0;
  background: #363636;
  color: #999;
  margin-bottom: 15px;
}
.ui-footer-hd a {
  color: #999;
}
.ui-footer-hd dl {
  float: left;
  width: 16.6%;
  margin: 0;
}
.ui-footer-hd dl.item-app {
  text-align: center;
  margin-left: -30px;
}
.ui-footer-hd dt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ccc;
  font-family: "Microsoft YaHei", sans-serif;
}
.ui-footer-hd dd {
  margin-left: 0;
  line-height: 25px;
}
.ui-footer-hd .item-contact {
  text-align: center;
}
.ui-footer-hd .item-contact dt {
  font-size: 22px;
}
.ui-footer-hd .item-contact .item-chat {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 5px;
  display: block;
}
.ui-footer-hd .item-contact .item-chat:hover .zbj-bottomtip-pos {
  display: block;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip-pos {
  display: none;
  border: none;
  background-color: transparent;
  margin-top: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip {
  margin-left: -48px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #646464;
  color: #a9a9a9;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow {
  top: -10px;
  left: 42%;
  border-width: 5px;
  border-bottom-color: #646464;
  margin-left: -11px;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow > i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  _border-style: dashed;
  border-color: transparent;
  top: -10px;
  left: 35%;
  border-width: 5px;
  border-bottom-color: #646464;
}
.ui-footer-hd .item-contact .item-sns {
  border-top: 1px solid #434343;
  padding-top: 5px;
}
||||||| .r2361
﻿/**
    * @description : 
    * @author: laotan(2013-08-05)
    * @update: laotan(2013-08-06)
**/
.codechange {
  color: #fff;
}
/**
normalize
============
Created：**laotan** <span class="gray">（2013/07/24 15:06:26）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

## 为何采用normalize

* 保留有用的默认值，区别完全重置(reset)
* 让浏览器渲染表现得统一
* 是新一代CSS库普遍采用的形式

项目地址: normalize.css v1.1.2 | <http://git.io/normalize>
**/

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0 0 10px;
}
ul,
ol {
  padding: 0;
  margin: -10px 0 10px 32px;
}
li {
  line-height: 20px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
svg:not(:root) {/*隐藏 SVG图片溢出*/
  overflow: hidden;
}
input[type="search"] {/*并排框*/
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*使 div 元素看上去像一个像  别的对象：*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
全局基础样式
============
Created：**laotan** <span class="gray">（2013/08/05 18:03:15）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

关于组件库
----------
引用自[**Bootstrap 2.3**](http://twitter.github.io/bootstrap/)， 结合网站自身特性和团队编码风格，进行了本地化修改。

去掉了原框架部分特性，新增了一些自有组件，改变了组件命名风格（加`ui`前缀，避免耦合）

--------

通用样式
----------
* 定义的全局 `font-size` 是**12px**
* `.highlight` 和 `.gray`分别设置文字颜色为 <span class="highlight">高亮</span> 和 <span class="gray">灰色</span>
* `.yahei`设置字体为<span class="yahei">微软雅黑</span>
* `.fl`设置向左浮动
* `.fr`设置向右浮动
* `.hide-txt`设置文字隐藏，不占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `.hide` 和 `.show`作为显隐开关，一般供js使用
* `.invisible`设置元素不可见，占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `clearfix`清除浮动
* `split`分隔符 <span class="split">|</span>

**/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
}
/* =====超链===== */
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff6600;
  text-decoration: underline;
}
/* =====字体===== */
.highlight,
a.highlight {
  color: #ff0000;
}
.gray,
a.gray {
  color: #999;
}
.blue,
a.blue {
  color: #0b73bb;
}
.yahei {
  font-family: "Microsoft YaHei", sans-serif;
}
.split {
  display: inline-block;
  padding: 0 5px;
  color: #e5e5e5;
}
/* =====浮动===== */
.fr {
  float: right;
}
.fl {
  float: left;
  display: inline;
}
/* =====文字隐藏===== */
/*.hide-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}*/
/* =====开关===== */
.hide {
  display: none;
}
.show {
  display: block;
}
/* ===== 清除浮动 ===== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* ===== 列表 ===== */
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none;
}
dl.unstyled dt {
  font-weight: 400;
}
dl.unstyled dd {
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
/* ===== 布局 ===== */
.grid {
  width: 1101px;
  margin: 0 auto;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid:after {
  clear: both;
}
.grid .main-wrap,
.grid .sidebar {
  float: left;
}
/* 左面230px，右面适应 */
.grid .main-wrap {
  width: 100%;
}
.grid .main {
  min-height: 1px;
  margin-left: 245px;
}
.grid .sidebar {
  width: 230px;
  margin-left: -1100px;
}
/* 右面230px，左面适应 */
.grid-inverse .main {
  margin-left: 0;
  margin-right: 245px;
}
.grid-inverse .sidebar {
  margin-left: -240px;
}
@font-face {
  font-family: 'fontello';
  src: url("/css/Search_Xuqiu/fontello.eot?20141027");
  src: url("/css/Search_Xuqiu/fontello.eot?20141027#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("/css/Search/fontello.woff?20141027") format('woff'), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */ url("/css/Search_Xuqiu/fontello.ttf?20141027") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("/css/Search_Xuqiu/fontello.svg?20141027#fontello") format('svg');
  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.ui-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #d2d2d2;
  *border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active,
.ui-btn.active,
.ui-btn.disabled,
.ui-btn[disabled] {
  color: #333;
}
.ui-btn:first-child {
  *margin-left: 0;
}
.ui-btn:hover,
.ui-btn:focus {
  text-decoration: none;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -o-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: linear-gradient(to bottom, #f5f5f5, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe7e7e7', GradientType=0);
}
.ui-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-btn.active,
.ui-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn-inverse {
  color: #ffffff;
  background-color: #00A0FF;
  border-color: #00A0FF;
}
.ui-btn-inverse:hover,
.ui-btn-inverse:focus,
.ui-btn-inverse:active,
.ui-btn-inverse.active {
  color: #ffffff;
}
.ui-btn-hover:hover,
.ui-btn-info:hover,
.ui-btn-info:focus,
.ui-btn-inverse:hover,
.ui-btn-inverse:focus {
  background-color: #00A0FF;
  background-image: -moz-linear-gradient(top, #00A0FF, #008BE0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A0FF), to(#008BE0));
  background-image: -webkit-linear-gradient(top, #00A0FF, #008BE0);
  background-image: -o-linear-gradient(top, #00A0FF, #008BE0);
  background-image: linear-gradient(to bottom, #00A0FF, #008BE0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9e3a', endColorstr='#ffff870f', GradientType=0);
}
button.ui-btn,
input[type="submit"].ui-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn::-moz-focus-inner,
input[type="submit"].ui-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.ui-btn.ui-btn-large,
input[type="submit"].ui-btn.ui-btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.ui-btn.ui-btn-small,
input[type="submit"].ui-btn.ui-btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn.ui-btn-mini,
input[type="submit"].ui-btn.ui-btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.ui-btn-link,
.ui-btn-link:active,
.ui-btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-btn-link:hover,
.ui-btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ui-btn-link[disabled]:hover,
.ui-btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .ui-btn,
.input-prepend .ui-btn,
.input-append .ui-btn-group > .dropdown-toggle,
.input-prepend .ui-btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .ui-btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .ui-btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .ui-btn-group .ui-btn:last-child,
.input-append select + .ui-btn-group .ui-btn:last-child,
.input-append .uneditable-input + .ui-btn-group .ui-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .ui-btn,
.input-append .ui-btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .ui-btn:last-child,
.input-append .ui-btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .ui-btn-group .ui-btn,
.input-prepend.input-append select + .ui-btn-group .ui-btn,
.input-prepend.input-append .uneditable-input + .ui-btn-group .ui-btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .ui-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .ui-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .ui-btn-group:first-child {
  margin-left: 0;
}
.ui-form-search {
  margin-bottom: 0;
}
.ui-form-search .search-query {
  width: 420px;
  border-radius: 0;
}
.ui-form-search .input-append .ui-btn-inverse {
  position: relative;
  z-index: 1;
  padding: 4px 14px;
  border-radius: 0;
  border-color: #ff933b;
}
.ui-form-minisearch {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.ui-form-minisearch .search-query {
  width: 110px;
  font-size: 12px;
  padding-right: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
.ui-form-minisearch .ui-btn-link {
  margin-left: -40px;
  color: #bebebe;
}
.ui-form-minisearch .ui-btn-link:hover,
.ui-form-minisearch .ui-btn-link:focus {
  color: #ff6600;
  text-decoration: none;
}
table {
  max-width: 100%;
  background-color: transparent;
}
.ui-dropdown {
  display: inline-block;
  position: relative;
  *display: inline;
  
  *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;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.ui-dropdown-hd:hover {
  text-decoration: underline;
  color: #ff6600;
}
.ui-dropdown-menu {
  display: none;
}
.ui-dropdown.hover .ui-dropdown-hd,
.ui-dropdown:hover .ui-dropdown-hd {
  position: relative;
  z-index: 1;
  border: solid #bfbfbf;
  padding: 0 13px 1px 7px;
  border-width: 1px 1px 0;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-hd b,
.ui-dropdown:hover .ui-dropdown-hd b {
  border-color: #fff #fff #666\9;
  top: 3px;
  top: 6px\9;
  *top: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.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 {
  padding: 2px 5px;
}
.ui-dropdown.hover .ui-dropdown-menu.fr,
.ui-dropdown:hover .ui-dropdown-menu.fr {
  left: auto;
  right: 0;
}
.ui-header {
  position: relative;
  background: #FFF;
  z-index: 20;
}
.ui-header-top {
  height: 25px;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  line-height: 25px;
  color: #333;
  width: 100%;
  z-index: 210;
}
.ui-header-top .current-site {
  margin-left: 14px;
  font-weight: bold;
}
.ui-header-bd {
  height: 77px;
  padding: 35px 0 15px;
}
.ui-header-bd .ui-logo {
  position: relative;
  margin: -15px 0;
  width: 400px;
}
.ui-header-bd .ui-logo .ui-logo-main img {
  height: 85px;
  width: 159px;
}
.ui-header-bd .ui-logo-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 124px;
  width: 235px;
  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;
}
.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;
  border: 1px solid #00A0FF;
  background: #00A0FF;
}
.ui-header-entry .ui-header-task-entry a.ui-header-task-entry-link {
  color: #fff;
  padding-right: 18px;
  padding-left: 18px;
}
.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: 1px 18px;
}
.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 {
  background: url("/images/Search_Xuqiu/taskbgs.png") no-repeat left center;
  background-repeat: no-repeat;
  color: #9C9C9C;
  margin-bottom: 17px;
  padding-left: 56px;
  padding-top: 5px;
  font-size: 12px;
}
.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/Search_Xuqiu/taskbgs.png") no-repeat 0 0;
  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;
}
.ui-header-search {
  margin-right: 10px;
  /* 搜索框默认搜索提示 */
}
.ui-header-search .search-query,
.ui-header-search .input-append .ui-btn-inverse {
  padding-top: 10px;
  padding-bottom: 9px;
  border: 3px solid #00A0FF;
}
.ui-header-search .search-query {
  width: 360px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 10px 6px 9px 90px;
  vertical-align: top;
  outline: 0;
}
.ui-header-search input.search-query:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #00a0ff;
}
.ui-header-search .input-append {
  margin-bottom: 0;
}
.ui-header-search .input-append .ui-btn-inverse {
  font-size: 14px;
  line-height: 20px;
  background: #00A0FF;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.ui-header-search .ui-dropdown-hd {
  background: #f6f6f6;
  padding: 10px 10px 9px 15px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #f6f6f6;
}
.ui-header-search .ui-dropdown-hd span {
  display: inline-block;
  width: 50px;
}
.ui-header-search .ui-dropdown-hd .iconfont {
  color: #cbcbcb;
}
.ui-header-search .ui-dropdown {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 3px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd {
  padding: 10px 10px 9px 15px;
  border-width: 0 1px;
  border-left-color: #f6f6f6;
  border-right-color: #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd:hover {
  text-decoration: none;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu {
  margin-top: -1px;
  padding: 0;
  border-top: none;
  min-width: 82px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 15px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a:hover {
  text-decoration: none;
  background: #eee;
}
.ui-header-search .placeholder-tip {
  color: #9c9c9c;
  font-size: 14px;
  top: 13px;
  left: 94px;
  position: absolute;
  z-index: 3;
}
.ui-header-bd-delimiter {
  margin-top: 16px;
  color: #ccc;
}
.ui-header-search-hotwords {
  color: #999;
  display: none;
  overflow: hidden;
  width: 525px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-family: simsun, serif;
}
.ui-header-search-hotwords a {
  color: #999;
  margin-right: 13px;
  font-size: 12px;
  line-height: 1;
}
.ui-header-search-hotwords a:hover {
  text-decoration: underline;
  color: #F60;
}
.ui-header-search-hotwords .hot {
  color: #ff9000;
}
.ui-header-hashotwords .ui-header-search-hotwords {
  display: block;
}
.ui-header .item-userinfo .nouserinfo {
  padding: 0!important;
}
.ui-menu {
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 19;
  background: #1CA0E6;
}
.ui-menu .main-wrap {
  border-bottom: 2px solid #1CA0E6;
}
.ui-menu .sidebar {
  width: 190px;
}
.ui-menu .grid .main {
  margin-left: 190px;
}
.ui-menu-bd a,
.ui-menu-ext,
.ui-menu-sidebar {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.ui-menu-bd {
  float: left;
  margin-bottom: 0;
}
.ui-menu-bd a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.ui-menu-bd a:hover,
.ui-menu-bd li.cur {
  /*border-bottom: 3px solid #FFF;
  height: 35px;*/
}
.ui-menu-ext {
  float: left;
  width: 159px;
  margin-top: -1px;
  border: 1px solid #c10000;
  background-color: #db3e00;
  text-align: center;
}
.ui-menu-ext-pic {
  float: right;
  width: 70px;
  height: 17px;
  margin-top: 13px;
  text-align: center;
  border: none;
  background: url('../../../t5s/index/img/market.png?t=20140415') no-repeat;
  position: relative;
}
.ui-menu-ext-pic a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  line-height: 17px;
}
.ui-menu-ext a {
  color: #fff;
  display: block;
}
.ui-menu-sidebar {
  background: #f27302;
  text-align: center;
}
.ui-menu-sidebar a {
  color: #fff;
}
.ui-menu-sidebar a:hover {
  color: #fff;
  text-decoration: none;
}
.ui-menu-bd a:hover,
.ui-menu-ext a:hover {
  text-decoration: none;
}
.ui-menu-special {
  float: right;
  border-left: none;
}
.ui-menu-special a {
  font: normal 12px/38px "宋体";
  color: #fff;
  padding: 0 10px;
}
.ui-menu-bd .ui-menu-special {
  display: none;
}
.ui-footer {
  background: #fff;
}
.ui-footer-hd {
  padding: 30px 0;
  background: #363636;
  color: #999;
  margin-bottom: 15px;
}
.ui-footer-hd a {
  color: #999;
}
.ui-footer-hd dl {
  float: left;
  width: 16.6%;
  margin: 0;
}
.ui-footer-hd dl.item-app {
  text-align: center;
  margin-left: -30px;
}
.ui-footer-hd dt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ccc;
  font-family: "Microsoft YaHei", sans-serif;
}
.ui-footer-hd dd {
  margin-left: 0;
  line-height: 25px;
}
.ui-footer-hd .item-contact {
  text-align: center;
}
.ui-footer-hd .item-contact dt {
  font-size: 22px;
}
.ui-footer-hd .item-contact .item-chat {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 5px;
  display: block;
}
.ui-footer-hd .item-contact .item-chat:hover .zbj-bottomtip-pos {
  display: block;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip-pos {
  display: none;
  border: none;
  background-color: transparent;
  margin-top: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip {
  margin-left: -48px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #646464;
  color: #a9a9a9;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow {
  top: -10px;
  left: 42%;
  border-width: 5px;
  border-bottom-color: #646464;
  margin-left: -11px;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow > i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  _border-style: dashed;
  border-color: transparent;
  top: -10px;
  left: 35%;
  border-width: 5px;
  border-bottom-color: #646464;
}
.ui-footer-hd .item-contact .item-sns {
  border-top: 1px solid #434343;
  padding-top: 5px;
}
=======
﻿/**
    * @description : 
    * @author: laotan(2013-08-05)
    * @update: laotan(2013-08-06)
**/
.codechange {
  color: #fff;
}
/**
normalize
============
Created：**laotan** <span class="gray">（2013/07/24 15:06:26）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

## 为何采用normalize

* 保留有用的默认值，区别完全重置(reset)
* 让浏览器渲染表现得统一
* 是新一代CSS库普遍采用的形式

项目地址: normalize.css v1.1.2 | <http://git.io/normalize>
**/

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0 0 0 0px;
}
ul,
ol {
  padding: 0;
}
li {
  line-height: 20px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
svg:not(:root) {/*隐藏 SVG图片溢出*/
  overflow: hidden;
}
input[type="search"] {/*并排框*/
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*使 div 元素看上去像一个像  别的对象：*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
全局基础样式
============
Created：**laotan** <span class="gray">（2013/08/05 18:03:15）</span>

Updated：**laotan** <span id="updateTime"></span>

---------------------------------------

关于组件库
----------
引用自[**Bootstrap 2.3**](http://twitter.github.io/bootstrap/)， 结合网站自身特性和团队编码风格，进行了本地化修改。

去掉了原框架部分特性，新增了一些自有组件，改变了组件命名风格（加`ui`前缀，避免耦合）

--------

通用样式
----------
* 定义的全局 `font-size` 是**12px**
* `.highlight` 和 `.gray`分别设置文字颜色为 <span class="highlight">高亮</span> 和 <span class="gray">灰色</span>
* `.yahei`设置字体为<span class="yahei">微软雅黑</span>
* `.fl`设置向左浮动
* `.fr`设置向右浮动
* `.hide-txt`设置文字隐藏，不占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `.hide` 和 `.show`作为显隐开关，一般供js使用
* `.invisible`设置元素不可见，占页面空间，不影响非正常用户阅读体验（搜索spider，屏幕阅读器）
* `clearfix`清除浮动
* `split`分隔符 <span class="split">|</span>

**/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
}
/* =====超链===== */
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* =====字体===== */
.highlight,
a.highlight {
  color: #ff0000;
}
.gray,
a.gray {
  color: #999;
}
.blue,
a.blue {
  color: #0b73bb;
}
.yahei {
  font-family: "Microsoft YaHei", sans-serif;
}
.split {
  display: inline-block;
  padding: 0 5px;
  color: #e5e5e5;
}
/* =====浮动===== */
.fr {
  float: right;
}
.fl {
  float: left;
  display: inline;
}
/* =====文字隐藏===== */
/*.hide-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}*/
/* =====开关===== */
.hide {
  display: none;
}
.show {
  display: block;
}
/* ===== 清除浮动 ===== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* ===== 列表 ===== */
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none;
}
dl.unstyled dt {
  font-weight: 400;
}
dl.unstyled dd {
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
/* ===== 布局 ===== */
.grid {
  width: 1101px;
  margin: 0px auto;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid:after {
  clear: both;
}
.grid .main-wrap,
.grid .sidebar {
  float: left;
}
/* 左面230px，右面适应 */
.grid .main-wrap {
  width: 100%;
}
.grid .main {
  min-height: 1px;
  margin-left: 245px;
}
.grid .sidebar {
  width: 230px;
  margin-left: -1100px;
}
/* 右面230px，左面适应 */
.grid-inverse .main {
  margin-left: 0;
  margin-right: 245px;
}
.grid-inverse .sidebar {
  margin-left: -240px;
}
@font-face {
  font-family: 'fontello';
  src: url("/css/Search_Xuqiu/fontello.eot?20141027");
  src: url("/css/Search_Xuqiu/fontello.eot?20141027#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("/css/Search/fontello.woff?20141027") format('woff'), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */ url("/css/Search_Xuqiu/fontello.ttf?20141027") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("/css/Search_Xuqiu/fontello.svg?20141027#fontello") format('svg');
  /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.ui-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #d2d2d2;
  *border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active,
.ui-btn.active,
.ui-btn.disabled,
.ui-btn[disabled] {
  color: #333;
}
.ui-btn:first-child {
  *margin-left: 0;
}
.ui-btn:hover,
.ui-btn:focus {
  text-decoration: none;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: -o-linear-gradient(top, #f5f5f5, #e7e7e7);
  background-image: linear-gradient(to bottom, #f5f5f5, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe7e7e7', GradientType=0);
}
.ui-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-btn.active,
.ui-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-btn-inverse {
  color: #ffffff;
  background-color: #00A0FF;
  border-color: #00A0FF;
}
.ui-btn-inverse:hover,
.ui-btn-inverse:focus,
.ui-btn-inverse:active,
.ui-btn-inverse.active {
  color: #ffffff;
}
.ui-btn-hover:hover,
.ui-btn-info:hover,
.ui-btn-info:focus,
.ui-btn-inverse:hover,
.ui-btn-inverse:focus {
  background-color: #00A0FF;
  background-image: -moz-linear-gradient(top, #00A0FF, #008BE0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A0FF), to(#008BE0));
  background-image: -webkit-linear-gradient(top, #00A0FF, #008BE0);
  background-image: -o-linear-gradient(top, #00A0FF, #008BE0);
  background-image: linear-gradient(to bottom, #00A0FF, #008BE0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9e3a', endColorstr='#ffff870f', GradientType=0);
}
button.ui-btn,
input[type="submit"].ui-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn::-moz-focus-inner,
input[type="submit"].ui-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.ui-btn.ui-btn-large,
input[type="submit"].ui-btn.ui-btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.ui-btn.ui-btn-small,
input[type="submit"].ui-btn.ui-btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.ui-btn.ui-btn-mini,
input[type="submit"].ui-btn.ui-btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.ui-btn-link,
.ui-btn-link:active,
.ui-btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-btn-link:hover,
.ui-btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ui-btn-link[disabled]:hover,
.ui-btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .ui-btn,
.input-prepend .ui-btn,
.input-append .ui-btn-group > .dropdown-toggle,
.input-prepend .ui-btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .ui-btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .ui-btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .ui-btn-group .ui-btn:last-child,
.input-append select + .ui-btn-group .ui-btn:last-child,
.input-append .uneditable-input + .ui-btn-group .ui-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .ui-btn,
.input-append .ui-btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .ui-btn:last-child,
.input-append .ui-btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .ui-btn-group .ui-btn,
.input-prepend.input-append select + .ui-btn-group .ui-btn,
.input-prepend.input-append .uneditable-input + .ui-btn-group .ui-btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .ui-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .ui-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .ui-btn-group:first-child {
  margin-left: 0;
}
.ui-form-search {
  margin-bottom: 0;
}
.ui-form-search .search-query {
  width: 420px;
  border-radius: 0;
}
.ui-form-search .input-append .ui-btn-inverse {
  position: relative;
  z-index: 1;
  padding: 4px 14px;
  border-radius: 0;
  border-color: #ff933b;
}
.ui-form-minisearch {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.ui-form-minisearch .search-query {
  width: 110px;
  font-size: 12px;
  padding-right: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
.ui-form-minisearch .ui-btn-link {
  margin-left: -40px;
  color: #bebebe;
}
.ui-form-minisearch .ui-btn-link:hover,
.ui-form-minisearch .ui-btn-link:focus {
  color: #ff6600;
  text-decoration: none;
}
table {
  max-width: 100%;
  background-color: transparent;
}
.ui-dropdown {
  display: inline-block;
  position: relative;
  *display: inline;
  
  *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;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.ui-dropdown-hd:hover {
  text-decoration: underline;
  color: #1CA0E6;
}
.ui-dropdown-menu {
  display: none;
}
.ui-dropdown.hover .ui-dropdown-hd,
.ui-dropdown:hover .ui-dropdown-hd {
  position: relative;
  z-index: 1;
  border: solid #bfbfbf;
  padding: 0 13px 1px 7px;
  border-width: 1px 1px 0;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-hd b,
.ui-dropdown:hover .ui-dropdown-hd b {
  border-color: #fff #fff #666\9;
  top: 3px;
  top: 6px\9;
  *top: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.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 {
  padding: 2px 5px;
}
.ui-dropdown.hover .ui-dropdown-menu.fr,
.ui-dropdown:hover .ui-dropdown-menu.fr {
  left: auto;
  right: 0;
}
.ui-header {
  position: relative;
  background: #FFF;
  z-index: 20;
}
.ui-header-top {
  height: 25px;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  line-height: 25px;
  color: #333;
  width: 100%;
  z-index: 210;
}
.ui-header-top .current-site {
  margin-left: 14px;
  font-weight: bold;
}
.ui-header-bd {
  height: 77px;
  padding: 35px 0 15px;
}
.ui-header-bd .ui-logo {
  position: relative;
  margin: -15px 0;
  width: 400px;
}
.ui-header-bd .ui-logo .ui-logo-main img {
  height: 85px;
  width: 159px;
}
.ui-header-bd .ui-logo-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 124px;
  width: 235px;
  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;
}
.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;
  border: 1px solid #00A0FF;
  background: #00A0FF;
}
.ui-header-entry .ui-header-task-entry a.ui-header-task-entry-link {
  color: #fff;
  padding-right: 18px;
  padding-left: 18px;
}
.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: 1px 18px;
}
.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 {
  background: url("/images/Search_Xuqiu/taskbgs.png") no-repeat left center;
  background-repeat: no-repeat;
  color: #9C9C9C;
  margin-bottom: 17px;
  padding-left: 56px;
  padding-top: 5px;
  font-size: 12px;
}
.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/Search_Xuqiu/taskbgs.png") no-repeat 0 0;
  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;
}
.ui-header-search {
  margin-right: 8px;
  /* 搜索框默认搜索提示 */
}
.ui-header-search .search-query,
.ui-header-search .input-append .ui-btn-inverse {
  padding-top: 10px;
  padding-bottom: 9px;
  border: 3px solid #00A0FF;
}
.ui-header-search .search-query {
  width: 360px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 10px 6px 9px 90px;
  vertical-align: top;
  outline: 0;
}
.ui-header-search input.search-query:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #00a0ff;
}
.ui-header-search .input-append {
  margin-bottom: 0;
}
.ui-header-search .input-append .ui-btn-inverse {
  font-size: 14px;
  line-height: 20px;
  background: #00A0FF;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.ui-header-search .ui-dropdown-hd {
  background: #f6f6f6;
  padding: 10px 10px 9px 15px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #f6f6f6;
}
.ui-header-search .ui-dropdown-hd span {
  display: inline-block;
  width: 50px;
}
.ui-header-search .ui-dropdown-hd .iconfont {
  color: #cbcbcb;
}
.ui-header-search .ui-dropdown {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 3px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd {
  padding: 10px 10px 9px 15px;
  border-width: 0 1px;
  border-left-color: #f6f6f6;
  border-right-color: #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd:hover {
  text-decoration: none;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu {
  margin-top: -1px;
  padding: 0;
  border-top: none;
  min-width: 82px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 15px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a:hover {
  text-decoration: none;
  background: #eee;
}
.ui-header-search .placeholder-tip {
  color: #9c9c9c;
  font-size: 14px;
  top: 13px;
  left: 94px;
  position: absolute;
  z-index: 3;
}
.ui-header-bd-delimiter {
  margin-top: 16px;
  color: #ccc;
}
.ui-header-search-hotwords {
  color: #999;
  display: none;
  overflow: hidden;
  width: 525px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-family: simsun, serif;
}
.ui-header-search-hotwords a {
  color: #999;
  margin-right: 13px;
  font-size: 12px;
  line-height: 1;
}
.ui-header-search-hotwords a:hover {
  text-decoration: underline;
  color: #F60;
}
.ui-header-search-hotwords .hot {
  color: #ff9000;
}
.ui-header-hashotwords .ui-header-search-hotwords {
  display: block;
}
.ui-header .item-userinfo .nouserinfo {
  padding: 0!important;
}
.ui-menu {
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 19;
  background: #1CA0E6;
}
.ui-menu .main-wrap {
  border-bottom: 2px solid #1CA0E6;
}
.ui-menu .sidebar {
  width: 190px;
}
.ui-menu .grid .main {
  margin-left: 190px;
}
.ui-menu-bd a,
.ui-menu-ext,
.ui-menu-sidebar {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.ui-menu-bd {
  float: left;
  margin-bottom: 0;
}
.ui-menu-bd a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.ui-menu-bd a:hover,
.ui-menu-bd li.cur {
  /*border-bottom: 3px solid #FFF;
  height: 35px;*/
}
.ui-menu-ext {
  float: left;
  width: 159px;
  margin-top: -1px;
  border: 1px solid #c10000;
  background-color: #db3e00;
  text-align: center;
}
.ui-menu-ext-pic {
  float: right;
  width: 70px;
  height: 17px;
  margin-top: 13px;
  text-align: center;
  border: none;
  background: url('../../../t5s/index/img/market.png?t=20140415') no-repeat;
  position: relative;
}
.ui-menu-ext-pic a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  line-height: 17px;
}
.ui-menu-ext a {
  color: #fff;
  display: block;
}
.ui-menu-sidebar {
  background: #f27302;
  text-align: center;
}
.ui-menu-sidebar a {
  color: #fff;
}
.ui-menu-sidebar a:hover {
  color: #fff;
  text-decoration: none;
}
.ui-menu-bd a:hover,
.ui-menu-ext a:hover {
  text-decoration: none;
}
.ui-menu-special {
  float: right;
  border-left: none;
}
.ui-menu-special a {
  font: normal 12px/38px "宋体";
  color: #fff;
  padding: 0 10px;
}
.ui-menu-bd .ui-menu-special {
  display: none;
}
.ui-footer {
  background: #fff;
}
.ui-footer-hd {
  padding: 30px 0;
  background: #363636;
  color: #999;
  margin-bottom: 15px;
}
.ui-footer-hd a {
  color: #999;
}
.ui-footer-hd dl {
  float: left;
  width: 16.6%;
  margin: 0;
}
.ui-footer-hd dl.item-app {
  text-align: center;
  margin-left: -30px;
}
.ui-footer-hd dt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ccc;
  font-family: "Microsoft YaHei", sans-serif;
}
.ui-footer-hd dd {
  margin-left: 0;
  line-height: 25px;
}
.ui-footer-hd .item-contact {
  text-align: center;
}
.ui-footer-hd .item-contact dt {
  font-size: 22px;
}
.ui-footer-hd .item-contact .item-chat {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 5px;
  display: block;
}
.ui-footer-hd .item-contact .item-chat:hover .zbj-bottomtip-pos {
  display: block;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip-pos {
  display: none;
  border: none;
  background-color: transparent;
  margin-top: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip {
  margin-left: -48px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #646464;
  color: #a9a9a9;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow {
  top: -10px;
  left: 42%;
  border-width: 5px;
  border-bottom-color: #646464;
  margin-left: -11px;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow > i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  _border-style: dashed;
  border-color: transparent;
  top: -10px;
  left: 35%;
  border-width: 5px;
  border-bottom-color: #646464;
}
.ui-footer-hd .item-contact .item-sns {
  border-top: 1px solid #434343;
  padding-top: 5px;
}
>>>>>>> .r3698
.ui-tools-bottom .ui-ico {
vertical-align: middle;
}
.ui-ico-mobile {
background-position: -188px -165px;
<<<<<<< .mine
}
.ui-footer-hd .item-contact .item-sns .ui-ico {
  margin-right: 5px;
}
.ui-footer-bd {
  text-align: center;
  padding-bottom: 20px;
}
.ui-footer-exlink,
.ui-footer-sitelink {
  line-height: 30px;
}
.ui-footer-sitelink a {
  color: #666;
}
.ui-footer-exlink a {
  margin-right: 5px;
  color: #999;
}
.ui-footer-exlink .item-more {
  font-family: simsun;
}
.ui-footer-copyright {
  margin-bottom: 10px;
}
.ui-footer-copyright a {
  color: #999;
}
.ui-footer-gov a {
  display: inline-block;
  margin-left: 20px;
}
.ui-footer-gov a .item-txt {
  display: none;
}
.ui-footer-mini .ui-footer-hd {
  display: none;
}
/**
 * 机会样式
 */
.jh-slideblock {
  font-family: 'microsoft yahei';
  position: relative;
}
.jh-slideblock input {
  font-family: inherit;
}
.jh-slideblock .quickpub-hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  height: 41px;
  background: #ff9400;
  line-height: 41px;
  text-align: center;
}
.jh-slideblock .quickpub-hd p {
  text-align: center;
  height: 39px;
  line-height: 39px;
  margin: 0px;
  color: #701719;
}
.jh-slideblock .ui-btn-inverse {
  display: block;
  border-color: #ff7200;
  background-color: #ff7200;
}
.quickpub-phone,
.quickpub-user {
  padding: 0px;
  width: 163px;
  height: 31px;
  color: #999;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding-left: 31px;
  border: 1px solid #d9d9d9;
}
.quickpub-phone input,
.quickpub-user input {
  padding: 0px 0px 0px 8px;
  height: 31px;
  line-height: 31px;
  width: 154px;
  border: none;
  border-left: 1px solid #d9d9d9;
  font-size:12px;
}
.quickpub-phone {
  background: url('/images/Search_XUqiu/bg-quick-pub-phone.jpg') no-repeat 9px center;
}
.quickpub-user {
  background: url('/images/Search_XUqiu/bg-quick-pub-user.jpg') no-repeat 9px center;
}
.quickpub-type {
  background: url('/images/Search_XUqiu/bg-quick-pub-type.png') no-repeat 9px center;
  position: relative;
}
.quickpub-type .quickpub-type-pointer {
  position: absolute;
  width: 18px;
  height: 31px;
  background: #f8f9f9;
  right: 0px;
  top: 0px;
  border-left: 1px solid #d9d9d9;
}
.quickpub-type .quickpub-type-pointer em {
  display: block;
  width: 10px;
  height: 6px;
  margin: 12px auto 0px;
  background: url('/images/Search_XUqiu/btn-type-pointer.jpg') no-repeat;
}
.quickpub-type .quickpub-type-pointer em.open {
  transform: rotate(180deg);
}
.quickpub-type input {
  background: none;
  cursor: default;
}
.quickpub-type .quickpub-type-combo {
  position: absolute;
  top: 31px;
  left: -1px;
  width: 194px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 3px;
  display: none;
}
.quickpub-type .quickpub-type-combo ul {
  overflow: hidden;
  list-style: none;
  margin-left: 9px;
}
.quickpub-type .quickpub-type-combo ul li {
  float: left;
  width: 90px;
  height: 20px;
  color: #333;
  margin: 0px;
  cursor: pointer;
}
.quickpub-type .quickpub-type-combo ul li:hover {
  color: #ff9400;
}
.jh-slideblock .quickpub-ft {
  text-align: center;
  color: #f6856a;
  margin: 10px auto 17px;
}
.jh-slideblock .quickpub-ft .quickpub-num {
  color: #999;
  margin-top: 4px;
}
.jh-slideblock .quickpub-ft .quickpub-note {
  color: #946e6f;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#quickpub-sideblock-submit {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 33px;
  line-height: 33px;
}
.jh-slideblock .quickpub-act {
  display: block;
  width: 196px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 16px auto 0px;
  overflow: hidden;
}
.sidebar {
  position: relative;
  float: left;
  width: 170px;
  z-index: 1;
}
.sidebar.new-silde-nav {
  background: #ff7900;
}
.sidebar .tit {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f60;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: Microsoft Yahei;
  margin: 0;
}
.sidebar .tit i.iconfont {
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  font-size: 18px;
  background-color: #f60;
}
.sidebar .list-type {
  padding: 0;
  margin: 0;
  background: #ff7900;
  font-size: 14px;
  position: absolute;
  height: 500px;
  width: 100%;
  left: 0;
  top: 40px;
  display: none;
}
.sidebar .list-type li {
  list-style: none;
  font-family: Microsoft Yahei;
  overflow: hidden;
  transition: background 0.2s, padding-left 0.2s;
  -webkit-transition: background 0.2s, padding-left 0.2s;
}
.sidebar .list-type li:hover {
  padding-left: 5px;
  text-decoration: none;
  background: #ff9000;
}
.sidebar .list-type li > a {
  display: block;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.sidebar .list-type i {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  background: url(../../common/img/ico-menu.png) no-repeat center;
  vertical-align: middle;
}
.sidebar .list-type .icon-ppsj {
  height: 19px;
  width: 25px;
  background-position: 0 0px;
}
.sidebar .list-type .icon-pmsj {
  background-position: 0 -30px;
}
.sidebar .list-type .icon-wd {
  background-position: 0 -71px;
}
.sidebar .list-type .icon-wa {
  background-position: 0 -109px;
}
.sidebar .list-type .icon-wzkf {
  background-position: 0 -147px;
}
.sidebar .list-type .icon-rj {
  background-position: 0 -186px;
}
.sidebar .list-type .icon-dmyy {
  background-position: 0 -224px;
}
.sidebar .list-type .icon-zxfw {
  background-position: 0 -261px;
}
.sidebar .list-type .icon-fz {
  background-position: 0 -299px;
}
.sidebar .list-type .icon-yxkf {
  background-position: 0 -337px;
}
.sidebar .list-type .icon-zx {
  background-position: 0 -374px;
}
.sidebar .list-type .icon-zrfw {
  background-position: 0 -415px;
}
.sidebar .list-type .icon-jz {
  background-position: 0 -451px;
}
.sidebar .menu-img {
  width: 220px;
  float: left;
  overflow: hidden;
  display: none;
}
.sidebar .menu-img img {
  width: 220px;
  height: 165px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.collapse-menu {
  position: absolute;
  top: 0;
  left: 190px;
  height: 498px;
  width: 460px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: none;
}
.collapse-menu .menu-list {
  float: left;
  height: 100%;
  width: 460px;
  border-right: 1px solid #ddd;
  box-shadow: 1px 0px 4px #ddd;
  color: #000;
}
.collapse-menu .menu-list dl {
  margin: 15px 20px;
  overflow: hidden;
  max-height: 100px;
  box-sizing: border-box;
}
.collapse-menu .menu-list dl .menu-subtitle {
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.collapse-menu .menu-list dl dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  display: inline;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
.collapse-menu .menu-list dl dt:hover {
  color: #ff9000;
}
.collapse-menu .menu-list dl dd {
  padding-right: 15px;
  font-size: 12px;
  line-height: 1;
  margin-left: 0;
  margin-top: 12px;
  display: inline-block;
}
.collapse-menu .menu-list dl dd a {
  color: #868686;
}
.collapse-menu .menu-list dl dd a i {
  position: relative;
  top: -10px;
  display: inline-block;
  height: 16px;
  width: 13px;
  background: url(/images/Search_XUqiu/hot-icon.png) no-repeat;
  left: -5px;
}
.collapse-menu .menu-list dl dd a:hover {
  text-decoration: underline;
}
.collapse-menu .menu-list dl a {
  color: #000;
}
.collapse-menu .menu-list dl a:hover {
  color: #ff9000;
}
.collapse-menu .menu-list dl .hot-words {
  color: #ff7900;
}
.collapse-menu .menu-list .first-item {
  border-top: none;
}
body.t5s .ui-menu .sidebar a {
  color: #000;
}
body.t5s .ui-menu .sidebar a:hover {
  color: #ff7900;
}
.menu-list-title {
  height: 38px;
  line-height: 38px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  color: #fff;
  cursor: default;
}
.menu-list-title:hover {
  background: #ff9400;
}
.menu-list-title .menu-list-link {
  cursor: pointer;
  color: #fff;
}
.menu-list-title .menu-list-link:link {
  color: #fff;
}
.menu-list-title .menu-list-link:hover,
.menu-list-title .menu-list-link:visited,
.menu-list-title .menu-list-link:active {
  color: #fff;
  text-decoration: underline;
}
body.t5s .ui-menu .sidebar .menu-list-link {
  color: #fff;
}
body.t5s .ui-menu .sidebar .menu-list-link:hover {
  color: #fff;
}
.new-quickpub-sideblock {
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-bottom: 5px;
}
.new-quickpub-sideblock input,
.new-quickpub-sideblock #J-ct-mobile,
.new-quickpub-sideblock #J-ct-name {
  outline: none;
  box-shadow: none;
  box-shadow: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.new-quickpub-sideblock #J-ct-mobile:focus,
.new-quickpub-sideblock #J-ct-name:focus,
.new-quickpub-sideblock input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d2d2d2;
}
.new-quickpub-sideblock #J-ct-type {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 128px;
}
.new-quickpub-sideblock .quickpub-hd {
  position: relative;
}
.new-quickpub-sideblock .quickpub-hd .header-img {
  width: 100%;
  max-height: 125px;
}
.new-quickpub-sideblock .quickpub-hd .header-text {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock .quickpub-hd .header-text p {
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: 130px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
}
.new-quickpub-sideblock .quickpub-hd .header-text p.title {
  font-weight: 600;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll {
  height: 20px;
  line-height: 20px;
  margin: 10px 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll ul,
.new-quickpub-sideblock .quickpub-hd .person-info-scroll li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  color: #999;
  width: 70px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.name {
  width: 30px;
  color: #666;
  margin-right: 5px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.fr {
  width: 75px;
  text-align: right;
}
.new-quickpub-sideblock .footer-tab {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 15px;
}
.new-quickpub-sideblock .footer-tab span {
  display: inline-block;
  width: 31%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  font-family: sans-serif;
}
.new-quickpub-sideblock .footer-tab span.last {
  border-right: 0;
}
.new-quickpub-sideblock .footer-tab span:hover,
.new-quickpub-sideblock .footer-tab span.active {
  color: #ff9000;
}
.new-quickpub-sideblock .footer-tab span .icon-left {
  vertical-align: -3px;
  height: 15px;
  max-width: 17px;
  margin-right: 7px;
}
.new-quickpub-sideblock .footer-tab .ui-switchable-active {
  color: #ff9000;
}
.new-quickpub-sideblock .quickpub-note-slide {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-note-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel {
  list-style: none;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel span {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #ff9000;
  background-color: #fff2e2;
  border-radius: 10px;
  display: inline-block;
  padding: 0px 8px;
  font-family: sans-serif;
  margin: 0 10px;
}
.new-quickpub-sideblock .quickpub-act .ui-btn {
  font-size: 15px;
  font-family: sans-serif;
}
.new-quickpub-sideblock.channel-index {
  width: 260px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone,
.new-quickpub-sideblock.channel-index .quickpub-user {
  width: 195px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone input,
.new-quickpub-sideblock.channel-index .quickpub-user input {
  width: 185px;
}
.new-quickpub-sideblock.channel-index .quickpub-act {
  width: 230px;
}
.new-quickpub-sideblock.channel-index .quickpub-act .ui-btn {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff9000;
  border-color: #ff9000;
}
.new-quickpub-sideblock.channel-index .quickpub-hd .person-info-scroll {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span .icon-left {
  vertical-align: middle;
  height: 17px;
  max-width: 20px;
  margin-right: 7px;
}
.new-quickpub-sideblock.channel-page {
  width: 225px;
}
.new-quickpub-sideblock.task_page .header-text {
  font-size: 12px;
  top: 11px;
  left: 11px;
}
.new-quickpub-sideblock.task_page .header-text p {
  height: 18px;
  line-height: 18px;
}
.new-quickpub-sideblock.task_page .footer-tab span {
  width: 31%;
}
.new-quickpub-sideblock .quickpub-type-combo {
  z-index: 11;
}
/* IE 67 hack 哪天不兼容IE67的时候删除这段样式 */
.ie-update {
  background: #FCF8E3;
  border: 2px solid #FBEED5;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
input,
textarea {
  _width: auto;
}
ul.inline li,
ol.inline li {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  _padding-left: 5px;
  _padding-right: 5px;
}
.ui-breadcrumb .active {
  _background-color: none;
}
.ui-form-search .search-query {
  _padding: 3px;
}
.ui-menu-bd {
  zoom: 1;
  padding: 0;
}
.ui-menu-bd a:hover {
  _color: #fff;
  _overflow: hidden;
}
.ui-menu-ext a:hover {
  _color: #fff;
}
.ui-tab-nav-tips li a {
  _margin-top: 3px;
}
.ui-tab-nav .active {
  *background-color: transparent;
}
.ui-tooltip-arrow {
  _border-style: dashed;
}
.ui-footer {
  _zoom: 1;
}
.ui-footer .ui-foter-link {
  _zoom: 1;
}
.category-title a,
.category-title a:hover {
  _color: #fff;
}
.ui-ico-cs-h {
  width: 136px;
  height: 32px;
  background-position: 0 -198px;
}
.ui-ico-cs-h {
  background: #f60 none repeat scroll 0 0;
  color: #fff;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 136px;
  font-family: "microsoft yahei";
}
||||||| .r2361
}
.ui-footer-hd .item-contact .item-sns .ui-ico {
  margin-right: 5px;
}
.ui-footer-bd {
  text-align: center;
  padding-bottom: 20px;
}
.ui-footer-exlink,
.ui-footer-sitelink {
  line-height: 30px;
}
.ui-footer-sitelink a {
  color: #666;
}
.ui-footer-exlink a {
  margin-right: 5px;
  color: #999;
}
.ui-footer-exlink .item-more {
  font-family: simsun;
}
.ui-footer-copyright {
  margin-bottom: 10px;
}
.ui-footer-copyright a {
  color: #999;
}
.ui-footer-gov a {
  display: inline-block;
  margin-left: 20px;
}
.ui-footer-gov a .item-txt {
  display: none;
}
.ui-footer-mini .ui-footer-hd {
  display: none;
}
/**
 * 机会样式
 */
.jh-slideblock {
  font-family: 'microsoft yahei';
  position: relative;
}
.jh-slideblock input {
  font-family: inherit;
}
.jh-slideblock .quickpub-hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  height: 41px;
  background: #ff9400;
  line-height: 41px;
  text-align: center;
}
.jh-slideblock .quickpub-hd p {
  text-align: center;
  height: 39px;
  line-height: 39px;
  margin: 0px;
  color: #701719;
}
.jh-slideblock .ui-btn-inverse {
  display: block;
  border-color: #1CA1E6;
  background-color: #1CA1E6;
}
.quickpub-phone,
.quickpub-user {
  padding: 0px;
  width: 163px;
  height: 31px;
  color: #999;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding-left: 31px;
  border: 1px solid #d9d9d9;
}
.quickpub-phone input,
.quickpub-user input {
  padding: 0px 0px 0px 8px;
  height: 31px;
  line-height: 31px;
  width: 154px;
  border: none;
  border-left: 1px solid #d9d9d9;
  font-size:12px;
}
.quickpub-phone {
  background: url('/images/Search_XUqiu/bg-quick-pub-phone.jpg') no-repeat 9px center;
}
.quickpub-user {
  background: url('/images/Search_XUqiu/bg-quick-pub-user.jpg') no-repeat 9px center;
}
.quickpub-type {
  background: url('/images/Search_XUqiu/bg-quick-pub-type.png') no-repeat 9px center;
  position: relative;
}
.quickpub-type .quickpub-type-pointer {
  position: absolute;
  width: 18px;
  height: 31px;
  background: #f8f9f9;
  right: 0px;
  top: 0px;
  border-left: 1px solid #d9d9d9;
}
.quickpub-type .quickpub-type-pointer em {
  display: block;
  width: 10px;
  height: 6px;
  margin: 12px auto 0px;
  background: url('/images/Search_XUqiu/btn-type-pointer.jpg') no-repeat;
}
.quickpub-type .quickpub-type-pointer em.open {
  transform: rotate(180deg);
}
.quickpub-type input {
  background: none;
  cursor: default;
}
.quickpub-type .quickpub-type-combo {
  position: absolute;
  top: 31px;
  left: -1px;
  width: 194px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 3px;
  display: none;
}
.quickpub-type .quickpub-type-combo ul {
  overflow: hidden;
  list-style: none;
  margin-left: 9px;
}
.quickpub-type .quickpub-type-combo ul li {
  float: left;
  width: 90px;
  height: 20px;
  color: #333;
  margin: 0px;
  cursor: pointer;
}
.quickpub-type .quickpub-type-combo ul li:hover {
  color: #ff9400;
}
.jh-slideblock .quickpub-ft {
  text-align: center;
  color: #f6856a;
  margin: 10px auto 17px;
}
.jh-slideblock .quickpub-ft .quickpub-num {
  color: #999;
  margin-top: 4px;
}
.jh-slideblock .quickpub-ft .quickpub-note {
  color: #946e6f;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#quickpub-sideblock-submit {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 33px;
  line-height: 33px;
}
.jh-slideblock .quickpub-act {
  display: block;
  width: 196px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 16px auto 0px;
  overflow: hidden;
}
.sidebar {
  position: relative;
  float: left;
  width: 170px;
  z-index: 1;
}
.sidebar.new-silde-nav {
  background: #ff7900;
}
.sidebar .tit {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1A68A6;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: Microsoft Yahei;
  margin: 0;
}
.sidebar .tit i.iconfont {
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  font-size: 18px;
  background-color: #1A68A6;
}
.sidebar .list-type {
  padding: 0;
  margin: 0;
  background: #1F79BF;
  font-size: 14px;
  position: absolute;
  height: 498px;
  width: 100%;
  left: 0;
  top: 40px;
  display: none;
}
.sidebar .list-type li {
  list-style: none;
  font-family: Microsoft Yahei;
  overflow: hidden;
  transition: background 0.2s, padding-left 0.2s;
  -webkit-transition: background 0.2s, padding-left 0.2s;
}
.sidebar .list-type li:hover {
  padding-left: 5px;
  text-decoration: none;
  background: #1CA0E6;
}
.sidebar .list-type li > a {
  display: block;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.sidebar .list-type i {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  background: url(../../common/img/ico-menu.png) no-repeat center;
  vertical-align: middle;
}
.sidebar .list-type .icon-ppsj {
  height: 19px;
  width: 25px;
  background-position: 0 0px;
}
.sidebar .list-type .icon-pmsj {
  background-position: 0 -30px;
}
.sidebar .list-type .icon-wd {
  background-position: 0 -71px;
}
.sidebar .list-type .icon-wa {
  background-position: 0 -109px;
}
.sidebar .list-type .icon-wzkf {
  background-position: 0 -147px;
}
.sidebar .list-type .icon-rj {
  background-position: 0 -186px;
}
.sidebar .list-type .icon-dmyy {
  background-position: 0 -224px;
}
.sidebar .list-type .icon-zxfw {
  background-position: 0 -261px;
}
.sidebar .list-type .icon-fz {
  background-position: 0 -299px;
}
.sidebar .list-type .icon-yxkf {
  background-position: 0 -337px;
}
.sidebar .list-type .icon-zx {
  background-position: 0 -374px;
}
.sidebar .list-type .icon-zrfw {
  background-position: 0 -415px;
}
.sidebar .list-type .icon-jz {
  background-position: 0 -451px;
}
.sidebar .menu-img {
  width: 220px;
  float: left;
  overflow: hidden;
  display: none;
}
.sidebar .menu-img img {
  width: 220px;
  height: 165px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.collapse-menu {
  position: absolute;
  top: 0;
  left: 190px;
  height: 498px;
  width: 460px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: none;
}
.collapse-menu .menu-list {
  float: left;
  height: 100%;
  width: 460px;
  border-right: 1px solid #ddd;
  box-shadow: 1px 0px 4px #ddd;
  color: #000;
}
.collapse-menu .menu-list dl {
  margin: 15px 20px;
  overflow: hidden;
  max-height: 100px;
  box-sizing: border-box;
}
.collapse-menu .menu-list dl .menu-subtitle {
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.collapse-menu .menu-list dl dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  display: inline;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
.collapse-menu .menu-list dl dt:hover {
  color: #1CA0E6;
}
.collapse-menu .menu-list dl dd {
  padding-right: 15px;
  font-size: 12px;
  line-height: 1;
  margin-left: 0;
  margin-top: 12px;
  display: inline-block;
}
.collapse-menu .menu-list dl dd a {
  color: #868686;
}
.collapse-menu .menu-list dl dd a i {
  position: relative;
  top: -10px;
  display: inline-block;
  height: 16px;
  width: 13px;
  background: url(/images/Search_XUqiu/hot-icon.png) no-repeat;
  left: -5px;
}
.collapse-menu .menu-list dl dd a:hover {
  text-decoration: underline;
}
.collapse-menu .menu-list dl a {
  color: #000;
}
.collapse-menu .menu-list dl a:hover {
  color: #1CA0E6;
}
.collapse-menu .menu-list dl .hot-words {
  color: #ff7900;
}
.collapse-menu .menu-list .first-item {
  border-top: none;
}
body.t5s .ui-menu .sidebar a {
  color: #000;
}
body.t5s .ui-menu .sidebar a:hover {
  color: #ff7900;
}
.menu-list-title {
  height: 38px;
  line-height: 38px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  color: #fff;
  cursor: default;
}
.menu-list-title:hover {
  background: #1CA0E6;
}
.menu-list-title .menu-list-link {
  cursor: pointer;
  color: #fff;
}
.menu-list-title .menu-list-link:link {
  color: #fff;
}
.menu-list-title .menu-list-link:hover,
.menu-list-title .menu-list-link:visited,
.menu-list-title .menu-list-link:active {
  color: #fff;
  text-decoration: underline;
}
body.t5s .ui-menu .sidebar .menu-list-link {
  color: #fff;
}
body.t5s .ui-menu .sidebar .menu-list-link:hover {
  color: #fff;
}
.new-quickpub-sideblock {
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-bottom: 5px;
}
.new-quickpub-sideblock input,
.new-quickpub-sideblock #J-ct-mobile,
.new-quickpub-sideblock #J-ct-name {
  outline: none;
  box-shadow: none;
  box-shadow: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.new-quickpub-sideblock #J-ct-mobile:focus,
.new-quickpub-sideblock #J-ct-name:focus,
.new-quickpub-sideblock input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d2d2d2;
}
.new-quickpub-sideblock #J-ct-type {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 128px;
}
.new-quickpub-sideblock .quickpub-hd {
  position: relative;
}
.new-quickpub-sideblock .quickpub-hd .header-img {
  width: 100%;
  max-height: 125px;
}
.new-quickpub-sideblock .quickpub-hd .header-text {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock .quickpub-hd .header-text p {
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: 130px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
}
.new-quickpub-sideblock .quickpub-hd .header-text p.title {
  font-weight: 600;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll {
  height: 20px;
  line-height: 20px;
  margin: 10px 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll ul,
.new-quickpub-sideblock .quickpub-hd .person-info-scroll li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  color: #999;
  width: 70px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.name {
  width: 30px;
  color: #666;
  margin-right: 5px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.fr {
  width: 75px;
  text-align: right;
}
.new-quickpub-sideblock .footer-tab {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 15px;
}
.new-quickpub-sideblock .footer-tab span {
  display: inline-block;
  width: 31%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  font-family: sans-serif;
}
.new-quickpub-sideblock .footer-tab span.last {
  border-right: 0;
}
.new-quickpub-sideblock .footer-tab span:hover,
.new-quickpub-sideblock .footer-tab span.active {
  color: #1CA1E6;
}
.new-quickpub-sideblock .footer-tab span .icon-left {
  vertical-align: -3px;
  height: 15px;
  max-width: 17px;
  margin-right: 7px;
}
.new-quickpub-sideblock .footer-tab .ui-switchable-active {
  color: #ff9000;
}
.new-quickpub-sideblock .quickpub-note-slide {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-note-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel {
  list-style: none;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel span {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #1CA1E6;
  background-color: #C8ECFC;
  border-radius: 10px;
  display: inline-block;
  padding: 0px 8px;
  font-family: sans-serif;
  margin: 0 10px;
}
.new-quickpub-sideblock .quickpub-act .ui-btn {
  font-size: 15px;
  font-family: sans-serif;
}
.new-quickpub-sideblock.channel-index {
  width: 260px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone,
.new-quickpub-sideblock.channel-index .quickpub-user {
  width: 195px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone input,
.new-quickpub-sideblock.channel-index .quickpub-user input {
  width: 185px;
}
.new-quickpub-sideblock.channel-index .quickpub-act {
  width: 230px;
}
.new-quickpub-sideblock.channel-index .quickpub-act .ui-btn {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff9000;
  border-color: #ff9000;
}
.new-quickpub-sideblock.channel-index .quickpub-hd .person-info-scroll {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span .icon-left {
  vertical-align: middle;
  height: 17px;
  max-width: 20px;
  margin-right: 7px;
}
.new-quickpub-sideblock.channel-page {
  width: 225px;
}
.new-quickpub-sideblock.task_page .header-text {
  font-size: 12px;
  top: 11px;
  left: 11px;
}
.new-quickpub-sideblock.task_page .header-text p {
  height: 18px;
  line-height: 18px;
}
.new-quickpub-sideblock.task_page .footer-tab span {
  width: 31%;
}
.new-quickpub-sideblock .quickpub-type-combo {
  z-index: 11;
}
/* IE 67 hack 哪天不兼容IE67的时候删除这段样式 */
.ie-update {
  background: #FCF8E3;
  border: 2px solid #FBEED5;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
input,
textarea {
  _width: auto;
}
ul.inline li,
ol.inline li {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  _padding-left: 5px;
  _padding-right: 5px;
}
.ui-breadcrumb .active {
  _background-color: none;
}
.ui-form-search .search-query {
  _padding: 3px;
}
.ui-menu-bd {
  zoom: 1;
  padding: 0;
}
.ui-menu-bd a:hover {
  _color: #fff;
  _overflow: hidden;
}
.ui-menu-ext a:hover {
  _color: #fff;
}
.ui-tab-nav-tips li a {
  _margin-top: 3px;
}
.ui-tab-nav .active {
  *background-color: transparent;
}
.ui-tooltip-arrow {
  _border-style: dashed;
}
.ui-footer {
  _zoom: 1;
}
.ui-footer .ui-foter-link {
  _zoom: 1;
}
.category-title a,
.category-title a:hover {
  _color: #fff;
}
.ui-ico-cs-h {
  width: 136px;
  height: 32px;
  background-position: 0 -198px;
}
.ui-ico-cs-h {
  background: #f60 none repeat scroll 0 0;
  color: #fff;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 136px;
  font-family: "microsoft yahei";
}
=======
}
.ui-footer-hd .item-contact .item-sns .ui-ico {
  margin-right: 5px;
}
.ui-footer-bd {
  text-align: center;
  padding-bottom: 20px;
}
.ui-footer-exlink,
.ui-footer-sitelink {
  line-height: 30px;
}
.ui-footer-sitelink a {
  color: #666;
}
.ui-footer-exlink a {
  margin-right: 5px;
  color: #999;
}
.ui-footer-exlink .item-more {
  font-family: simsun;
}
.ui-footer-copyright {
  margin-bottom: 10px;
}
.ui-footer-copyright a {
  color: #999;
}
.ui-footer-gov a {
  display: inline-block;
  margin-left: 20px;
}
.ui-footer-gov a .item-txt {
  display: none;
}
.ui-footer-mini .ui-footer-hd {
  display: none;
}
/**
 * 机会样式
 */
.jh-slideblock {
  font-family: 'microsoft yahei';
  position: relative;
}
.jh-slideblock input {
  font-family: inherit;
}
.jh-slideblock .quickpub-hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  height: 41px;
  background: #ff9400;
  line-height: 41px;
  text-align: center;
}
.jh-slideblock .quickpub-hd p {
  text-align: center;
  height: 39px;
  line-height: 39px;
  margin: 0px;
  color: #701719;
}
.jh-slideblock .ui-btn-inverse {
  display: block;
  border-color: #1CA1E6;
  background-color: #1CA1E6;
}
.quickpub-phone,
.quickpub-user {
  padding: 0px;
  width: 163px;
  height: 31px;
  color: #999;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding-left: 31px;
  border: 1px solid #d9d9d9;
}
.quickpub-phone input,
.quickpub-user input {
  padding: 0px 0px 0px 8px;
  height: 31px;
  line-height: 31px;
  width: 154px;
  border: none;
  border-left: 1px solid #d9d9d9;
  font-size:12px;
}
.quickpub-phone {
  background: url('/images/Search_XUqiu/bg-quick-pub-phone.jpg') no-repeat 9px center;
}
.quickpub-user {
  background: url('/images/Search_XUqiu/bg-quick-pub-user.jpg') no-repeat 9px center;
}
.quickpub-type {
  background: url('/images/Search_XUqiu/bg-quick-pub-type.png') no-repeat 9px center;
  position: relative;
}
.quickpub-type .quickpub-type-pointer {
  position: absolute;
  width: 18px;
  height: 31px;
  background: #f8f9f9;
  right: 0px;
  top: 0px;
  border-left: 1px solid #d9d9d9;
}
.quickpub-type .quickpub-type-pointer em {
  display: block;
  width: 10px;
  height: 6px;
  margin: 12px auto 0px;
  background: url('/images/Search_XUqiu/btn-type-pointer.jpg') no-repeat;
}
.quickpub-type .quickpub-type-pointer em.open {
  transform: rotate(180deg);
}
.quickpub-type input {
  background: none;
  cursor: default;
}
.quickpub-type .quickpub-type-combo {
  position: absolute;
  top: 31px;
  left: -1px;
  width: 194px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 3px;
  display: none;
}
.quickpub-type .quickpub-type-combo ul {
  overflow: hidden;
  list-style: none;
  margin-left: 9px;
}
.quickpub-type .quickpub-type-combo ul li {
  float: left;
  width: 90px;
  height: 20px;
  color: #333;
  margin: 0px;
  cursor: pointer;
}
.quickpub-type .quickpub-type-combo ul li:hover {
  color: #ff9400;
}
.jh-slideblock .quickpub-ft {
  text-align: center;
  color: #f6856a;
  margin: 10px auto 17px;
}
.jh-slideblock .quickpub-ft .quickpub-num {
  color: #999;
  margin-top: 4px;
}
.jh-slideblock .quickpub-ft .quickpub-note {
  color: #946e6f;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#quickpub-sideblock-submit {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 33px;
  line-height: 33px;
}
.jh-slideblock .quickpub-act {
  display: block;
  width: 196px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 16px auto 0px;
  overflow: hidden;
}
.sidebar {
  position: relative;
  float: left;
  width: 170px;
  z-index: 1;
}
.sidebar.new-silde-nav {
  background: #ff7900;
}
.sidebar .tit {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1A68A6;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: Microsoft Yahei;
  margin: 0;
}
.sidebar .tit i.iconfont {
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  font-size: 18px;
  background-color: #1A68A6;
}
.sidebar .list-type {
  padding: 0;
  margin: 0;
  background: #1F79BF;
  font-size: 14px;
  position: absolute;
  height: 420px;
  width: 100%;
  left: 0;
  top: 40px;
  display: none;
}
.sidebar .list-type li {
  list-style: none;
  font-family: Microsoft Yahei;
  overflow: hidden;
  transition: background 0.2s, padding-left 0.2s;
  -webkit-transition: background 0.2s, padding-left 0.2s;
}
.sidebar .list-type li:hover {
  padding-left: 5px;
  text-decoration: none;
  background: #1CA0E6;
}
.sidebar .list-type li > a {
  display: block;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.sidebar .list-type i {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  background: url(../../common/img/ico-menu.png) no-repeat center;
  vertical-align: middle;
}
.sidebar .list-type .icon-ppsj {
  height: 19px;
  width: 25px;
  background-position: 0 0px;
}
.sidebar .list-type .icon-pmsj {
  background-position: 0 -30px;
}
.sidebar .list-type .icon-wd {
  background-position: 0 -71px;
}
.sidebar .list-type .icon-wa {
  background-position: 0 -109px;
}
.sidebar .list-type .icon-wzkf {
  background-position: 0 -147px;
}
.sidebar .list-type .icon-rj {
  background-position: 0 -186px;
}
.sidebar .list-type .icon-dmyy {
  background-position: 0 -224px;
}
.sidebar .list-type .icon-zxfw {
  background-position: 0 -261px;
}
.sidebar .list-type .icon-fz {
  background-position: 0 -299px;
}
.sidebar .list-type .icon-yxkf {
  background-position: 0 -337px;
}
.sidebar .list-type .icon-zx {
  background-position: 0 -374px;
}
.sidebar .list-type .icon-zrfw {
  background-position: 0 -415px;
}
.sidebar .list-type .icon-jz {
  background-position: 0 -451px;
}
.sidebar .menu-img {
  width: 220px;
  float: left;
  overflow: hidden;
  display: none;
}
.sidebar .menu-img img {
  width: 220px;
  height: 165px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.collapse-menu {
  position: absolute;
  top: 0;
  left: 190px;
  height: 420px;
  width: 540px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: none;
}
.collapse-menu .menu-list {
  float: left;
  height: 100%;
  width: 540px;
  border-right: 1px solid #ddd;
  box-shadow: 1px 0px 4px #ddd;
  color: #000;
}
.collapse-menu .menu-list dl {
  margin: 5px 15px;
  overflow: hidden;
  max-height: 100px;
  box-sizing: border-box;
}
.collapse-menu .menu-list dl .menu-subtitle {
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.collapse-menu .menu-list dl dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  display: inline;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
.collapse-menu .menu-list dl dt:hover {
  color: #1CA0E6;
}
.collapse-menu .menu-list dl dd {
  padding-right: 15px;
  font-size: 12px;
  line-height: 1;
  margin-left: 0;
  margin-top: 12px;
  display: inline-block;
}
.collapse-menu .menu-list dl dd a {
  color: #868686;
}
.collapse-menu .menu-list dl dd a i {
  position: relative;
  top: -10px;
  display: inline-block;
  height: 16px;
  width: 13px;
  background: url(/images/Search_XUqiu/hot-icon.png) no-repeat;
  left: -5px;
}
.collapse-menu .menu-list dl dd a:hover {
  text-decoration: none;
}
.collapse-menu .menu-list dl a {
  color: #1CA0E6;
}
.collapse-menu .menu-list dl a:hover {
  color: #1CA0E6;
}
.collapse-menu .menu-list dl .hot-words {
  color: #ff7900;
}
.collapse-menu .menu-list .first-item {
  border-top: none;
}
body.t5s .ui-menu .sidebar a {
  color: #000;
}
body.t5s .ui-menu .sidebar a:hover {
  color: #ff7900;
}
.menu-list-title {
  height: 38px;
  line-height: 38px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  color: #fff;
  cursor: default;
}
.menu-list-title:hover {
  background: #1CA0E6;
}
.menu-list-title .menu-list-link {
  cursor: pointer;
  color: #fff;
}
.menu-list-title .menu-list-link:link {
  color: #fff;
}
.menu-list-title .menu-list-link:hover,
.menu-list-title .menu-list-link:visited,
.menu-list-title .menu-list-link:active {
  color: #fff;
  text-decoration: underline;
}
body.t5s .ui-menu .sidebar .menu-list-link {
  color: #fff;
}
body.t5s .ui-menu .sidebar .menu-list-link:hover {
  color: #fff;
}
.new-quickpub-sideblock {
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-bottom: 5px;
}
.new-quickpub-sideblock input,
.new-quickpub-sideblock #J-ct-mobile,
.new-quickpub-sideblock #J-ct-name {
  outline: none;
  box-shadow: none;
  box-shadow: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.new-quickpub-sideblock #J-ct-mobile:focus,
.new-quickpub-sideblock #J-ct-name:focus,
.new-quickpub-sideblock input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d2d2d2;
}
.new-quickpub-sideblock #J-ct-type {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 128px;
}
.new-quickpub-sideblock .quickpub-hd {
  position: relative;
}
.new-quickpub-sideblock .quickpub-hd .header-img {
  width: 100%;
  max-height: 125px;
}
.new-quickpub-sideblock .quickpub-hd .header-text {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock .quickpub-hd .header-text p {
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: 130px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
}
.new-quickpub-sideblock .quickpub-hd .header-text p.title {
  font-weight: 600;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll {
  height: 20px;
  line-height: 20px;
  margin: 10px 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll ul,
.new-quickpub-sideblock .quickpub-hd .person-info-scroll li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  color: #999;
  width: 70px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.name {
  width: 30px;
  color: #666;
  margin-right: 5px;
}
.new-quickpub-sideblock .quickpub-hd .person-info-scroll .person-info span.fr {
  width: 75px;
  text-align: right;
}
.new-quickpub-sideblock .footer-tab {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 15px;
}
.new-quickpub-sideblock .footer-tab span {
  display: inline-block;
  width: 31%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  font-family: sans-serif;
}
.new-quickpub-sideblock .footer-tab span.last {
  border-right: 0;
}
.new-quickpub-sideblock .footer-tab span:hover,
.new-quickpub-sideblock .footer-tab span.active {
  color: #1CA1E6;
}
.new-quickpub-sideblock .footer-tab span .icon-left {
  vertical-align: -3px;
  height: 15px;
  max-width: 17px;
  margin-right: 7px;
}
.new-quickpub-sideblock .footer-tab .ui-switchable-active {
  color: #ff9000;
}
.new-quickpub-sideblock .quickpub-note-slide {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.new-quickpub-sideblock .quickpub-note-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel {
  list-style: none;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.new-quickpub-sideblock .quickpub-note-slide .quickpub-note-pannel span {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #1CA1E6;
  background-color: #C8ECFC;
  border-radius: 10px;
  display: inline-block;
  padding: 0px 8px;
  font-family: sans-serif;
  margin: 0 10px;
}
.new-quickpub-sideblock .quickpub-act .ui-btn {
  font-size: 15px;
  font-family: sans-serif;
}
.new-quickpub-sideblock.channel-index {
  width: 260px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone,
.new-quickpub-sideblock.channel-index .quickpub-user {
  width: 195px;
}
.new-quickpub-sideblock.channel-index .quickpub-phone input,
.new-quickpub-sideblock.channel-index .quickpub-user input {
  width: 185px;
}
.new-quickpub-sideblock.channel-index .quickpub-act {
  width: 230px;
}
.new-quickpub-sideblock.channel-index .quickpub-act .ui-btn {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff9000;
  border-color: #ff9000;
}
.new-quickpub-sideblock.channel-index .quickpub-hd .person-info-scroll {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span {
  font-family: Microsoft YaHei;
}
.new-quickpub-sideblock.channel-index .footer-tab span .icon-left {
  vertical-align: middle;
  height: 17px;
  max-width: 20px;
  margin-right: 7px;
}
.new-quickpub-sideblock.channel-page {
  width: 225px;
}
.new-quickpub-sideblock.task_page .header-text {
  font-size: 12px;
  top: 11px;
  left: 11px;
}
.new-quickpub-sideblock.task_page .header-text p {
  height: 18px;
  line-height: 18px;
}
.new-quickpub-sideblock.task_page .footer-tab span {
  width: 31%;
}
.new-quickpub-sideblock .quickpub-type-combo {
  z-index: 11;
}
/* IE 67 hack 哪天不兼容IE67的时候删除这段样式 */
.ie-update {
  background: #FCF8E3;
  border: 2px solid #FBEED5;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
input,
textarea {
  _width: auto;
}
ul.inline li,
ol.inline li {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  _padding-left: 5px;
  _padding-right: 5px;
}
.ui-breadcrumb .active {
  _background-color: none;
}
.ui-form-search .search-query {
  _padding: 3px;
}
.ui-menu-bd {
  zoom: 1;
  padding: 0;
}
.ui-menu-bd a:hover {
  _color: #fff;
  _overflow: hidden;
}
.ui-menu-ext a:hover {
  _color: #fff;
}
.ui-tab-nav-tips li a {
  _margin-top: 3px;
}
.ui-tab-nav .active {
  *background-color: transparent;
}
.ui-tooltip-arrow {
  _border-style: dashed;
}
.ui-footer {
  _zoom: 1;
}
.ui-footer .ui-foter-link {
  _zoom: 1;
}
.category-title a,
.category-title a:hover {
  _color: #fff;
}
.ui-ico-cs-h {
  width: 136px;
  height: 32px;
  background-position: 0 -198px;
}
.ui-ico-cs-h {
  background: #f60 none repeat scroll 0 0;
  color: #fff;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 136px;
  font-family: "microsoft yahei";
}

.list-task {
  width: 100%;
}
.list-task p {
  color: #999;
}
.list-task em {
  color: #ff8a00;
  font-style: normal;
}
.list-task td {
  padding: 15px 15px;
  vertical-align: top;
}
.list-task tr {
  border-bottom: 1px dashed #ddd;display:flex;
}
.list-task tr.hover {
  background-color: #F5F9FF;
}
.list-task .list-task-reward {
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.list-task .list-task-number {
  color: #5faadd;
}
.list-task .task-icons {
  margin: 0 0 -5px 5px;
}
.list-task .text {
  color: #999;
  margin-left: 3px;
}
.list-task .success {
  color: #58b365;
}
.list-task .list-task-trusteeship,
.list-task .list-task-notrusteeship {
  font-size: 12px;
  padding-left: 28px;
  background: url('/images/search_xuqiu/minbao.png') no-repeat 0 0;
  display: inline-block;
  line-height: 20px;
}
.list-task .list-task-notrusteeship {
  background-image: url('/images/search_xuqiu/wzhif.gif');
  color: #999;
}
.list-task .list-task-title {
  color: #0b73bb;
}
.list-task .list-task-title:visited {
  color: #551a8b;
}
.list-task .list-task-title hl {
  color: orange;
}
.list-task .list-task-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.list-task .list-task-ctn {
  white-space: nowrap;
  width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-task .list-icon-top {
  background-color: #ffa200;
  color: #fff;
  padding: 0 4px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.list-task .list-icon-sel {
  background-color: #23A841;
}
.list-task .list-icon-yxmall {
  background-color: #da210d;
}
.list-task .narrow-p {
  margin-bottom: 0;
}
.list-task tr:hover{background-color:#edf4fa;}
/*翻页控件样式*/
.page{padding:0px 0 0; text-align:center;}
.page a{color:#666;margin:0 5px;height:28px;line-height:28px;border:1px solid #ccc;font-size:12px;display:inline-block;width:31px; text-align:center;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
background:-moz-linear-gradient(top,#fff,#f2f2f2 95%,#fff 5%);
background:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(95%,#f2f2f2),color-stop(5%,#fff));
font-family:Arial, Helvetica, sans-serif;
}
.page a.thrText{width:40px;}
.page a:hover{border:1px solid #8e8e8e;color:#000;
background:-moz-linear-gradient(top,#f9f9f9,#eaeaea 95%,#fff 5%);
background:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),color-stop(95%,#eaeaea),color-stop(5%,#fff));
}
.page a.cu,.page a.cu:hover{background:#3d86bc;border:1px solid #2e76ab;color:#fff;font-weight:bold;}
.page span.cpb {background: #3d86bc none repeat scroll 0 0;border: 1px solid #2e76ab;color: #FFFFFF;font-weight: bold;margin: 3px 3px 3px 3px;padding: 6px 10px 6px;}
.page a.cu, .page a.cu:hover {background: #3d86bc;border: 1px solid #2e76ab;color: #fff;font-weight: bold;}
/*先引入bootstrap.css*/
.pagination a[disabled]{  color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination span.active{z-index: 2;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7;}

