* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family:'Microsoft YaHei','微软雅黑',arial,'宋体';
}

.box:last-child {
    margin-bottom: 0;
}

.box {
    margin-bottom: 10px;
    padding: 5px;
}

.box .box-header {
    text-align: center;
    font-size: 16px;
    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: 14px;
    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"]: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: 14px;
    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,
.doc div.close,
#zixun div.close,
#charts .chartlist b,
.comment_item .dig b {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
}

.big-search #search-submit,
.big-search #searcheresource,
.float-button a {
    background-image: url("../img/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: 14px;
    font-family: "微软雅黑", Microsoft Yahei, "Hiragino Sans GB", Arial, Lucida, Verdana, SimSun, Helvetica, sans-serif;
}
#menu {
    padding: 20px;
}

#menu.navbar-default {
    background: repeat scroll center #2059b2;
    position: relative;
}

.navbar-brand {
    height: 65px;
}
.navbar-brand img {
    width: 234px;
    margin-top:6px;
}
.navbar-default .navbar-nav>li>a.navbar-link {
    color: #ffffff;
    margin: 12px 0;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a.navbar-link.exit{
    padding:4px 10px;
    background:#fff;
    color:#484848;
    border-radius:4px;
    margin-top:18px;
    margin-bottom:18px;
}
.navbar-default .navbar-nav>li>a.navbar-link.exit:hover{
    background:#fff;
    color:#484848;
}
.navbar-default .navbar-nav>li>a.navbar-link:hover,.navbar-default .navbar-nav>li>a.navbar-link.on {
    color: #fff;
    border-bottom:2px solid #fff;
}

#lheader {
    height: 120px;
    background: repeat scroll center #1b4b96;
    position: relative;
}

#lheader .content {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}

#lheader #logo {
    position: absolute;
    text-align: center;
    top: 30px;
}

#lheader #logo div {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 7px;
    padding-bottom: 5px;
}

#lheader ul {
    position: absolute;
    top: 70px;
    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;
}

#lheader #shortname {
    display: none;
    color: #ffffff;
    position: absolute;
    left: 10px;
    padding-top: 5px;
}

@media screen and (max-width: 800px) {
    #lheader #shortname {
        display: block;
    }
}

#sheader {
    display: none;
    height: 60px;
    background-color: #1b4b96;
    text-align: center;
}

#sheader ul {
    left: 10px;
    padding-top: 25px;
}

#sheader ul li {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}

#sheader #logo div {
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    position: absolute;
}

#viewlogin {
    color: #ffffff;
    right: 50%;
    margin-right: -500px;
    padding-top: 5px;
    position: absolute;
}

#viewlogin span {
    margin-left: 10px;
    display: inline;
    cursor: pointer;
}

#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: 1024px) {
    #lheader #viewlogin,
    #sheader #viewlogin {
        right: 5px;
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    #sheader {
        display: block;
    }

    .topbar_f {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .sheader_f {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1000;
    }

    #lheader {
        display: none;
    }
}

#wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

#wrapper #content {

}

#wrapper #login_content {
    min-height: 400px;
    padding-top: 15px;
}

.lt-ie8 #lheader {
    Z-INDEX: 1;
}

#wrapper #content:after {
    clear: both;
}

#footer {
    height: 150px;
    padding-top: 100px;
    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 {
    width: 100%;
}

.float-bar {
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: 516px;
    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: #1b4b96;
    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: 362px;
    bottom: 65px;
    -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: 516px;
    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: 392px;
    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;
    }
    footer.footer{
        position: relative!important;
    }
}

#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: 100px;
    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: 14px;
    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: 14px;
    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%;
}
.type_list{
    margin-top:40px;
}
#filter {
    background-color: #FFFFFF;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-top: 4px solid #484848;
    padding: 0 10px;
    border-radius:10px;
}

#filter .box-header {
    margin-bottom: 0;
}

#filter .order {
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    padding:15px 0;
}

#filter .order .dt {
    float: left;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: right;
    width: 95px;
}

#filter .order .dt div {
    position: relative;
    display: inline-block;
}

#filter .order .dt div span {
    display: inline-block;
    line-height:32px;
}

#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 100px;
}

#filter .order .dd span {
    cursor: pointer;
    color: #2059b2;
}

#filter .order .dd span:hover {
    color: #fff;
}
#filter .order .dd a:hover{
    text-decoration: none;
}

#filter .order .dd .curr span,
#filter .order .dt .select span {
    padding: 0 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 .order .big-search {
    margin: 3px 0 0 4px;
}

#filter .border {
    height: 0;
    margin-top: -1px;
}

#filter .more-cat {
    float: left;
    left: 50%;
    margin: 0 auto;
    position: relative;
}

#filter .more-cat .more-button {
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: none;
    padding: 5px 5px;
    z-index: 5;
    float: left;
    right: 50%;
    margin: 0 auto;
    top: 0;
}

#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;
}

#filter .order li,
.type-facet a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    *display:inline;*zoom:1;margin:0 2px 0 0;
}

#filter .hidden-cat,
#eresources .hidden-eresources {
    display: none;
}

.search-eresource {
    position: relative;
}
#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-type-select li span {
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    top: 5px;
    height: 30px;
}

#browse-type-select #browseMini {
    background-image: url("../img/miniImg_off.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 75px;
}

#browse-type-select .curr #browseMini {
    background-image: url("../img/miniImg_on.png");
}

#browse-type-select #browseList {
    background-image: url("../img/list_off.png");
    right: 40px;
}

#browse-type-select .curr #browseList {
    background-image: url("../img/list_on.png");
}

#browse-type-select #browseBlock {
    background-image: url("../img/listImg_off.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
}

#browse-type-select .curr #browseBlock {
    background-image: url("../img/listImg_on.png");
}

#select-filter {
    background-color: #F5F5F5;
    height: 40px;
    position: relative;
    border-bottom: 2px solid #5B77C5;
}

#select-filter #sort {
    position: absolute;
    top: 10px;
}

#browse-list {
    position: relative;
}

#browse-list #browse_content {
    background: none repeat scroll 0 0 #FFFFFF;
}

#browse-list .num {
    position: absolute;
    right: 115px;
    top: -26px;
}

/*#browse-list #type_list {
    border: 1px solid #DEDFDE;
}*/

#browse-list #type_list .clear {
    clear: both;
}

#browse-list #type_list #english_list {
    float: right;
    width: 48%;
}

/*#browse-list #type_list #chinese_list {
    float: left;
    width: 48%;
}*/

#browse-list #type_list li {
    border-bottom: 1px dotted #DDDDDD;
    height: 35px;
    line-height: 35px;
    margin-left: 8px;
    position: relative;
}

#browse-list #type_list li .item_num {
    width: 45px;
    float: left;
	margin-left: 75px;
}

#browse-list #type_list li.item_title {
    text-align: center;
    font-weight: bold;
}

#browse-list #type_list li .type_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#browse-list #mini_list {
    border: 1px solid #dedfde;
    padding: 20px;
}

#browse-list #mini_list .mini_title {
    width: 210px;
    margin: 10px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#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;
    margin: 1px;
}

#browse-list #list .urls a:hover {
    text-decoration: underline;
}

#browse-list #list .urls a.green {
    color: #fff;
    background: #1d953f;
}

#browse-list #list .urls a.red {
    color: #fff;
    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: blue;
    margin-right: 10px;
    padding: 0 5px;
}

#browse-list ul.list li div.block_info p a img {
    margin-bottom: -7px;
    margin-top: 3px;
}

#browse-list ul.list li div.block_info p a.green {
    color: #fff;
    background: #1d953f;
}

#browse-list ul.list li div.block_info p a.red {
    background: #d71345;
    color: #fff;
}

#browse-list ul.list li.last {
    border-bottom: none;
}

#browse-list ul.list li:hover {
    background-color: #e8ecef;
}

#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: 14px;
    line-height: 24px;
    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 .dd li a{
    display: block;
    line-height:32px;
}
.order .curr,
.type-facet .curr{
    background: none repeat scroll 0 0 #2059b2  !important;
    border-radius:4px;
}
.order .dd li:hover{
    background: none repeat scroll 0 0 #2059b2  !important;
    border-radius:4px;
}
.order .dd li:hover a,
.order .dd li:hover a span{
    color:#fff;
}
.order .dd li.curr,
.type-facet .curr {
    
}

.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: #e8ecef;
}

#eres-list .more-eresources {
    cursor: pointer;
    font-size: 14px;
    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: #e8ecef;
}

.doc {
    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: 20px;
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-top: -75px;
    margin-left: -200px;
    
}

.doc div.close {
    background-position: -65px -25px;
    height: 15px;
    right: 5px;
    top: 7px;
    width: 15px;
    cursor: pointer;
    z-index: 1000;
}

.doc h2 {
    text-align: center;
}

.doc .title {
    font-size: 16px;
    color: #0176c3;
    margin: 10px 0 5px;
}

.doc .title i {
    font-style: normal;
}

.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 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: 792px) {
    .col-aside {
        display: none;
    }

    .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: 82px;
        text-align: left;
    }

    #filter .order .dd {
        margin: 0 3px 0 75px;
    }
    #browse-list #type_list li {
        margin-left: 8px;
    }
}

@media screen and (max-width: 480px) {
    #wrapper #content {
        padding: 0 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;
    background: #ffffff;
}

.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: 14px;
    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;
    background: #ffffff;
}

body#r #select-eresource {
    cursor: pointer;
    margin-bottom: 20px;
    background: #ffffff;
    border-color: #5B77C5 #E2E2E2 #E2E2E2;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
}

body#r #select-eresource .header {
    color: #4A69BF;
    font-size: 18px;
    font-weight: normal;
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E2E2E2;
    background: none repeat scroll 0 0 #F8F8F8;
}

body#r #select-eresource li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DEDEDE;
    padding-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: 16px;
    color: #0176c3;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

body#r .record-content li .urls {
    margin: 15px 0;
}

body#r .record-content li .urls .button {
    margin-right: 10px;
}

body#r .record-content li b {
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
    text-align: right;
    width: 20px;
}

body#r .record-content li:hover {
    background-color: #e8ecef;
}

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,
body#er #info-range {
    background: #ffffff;
}

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-content span {
    display: inline;
}

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;
    background: #ffffff;
}

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: #ffffff;
    color: #000000;
    padding: 4px 7px;
    height: 30px;
    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: 100px;
}

#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) {

    .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;
}

footer.footer {
    bottom: 0;
    text-align: center;
    width: 100%;
    padding:50px;
    background:none;
}

li.item_item {
    float: left;
    width: 49%;
}
.navbar-toggle{
    margin-top: 14px;
    margin-bottom: 14px;
}
.card{
    border-top: 2px solid #5B77C5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
    
}
.card_head{
    padding: 16px;
    font-size: 24px;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;
}
.card_body{
    padding: 16px;
}
.layout{
    line-height: 37px;
}
.ewm{
    text-align: center;

}
.ewm img{
    width: 120px;
    height: 120px;
}
.con{
    text-align: center;
    line-height: 37px;
}
.text-c{
    text-align: center;
}
.time{
    color: #2196f3;
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 60px;
}
.textBox{
    border: 1px solid #e5e5e5;
    padding: 10px 0 0 16px;
    margin: 10px 0 30px;
}
.textBox label{
    color: #999999;
    margin-bottom: 5px;
}
.textBox textarea{
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}
.btn-primary{
    background-color: #2196f3!important;
}
.bg-info{
    background: #2196f3!important;
    color: #ffffff;
}
.card_no{
    border-top: 1px solid #e5e5e5;
}
.card_head em{
    font-style: normal;
    font-size: 40px;
    margin-right: 10px;
}
.card_head .tip{
    font-size: 14px;
    margin-top: 20px;
    color: #666666;
}
.card_body .line{
    height: 36px;
    line-height: 36px;
}
.card_body .line i{
    font-size: 24px;
    color: #5cb85c;
    margin-right: 10px;
    vertical-align: middle;
}
.line_box{
    min-height: 180px;
}
.color_red{
    color: #e53935!important;
}
.card_body .line.color_red i{
    color: #e53935!important;
}
.m-b-20{
    margin-bottom: 20px;
}
.p-l-0{
    padding-left: 0;
}
.user_info{
    display: inline-block!important;
    color: #ffffff;
}
.user_info span{
    display: inline!important;
    margin: 12px 5px;
    font-size: 16px;
    padding: 10px 0 10px 15px;
    color:#ccc;
}
.QQ{
    display:none;
    position: fixed;
    right: 10px;
    bottom: 50px;
}
.QQ img{
    width: 80px;
    height: 80px;
}
.tip-icon i{
    font-size: 50px;
    color: #ec971f;
    margin-top: 5px;
}
.m-l-10{
    margin-left: 10px;
}
.m-b-5{
    margin-bottom: 5px;
}
.flex{
    display: flex!important;
}
.text-yellow{
    color: #ec971f;
}
.text-red{
    color: #d43f3a;
}
.text-blue{
    color: #66afe9;
}
.text-green{
    color: #5cb85c;
}
.bind_ri{
    margin-left: 10px;
}
.bind_ri p{
    line-height: 20px;
}
.bind_ri .mid{
    color: #888888;
    font-size: 12px;
    margin-bottom: 5px;
}
.bind_ri .mid i{
    font-size: 14px;
}
.tip_info{
	color: #888;
}
.table_w{
    width: 10%;
}
.radio {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}
.radio input[type="radio"]{
    width: 1.1em;
    height: 1.1em;
}
input[type=radio]:checked,input[type=radio]:focus{
    outline: none!important;
}
.radio-label{
    padding-left: 5px!important;
}
.zfewm img{
    width: 100%;
}
.zfewm p{
    text-align: center;
    color: #666666;
    margin-top: 10px;
}
.left_list{
    padding: 10px;
    font-size: 0;
}
.left_list li{
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
.left_list li.on a{
    color: #ffffff;
    border-radius: 2px;
}
.left_list li.on{
    background: #2196f3;
    color: #ffffff;
    border-radius: 2px;
}
.left_list li:hover{
    background: #c3e4ff;
    color: #ffffff;
}
.aboutBox{
    padding: 20px;
}
.aboutBox h3{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:10px;
}
.aboutBox p{
    margin: 10px 0;
    color: #666666;
}
.bg-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.bg-warning a{
    color: #f9a400;
}
.m-t-10{
    margin-top: 10px;
}
.entryTitle{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom:10px;
}
.entryTitle::after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width:20px;
    height:4px;
    background:#484848;
    margin-left:-10px;
    border-radius:2px;
}
.tool-links a,
.entryItem{
    border-top: 1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    text-align: center;
    display: block;
    height: 130px;
    margin: 10px 0;
    border-radius:4px;
}
.tool-links span{
    width:calc((100% - 30px) / 4);
    margin-right:10px;
    display: inline-block;
    float: left;
}
.tool-links span:nth-child(4n){
    margin-right:0;
}
.tool-links a.entryItem{
    height:60px;
    line-height:60px;
}
.tool-links a.entryItem:hover{
    margin:0;
    padding:0;
}
#broadcast .broadcast p{
    margin-bottom:10px;
}
.sub-mark{
    background:none;
}
.sub-mark .mark{
    background:none;
    position: relative;
    padding-left:20px;
}
.sub-mark .mark::after{
    content:'';
    position: absolute;
    left:10px;
    width:4px;
    height:14px;
    background:#484848;
    top: 50%;
    margin-top: -7px;
    border-radius:4px;
}
.new-rec-soft{
    padding:10px;
}
#leftcolumn .menu li{
    margin-bottom:20px;
}
#leftcolumn .menu li span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.entryItem:hover{
    background: #2196f3;
    color: #ffffff;
    text-decoration:none;
}
.entryItem p{
    line-height:18px;
    margin-top:8px;
}
.entryItem .item_title{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: #2196f3;
    color: #ffffff;
    margin: 20px 0 10px;
}
.entryItem:hover .item_title{
    background: #ffffff;
    color: #2196f3;
}
.entryItem:hover .text-red{
    color: #ffffff;
}
.text-red{
    color: #d43f3a;
}
.ask_list{
    padding: 5px 20px;
}
.ask_list li{
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
}
.ask_list li:last-child{
    border: none;
}
@media screen and (max-width: 800px) {
    .navbar-toggle{
        margin-right: 0;
    }
    .navbar-brand{
        padding-left: 0;
    }
    .ewm img{
        width: 180px;
        height: 180px;
    }
    .time{
        margin-bottom: 10px;
    }
    .textBox{
        margin: 20px 0;
    }
    .line_box{
        min-height: 140px;
    }
    #browse-list #type_list li .item_num{
        margin-left:0;
    }
    li.item_item {
        width: 100%;
    }
    .table_w{
        width: 30%;
    }
    .user_info span{
        font-size: 14px;
        padding: 5px 10px;
        margin: 5px 0;
    }
    .navbar-default .navbar-nav>li>a.navbar-link{
        padding: 5px 10px;
        font-size: 14px;
        margin: 5px 0;
    }
    .left_list li{
        width: 33%;
        display: inline-block;
        margin: 0;
    }
    .phone_hidden{
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .navbar-brand img {
        width: 200px;
        height: 30px;
    }
}

input.checkbox{
    display: inline-block;
    margin-right: 10px;
}
label.check{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    border: 1px solid #ccc;
    top: 0;
    left: 15px;

}
input[type=checkbox]{
    visibility: hidden;
}
.checkbox:checked +label{
    border-color: #2892d0;
}
.checkbox:checked +label:before{
    content: "\2713";
    display: block;
    text-align: center;
    font-size: 14px;
    color: #2892d0;
}

.topad{
    margin-bottom:10px;
}
.topad .flex{
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.topad .flex li{
    text-align:center;
    background:#2059b2;
    flex:0 0 calc(25% - 10px);
    border-radius:10px;
    transition:all .3s ease-in-out;
}
.topad .flex li.ico-1 {
    background:#20c4fb;
}
.topad .flex li.ico-2 {
    background:#569af3;
}
.topad .flex li.ico-3 {
    background:#6758e6;
}
.topad .flex li.ico-4 {
    background:#5d69f3;
}
.topad .flex li.ico-4:hover,
.topad .flex li.ico-3:hover,
.topad .flex li.ico-2:hover,
.topad .flex li.ico-1:hover {
    background: linear-gradient(-45deg, #2059b2 50%, #2196f3 60%, #4887e8 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
          animation-delay: 0s;
    -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.topad .flex li a{
    color:#fff;
    display: block;
    padding:10px 10px 15px 10px;
}
.topad .flex li a:hover{
    color:#fff;
    text-decoration: none;
}
.topad .flex li i{
    display: inline-block;
    width:100%;
    height:40px;
}
.topad .flex li b{
    font-weight:normal;
}

.topad .flex li.ico-1 i{
    background:url(../images/ico-1.png) center center no-repeat;
    background-size:30px;
}
.topad .flex li.ico-2 i{
    background:url(../images/ico-2.png) center center no-repeat;
    background-size:30px;
}
.topad .flex li.ico-3 i{
    background:url(../images/ico-3.png) center center no-repeat;
    background-size:30px;
}
.topad .flex li.ico-4 i{
    background:url(../images/ico-4.png) center center no-repeat;
    background-size:30px;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@media screen and (max-width:960px){
    .topad .flex{
        display:grid!important; 
        grid-template-columns: repeat(2, 1fr);
    }
    .topad .flex li{
        text-align:center;
        background:#2059b2;
        border-radius:10px;
    }
    .topad .flex li.ico-1,
    .topad .flex li.ico-2{
        margin-bottom:10px;
    }
    .topad .flex li:nth-child(odd){
        margin-right:10px;
    }
    .topad .flex li i{
        height:30px;
    }
    .topad .flex li.ico-1 i{
        background:url(../images/ico-1.png) center center no-repeat;
        background-size:28px;
    }
    .topad .flex li.ico-2 i{
        background:url(../images/ico-2.png) center center no-repeat;
        background-size:24px;
    }
    .topad .flex li.ico-3 i{
        background:url(../images/ico-3.png) center center no-repeat;
        background-size:24px;
    }
    .topad .flex li.ico-4 i{
        background:url(../images/ico-4.png) center center no-repeat;
        background-size:24px;
    }
    .topad .flex li a{
        padding:10px 0;
    }
    #filter .order .dt{
        width:100%;
    }
    #filter .order .dd{
        margin:0;
    }
    #filter .order li{
        padding:0 2px;
    }
}