/*** color  ***/
/*** font  ***/
/* 渐变色    */
/* 圆边框    */
/*      box    */
.box:last-child {
  margin-bottom: 0;
}
.box {
  margin-bottom: 10px;
  padding: 5px;
}
.box .box-header {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 3px;
  border-bottom: 2px solid #de7d52;
  height: 20px;
  line-height: 20px;
  width: 80%;
}
.box .box-header .header-left {
  float: left;
}
.box .box-header .header-right {
  float: right;
  font-size: 12px;
  line-height: 22px;
}
.box .box-header .header-right span {
  display: inline;
}
.box .box-content {
  padding: 3px;
  border-bottom: 1px solid #dedfde;
}
/*******input*******/
.input-border {
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #EFEFEF inset;
  background-color: #ffffff;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #EFEFEF inset;
  background-color: #ffffff;
  font-size: 12px;
  padding: 4px 3px;
  width: 60px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #0176c3;
  box-shadow: 0 0 3px #0176c3;
  outline: 0 none;
}
/*******button*******/
.button {
  background: #3690cc;
  border: 1px solid #3690cc;
  border-radius: 2px;
  color: #ffffff !important;
  font-size: 12px;
  padding: 2px 4px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline;
  cursor: pointer;
}
.button:hover,
.button:focus,
.button:active {
  border-color: #0176c3;
  background: #0176c3;
}
.round-button {
  background-color: #ffffff;
  border: 1px solid #de7d52;
}
button,
input[type="button"],
input[type="submit"],
input[type="image"],
label {
  cursor: pointer;
}
/******input-button*******/
.holding {
  margin-right: 5px;
  position: relative;
  z-index: 0;
}
.holding .holder {
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 8px;
  white-space: nowrap;
  cursor: text;
  color: #999;
  -webkit-transition: opacity 0.1s, font-size 0.1s;
  -moz-transition: opacity 0.1s, font-size 0.1s;
  -o-transition: opacity 0.1s, font-size 0.1s;
  z-index: 1;
}
.hasome input {
  color: #333;
}
.hasome .holder {
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0!important;
}
/******* 全局   *******/
.clustertab .udbtn b,
#headcode b,
#sort .up b,
#sort .down b,
#list .up b,
#list .down b,
#filter .curr b,
#filter .up b,
#filter .down b,
#eresources li b,
#eresources li u,
.more-eresources b,
.notice b,
.button b,
#filter .select b,
#history .his-title b,
.alert div.close,
#zixun div.close,
#charts .chartlist b,
.comment_item .dig b {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  overflow: hidden;
}
.big-search #search-submit,
.float-button a {
  background-image: url("../images/icons-len.png");
  background-repeat: no-repeat;
  position: absolute;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body * {
  outline: 0 none;
}
div,
dt,
form,
label,
li,
p,
span {
  display: block;
}
.info {
  color: #aaaaaa;
  font-style: italic;
}
.text-left {
  text-align: left !important;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #de7d52;
}
.hidden {
  display: none;
}
.view {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.float {
  position: fixed;
}
.w {
  clear: both;
}
ul {
  line-height: 20px;
}
.shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
  background: #000000;
}
.alert {
  z-index: 100;
  position: absolute;
  left: 50%;
  display: none;
}
.alert div.bg {
  background: #000000;
  padding: 5px;
}
.alert div.bg div.content {
  background: #ffffff;
  line-height: 20px;
  padding: 10px;
  text-align: center;
}
.alert div.bg div.content span {
  text-align: left;
}
.alert div.close {
  background-position: -65px -25px;
  height: 15px;
  right: 5px;
  top: 7px;
  width: 15px;
  cursor: pointer;
  z-index: 1000;
}
.notice {
  background-color: #fffae6;
  border: 1px solid #fdea9d;
  margin: 10px 0;
  padding: 5px 10px;
  line-height: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  position: relative;
}
.notice b {
  background-position: -50px 0;
  height: 20px;
  left: 5px;
  top: 5px;
  width: 20px;
}
.notice .content {
  padding: 5px;
}
.notice i,
.alert i {
  color: #da5c98;
}
.link a {
  color: #de7d52;
  margin-left: 20px;
}
.href {
  color: blue;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  _zoom: 1;
  *display: inline;
}
/********************************* 布局  *************************************/
html {
  overflow-y: scroll;
}
body {
  font-size: 12px;
  font-family: "微软雅黑", Microsoft Yahei, "Hiragino Sans GB", Arial, Lucida, Verdana, SimSun, Helvetica, sans-serif;
}
#lheader {
  height: 100px;
  background-color: #266895;
  position: relative;
}
#lheader .content {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}
#lheader #logo {
  position: absolute;
  top: 20px;
}
#lheader #logo div {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 7px;
}
#lheader ul {
  position: absolute;
  top: 60px;
  left: 335px;
}
#lheader ul li {
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
}
#lheader ul li a {
  font-size: 18px;
}
#lheader #headcode {
  position: absolute;
  top: 15px;
  right: 0;
}
#lheader #headcode b {
  background-position: -61px -45px;
  position: relative;
  display: block;
  float: left;
  height: 17px;
  width: 17px;
}
#sheader {
  display: none;
  height: 40px;
  background-color: #266895;
  text-align: center;
}
#sheader ul {
  left: 10px;
  font-size: 12px;
  padding-top: 10px;
}
#sheader ul li {
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
}
#sheader ul li a {
  font-size: 12px;
}
#lheader ul,
#sheader ul {
  color: #ffffff;
  font-weight: bold;
}
#lheader ul li,
#sheader ul li {
  display: inline-block;
  border-right: 1px solid #ffffff;
}
#lheader ul li a,
#sheader ul li a {
  color: #ffffff;
}
#lheader ul li a:hover,
#sheader ul li a:hover {
  border-bottom: 1px solid #fff;
}
#lheader ul li.last,
#sheader ul li.last {
  border-right: none;
}
#lheader ul li.cur a,
#sheader ul li.cur a {
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 800px) {
  #sheader {
    display: block;
  }
  .topbar_f {

    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .sheader_f {
    position: fixed;
    top: 25px;
    width: 100%;
    z-index: 1000;
  }
  #lheader {
    display: none;
  }
}
#wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1275px;
}
#wrapper #content {
  padding-top: 15px;
}
#wrapper #login_content {
  min-height: 400px;
  padding-top: 15px;
}
.lt-ie8 #lheader {
  Z-INDEX: 1;
}
#wrapper #content:after {
  clear: both;
}
#footer {
  height: 70px;
  padding-top: 50px;
  text-align: center;
}
/*************************** 分栏布局  ***************************/
.col-aside,
.col-main {
  display: inline;
  margin: 0;
}
/***************** 第一种布局  *****************/
.layout-1 .col-aside {
  float: left;
  padding-right: 10px;
  width: 24%;
}
.layout-1 .col-main {
  float: right;
  width: 74%;
}
.float-bar {
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: 636px;
  bottom: 10px;
}
.float-bar .float-button {
  height: 38px;
  width: 38px;
  background: none repeat scroll 0 0 #000000;
  position: relative;
  margin: 5px 0;
}
.float-bar .float-button a.float-item:hover {
  background-color: #266895;
  background-image: none;
  color: #fff;
  line-height: 16px;
}
.float-bar .float-button a.float-item {
  line-height: 1000px;
}
@media screen and (max-width: 1100px) {
  .float-bar {
    right: 10px;
    left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .float-bar {
    display: none;
  }
}
#qrcode_f a.float-item {
  background-position: -120px -40px;
  height: 30px;
  right: -2px;
  top: 4px;
  width: 31px;
}
#top_f a.float-item {
  background-position: -60px 0;
  height: 23px;
  right: 0;
  top: 9px;
  width: 31px;
}
#home_f a.float-item {
  background-position: 0 -38px;
  height: 25px;
  right: 1px;
  top: 7px;
  width: 30px;
}
#find_f a.float-item {
  background-position: -60px -40px;
  height: 25px;
  right: 1px;
  top: 8px;
  width: 30px;
}
#qrcode_f a.float-item:hover,
#home_f a.float-item:hover,
#find_f a.float-item:hover,
#top_f a.float-item:hover {
  right: 0;
  top: 0;
  padding: 3px 0 0 7px;
  height: 35px;
}
#qrcode_c * {
  color: #666;
}
#qrcode_c {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: 482px;
  bottom: 150px;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: #d1d1d1 #d1d1d1 #d1d1d1 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: default;
  height: 150px;
  width: 150px;
  z-index: 999999;
}
#qrcode_c .qrcode_code {
  text-align: center;
}
#qrcode_c .WB_arrow {
  cursor: default;
  margin: -15px -6px 0 0;
  position: absolute;
  width: 11px;
  z-index: 0;
  right: 0;
}
#qrcode_c .WB_arrow * {
  display: block;
  font-family: "SimSun";
  font-size: 12px;
  height: 12px;
  line-height: 1.231;
  overflow: hidden;
}
#qrcode_c .WB_arrow .S_line1_c {
  color: #dedfde;
  font-style: normal;
}
#qrcode_c .WB_arrow .S_bg1_c {
  color: #ffffff;
  margin: 0 -11px 0 0;
}
@media screen and (max-width: 1100px) {
  #qrcode_c {
    right: 50px;
    left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #qrcode_c {
    display: none;
  }
}
.zixun-bar {
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: 636px;
  top: 130px;
  width: 22px;
  height: 68px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 0 5px 8px;
}
.zixun-bar span {
  width: 15px;
  font-family: "宋体";
}
@media screen and (max-width: 800px) {
  .zixun-bar {
    top: 145px;
    right: 0;
    left: auto;
    margin: 0;
    width: 20px;
  }
}
#zixun {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: 512px;
  top: 130px;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #000000;
  padding: 5px;
  border-width: 1px 1px 1px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: default;
  width: 110px;
  z-index: 999999;
}
#zixun .zixun-c {
  background: #f7f7f7;
}
#zixun .zixun-c .close {
  background-position: -65px -25px;
  height: 15px;
  right: 5px;
  top: 7px;
  width: 15px;
  cursor: pointer;
  z-index: 1000;
}
#zixun .zixun-c h3 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
  padding: 5px;
}
#zixun .zixun-c ul {
  padding: 0 8px;
}
#zixun .zixun-c ul li {
  border-bottom: 1px solid #e6e4e4;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
#zixun .zixun-c ul li img {
  vertical-align: middle;
}
#zixun .zixun-c ul li:hover {
  color: #de7d52;
}
#zixun .zixun-c .online {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
#zixun .WB_arrow {
  cursor: default;
  margin: 5px -6px 0 0;
  position: absolute;
  width: 11px;
  z-index: 0;
  right: 0;
}
#zixun .WB_arrow * {
  display: block;
  font-family: "SimSun";
  font-size: 12px;
  height: 12px;
  line-height: 1.231;
  overflow: hidden;
}
#zixun .WB_arrow .S_line1_c {
  color: #dedfde;
  font-style: normal;
}
#zixun .WB_arrow .S_bg1_c {
  color: #000000;
  margin: 0 -11px 0 0;
}
@media screen and (max-width: 800px) {
  #zixun {
    top: 145px;
    right: 34px;
    left: auto;
    margin: 0;
  }
}
#feedback_div {
  width: 400px;
  margin-left: -200px;
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 600px) {
  #feedback_div {
    width: 300px;
    z-index: 2000;
    margin-left: -150px;
  }
}
#feedback_div .title {
  text-align: center;
  font-size: 16px;
}
#feedback_div .feedback_item_name {
  font-size: 14px;
  line-height: 14px;
  margin: 1em 0;
  font-weight: bold;
}
#feedback_div .form-control {
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 92%;
}
#feedback_div .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#feedback_div #feedback-sbmit {
  margin: 10px 0;
}
/*******检索条件的输入部分*******/
.search {
  padding: 20px 0 20px 40px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #BCBCBC;
  margin-bottom: 10px;
  position: relative;
}
.search a.button {
  bottom: 5px;
  position: absolute;
}
.search .f_s_button {
  right: 40px;
}
.search .s_s_button {
  right: 90px;
}
.big-search {
  width: 80%;
  margin: 10px 0 0 4px;
  position: relative;
}
.big-search .search-field {
  height: 26px;
  padding-right: 60px;
  width: 100%;
}
.big-search .search-field input {
  width: 100%;
}
.big-search .searchword {
  border: 0 none ;
  height: 24px;
  padding: 2px 2px 2px 5px;
}
.big-search .search-button {
  background: #3690cc;
  border: 1px solid #3690cc;
  border-radius: 2px;
  color: #ffffff !important;
  font-size: 12px;
  height: 26px;
  width: 100px;
}
.big-search .search-field.has-focus {
  border-color: #0176c3;
  -webkit-box-shadow: 0 0 3px #0176c3;
  -moz-box-shadow: 0 0 3px #0176c3;
  box-shadow: 0 0 3px #0176c3;
  outline: 0 none;
}
.big-search .search-button:hover,
.big-search .search-button:focus,
.big-search .search-button:active {
  border-color: #0176c3;
  background-color: #0176c3;
}
.big-search .search-button:hover,
.big-search .search-button:focus,
.big-search .search-button:active {
  background-position: 40px 3px;
}
.normal-search {
  position: absolute;
  right: 0;
  top: -30px;
  width: 140px;
}
.normal-search .search-field {
  height: 22px;
  padding-right: 40px;
  width: 100%;
}
.normal-search .search-field input {
  width: 100%;
}
.normal-search .searchword {
  border: 0 none ;
  height: 20px;
  padding: 2px 2px 2px 5px;
}
.normal-search .search-button {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  color: #ffffff !important;
  font-size: 12px;
  height: 22px;
  width: 40px;
}
.normal-search .search-field.has-focus {
  border-color: #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  -moz-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
  outline: 0 none;
}
.normal-search .search-button:hover,
.normal-search .search-button:focus,
.normal-search .search-button:active {
  border-color: #000000;
  background-color: #000000;
}
.search-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #EFEFEF inset;
  background-color: #ffffff;
}
.searchword {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  width: 100%;
}
.searchword:focus {
  border: 0 none;
  box-shadow: none;
  outline: 0 none;
}
.big-search .search-button {
  background-color: #3690cc;
  background-position: 40px 3px;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 0;
}
.normal-search .search-button {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.facet-row {
  clear: both;
  height: 26px;
  line-height: 26px;
  margin: 10px 4px;
}
.facet-row span {
  margin-right: 5px;
}
.facet-row input[type="button"] {
  height: 35px;
  width: 100px;
}
.button-row.facet-row {
  text-align: center;
}
.advanced #affiliation_field {
  float: right;
  margin-right: 0;
  width: 66%;
}
.advanced .holding {
  width: 30%;
  margin-right: 12px;
  position: relative;
  z-index: 0;
}
.advanced input[type="text"],
.advanced input[type="number"],
.advanced input[type="date"],
.advanced input[type="password"],
.advanced textarea {
  width: 100%;
}
.advanced .holding.short-text {
  width: 15%;
}
.advanced .holding.long-text {
  width: 100%;
}
.advanced .long-text input[type="text"] {
  width: 100%;
}
.advanced .facet-content {
  left: 15%;
  position: relative;
  width: 70%;
}
.advanced .facet-row {
  clear: both;
  height: 30px;
  line-height: 30px;
  margin: 20px 4px;
}
.advanced .facet-row span {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .advanced .facet-content {
    left: 8%;
    position: relative;
    width: 80%;
  }
  .advanced .long-text {
    width: 100%;
  }
  .advanced .long-text input[type="text"] {
    width: 100%;
  }
  .advanced .facet-row {
    clear: both;
    height: 26px;
    line-height: 26px;
    margin: 10px 4px;
  }
  .advanced .facet-row span {
    margin-right: 5px;
  }
}
.findhead {
  padding: 15px 40px 25px;
}
.findhead .facet-row {
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.findhead .facet-row .title {
  color: #de7d52;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
.findhead .b_boder {
  border-bottom: 1px dotted;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.facet-row-other-checkbox {
  height: 20px;
  line-height: 20px;
}
.facet-row-other-checkbox input {
  vertical-align: middle;
}
.facet-content .hidden {
  display: none;
}
.journal.chinese .journal.chinese,
.journal.english .journal.english,
.journal .journal.language,
.book.chinese .book.chinese,
.book.english .book.english,
.book .book.language,
.dissertation.chinese .dissertation.chinese,
.dissertation.english .dissertation.english,
.dissertation .dissertation.language {
  display: block;
}
.advanced.search .facet-row.facet_search {
  margin: 20px 0;
}
.type-facet a {
  padding: 0 10px !important;
}
.advanced.search {
  padding: 8px 0;
}
.advanced.search .facet-row {
  margin: 5px 0;
  width: 100%;
}
/******* filter ********/
#filter {
  padding-bottom: 0;
  margin-bottom: 35px;
}
#filter .box-header {
  margin-bottom: 0;
}
#filter .order {
  padding: 5px;
  width: 100%;
}
#filter .order .dt {
  font-weight: bold;
  text-align: right;
  width: 75px;
  float: left;
  height: 20px;
  line-height: 20px;
}
#filter .order .dt div {
  position: relative;
  display: inline-block;
}
#filter .order .dt div span {
  display: inline-block;
}
#filter .order .dt .select {
  line-height: 16px;
  position: relative;
}
#filter .order .dt .select span {
  background: none repeat scroll 0 0 #3690cc;
  border: 1px solid #3690cc;
  font-weight: normal ;
  cursor: pointer;
}
#filter .order .dd {
  margin: 0 3px 0 70px;
}
#filter .order .dd span {
  cursor: pointer;
}
#filter .order .dd span:hover {
  color: #de7d52;
}
#filter .order .dd .curr span,
#filter .order .dt .select span {
  padding-right: 7px;
  color: #ffffff;
}
#filter .order .dd .curr b,
#filter .order .dt .select b {
  background-position: -20px -25px;
  height: 7px;
  right: 1px;
  top: 1px;
  width: 7px;
}
#filter .border {
  border-bottom: 1px solid #de7d52;
  height: 1px;
}
#filter .more-cat {
  float: left;
  left: 50%;
  margin: 0 auto;
  position: relative;
}
#filter .more-cat .more-button {
  position: relative;
  border-top: none;
  padding: 5px 5px;
  z-index: 5;
  float: left;
  right: 50%;
  margin: 0 auto;
  top: -1px;
}
#filter .more-cat .more-button a {
  padding: 0 15px 0 5px;
}
#filter .more-cat .more-button b {
  height: 11px;
  right: 8px;
  top: 7px;
  width: 11px;
}
#filter .more-cat .down b {
  background-position: -9px 0;
}
#filter .more-cat .up b {
  background-position: -9px -12px;
}
@media screen and (max-width: 600px) {
  #filter {
    margin-bottom: 65px;
  }
}
#filter .order li,
.type-facet a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 2px;
}
#filter .hidden-cat,
#eresources .hidden-eresources {
  display: none;
}
.search-eresource {
  position: relative;
}
/************************* eresources ************************/
#eresources {
  padding: 0;
}
#eresources .box-header {
  color: #ffffff;
  width: 100%;
  background: #000000;
  border-bottom: none;
  height: 22px;
  line-height: 22px;
  padding-top: 4px;
  font-weight: normal;
}
/************************* browse ************************/
#browse-type-select {
  position: relative;
}
#browse-type-select li span {
  background-repeat: no-repeat;
  position: absolute;
  top: -32px;
  width: 30px;
  height: 30px;
}
#browse-type-select #browseList {
  background-image: url("../images/list_off.png");
  left: 0;
}
#browse-type-select .curr #browseList {
  background-image: url("../images/list_on.png");
}
#browse-type-select #browseBlock {
  background-image: url("../images/listImg_off.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 35px;
}
#browse-type-select .curr #browseBlock {
  background-image: url("../images/listImg_on.png");
}
#browse-list {
  position: relative;
}
#browse-list .num {
  position: absolute;
  right: 150px;
  top: -26px;
}
#browse-list #list th.sort {
  position: relative;
}
#browse-list #list th.sort div {
  display: inline;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#browse-list #list th.sort img {
  height: 11px;
  margin-left: 1px;
  position: absolute;
  top: 7px;
  width: 9px;
}
#browse-list #list td {
  text-align: left;
  height: 35px;
  line-height: 150%;
  padding: 5px;
}
#browse-list #list td img {
  vertical-align: middle;
}
#browse-list #list td.center {
  text-align: center;
}
#browse-list #list b {
  height: 11px;
  right: 2px;
  top: 6px;
  width: 9px;
}
#browse-list #list .up b {
  background-position: 0 -12px;
}
#browse-list #list .urls a {
  display: block;
  color: #fff;
  margin: 1px;
}
#browse-list #list .urls a:hover {
  text-decoration: underline;
}
#browse-list #list .urls a.green {
  background: #1d953f;
}
#browse-list #list .urls a.red {
  background: #d71345;
}
#browse-list ul.list {
  border: 1px solid #dedfde;
  padding: 20px;
}
#browse-list ul.list li {
  border-bottom: 1px solid #dedfde;
}
#browse-list ul.list li .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#browse-list ul.list li div.block_content {
  clear: both;
  height: auto;
  margin: 20px 0;
  width: 100%;
}
#browse-list ul.list li div.block_img {
  float: left;
  text-align: center;
}
#browse-list ul.list li div.block_img img {
  height: 150px;
  width: 150px;
  border: 1px solid #dbdbdb;
}
#browse-list ul.list li div.block_info {
  line-height: 22px;
  margin-left: 180px;
  color: #8d8d8d;
}
#browse-list ul.list li div.block_info h2.block_title {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
}
#browse-list ul.list li div.block_info h2.block_title a {
  color: #1f1f1f;
}
#browse-list ul.list li div.block_info p.shortInfo {
  text-indent: 28px;
  font-size: 14px;
}
#browse-list ul.list li div.block_info p a {
  color: #fff;
  margin-right: 10px;
  padding: 0 5px;
}
#browse-list ul.list li div.block_info p a.green {
  background: #1d953f;
}
#browse-list ul.list li div.block_info p a.red {
  background: #d71345;
}
#browse-list ul.list li.last {
  border-bottom: none;
}
#browse-list ul.list li:hover {
  background-color: #f1f1f1;
}
#browse-list .page span.num {
  margin-right: 50px;
  color: #666666;
}
#browse-list .page a {
  background-color: #cfcfcf;
  color: #000000;
  margin: 2px;
  padding: 0.5em 0.94em 0.43em;
  text-decoration: none;
  border: none;
}
#browse-list .page a:hover {
  background-color: #6c6c6c;
  color: #ffffff;
}
#browse-list .page span {
  padding: 0.5em 0.94em 0.43em;
}
@media screen and (max-width: 600px) {
  #browse-list ul.list li div.block_img img {
    width: 30px;
    height: 30px;
  }
  #browse-list ul.list li div.block_info {
    margin-left: 40px;
  }
  #browse-list ul.list li div.block_info h2.block_title {
    line-height: 30px;
  }
}
/******* sort ********/
#sort .header-right {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  margin-right: 10px;
}
#sort dl {
  margin-left: 10px;
}
#sort .order dt,
#sort .order dd {
  float: left;
  line-height: 20px;
}
#sort .order dd {
  background-color: #ffffff;
  background-position: 0 -73px;
  background-repeat: repeat-x;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
}
#sort .order b {
  height: 11px;
  right: 5px;
  top: 5px;
  width: 9px;
}
#sort .order .up b {
  background-position: 0 -12px;
}
.order .curr,
.type-facet .curr,
a.btn {
  background: none repeat scroll 0 0 #de7d52 !important;
}
.order .dd li.curr,
.type-facet .curr {
  padding: 1px 2px !important;
}
.order .curr a:link,
.order .curr a:visited,
.order .curr a,
.type-facet a.curr,
.type-facet .curr a:link,
.type-facet .curr a:visited {
  color: #ffffff !important;
}
#filter .order li {
  position: relative;
}
#sort .up a,
#sort .down a {
  padding-right: 10px;
}
#filt-eresource-num,
#select-eresource-num,
#all-record-num,
.record-num {
  display: inline;
  color: #de7d52;
  font-size: 12px;
  font-weight: bold;
  margin: 0 1px;
  padding: 0 3px;
}
/******* eres-list ********/
#eres-list {
  border: 1px solid #dedfde;
  border-top: none;
}
#eres-list ul {
  font-size: 0;
  *word-spacing: -1px;
}
#eres-list li {
  display: inline-block;
  position: relative;
  width: 48%;
  border-bottom: 1px dotted #DDDDDD;
  height: 25px;
  line-height: 25px;
  margin-left: 8px;
  margin-top: 5px;
}
#eres-list li input {
  margin: 0 3px 0 5px;
  height: 25px;
  line-height: 25px;
}
#eres-list li .title {
  display: inline-block;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 0 5px;
  cursor: pointer;
  font-size: 12px;
}
#eres-list li img {
  vertical-align: top;
  margin: 1px;
}
#eres-list li .bigspace {
  margin-left: 29px;
}
#eres-list li b {
  background-position: 0 -25px;
  right: 5px;
  height: 11px;
  top: 5px;
  width: 11px;
}
#eres-list li b:hover {
  background-position: -35px 0;
  width: 14px;
  height: 14px;
  top: 3px;
  right: 3px;
}
#eres-list li u {
  background-position: -15px -50px;
  right: 10px;
  height: 12px;
  top: 5px;
  width: 12px;
}
#eres-list li u:hover {
  background-position: 0 -50px;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 8px;
}
#eres-list li.top {
  background-color: #ffffff;
}
#eres-list li:hover {
  background-color: #f1f1f1;
}
#eres-list .more-eresources {
  cursor: pointer;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 10px 0 5px 15px;
  text-align: center;
  width: 150px;
  position: relative;
}
#eres-list .more-eresources a {
  padding-right: 20px;
}
#eres-list .more-eresources b {
  background-position: -20px 0;
  height: 18px;
  right: 35px;
  top: 5px;
  width: 15px;
}
/******* result ********/
#result {
  border-bottom: 1px solid #dedfde;
  top: 100px;
  left: 50%;
  width: 150px;
  padding: 2px;
  z-index: 2000;
  background-color: #ffffff;
  margin-left: 515px;
  display: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#result #result-header {
  margin: 5px;
  text-align: center;
  color: #de7d52;
}
#result li {
  float: left;
}
#result li.select-eresource {
  display: inline-block;
  position: relative;
  width: 120px;
  border: 1px dotted #da5c98;
  margin: 2px 3px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px 0 5px;
  white-space: nowrap;
  cursor: pointer;
}
#result li.select-eresource b {
  background-position: -12px -25px;
  right: 5px;
  width: 7px;
  height: 7px;
  top: 7px;
}
#result a {
  padding: 5px;
  color: #ffffff;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 2px 3px;
  padding: 0 5px;
}
#result a.button {
  width: 140px;
  position: relative;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #result {
    left: auto;
    right: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #result {
    border-top: 1px solid #dedfde;
    border-bottom: none;
    -webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2);
    bottom: 0;
    top: auto;
    padding: 2px 10px;
    width: 100%;
    left: 0;
    right: 0;
  }
  #result #result-header {
    display: none;
  }
  #result li.select-eresource {
    width: 80px;
  }
  #result a.button {
    width: 40px;
  }
}
.float-div {
  position: absolute;
  border: 1px dotted #da5c98;
  margin: 2px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px 0 5px;
  white-space: nowrap;
  background-color: #ffffff;
}
.showinfo {
  display: none;
  border: 1px solid #dedfde;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: absolute;
  z-index: 999999;
  background: #ffffff;
}
.showinfo .info-title {
  border-bottom: 1px solid #dedfde;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.showinfo .WB_arrow {
  cursor: default;
  margin: -18px 0 0;
  position: absolute;
  width: 22px;
  z-index: 0;
}
.showinfo .WB_arrow * {
  display: block;
  font-family: "SimSun";
  font-size: 12px;
  height: 12px;
  line-height: 1.231;
  overflow: hidden;
}
.showinfo .WB_arrow .S_line1_c {
  color: #dedfde;
  font-style: normal;
}
.showinfo .WB_arrow .S_bg1_c {
  color: #ffffff;
  margin: -11px 0 0;
}
.showinfo .showinfo-content li {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.showinfo .showinfo-content li:hover {
  background-color: #f1f1f1;
}
.viewinfo {
  border: 1px solid #dedfde;
  padding: 5px;
  margin-top: 5px;
  background: #ffffff;
  display: inline-block;
  _zoom: 1;
  *display: inline;
}
.viewinfo .info-title {
  border-bottom: 1px solid #dedfde;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.viewinfo .WB_arrow {
  cursor: default;
  margin: -13px 0 0;
  position: absolute;
  width: 22px;
  z-index: 0;
}
.viewinfo .WB_arrow * {
  display: block;
  font-family: "SimSun";
  font-size: 12px;
  height: 12px;
  line-height: 1.231;
  overflow: hidden;
}
.viewinfo .WB_arrow .S_line1_c {
  color: #dedfde;
  font-style: normal;
}
.viewinfo .WB_arrow .S_bg1_c {
  color: #ffffff;
  margin: -11px 0 0;
}
.viewinfo .viewinfo-content {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  min-width: 200px;
}
#charts_pop {
  position: fixed;
}
#eres-list li i,
.showinfo i,
.record-content .record i,
#browse-list #list i,
#browse-list .block_info i {
  color: #e60000;
  font-style: normal;
}
.avatar {
  display: none;
}
#notice-board .box-content {
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
#history .his-title {
  border: 1px solid #dedfde;
  padding: 2px;
  cursor: pointer;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 2px 0;
  position: relative;
}
#history .his-title b {
  background-position: -7px -38px;
  height: 7px;
  left: 7px;
  top: 9px;
  width: 7px;
}
#history .his-title span {
  padding-left: 15px;
}
#history .his-title:hover,
#history .his-title:active {
  border: 1px solid #999999;
  background: #f8f8f8;
}
#history .his-title:hover b,
#history .his-title:active b {
  background-position: 0 -38px;
}
#history .his-content {
  display: none;
  padding: 2px 8px;
  text-align: center;
}
#history .his-content .his-condition {
  text-align: left;
}
#history .his-content ul {
  list-style: disc;
  padding: 5px 0 5px 15px;
  text-align: left;
}
#history .his-content li {
  display: list-item;
}
#history .view .his-title b {
  background-position: -15px -38px;
}
#history .view .his-content {
  display: block;
}
@media screen and (max-width: 900px) {

  .view-col-aside {
    display: inline;
  }
  .layout-1 .col-main {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .big-search {
    width: 90%;
  }
  .big-search .search-field {
    padding-right: 60px;
  }
  .big-search .search-button {
    background-color: #3690cc;
    background-position: 20px 3px;
    width: 60px;
  }
  .big-search .search-button:hover,
  .big-search .search-button:focus,
  .big-search .search-button:active {
    border-color: #0176c3;
    background-color: #0176c3;
    background-position: 20px 3px;
  }
  #filter .order {
    padding: 5px 0;
  }
  #filter .order .dt {
    width: 73px;
  }
  #filter .order .dd {
    margin: 0 3px 0 73px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper #content {
    padding: 10px 10px 50px;
  }
  #eres-list li {
    width: 95%;
  }
  .short {
    display: block;
  }
  .long {
    display: none;
  }
}
div.statistics {
  float: right;
}
#charts {
  clear: both;
}
#charts .chartlist {
  text-align: center;
}
#charts .chartlist b {
  height: 10px;
  top: 7px;
  width: 10px;
}
#charts .chartlist .prev b {
  background-position: -35px -38px;
  left: -4px;
}
#charts .chartlist .next b {
  background-position: -45px -38px;
  left: 2px;
}
#charts .chartlist a,
#charts .chartlist span {
  padding: 4px 2px;
  margin: 2px;
  display: inline;
  position: relative;
}
#charts #res_day_top_5,
#charts #total_day_line,
#charts #total_day_pie {
  margin-top: 20px;
}
/*******************************************cluster page***********************************/
#searchFormDiv .clustertab {
  border: 1px solid #bcbcbc;
}
.clustertab .udbtn {
  display: inline-block;
  position: relative;
  width: 20px;
}
.clustertab .udbtn b {
  height: 18px;
  left: 5px;
  top: -14px;
  width: 15px;
}
.clustertab .uPrev b {
  background-position: -15px -68px;
}
.clustertab .dNext b {
  background-position: 0 -68px;
}
.clustertab .tabTagBox {
  display: inline-block;
}
.clustertab ul.tabTagList {
  background-color: #000000;
  border-left: 1px solid #dedfde;
  border-right: 1px solid #dedfde;
  border-top: 1px solid #dedfde;
}
.clustertab ul.tabTagList li {
  display: inline-block;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  cursor: pointer;
}
.clustertab ul.tabTagList li.curr {
  color: #666666;
  background-color: #ffffff;
  position: relative;
  top: 1px;
}
.clustertab div.tabcontent {
  border: 1px solid #dedfde;
  padding: 40px 0;
}
.clustertab div.tabcontent div.tabcon {
  left: 15%;
  position: relative;
  width: 70%;
}
.clustertab div.tabcontent .advanced .facet-row {
  margin: 5px 4px;
}
/*******************************************result page***********************************/
.page {
  padding: 20px 0;
  text-align: right;
}
.page a,
.page span {
  padding: 5px 3px;
  margin: 2px;
  display: inline;
}
.page span {
  color: #0176c3;
}
.page a {
  border: 1px solid #dedfde;
}
body#r #notice ul {
  height: 77px;
  overflow: auto;
}
body#r .view-col-aside {
  width: 240px;
  padding: 5px;
}
body#r .float-aside {
  position: fixed;
  top: 10px;
}
body#r .result-header {
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 4px 7px;
  height: 20px;
  line-height: 20px;
}
body#r .result-header .header-left {
  float: left;
}
body#r .result-header .toolbar {
  float: left;
}
body#r .result-header .header-right {
  float: right;
  font-size: 12px;
  line-height: 22px;
}
body#r .result-header .header-right span {
  display: inline;
  padding-right: 5px;
}
body#r #all-content {
  border: 1px solid #000000;
  position: relative;
}
body#r #select-eresource {
  cursor: pointer;
  margin-bottom: 20px;
}
body#r #select-eresource .header {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 3px;
  height: 20px;
  line-height: 20px;
}
body#r #select-eresource ul {
  border: 1px solid #dedfde;
}
body#r #select-eresource li {
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #DEDEDE;
  margin-left: 8px;
  position: relative;
}
body#r #select-eresource li.last {
  border-bottom-color: #f8f8f8;
}
body#r #select-eresource li.curr {
  background-color: #000000;
  margin: 0;
  padding-left: 8px;
  position: relative;
  z-index: 5;
}
body#r #select-eresource li.curr a {
  color: #ffffff;
}
body#r #select-eresource li div {
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
body#r #select-eresource li b {
  position: absolute;
  right: 8px;
  top: 0;
  color: #de7d52;
}
body#r #select-eresource li b img {
  margin-top: 9px;
}
body#r .layout-2 {
  width: 100%;
  position: relative;
  min-height: 300px;
}
body#r .layout-2 .col-aside {
  display: block;
  width: 26%;
  float: left;
  position: absolute;
  left: 1px;
}
body#r .layout-2 .col-main {
  background: #ffffff;
  position: relative;
  width: 74%;
  border: 1px solid #dedfde;
  float: right;
  z-index: 2;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  min-height: 500px;
}
body#r .layout-2 .col-main.curr {
  border: 1px solid #de7d52;
}
body#r .layout-2.box .box-header {
  margin: -8px -7px 0;
}
body#r #search-history {
  width: 88%;
}
body#r .record-content {
  margin: 10px 15px;
  min-height: 300px;
  display: none;
  text-align: center;
  line-height: 20px;
}
body#r .record-content .records-title {
  padding: 0 5px;
  text-align: left;
}
body#r .record-content .records-title span {
  display: inline-block;
  _zoom: 1;
  *display: inline;
}
body#r .record-content .records-title .problem {
  float: right;
  color: blue;
}
body#r .record-content .records-title .title {
  color: #666666;
  margin-right: 10px;
}
body#r .record-content .records-title .num {
  color: #de7d52;
}
body#r .record-content .records-header {
  border-bottom: 1px solid #dedfde;
}
body#r .record-content .records-header .page {
  padding: 5px 0 ;
  margin: 5px 0 ;
}
body#r .record-content #record-info {
  min-height: 50px;
  padding: 20px;
  text-align: center;
  margin: 50px auto;
  max-width: 60%;
  position: relative;
  top: 30%;
}
body#r .record-content #eresource-hit {
  position: absolute;
  top: 15px;
  width: 60%;
}
body#r .record-content #eresource-hit span {
  display: inline;
}
body#r .record-content ul {
  text-align: left;
}
body#r .record-content li {
  padding: 10px 0;
  border-bottom: 1px dotted #dedfde;
}
body#r .record-content li .content {
  margin-left: 30px;
  word-break: break-all;
}
body#r .record-content li .title {
  font-size: 14px;
  color: #0176c3;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
body#r .record-content li .urls .button {
  margin-right: 10px;
}
body#r .record-content li b {
  float: left;
  font-size: 14px;
  font-weight: normal;
  padding-right: 5px;
  text-align: right;
  width: 20px;
}
body#r .record-content li:hover {
  background-color: #f1f1f1;
}
body#r .record-content .problemdiv {
  display: none;
}
body#r .record-content.curr {
  display: block;
}
body#r #load-content {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 999;
}
body#r #load-content img {
  margin: -25px 0 0 -25px;
}
body#r .result {
  top: 50px;
  margin-left: -150px;
}
body#r .result div.bg {
  width: 300px;
}
body#r #load_page {
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  body#r .view-col-aside {
    width: 24%;
  }
}
@media screen and (max-width: 792px) {
  body#r #history {
    display: none;
  }
  body#r #select-eresource {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1000;
    background-color: #ffffff;
    border-top: 1px solid #dedfde;
    margin: 0;
    position: fixed;
  }
  body#r #select-eresource .header {
    display: none;
  }
  body#r #select-eresource ul {
    border: none;
  }
  body#r #select-eresource li {
    background-color: #ffffff;
    float: left;
    width: 47%;
    border: none;
  }
  body#r #select-eresource li.curr {
    background-color: #000000;
    color: #ffffff;
    border: none;
  }
}
@media screen and (max-width: 600px) {
  body#r .short {
    display: block;
  }
  body#r .long,
  body#r .layout-2 #search-history {
    display: none;
  }
  body#r .layout-2 .col-main {
    width: 100%;
  }
  body#r .result-header div.toolbar {
    display: none;
  }
  body#r #eresource-hit {
    display: none;
  }
  body#r .record-content {
    margin: 5px 8px;
  }
  body#r .record-content .records-title .title b {
    display: none;
  }
  body#r .record-content .page a,
  body#r .record-content .page span {
    padding: 4px 2px;
    margin: 2px;
    display: inline;
  }
}
/********find result page**********/
#searchFormDiv {
  margin-left: -200px;
  top: 120px;
  width: 400px;
}
#searchFormDiv .facet-content {
  margin-left: -40%;
  width: 80%;
}
#searchFormDiv .search {
  margin-bottom: 0;
}
#searchFormDiv div.bg {
  padding: 0;
}
#searchFormDiv div.bg div.content {
  text-align: left;
}
@media screen and (max-width: 600px) {
  #searchFormDiv {
    margin-left: -150px;
    top: 50px;
    width: 300px;
  }
}
.findhead {
  height: 83px;
}
/*******************************************info page***********************************/
body#i .layout-1 .col-aside,
body#er .layout-1 .col-aside {
  width: 20%;
  text-align: center;
}
body#i .layout-1 .col-main,
body#er .layout-1 .col-main {
  width: 78%;
}
body#i #info-help,
body#er #info-help {
  width: 200px;
  float: right;
  z-index: 1000;
  border: 1px solid #dedfde;
}
body#i #info-help .box-header,
body#er #info-help .box-header {
  width: 100%;
}
body#i #info-help .header-right,
body#er #info-help .header-right {
  display: none;
}
body#i #info-help ul,
body#er #info-help ul {
  list-style: disc;
  padding-left: 10px;
}
body#i #info-help ul li,
body#er #info-help ul li {
  display: list-item;
}
body#i #info-help-small,
body#er #info-help-small {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0px;
  width: 20px;
  float: right;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(center top, #f8f8f8, #e5e5e5);
  background-image: -moz-linear-gradient(center top, #f8f8f8, #e5e5e5);
  background-image: -o-linear-gradient(center top, #f8f8f8, #e5e5e5);
  background-image: -ms-linear-gradient(center top, #f8f8f8, #e5e5e5);
  background-image: linear-gradient(center top, #f8f8f8, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8f8f8, endcolorstr=#e5e5e5, gradientType=0);
  padding: 7px 4px;
  text-align: center;
  color: #de7d52;
}
body#i #info-range #info-detail,
body#er #info-range #info-detail {
  border-left: 1px solid #dedfde;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
}
body#i #info-range #info-detail #info-cat,
body#er #info-range #info-detail #info-cat {
  padding: 10px 25px;
}
body#i #info-range #info-title,
body#er #info-range #info-title {
  font-size: 16px;
  color: #0176c3;
  padding: 10px 0;
  margin-right: 250px;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
body#i #info-range #notice-info,
body#er #info-range #notice-info {
  color: #de7d52;
}
body#i #info-range #notice-info ul,
body#er #info-range #notice-info ul {
  list-style: square;
  padding-left: 5px;
}
body#i #info-range #notice-info ul li,
body#er #info-range #notice-info ul li {
  display: list-item;
}
body#i #info-range #notice-info a,
body#er #info-range #notice-info a {
  margin: 0 5px;
  color: #0176c3;
}
body#i #info-range #notice-info,
body#er #info-range #notice-info,
body#i #info-range #info-base,
body#er #info-range #info-base {
  margin-right: 250px;
  padding: 10px;
}
body#i #info-range #info-base,
body#er #info-range #info-base {
  margin-top: 20px;
}
body#i #info-range #info-content,
body#er #info-range #info-content,
body#i #info-range #info-allInfo,
body#er #info-range #info-allInfo {
  border-top: 1px dotted #dedfde;
  text-indent: 2em;
  padding: 10px;
  line-height: 25px;
}
body#i #info-range .info-title,
body#er #info-range .info-title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 12px;
  font-family: 'microsoft yahei';
}
body#i #info-range #info-charts,
body#er #info-range #info-charts,
body#i #info-range #comments,
body#er #info-range #comments {
  border-color: #999999 #dedfde #dedfde;
  border-style: solid;
  border-width: 2px 1px 1px;
  margin: 20px 0;
}
body#i #info-range #info-allInfo,
body#er #info-range #info-allInfo {
  background-color: #f1f1f1;
}
body#i #info-range ul,
body#er #info-range ul {
  line-height: 30px;
}
body#i #info-range #visitUrl a,
body#er #info-range #visitUrl a {
  cursor: pointer;
  font-weight: bold;
  color: #3690cc;
  margin-right: 10px;
}
body#i #info-range #visitUrl a:hover,
body#er #info-range #visitUrl a:hover {
  text-decoration: underline;
}
body#i #info-range #visitUrl span.status-stop,
body#er #info-range #visitUrl span.status-stop {
  color: #de7d52;
  display: inline;
  margin-left: 5px;
}
body#i #info-range #visitUrl b,
body#er #info-range #visitUrl b {
  color: #de7d52;
}
body#i #info-range #comments,
body#er #info-range #comments {
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}
body#i #info-range #comments #score,
body#er #info-range #comments #score {
  background: #000000;
  color: #ffffff;
  float: right;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 5px;
  width: 100px;
  cursor: pointer;
}
body#i #info-range #comments #comment-content,
body#er #info-range #comments #comment-content {
  margin-top: 10px;
}
body#i #info-range #comments #comment-content ul.radio,
body#er #info-range #comments #comment-content ul.radio {
  margin: 10px 30px;
}
body#i #info-range #comments #comment-content ul.radio b,
body#er #info-range #comments #comment-content ul.radio b {
  color: #de7d52;
}
body#i #info-range #comments #comment-content #sumit_question,
body#er #info-range #comments #comment-content #sumit_question {
  display: none;
}
body#i #info-range #comments .comment-notice img,
body#er #info-range #comments .comment-notice img {
  vertical-align: middle;
}
body#i #info-range #comments .subject-item,
body#er #info-range #comments .subject-item {
  float: left;
  margin-right: 20px;
}
body#i #info-range #comments .trumbowyg-box,
body#er #info-range #comments .trumbowyg-box,
body#i #info-range #comments .editor,
body#er #info-range #comments .editor {
  margin-bottom: 0px;
  min-height: 100px;
  width: auto;
}
body#i #info-range #comments .trumbowyg-editor,
body#er #info-range #comments .trumbowyg-editor,
body#i #info-range #comments .trumbowyg-textarea,
body#er #info-range #comments .trumbowyg-textarea {
  min-height: 100px;
}
body#i #info-range #comments #comment-footer,
body#er #info-range #comments #comment-footer {
  background-color: #f7f7f7;
  border-color: #999999 #dedfde #dedfde;
  border-style: solid;
  border-width: 0 1px 1px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
body#i #info-range #comments #comment-footer .comment-ask,
body#er #info-range #comments #comment-footer .comment-ask {
  float: right;
  margin: 2px 10px;
}
body#i #info-range #comments #comment-footer .comment-ask span.xh,
body#er #info-range #comments #comment-footer .comment-ask span.xh {
  color: red;
  float: left;
  font-size: 20px;
  margin-right: 4px;
}
body#i #info-range #comments #comment-footer .comment-ask select,
body#er #info-range #comments #comment-footer .comment-ask select {
  height: 25px;
}
body#i #info-range #comments #comment-footer #submit_c_btn,
body#er #info-range #comments #comment-footer #submit_c_btn {
  color: white;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  text-align: center;
  width: 60px;
  background-color: #3690cc;
  cursor: pointer;
}
body#i #info-range #comments .comment-list,
body#er #info-range #comments .comment-list {
  display: none;
  border-color: #dedfde;
  border-right: 1px solid #dedfde;
  border-style: solid;
  border-width: 0 1px 1px;
}
body#i #info-range #comments .comment-list .comment_item,
body#er #info-range #comments .comment-list .comment_item {
  border-bottom: 1px solid #dedfde;
  padding: 10px;
}
body#i #info-range #comments .comment-list .header,
body#er #info-range #comments .comment-list .header {
  height: 20px;
  line-height: 20px;
}
body#i #info-range #comments .comment-list .header .uname,
body#er #info-range #comments .comment-list .header .uname {
  float: left;
  color: #de7d52;
}
body#i #info-range #comments .comment-list .header .date,
body#er #info-range #comments .comment-list .header .date {
  float: right;
}
body#i #info-range #comments .comment-list .content,
body#er #info-range #comments .comment-list .content {
  min-height: 50px;
  padding: 10px;
}
body#i #info-range #comments .comment-list .content img,
body#er #info-range #comments .comment-list .content img {
  max-width: 90%;
}
body#i #info-range #comments .comment-list .footer,
body#er #info-range #comments .comment-list .footer {
  height: 20px;
  line-height: 20px;
}
body#i #info-range #comments .comment-list .footer .reply,
body#er #info-range #comments .comment-list .footer .reply {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
body#i #info-range #comments .comment-list .footer .dig,
body#er #info-range #comments .comment-list .footer .dig {
  float: right;
  margin-right: 20px;
  color: #de7d52;
  position: relative;
}
body#i #info-range #comments .comment-list .footer .dig b,
body#er #info-range #comments .comment-list .footer .dig b {
  background-position: -30px -70px;
  height: 16px;
  right: 14px;
  top: 1px;
  width: 16px;
  cursor: pointer;
}
body#i #info-range #comments .comment-list .footer .dig i,
body#er #info-range #comments .comment-list .footer .dig i {
  font-style: normal;
}
body#i #info-range #comments .comment-list .replys,
body#er #info-range #comments .comment-list .replys {
  width: 70%;
  margin-left: 25%;
}
body#i #info-range #comments .comment-list .replys .reply_item,
body#er #info-range #comments .comment-list .replys .reply_item {
  background: #dedfde;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
}
body#i #info-range #comments .comment-list .replys .reply_item .reply_content img,
body#er #info-range #comments .comment-list .replys .reply_item .reply_content img {
  width: 90%;
}
body#i #info-range #comments .comment-list .replys .reply_footer,
body#er #info-range #comments .comment-list .replys .reply_footer {
  height: 20px;
  line-height: 20px;
}
body#i #info-range #comments .comment-list .replys .reply_footer .reply_uname,
body#er #info-range #comments .comment-list .replys .reply_footer .reply_uname {
  float: right;
  color: #de7d52;
  margin-right: 10px;
}
body#i #info-range #comments .comment-list .replys .reply_footer .reply_date,
body#er #info-range #comments .comment-list .replys .reply_footer .reply_date {
  float: right;
}
body#i #info-range #comments .comment-list .page,
body#er #info-range #comments .comment-list .page {
  padding: 10px 0;
}
body#i #info-range #comments .comment-list .page a,
body#er #info-range #comments .comment-list .page a {
  background: #000000;
  color: #ffffff;
  border: none;
}
body#i #info-range #comments .info,
body#er #info-range #comments .info {
  height: 80px;
  line-height: 80px;
  font-style: normal;
  color: #de7d52;
  text-align: center;
}
body#i #submit_score,
body#er #submit_score {
  position: fixed;
  width: 350px;
  margin-left: -175px;
}
@media screen and (max-width: 600px) {
  body#i #submit_score,
  body#er #submit_score {
    width: 300px;
    z-index: 2000;
    margin-left: -150px;
    top: 65px;
  }
}
body#i #submit_score .bg,
body#er #submit_score .bg {
  border-radius: 0;
}
body#i #submit_score .content,
body#er #submit_score .content {
  text-align: center;
  border-radius: 0;
}
body#i #submit_score .content span,
body#er #submit_score .content span {
  float: left;
  margin-right: 10px;
}
body#i #submit_score .content ul,
body#er #submit_score .content ul {
  text-align: left;
  border-bottom: 1px solid #dedfde;
  margin-bottom: 5px;
}
body#i #submit_score .content li,
body#er #submit_score .content li {
  height: 30px;
  line-height: 30px;
}
body#i #reply_alert,
body#er #reply_alert {
  position: fixed;
  width: 400px;
  margin-left: -200px;
}
@media screen and (max-width: 600px) {
  body#i #reply_alert,
  body#er #reply_alert {
    width: 300px;
    z-index: 2000;
    margin-left: -150px;
    top: 65px;
  }
}
body#i #reply_alert .trumbowyg-editor,
body#er #reply_alert .trumbowyg-editor,
body#i #reply_alert .trumbowyg-textarea,
body#er #reply_alert .trumbowyg-textarea {
  min-height: 150px;
}
body#i #reply_alert .trumbowyg-box,
body#er #reply_alert .trumbowyg-box,
body#i #reply_alert .editor,
body#er #reply_alert .editor {
  min-height: 150px;
  text-align: left;
}
body#i #article-range #error-title,
body#er #article-range #error-title {
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  width: 200px;
  color: #0176c3;
}
body#i #article-range #error-content,
body#er #article-range #error-content {
  margin-top: 20px;
  text-indent: 2em;
  padding: 10px;
  line-height: 25px;
}
body#i #article-range #error-content a,
body#er #article-range #error-content a {
  color: blue;
  text-decoration: underline;
}
body#i #article-range #article-title,
body#er #article-range #article-title {
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  width: 200px;
  color: #0176c3;
}
body#i #article-range #article-content,
body#er #article-range #article-content {
  margin-top: 20px;
  text-indent: 2em;
  padding: 10px;
  line-height: 25px;
}
@media screen and (max-width: 600px) {
  body#i #info-help,
  body#er #info-help {
    display: none;
    position: fixed;
    right: 0;
    top: 66px;
    background: #ffffff;
  }
  body#i #info-help .header-right,
  body#er #info-help .header-right {
    display: block;
  }
  body#i #info-help-small,
  body#er #info-help-small {
    display: block;
    position: fixed;
    top: 66px;
  }
  body#i #info-range #notice-info,
  body#er #info-range #notice-info,
  body#i #info-range #info-base,
  body#er #info-range #info-base,
  body#i #info-range #info-cat,
  body#er #info-range #info-cat,
  body#i #info-range #info-title,
  body#er #info-range #info-title {
    margin-right: 20px;
  }
  body#i #tab-charts,
  body#er #tab-charts,
  body#i #info-charts,
  body#er #info-charts,
  body#i #charts,
  body#er #charts {
    display: none;
  }
}
/*******************************************statistics page***********************************/
#list {
  background-color: #cccccc;
  color: #666666;
}
#list th {
  background-color: #000000;
  color: #ffffff;
  padding: 4px 7px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
}
#list td {
  text-align: center;
  background-color: #ffffff;
  padding: 5px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
#list td.left {
  text-align: left;
}
#list td.operator a {
  color: blue;
}
body#st #charts_pop {
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -200px;
  padding: 7px;
}
body#st #charts_pop .bg {
  height: 420px;
}
body#st #charts_pop #charts {
  background-color: #ffffff;
  height: 100%;
}
body#st #charts_pop #res_day_column {
  margin-bottom: 10px;
}
body#st #charts_pop .info {
  widht: 100%;
  text-align: center;
  vertical-align: middle;
}
body#st #charts_pop .close {
  right: 5px;
  top: 7px;
}
@media screen and (max-width: 792px) {
  body#st .operator {
    display: none;
  }
}
/*******************************************login page***********************************/
#login {
  width: 425px;
  position: relative;
  left: 50%;
  margin-left: -213px;
  top: 20px;
}
#login div.bg {
  background: #E5E5E5;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 1px;
}
#login div.loginSystem {
  background: #F8F8F8;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "微软雅黑";
}
#login div.loginSystem .notice {
  background-color: #fffae6;
  border: 1px solid #fdea9d;
  margin: 10px 0;
  padding: 5px 10px;
  line-height: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  position: relative;
  display: none;
}
#login div.loginSystem .notice b {
  background-position: -50px 0;
  height: 20px;
  left: 5px;
  top: 5px;
  width: 20px;
}
#login div.loginSystem .notice .content {
  color: red;
  margin-left: 20px;
  overflow: hidden;
}
#login div.loginSystem .view {
  display: block;
}
#login div.loginSystem .title {
  font-size: 16px;
  margin: 15px;
  font-weight: bold;
  color: #005a8c;
}
#login div.loginSystem dt {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  text-align: right;
  width: 114px;
  margin-right: 10px;
  height: 50px;
  overflow: hidden;
}
#login div.loginSystem dt select {
  height: 30px;
}
#login div.loginSystem dd {
  float: left;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
}
#login div.loginSystem dl {
  height: 50px;
}
#login div.loginSystem input.field-value {
  height: 30px;
  width: 224px;
}
#login div.loginSystem input.code-value {
  height: 30px;
  width: 120px;
}
#login div.loginSystem img.code-img {
  height: 30px;
  width: 100px;
  margin-left: 5px;
  vertical-align: middle;
}
#login div.loginSystem input[type="button"],
#login div.loginSystem input[type="submit"] {
  height: 35px;
  width: 100px;
}
#login div.loginSystem .info {
  text-align: left;
  margin-left: 124px;
  color: #aaaaaa;
}
#login div.loginSystem .noticeinfo {
  padding: 5px 15px;
  text-align: left;
  color: #aaa;
  list-style-type: none;
}
#login div.loginSystem .urls {
  text-align: right;
  margin: 10px 0;
}
#login div.loginSystem .urls a {
  margin-left: 10px;
}
#login div.loginSystem .btns {
  border-top: 1px dashed #aaa;
  margin: 10px 0;
  padding-top: 10px;
}
#shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #000000;
}
#reLogin {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  margin-left: -170px;
  margin-top: -50px;
}
#reLogin div.bg {
  background: #888888;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px;
}
#reLogin div.bg div.content {
  background: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  line-height: 25px;
  padding: 30px 50px;
  text-align: center;
}
#reLogin div.bg div.content span {
  text-align: left;
}
#reLogin div.close {
  background-position: -65px -25px;
  height: 15px;
  right: 5px;
  top: 7px;
  width: 15px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  #wrapper #content {
    padding: 10px 10px 50px;
  }
  .short {
    display: block;
  }
  .long {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #login {
    width: 340px;
    margin-left: -170px;
  }
  #login div.loginSystem dt {
    width: 84px;
  }
  #login div.loginSystem input.field-value {
    width: 200px;
  }
  #login div.loginSystem input.code-value {
    width: 100px;
  }
  #login div.loginSystem .noticeinfo {
    padding: 5px 10px;
  }
}
/*******************************************main tab***********************************/
.m-tab {
  background-color: #f7f7f7;
  border-color: #999999 #dedfde #dedfde;
  border-right: 1px solid #dedfde;
  border-style: solid;
  border-width: 2px 1px 1px;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
  overflow: visible;
  position: relative;
}
.m-tab .m-tab-trigger {
  float: left;
  height: 31px;
  margin-bottom: -1px;
}
.m-tab .m-tab-trigger .trig-item {
  float: left;
  height: 30px;
}
.m-tab .m-tab-trigger .trig-item span,
.m-tab .m-tab-trigger .trig-item a {
  display: inline-block;
  padding: 0 10px;
  font-family: 'microsoft yahei';
  cursor: pointer;
}
.m-tab .m-tab-trigger .trig-item a:hover {
  text-decoration: none;
}
.m-tab .m-tab-trigger .trig-item.curr span,
.m-tab .m-tab-trigger .trig-item.curr a {
  position: relative;
  height: 34px;
  line-height: 34px;
  margin-top: -6px;
  margin-left: -1px;
  border-top: 2px solid #de7d52;
  border-left: 1px solid #dedfde;
  border-right: 1px solid #dedfde;
  background-color: #ffffff;
}

