
/*--元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制--*/
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
input[type="sec-search"], textarea, select {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px #efefef;
    border-radius: 2px;
    height: 30px;
    line-height: 19px;
    padding: 3px 9px;
    outline: none;
    color: #475055;
    font: 13px/19px "Microsoft yahei", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*--button--*/
.btn-islib {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-islib:focus, .btn-islib:active:focus, .btn-islib.active:focus, .btn-islib.focus, .btn-islib:active.focus, .btn-islib.active.focus {
    /* outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; */
}

.btn-islib:hover, .btn-islib:focus, .btn-islib.focus {
    color: #333333;
    text-decoration: none;
}

.btn-islib:active, .btn-islib.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-islib.disabled, .btn-islib[disabled], fieldset[disabled] .btn-islib {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--gray--*/
.btn-islib {
    color: #333333;
    background-color: #fcfcfc;
    border-color: #ddd;
}

.btn-islib:hover, .btn-islib:focus, .btn-islib.focus, .btn-islib:active, .btn-islib.active, .open > .dropdown-toggle.btn-islib {
    color: #333333;
    background-color: #eee;
    border-color: #ccc;
}

.btn-islib:active, .btn-islib.active, .open > .dropdown-toggle.btn-islib {
    background-image: none;
}

.btn-islib.disabled, .btn-islib[disabled], fieldset[disabled] .btn-islib, .btn-islib.disabled:hover, .btn-islib[disabled]:hover, fieldset[disabled] .btn-islib:hover, .btn-islib.disabled:focus, .btn-islib[disabled]:focus, fieldset[disabled] .btn-islib:focus, .btn-islib.disabled.focus, .btn-islib[disabled].focus, fieldset[disabled] .btn-islib.focus, .btn-islib.disabled:active, .btn-islib[disabled]:active, fieldset[disabled] .btn-islib:active, .btn-islib.disabled.active, .btn-islib[disabled].active, fieldset[disabled] .btn-islib.active {
    background-color: #ffffff;
    border-color: #ddd;
}

.btn-islib .badge {
    color: #ffffff;
    background-color: #333333;
}

/*--blue--*/
.btn-primary-islib {
    color: #ffffff;
    background-color: #7CA9F4;
    border-color: #7CA9F4;
    border: 1px solid #7CA9F4!important;
}

.btn-primary-islib:hover, .btn-primary-islib:focus, .btn-primary-islib.focus, .btn-primary-islib:active, .btn-primary-islib.active, .open > .dropdown-toggle.btn-primary-islib {
    color: #ffffff;
    background-color: #7CA9F4;
    border-color: #7CA9F4;
}

.btn-primary-islib:active, .btn-primary-islib.active, .open > .dropdown-toggle.btn-primary-islib {
    background-image: none;
}

.btn-primary-islib.disabled, .btn-primary-islib[disabled], fieldset[disabled] .btn-primary-islib, .btn-primary-islib.disabled:hover, .btn-primary-islib[disabled]:hover, fieldset[disabled] .btn-primary-islib:hover, .btn-primary-islib.disabled:focus, .btn-primary-islib[disabled]:focus, fieldset[disabled] .btn-primary-islib:focus, .btn-primary-islib.disabled.focus, .btn-primary-islib[disabled].focus, fieldset[disabled] .btn-primary-islib.focus, .btn-primary-islib.disabled:active, .btn-primary-islib[disabled]:active, fieldset[disabled] .btn-primary-islib:active, .btn-primary-islib.disabled.active, .btn-primary-islib[disabled].active, fieldset[disabled] .btn-primary-islib.active {
    background-color: #7CA9F4;
    border-color: #7CA9F4;
}

.btn-primary-islib .badge {
    color: #7CA9F4;
    background-color: #ffffff;
}

/*--green--*/
.btn-success {
    color: #ffffff;
    background-color: #6cbf6c;
    border-color: #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #53af53;
    border-color: #469846;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #6cbf6c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #6cbf6c;
    background-color: #ffffff;
}

/*--qing--*/
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

/*--yellow--*/
.btn-warning {
    color: #ffffff;
    background-color: #F99A4E;
    border: 1px solid #F99A4E!important;;
}
.btn-warning:hover{
    color: #ffffff;
    background-color: #F99A4E;
    border: 1px solid #979797!important;;
}
.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #F99A4E;
    /* border: 1px solid #979797!important;; */
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f19900;
    border-color: #F99A4E;
}

.btn-warning .badge {
    color: #f19900;
    background-color: #ffffff;
}

/*--red--*/
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

/*--link--*/
.btn-link {
    color: #36c;
    font-weight: normal;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

/*--daxiao--*/
.btn-lg {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-ls {
    font-size: 13px;
}

.btn-xs {
    padding: 1px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

/*--icon--*/
.icon-add {
    background: url('../img/icon-add.png') left center no-repeat;
    padding-left: 16px;
}

.icon-excel {
    background: url('../img/icon-excel.png') left center no-repeat;
    padding-left: 16px;
}

.icon-del {
    background: url('../img/icon-del.png') left center no-repeat;
    padding-left: 16px;
}

.icon-search {
    background: url('../img/search.png') left center no-repeat;
    background-size: auto 75%;
    padding-left: 19px;
}

/*--wrap--*/
.wrap {
    min-height: 500px;
    width: 100%;
    min-width: 1280px;
    _width: 1280px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

/*--container--*/
.container {
    margin-right: auto;
    margin-left: auto;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-left, .col-right, .col-center {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-11 {
    width: 70%;
}

.col-left {
    width: 21%;
}

.col-right {
    width: 16.66666667%;
}

.col-center {
    width: 61%;
}

.col-all {
    width: 100%;
}

ul.navitems.dropDown > li > ul, ul.subnav-items.dropDown > li > ul {
    width: 100%;
    position: absolute;
    display: none;
    z-index: 9999;
    top: 44px;
}

ul.navitems.dropDown > li > ul li, ul.subnav-items.dropDown > li > ul li {
    float: none;
    margin-right: 0px;
}

ul.navitems.dropDown > li > ul li a, ul.subnav-items.dropDown > li > ul li a {
    display: block;
    background: #1f4c79;
    color: #fff;
    font-size: 14px;
}

ul.navitems.dropDown > li > ul li a:hover, ul.subnav-items.dropDown > li > ul li a:hover {
    background: #6cbf6c;
}

/*--breadcrumb--*/
.breadcrumb, .eng-alphabet {
    padding: 10px 0;
    list-style: none;
    width: 100%;
    display: table;
    height: 23px;
    line-height: 23px;
}

.breadcrumb > li {
    display: inline-block;
    color: #999;
}
.breadcrumb > li:nth-child(2) {
    margin-left: 10px;
}

.breadcrumb > li + li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #b95400;
}

.breadcrumb > li > .close {
    background: url("../img/bookIcons.png") 2px -143px no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    border-radius: 2px;
    margin: 4px 0 0 4px;
}

.breadcrumb > li > .close:hover {
    background-position: 2px -161px;
    background-color: #e4393c;
}

.breadcrumb-right {
    padding-left: 11px;
    width: 100%;
    display: table;
    border-bottom: solid 1px #ddd;
    margin-bottom: -1px;
}

/*--分页--*/
.search_page {
    clear: both;
    text-align: center;
    padding: 30px 0;
    color: #555;
}

.search_page a, .search_page b, .search_page span {
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px;
    color: #5d5d5d;
    padding: 7px 15px;
    margin-left: 1px;
}

.search_page a:hover, .search_page a.active, .search_page b {
    background: #7597ba;
    border: 1px solid #7591ae;
    color: #fff;
    text-decoration: none;
}

.search_page span {
    color: #999;
    background: #f5f5f5;
}

/*--*/
.page_small {
    padding: 0px;
}

.page_small a, .page_small b, .page_small span {
    font-size: 12px;
    padding: 0px 10px;
}

/*--main--*/
.main {
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}


/*--搜索列表--*/
.list-search {
    background: #f5f5f5;
    border-bottom: solid 1px #eee;
}

.list-search .search {
    height: auto;
}

.search-resultTips {
    width: 100%;
    display: table;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    white-space: nowrap;
}

.search-resultTips .s-result {
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
    padding: 10px 0;
    color: #666;
}

.search-resultTips .s-result em {
    color: #f00;
    font-style: normal;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.s-result {
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
    padding: 10px 0;
    color: #666;
}

.s-result em {
    color: #f00;
    font-style: normal;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/*--左侧菜单--*/
.sidebar {
    overflow: visible;
    display: table;
}
.sidebar .sidebar-tabs {
    padding-top: 10px;
    overflow: visible;
}

.sidebar-tabs .menuTitle {
    font-size: 16px;
    position: relative;
    border-bottom: solid 1px #ddd;
    color: #ddd;
    width: 100%;
    display: table;
}

.sidebar-tabs .menuTitle a, .sidebar-tabs .menuTitle span {
    display: inline-block;
    padding: 2px 2% 6px;
    float: left;
}

.sidebar-tabs .menuTitle a:hover {
    text-decoration: none;
}

.sidebar-tabs .menuTitle a.active {
    color: #b95400;
    border-bottom: solid 2px #b95400;
}

.sidebar-tabs .menuTitle span {
    padding-left: 12px;
    padding-right: 12px;
}

.sidebar-menu {
    padding: 10px 0;
    overflow: visible;
}

.menuTitle, .menuTitle-tabs {
    position: relative;
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd;
    width: 100%;
    display: table;
}

.menuTitle .menuTitle-tabs {
    width: auto;
    border-bottom: none;
    margin-bottom: 0px;
}

.form-horizontal .menuTitle, .form-horizontal .menuTitle-tabs {
    border-bottom-style: dotted;
}

.menuTitle h5, .menuTitle-tabs h5.active {
    font-size: 18px;
    color: #5d85ae;
    position: relative;
    border-bottom: solid 2px #7597ba;
    display: inline-block;
    padding: 6px 3px 8px;
    cursor: text;
}

.menuTitle .infomore, .menuTitle-tabs infomore {
    float: right;
    display: inline-block;
    padding-top: 7px;
    padding-right: 7px;
    font-size: 12px;
    line-height: 20px;
}

.menuTitle-tabs {
    color: #666;
    font-size: 14px;
}

.menuTitle-tabs h5, .menuTitle .menuTitle-tabs a {
    float: left;
    margin-right: 30px;
    display: inli e-block;
    text-decoration: none;
    padding: 8px 3px 7px;
    position: relative;
    cursor: pointer;
}
 
.menuTitle-tabs h5 {
    color: #666;
    font-size: 15px;
    padding-top: 7px;
}

.menuTitle .menuTitle-tabs a:last-child {
    margin-right: 0px;
}

.menuTitle-tabs h5 + h5:before, .menuTitle .menuTitle-tabs a + a:before {
    content: "/\00a0";
    color: #ccc;
    position: absolute;
    left: -17px;
}

.menuTitle-tabs h5.active {
    border-color: #6cbf6c;
    color: #6cbf6c;
}

.menuTitle-tabs h5.active a, .menuTitle .menuTitle-tabs a.active {
    color: #6cbf6c;
    text-decoration: none;
}

.menuTitle .menuTitle-tabs a.active {
    position: relative;
    border-bottom: solid 1px #6cbf6c;
}

.sidebar-menu .menuTitle h5 {
    border-bottom: solid 2px #b95400;
    color: #b95400;
}
.theme-blue h5 {
    border-bottom: solid 2px #0D7AC9!important;
    color: #0D7AC9!important;
}

.sidebar-menu .menuitems ul {
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}

.sidebar-menu .menuitems ul li {
    padding-left: 8px;
    line-height: 28px;
    width: 100%;
    overflow: visible;
    position: relative;
    color: #b95400;
    font-size: 10px;
}

.sidebar-menu .menuitems ul li.more {
    padding-left: 0px;
}

.sidebar-menu .menuitems ul li.active {
    background: #6cbf6c none repeat scroll 0 0;
    overflow: visible;
}

.sidebar-menu .menuitems ul li.active > a {
    color: #fff
}

.sidebar-menu .menuitems ul li.hover {
    background: #066cb6;
    overflow: visible;
}

.sidebar-menu .menuitems > ul > li.hover > a {
    color: #fff;
}

.sidebar-menu .menuitems ul li a {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    position: relative;
    text-decoration: none;
}

.sidebar-menu .menuitems ul li.more a {
    color: #333;
}

.sidebar-menu .menuitems ul li.more a:hover {
    color: #e7604a;
}

.sidebar-menu .menuitems ul li a span {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #ccc;
}

.sidebar-menu .menuitems ul li a i {
    font-style: normal;
    font: 500 12px/14px consolas;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 4px;
    height: 14px;
    z-index: 1;
}
/* 月度与专题 更多 */
.sidebar-menu .menu-item .item-title{ width: 180px;height: 21px;line-height: 21px;background-color: #7CA9F4;color: #fff; box-sizing: border-box;padding: 0 5px; }
.sidebar-menu .menu-item .left-menu ul { margin-bottom: 10px; }
.sidebar-menu .menu-item .left-menu ul li { display: none; cursor: pointer;line-height: 30px; box-sizing: border-box;padding-left: 5px;}
.sidebar-menu .menu-item .left-menu ul li p{ width: 10px; height: 3px; background-color: #7CA9F4; border: 1px solid #0D7AC9; display: inline-block; vertical-align: middle;}
.sidebar-menu .menu-item .left-menu ul li span{ margin-left: 8px; display: inline-block; vertical-align: middle; }
.sidebar-menu .normal-menu ul li{ cursor: pointer;line-height: 30px; box-sizing: border-box;padding-left: 5px; }
.sidebar-menu .normal-menu ul li p{ width: 10px; height: 3px; background-color: #7CA9F4; border: 1px solid #0D7AC9; display: inline-block; vertical-align: middle;}
.sidebar-menu .normal-menu ul li span{ margin-left: 8px; display: inline-block; vertical-align: middle; }
.sub-wrap{ float: left; position: relative; min-height: 1px;  max-width: 1140px;min-width: 1140px;}
.sub-wrap .sub-items li{ margin-top: 20px;border: 1px solid #7CA9F4;width: 360px; height: 135px; box-sizing: border-box;padding: 15px;line-height: 20px;margin-left: 30px; }
.sub-wrap .sub-items li .tit{width: 265px;display: inline-block;}
.sub-wrap .sub-items li .num{margin-top: 15px;}
.sub-wrap .sub-items li a{ color: #0D7AC9; }
.min1400{ min-width: 1400px; width: 1400px; }
.sub-wrap .sub-items li:nth-child(3n+1) {
    margin-left: 0px !important;
}
/*-弹出菜单-*/
.menuitems .item-list {
    display: none;
    position: absolute;
    /*width: 210px;*/
    width: 220px;
    min-height: 100px;
    _height: 100px;
    background: #fff;
    left: 209px;
    box-shadow: 5px 2px 8px rgba(0, 0, 0, .2);
    border: 1px solid #066cb6;
    top: 0px;
    z-index: 10;
}

.item-list .subitem {
    width: 100%;
    display: table;
    padding: 0 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #eee;
    padding: 12px 0px;
    overflow: hidden;
    zoom: 1;
}

.item-list .subitem .fore1 {
    border-top: none;
}

.item-list .subitem dt {
    float: left;
    width: 54px;
    line-height: 22px;
    text-align: right;
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #E4393C;
}

.item-list .subitem dt a {
    color: #b95400;
    text-decoration: underline;
}

.item-list .subitem dd {
    width: 100%;
    overflow: hidden;
}

.item-list .subitem dl dd a, .item-list .cat-right dl dd a {
    text-decoration: none;
    line-height: 28px;
    display: block;
    text-indent: 6px;
}

.item-list .subitem dl dd a:hover, .item-list .cat-right dl dd a:hover, .item-list .subitem dl dd a.hover, .item-list .cat-right dl dd a.hover {
    background: #066cb6;
    color: #fff;
}


/*-书目清单(首页)-*/
.menuitems.catalog-list ul li {
    overflow: hidden;
    border-bottom: dashed 1px #eee;
    height: 34px;
    line-height: 34px;
    padding-left: 0px;
}

.menuitems.catalog-list ul li:before {
    content: "·";
    font-size: 35px;
    line-height: 32px;
    float: left;
    margin-right: 4px;
}

.menuitems.catalog-list ul li a:hover {
    text-decoration: underline;
}

.menuitems.catalog-list ul li.more:before {
    content: "";
}

/*--图书列表--*/
.book-list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.book-list .book-items {
    width: 100%;
    display: table;
}

.book-list ul li {
    position: relative;
    padding: 20px 0;
    border-bottom: solid 1px #eee;
    width: 100%;
}

/*--单个书--*/
.book-wrap {
    padding: 10px;
    width: 100%;
    position: relative;
}

.book-wrap .b-img {
    height: 150px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    text-align: center;
}

.book-wrap .b-img a {
    display: block;
    position: relative;
    text-align: center;
}

.book-wrap .b-img a:hover img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #e7604a;
}

.book-wrap .b-img img {
    border: solid 1px #ddd;
    width: 120px;
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.book-wrap .b-name {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    transition: height 0.08s ease 0s;
    word-break: break-all;
    word-wrap: break-word;
}

.book-wrap .b-shopnum {
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.book-wrap .b-shopnum a {
    color: #999;
}

.book-wrap .b-shopnum a:hover {
    color: #e7604a;
}

.book-wrap .b-operate {
    overflow: hidden;
    text-align: center;
    padding-left: 1px;
    margin: 0 auto;
}

.book-wrap .collect, .book-wrap .addcart, .book-wrap .download {
    text-align: left;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 12px;
    float: left;
    margin-left: -1px;
    color: #f89000;
    display: inline-block;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 29px;
    min-width: 22px;
}

.book-wrap .book-info .operate {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.book-wrap .book-info .operate a{
	display: inline-block;
	position: relative;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 35px;
}

.book-wrap .book-info .operate a i{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
}

.book-wrap .book-info .operate .add-pre {
	color: #D67D43;
	border: 2px solid #B79B76;
}

.book-wrap .book-info .operate .add-pre:hover {
	color: #D67D43;
	z-index: 1;
}

.book-wrap .book-info .operate .add-pre i{
	background: url(../img/star-checked.png) no-repeat 0px 0px;
}

.book-wrap .book-info .operate .in-pre {
	color: #fff;
	background: #FE7117;
	border: 2px solid #FE7117;
}

.book-wrap .book-info .operate .in-pre:hover {
	color: #fff;
	z-index: 1;
}

.book-wrap .book-info .operate .in-pre i{
	background: url(../img/star.png) no-repeat 0px 0px; 
}

.book-wrap .book-info .operate .add-cart {
	color: #576AAC;
	border: 2px solid #576975;
	margin-left: 20px;
}

.book-wrap .book-info .operate .add-cart:hover {
	color: #576AAC;
	z-index: 1;
}

.book-wrap .book-info .operate .add-cart i{
	background: url(../img/add-cart.png) no-repeat 0px 0px;
}

.book-wrap .book-info .operate .in-cart {
	color: #fff;
	background: #3266CB;
	border: 2px solid #3266CB;
	margin-left: 20px;
}

.book-wrap .book-info .operate .in-cart:hover {
	color: #fff;
	z-index: 1;
}

.book-wrap .book-info .operate .in-cart i{
	background: url(../img/in-cart.png) no-repeat 0px 0px; 
}

.book-wrap a.collect, .book-wrap a.addcart, .book-wrap a.download {
    background: #fff;
}

.book-wrap .collect {
    border-radius: 2px 0 0 2px;
    color: #b5b5b5;
}

.book-wrap .addcart {
    border-radius: 0 2px 2px 0;
}

 .book-wrap .download i {
    display: block;
    font-style: normal;
    width: 18px;
    height: 18px;
    left: 8px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    transition: background-position 0.15s ease-in-out 0s;
    background: url('../img/bookIcons.png') 99999px 99999px no-repeat;
}
.book-wrap .collect img,.book-wrap .addcart img {
    display: block;
    font-style: normal;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
}

.book-wrap .addcart i {
    background-position: 0 -461px;
}

.book-wrap .download i {
    background-position: 0 -559px;
}

.book-wrap .collect:hover, .book-wrap .addcart:hover {
    border-color: #e7604a;
    color: #e7604a;
    text-decoration: none;
    z-index: 1;
}

.book-wrap .collect:hover i {
    background-position: 0 -535px;
}

.book-wrap .addcart:hover i {
    background-position: 0 -487px;
}

.book-wrap .download:hover i {
    background-position: 0 -583px;
}

/*--图书纵向列表--*/
.book-colList {
    overflow: visible;
}

.book-colList .book-wrap {
    padding: 0px;
    display: table;
}

.book-wrap .b-checkbox {
    width: 20px;
    text-align: left;
    float: left;
}

.book-colList .book-wrap .b-img {
    width: 110px;
    height: 150px;
    margin-bottom: 0px;
    margin-right: 15px;
	display:block;
    float: left;
}

.book-colList .book-wrap .b-img img {
    width: 110px;
    height: 150px;
}

.book-wrap .book-info {
    color: #666;
    display: table;
}

.book-colList .book-wrap .b-name a {
    color: #36c;
}

.book-wrap h3.b-name {
    font-size: 15px;
}

.book-wrap h5.b-cnname {
    font-size: 12px;
    margin-bottom: 10px;
}

.book-wrap .book-info .b-info {
    display: block;
    line-height: 21px;
    position: relative;
}

.book-wrap .book-info .b-info strong {
    font-weight: normal;
    color: #333;
}

.book-wrap .book-info .b-info em {
    color: #36c;
    font-style: normal;
    text-decoration: underline;
}

.book-colList .book-wrap .book-info .b-info a {
    color: #7597ba;
}

.book-colList .book-wrap .book-info a:hover {
    color: #e7604a;
}

.book-colList .book-wrap .b-operate {
    margin: 0;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.book-colList .book-wrap .collect, .book-colList .book-wrap .addcart, .book-colList .book-wrap .download {
    margin-left: 0;
    border-radius: 2px;
    height: auto;
    line-height: normal;
    color: #fff;
    border: inherit;
}

.book-colList .book-wrap .collect:hover, .book-colList .book-wrap .addcart:hover, .book-colList .book-wrap .download:hover {
    border-color: inherit;
    color: fff;
}

.book-colList .book-wrap .collect {
    margin-left: 8px;
}

.collectBtn {
    color: #f89000;
    text-align: center;
    background: #6cbf6c;
    display: inline-block;
    border: inherit;
    height: 38px;
    line-height: normal;
    padding: 0 3px 0 30px;
    position: relative;
    margin-left: 8px;
    min-width: 22px;
    border-radius: 2px 0 0 2px;
    color: #b5b5b5;
    padding-left: 28px;
    padding-right: 10px;
    color: #fff;
    text-decoration: none;
    width:80px;
}

.collectBtn i {
    display: block;
    font-style: normal;
    height: 18px;
    left: 16px;
    position: absolute;
    top: 12px;
    transition: background-position 0.15s ease-in-out 0s;
    width: 18px;
    background: url('../img/bookIcons.png') 99999px 99999px no-repeat;
    background-position: 0 -414px;
}

.collectBtn:hover i {
    background-position: 0 -437px;
}

/*--home right--*/
.container-center {
    padding-left: 15px;
    padding-right: 15px;
}

.container-right {
    padding-left: 15px;
}

.book-list-right {
    width: 100%;
    padding: 0;
    display: table;
}

.container-right .book-roll { /*padding:4px 40px 25px 70px;*/
}

.container-right .book-roll .roll-right {
    right: 0;
}

/*--重点推荐--*/
.recommend-default {
    width: 100%;
    display: table;
}

.recommend-default .book-roll {
    background: #f5f5f5;
    margin-top: 15px;
}

.book-list-default {
    width: 100%;
    padding: 10px 0 30px;
    display: table;
}

.book-list-default .book-list ul li {
    width: 16.66666666666667%;
    float: left;
    border-bottom: none;
}

.recommend-view {
    width: 100%;
    display: table;
    position: relative;
    padding: 15px 0;
}

.recommend-view img {
    border: 0;
    vertical-align: middle;
    max-width: 500%;
    max-height: 500%;
}

.recommend ul li {
    width: 30%;
    float: left;
    border-bottom: none;
}

.recommend_h6_tit {
    background: #75c1ba;
}

/*--学科研究--*/
.research-list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.research-list .book-items {
    width: 100%;
    display: table;
}

.research-list ul li {
    position: relative;
    padding: 20px 10px;
    width: 25%;
    float: left;
    text-align: center;
}

.research-list ul li a {
    display: block;
}

.research-list ul li img {
    width: 235px;
    height: 150px;
}

.research-list ul li h3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}

/*--学科研究详细--*/
.solutionsBox {
    width: 100%;
    padding: 10px 0;
}

.solutionsBox .sol_ban {
    display: block;
    padding: 10px;
    background: #f7f7f7;
}

.solutionsBox .sol_ban img {
    display: block;
    width: 100%;
}

.solutionsBox .sol_ban .btmBg {
    display: block;
    width: 100%;
}

.solutionsBox .fycArea {
    display: block;
    width: 100%;
}

.solutionsBox .fycArea .fyBox {
    margin-bottom: 10px;
}

.solutionsBox .fycArea .fyBox .h6_tit {
    padding: 0 10px;
    background: #7597ba;
    font-size: 18px;
    line-height: 46px;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
}

.solutionsBox .fycArea .fyBox .h6_tit .xlIco {
    float: right;
    display: block;
    width: 15px;
    height: 10px;
    overflow: hidden;
    margin-top: 18px;
    background: url('../img/xlBtnBg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.solutionsBox .fycArea .ac .h6_tit .xlIco {
    background-position: 0 -10px;
}

.solutionsBox .fycArea .fyBox .fyCont {
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background: #f7f7f7;
}

.solutionsBox .fycArea .fyBox .fyBoxCont {
    width: 100%;
    display: none;
}

.solutionsBox .fycArea .fyBox .fyCont p {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #959393;
}

.solutionsBox .fycArea .fyBox .fyCont p .o_c {
    display: inline-block;
    margin-bottom: 10px;
    color: #ed6b06;
    font-weight: bold;
    font-style: normal;
}

.solutionsBox .fycArea .fyBox .fyCont ul {
    padding: 10px 0;
}

.solutionsBox .fycArea .fyBox .fyCont ul li {
    color: #686868;
}

.solutionsBox .fycArea .fyBox .fyCont ul li p {
    padding: 0;
    color: #686868;
}

.solutionsBox .fycArea .fyBox .fyCont ul li p a {
    color: #ed6b06;
}

.solutionsBox .fycArea .fyBox .fyCont ul.news li {
    padding: 3px 0 3px 16px;
    background: url('../img/point.png') no-repeat left 8px;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl {
    padding: 10px 0;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl dt {
    margin-bottom: 10px;
    padding-left: 44px;
    padding-top: 7px;
    background: url('h5_ico.png') no-repeat left center;
    font-size: 15px;
    line-height: 23px;
    color: #ed6b06;
    font-weight: bold;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl dd {
    padding: 10px 15px;
    border: 2px #ed6b06 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl dd p {
    padding: 5px 0;
    font-size: 12px;
    line-height: 20px;
    color: #686868;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl .hasListIco {
    padding: 0 25px;
}

.solutionsBox .fycArea .fyBox .fyCont .ts_dl .hasListIco li {
    padding-left: 16px;
    background: url('point.png') no-repeat left 10px;
    font-size: 12px;
    line-height: 20px;
    color: #686868;
}

/*picAndVideo*/
.solutionsBox .fycArea .fyBox .picAndVideo {
    padding: 20px;
}

.solutionsBox .fycArea .fyBox .downloadArea {
    padding: 20px 0 10px;
    text-align: center;
}

.solutionsBox .fycArea .fyBox .fyCont .downloadBtn {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 10px 15px;
    background: #ed6b06;
    border: 2px #da6408 solid;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.hasListIco {
    padding: 0 25px;
}

.solutionsBox .fycArea .fyBox .sucExp {
    padding: 20px 20px;
}

.solutionsBox .fycArea .fyBox .sucExp .hasListIco {
    padding: 0 45px;
}

.solutionsBox .fycArea .fyBox .fyCont .hasListIco li {
    padding-left: 16px;
    background: url('point.png') no-repeat left 6px;
    font-size: 12px;
    line-height: 20px;
    color: #686868;
}

.solutionsBox .fycArea .fyBox .connect {
    padding: 10px 0;
}

.solutionsBox .fycArea .fyBox .connect dl {
    float: left;
    width: 50%;
}

.solutionsBox .fycArea .fyBox .connect dl dt {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #ed6b06;
    font-weight: bold;
}

.solutionsBox .fycArea .fyBox .connect dl ul {
    padding: 0;
}

.solutionsBox .fycArea .fyBox .connect dl ul li {
    font-size: 12px;
    line-height: 20px;
}

/*--条件选择--*/
.filter {
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 4;
    width: 100%;
    display: table;
}

.filter .f-line {
    background: #f9f9f9;
    border-bottom: 1px solid #e7e3e7;
    padding: 6px 8px;
    width: 100%;
    display: table;
}

.filter .f-line.top {
    background: #f1f1f1;
}

/*--.filter .f-sort{ float:left; margin-right:24px; }--*/
.filter .f-sort {
    margin-right: 24px;
}

.filter .f-sort a, .filter .f-sort label {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    float: left;
    height: 30px;
    line-height: 29px;
    margin-right: -1px;
    padding: 0 13px;
    cursor: pointer;
}

.filter .f-sort label input {
    vertical-align: middle;
    margin-top: -3px;
}

.filter .f-sort a i {
    background: url("../img/bookIcons.png") no-repeat scroll -9999px -9999px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 13px;
    height: 12px;
}

.filter .f-sort a.up, .filter .f-sort a.down {
    padding-right: 26px;
    position: relative;
}

.filter .f-sort a.up i, .filter .f-sort a.down i {
    display: block;
}

.filter .f-sort a.up i {
    background-position: 0 -225px;
}

.filter .f-sort a.down i {
    background-position: 0 -203px;
}

.filter .f-sort a.curr {
    background: #7597ba;
    border-color: #7597ba;
    color: #fff;
}

.filter .f-sort a:hover {
    border-color: #7597ba;
    color: #7597ba;
    position: relative;
    text-decoration: none;
}

.filter .f-sort a.curr:hover {
    color: #fff;
}

/*--.filter .f-search{ float:left; width:260px; }--*/
.filter .f-search {
    margin-left: 20px;
    float: left;
    /*width: 400px;*/
}

.filter .f-search .input-txt, .filter .f-search .btn-islib {
    float: left;
    height: 30px;
    line-height: 20px;
}

.filter .f-search .input-txt {
    color: #999;
    width: 138px;
    box-sizing: border-box;
}

.filter .f-search .btn-islib {
    /* border-radius: 10px; */
    margin-left: -1px;
    font-size: 12px;
    box-sizing: border-box;
}

.filter .f-pager {
    float: right;
}

.filter .f-pager .fp-text, .filter .f-pager .fp-prev, .filter .f-pager .fp-next {
    float: left;
}

.filter .f-pager .fp-text {
    font-family: verdana;
    line-height: 30px;
    margin-right: 10px;
}

.filter .f-pager .fp-text b, .filter .f-pager .fp-text em, .filter .f-pager .fp-text i {
    font-style: normal;
    font-weight: normal;
}

.filter .f-pager .fp-text b {
    color: #e7604a;
    font-weight: bold;
}

.filter .f-pager .fp-prev, .filter .f-pager .fp-next {
    background: #fff;
    border: 1px solid #ddd;
    color: #aaa;
    font-size: 16px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 38px;
}

.filter .f-pager .fp-prev {
    margin-right: -1px;
}

.filter .f-pager .fp-prev:hover, .filter .f-pager .fp-next:hover {
    text-decoration: none;
}

.filter .f-pager .fp-prev.disabled, .filter .f-pager .fp-next.disabled {
    background: #f1f1f1;
    color: #ccc;
    cursor: default;
    padding: 0;
}
.filter .f-class {
    padding-right: 8px;
}
.filter .f-class span{
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #838383;
    line-height: 30px;
    padding-left: 32px;
    padding-right: 18px;
}
.filter .f-class  span i {
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -9px;
    width: 21px;
    height: 18px;
    background: url(../img/classIcons.png) no-repeat center top;
    transition: background-position 0.15s ease-in-out 0s;
}
.filter .f-class  span:hover i,
.filter .f-class  span.on i {
    background-position: center -23px;
}
.filter .f-class  span.on,
.filter .f-class  span:hover {
    color:#547DD3;
}
.filter .f-class  span:first-child +span i {
    background-position: center -46px;
}
.filter .f-class  span:first-child +span:hover i,
.filter .f-class  span:first-child +span.on i {
    background-position: center -69px;
}


.yuedo > .menuTitle {
    margin-top: 10px;
    margin-bottom: 0px;
}

.yuedo .book-list ul li {
    padding: 15px 0;
}

.yuedo .book-wrap .book-info .b-info {
    padding-right: 10px;
}

/*--字母列--*/
.eng-alphabet {
    text-align: center;
}

.eng-alphabet a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 3px;
    text-decoration: none;
}

.eng-alphabet a:hover, .eng-alphabet a.active {
    color: #fff;
    background: #6cbf6c;
    border-radius: 2px;
}

/*--专题书目清单--*/
.catalog-default {
    width: 100%;
    overflow: hidden;
}

.catalog-default .catalog-list {
    width: 100%;
    display: table;
    padding-top: 20px;
}

.catalog-default .col-6 {
    width: 50%;
}

.catalog-default .col-6 {
    padding: 15px 10px 15px 0;
    overflow: visible;
}

.catalog-default .col-6:last-child {
    padding-right: 0px;
    padding-left: 10px;
}

.catalog-default .catalog-list .menuTitle span + span {
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
}

.catalog-list .catalog-items li {
    border-bottom: dashed 1px #ddd;
    width: 100%;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    color: #666;
}

.catalog-list.col-6 .catalog-items li {
    height: 40px;
    line-height: 40px;
    color: #999;
}

.catalog-list .catalog-items li a {
    color: #36c;
    font-size: 14px;
}

.catalog-list .catalog-items li a:hover {
    color: #e7604a;
}

.catalog-list .catalog-items li span {
    text-align: center;
    display: inline-block;
}

.catalog-list .catalog-items li .c-title {
    text-align: left;
    /* padding-left: 5px; */
}

.catalog-list .catalog-items li .c-title a {
    display: inline-block;
    vertical-align: top;
    background: url('../img/catalog-t.png') left center no-repeat;
    text-indent: 24px;
    max-width: 370px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-list .catalog-items li .c-caption {
    padding-top: 15px;
}


/*--丛书--*/
.signin {
    display: inline-block;
    cursor: pointer;
}

.book-colList .book-wrap .book-info .b-info .signin {
    color: #666;
}

.book-colList .book-wrap .book-info .b-info .signin:hover, .book-wrap .book-info .signin:hover em {
    color: #e7604a;
}

.signin.menu-open {
    padding: 4px 0 0 15px;
    line-height: 17px;
    position: relative;
    z-index: 9999;
}

.b-seriesBooks {
    position: relative;
    display: inline-block;
}

.seriesBooks {
    display: none;
    border: solid 1px #ffb680;
    background: #fff7d3;
    width: 665px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 998;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seriesBooks ul {
    padding: 20px 10px 15px 20px;
}

.seriesBooks ul li {
    padding: 3px 0;
    line-height: 18px;
    border: none;
    width: 100%;
    overflow: hidden;
}

.seriesBooks ul li a {
    display: block;
    max-width: 87%;
    height: 18px;
    overflow: hidden;
    float: left;
}

.seriesBooks ul li span {
    display: block;
    width: 12%;
    padding-left: 1%;
    color: #999;
    float: left;
    font-size: 11px;
}

.seriesBooks ul li.more {
    margin: -45px 0 12px -21px;
    padding-left: 114px;
    border: solid 1px #ffb680;
    background: #fff7d3;
    border-bottom: none;
    width: 176px;
    clear: both;
    padding-top: 6px;
    padding-bottom: 0px;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
}

.book-colList .book-wrap .book-info .seriesBooks ul li.more a {
    color: #36c;
}

.book-colList .book-wrap .book-info .seriesBooks ul li.more a:hover {
    color: #e7604a;
}

/*--多卷书--*/
.volumnBooks {
    display: none;
    border: solid 1px #ffb680;
    background: #fff7d3;
    width: 665px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 998;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.volumnBooks ul {
    padding: 20px 10px 15px 20px;
}

.volumnBooks ul li {
    padding: 3px 0;
    line-height: 18px;
    border: none;
    width: 100%;
    overflow: hidden;
}

.volumnBooks ul li a {
    display: block;
    max-width: 87%;
    height: 18px;
    overflow: hidden;
    float: left;
}

.volumnBooks ul li span {
    display: block;
    width: 12%;
    padding-left: 1%;
    color: #999;
    float: left;
    font-size: 11px;
}

.volumnBooks ul li.more {
    margin: -45px 0 12px -21px;
    padding-left: 114px;
    border: solid 1px #ffb680;
    background: #fff7d3;
    border-bottom: none;
    width: 176px;
    clear: both;
    padding-top: 6px;
    padding-bottom: 0px;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
}

.book-colList .book-wrap .book-info .volumnBooks ul li.more a {
    color: #36c;
}

.book-colList .book-wrap .book-info .volumnBooks ul li.more a:hover {
    color: #e7604a;
}

/*--目录上传--*/
.catalog-upload {
    padding: 15px 0;
    min-height: 500px;
    width: 100%;
}

.c-upload {
    margin: 40px 0 50px 60px;
    width: 60%;
}

.c-upload tr th, .c-upload tr td {
    padding: 10px 5px;
}

.c-upload tr th, .c-uploadLot tr th {
    width: 80px;
    font-weight: normal;
    text-align: right;
}

.c-upload tr td input {
    width: 90%;
}

.c-upload tr td input.input-large {
    width: 95.6%;
}

.c-uploadLot {
    width: 98%;
    margin: 20px auto;
    text-align: left;
}

.c-uploadLot tr th, .c-uploadLot tr td {
    padding: 5px;
    line-height: 25px;
}

.c-uploadLot .need {
    font-size: 14px;
}

/*--图书详情页--*/
.jp-viewMain {
    width: 100%;
    display: table;
    min-height: 580px;
}

.jp-viewMain .col-9 {
    padding-right: 20px;
}

.jp-viewContent {
    min-height: 580px;
    overflow: hidden;
    width: 100%;
}

/*--关于图书--*/
/*-封面-*/
.jp-bookDetail {
    width: 100%;
    display: table;
    position: relative;
    padding: 15px 0;
}

.jp-bookDetail .bookCover {
    float: left;
    margin-right: 20px;
    width: 240px;
    height: 340px;
    display: table;
}

.bookCover .cover {
    width: 240px;
    height: 340px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 0px #f0f0f0;
}

.bookCover .cover img {
    width: 240px;
    height: 340px;
}

.bookCover .share-collect {
    display: block;
    text-align: right;
    line-height: 25px;
    padding-top: 5px;
}

.bookCover .share-collect a {
    background: url('../img/shareCollect.png') -999999px -999999px no-repeat;
    display: inline-block;
    margin-left: 15px;
    padding-left: 17px;
    color: #999;
}

.bookCover .share-collect a:hover {
    color: #e7604a;
}

.bookCover .share-collect .share {
    background-position: left 6px;
}

.bookCover .share-collect .collect {
    background-position: left -41px;
}

/*-书况-*/
.jp-bookDetail .bookDetail {
    width: 100%;
    padding-left: 260px;
}

.bookDetail .jp-bookName {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

.bookDetail .jp-bookName h2 {
    color: #36c;
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
}

.bookDetail .jp-bookName .creator {
    color: #ccc;
    line-height: 24px;
    padding-top: 3px;
}

.bookDetail .jp-bookInfo {
    overflow: hidden;
    padding: 12px 0;
    border-bottom: dotted 1px #ccc;
}

.bookDetail .jp-bookInfo li {
    line-height: 24px;
    color: #999;
    font-size: 12px;
    display: table;
    width: 100%;
    padding-left: 87px;
    word-break: break-all;
    word-wrap: break-word;
}

.bookDetail .jp-bookInfo li strong {
    display: inline-block;
    font-weight: normal;
    color: #666;
    text-align: right;
    width: auto;
    /*padding-right: 6px;*/
    margin-left: -87px;
    position: relative;
    float: left;
}

.bookDetail .buy-btns {
    overflow: hidden;
    padding-top: 15px;
}

.bookDetail .buy-btns .btn-islib {
    font-size: 15px;
    padding: 8px 22px;
    margin-right: 12px;
    float: left;
}

.bookDetail .buy-btns .btn-append {
    background-image: url('../img/cart.png');
    background-position: 21px center;
    background-repeat: no-repeat;
    padding-left: 46px;
}

/*-数量-*/
.p-quantity {
    padding: 2px 0;
}

.p-quantity .quantity-form {
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

.p-quantity .decrement, .p-quantity .increment {
    background: #fff;
    border-color: #ddd;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #666;
    height: 22px;
    line-height: 16px;
    margin: 0;
    padding: 1px 0;
    text-align: center;
    width: 18px;
    font-family: Verdana, Geneva, sans-serif;
}

.p-quantity .decrement:hover, .p-quantity .increment:hover {
    text-decoration: none;
}

.p-quantity .decrement.disabled, .p-quantity .increment.disabled {
    color: #e9e9e9;
    cursor: default;
}

.p-quantity .decrement {
    float: left;
}

.p-quantity .increment {
    border-color: #ddd;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #666;
    float: right;
}

.p-quantity .itxt {
    font: 12px/22px Verdana, Geneva, sans-serif;
    height: 22px;
    left: 17px;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
    border-radius: 0px;
}

/*--相关用户--*/
.relatedBooks .user-related .roll-left, .relatedBooks .user-related .roll-right {
    margin-top: -25px;
}

.relatedBooks .book-list .useritems {
    width: 100%;
    overflow: hidden;
}

.relatedBooks .book-list .useritems ul {
    margin-left: -20px;
}

.relatedBooks .book-list .useritems li {
    float: left;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #eee;
    white-space: nowrap;
    overflow: hidden;
    width: 46.5%;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

/*--相关图书--*/
.relatedBooks {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.relatedBooks .book-roll {
    border-bottom: none; /*padding:0 25px;*/
}

.relatedBooks .book-roll .roll-left {
    left: 0;
}

.relatedBooks .book-roll .roll-right {
    right: 0;
}

.relatedBooks .book-list ul {
}

.relatedBooks .book-list ul li {
    width: 100%;
}

.relatedBooks .menuTitle-tabs h5.active {
    border-color: #7597ba;
    color: #5d85ae;
}

.relatedBooks .menuTitle-tabs h5.active a {
    color: #5d85ae;
    text-decoration: none;
}

/*--图书简介--*/
.jp-booksContent {
    width: 100%;
    overflow: hidden;
}

.booksContent {
}

.booksContent .b-content {
    padding-bottom: 5px;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
    width: 98%;
    overflow: hidden;
    padding: 20px 1%;
}

.booksContent table {
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    margin-top: 10px;
}

.booksContent table th, .booksContent table td {
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    padding: 8px 12px;
}

/*--右侧最近看过--*/
.smallNewsBoxList {
    overflow: hidden;
}

.smallNewsBoxList ul li {
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0px 2px 2px;
    border-bottom: 1px solid #f1f1f1;
    list-style: circle inside;
    color: #2cb096;
    margin-bottom: 0px;
    font-size: 11px;
}

.smallNewsBoxList ul li a {
    font-size: 14px;
    margin-left: 3px;
    color: #36c;
}

.smallNewsBoxList ul li a:hover {
    color: #e7604a;
}

.smallNewsBoxList ul li span {
    color: #aaa;
    font-size: 12px;
}

/*--表单共用--*/
.form-horizontal {
    padding: 10px 0;
    font-size: 14px;
}

.form-horizontal .menuTitle {
    margin-bottom: 20px;
    line-height: 36px;
    text-indent: 5px;
}

.form-horizontal .control-group {
    width: 100%;
    display: table;
    margin-bottom: 8px;
    clear: both;
}

.form-horizontal .control-group .control-label {
    float: left;
    padding-top: 10px;
    text-align: right;
    width: 150px;
    line-height: 18px;
}

.form-horizontal .control-group .controls {
    margin-left: 160px;
    line-height: 35px;
}

.form-horizontal .control-group .controls input {
    width: 400px;
    height: 36px;
    margin-bottom: 10px;
}

.form-horizontal .control-group .controls select {
    height: 36px;
    margin-bottom: 10px;
}

.form-horizontal .control-group .controls .description {
    display: inline-block;
    padding-left: 6px;
    color: #999;
    font-size: 12px;
}

.form-horizontal .form-actions {
    padding-top: 8px;
    padding-left: 160px;
}

/*--用户登录--*/
.user-login, .user-register {
    background: url('../img/user_loginBg.png') center no-repeat;
}

/*--.user-login, .user-register{ background-color:#f5f5f5;}--*/
.user-login .u-login, .user-register .u-register {
    height: auto;
    min-height: 1px;
}

.u-login {
    background: #f5f5f5;
    padding: 15px 0 20px;
    width: 420px;
    float: right;
    margin: 80px 100px 120px;
    border-radius: 3px;
}

.u-login .menuTitle-tabs {
    border-bottom-color: #eee;
}

.u-login .menuTitle-tabs h5 {
    border-bottom: none;
    padding-bottom: 18px;
    text-indent: 18px;
    font-size: 18px;
}

.u-login .form-horizontal {
    padding-top: 20px;
}

.u-login .form-horizontal .control-group .control-label {
    width: 80px;
}

.u-login .form-horizontal .control-group .controls {
    margin-left: 84px;
    padding-right: 33px;
}

.u-login .form-horizontal .control-group .controls input {
    width: 300px;
}

.u-login .form-horizontal .control-group .controls .input-code {
    width: 90px;
}

.u-login .form-horizontal .control-group .controls .codePhoto {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.u-login .form-horizontal .control-group .controls .codePhoto a:hover {
    text-decoration: none;
}

.u-login .form-horizontal .control-group .controls .codePhoto span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 15px;
}

.u-login .form-horizontal .control-group .remember a {
    color: #6cbf6c;
}

.u-login .form-horizontal .control-group .remember a:hover {
    color: #e7604a;
}

.u-login .form-horizontal .control-group .remember .checkbox {
    display: inline-block;
    color: #666;
}

.u-login .form-horizontal .control-group .remember input, .u-register .form-horizontal .control-group .disclosure input {
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.u-login .form-horizontal .form-actions {
    padding-left: 0px;
    text-align: center;
}

.u-login .form-horizontal .form-actions .btn-islib {
    width: 84%;
    line-height: 32px;
}

/*--用户注册--*/
.user-register {
    background: #f3f5f8;
}

.u-register {
    background: #fff;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 3px;
}

/*--没找到内容--*/
.notFound {
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
    line-height: 35px;
    color: #e7604a;
}

/*--弹出层--*/
/* -编辑区域表格框架 */
.goldlib_edit, .goldlib_show {
    padding: 0px;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
}

.goldlib_edit table.edit_table, .goldlib_show table.show_table {
    border-spacing: 1px;
}

.goldlib_edit table.edit_table th, .goldlib_show table.show_table th {
    vertical-align: top;
    width: 146px;
    font-weight: normal;
    text-align: right;
    padding: 8px;
    background: #f5f5f5;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
}

.goldlib_edit table.edit_table td, .goldlib_show table.show_table td {
    vertical-align: top;
    padding: 8px;
    line-height: 23px;
    _line-height: 27px;
    border-bottom: solid 1px #eee;
    color: #666;
}

.goldlib_edit table.edit_table td table tr th, .goldlib_show table.show_table td table tr th {
    color: #333;
}

.goldlib_edit table.edit_table td td table thead tr td, .goldlib_show table.show_table td table thead tr td {
    vertical-align: middle;
    background: #f5f5f5;
    font-weight: bold;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
}

.goldlib_edit table.edit_table td input.input_txt {
    width: 70%;
    margin-right: 5px;
    float: left;
}

.goldlib_edit table.edit_table td input.input_txt_35 {
    width: 42%;
    margin-right: 5px;
    float: left;
}

.goldlib_edit table.edit_table td input.calendar {
    float: none;
}

.goldlib_edit table.edit_table td label.error { /*display:block; clear:both;*/
}

.goldlib_edit table.edit_table td textarea.input_txt {
    width: 70%;
    margin-right: 5px;
    float: left;
}

.goldlib_edit table.edit_table td span.edit_comment {
    display: block;
    clear: both;
    color: #999;
}

.goldlib_edit table.edit_table td input.calendar {
    width: 120px;
}

.goldlib_edit table.edit_table td span.required {
    color: #f00;
}

/* -提交按钮 */
.goldlib_submit, .goldlib_showEdit, .dialog-button {
    padding: 5px;
    text-align: right;
    background: #f5f5f5;
}

.goldlib_submit .btn-islib, .goldlib_showEdit .btn-islib, .dialog-button .btn-islib {
    margin-left: 6px;
}

/*select
/*.addTemplates{ height:300px; width:328px; padding:5px 0px; }*/
.addTemplates {
    height: 300px;
    width: 260px;
    padding: 5px 0px;
}

.addTemplates option {
    padding: 3px 8px;
}

/*--footer--*/
.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    text-align: center;
    background: #7b96b1 url('../img/footerBg.png') left top repeat-x;
}

.footer p {
    line-height: 23px;
}

.error {
    color: #f00;
}

.bookCollect {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 23px;
    border: none;
    float: left
}

.u-flyer{display: block;width: 80px;height: 80px;border-radius: 50px;position: fixed;z-index: 9999;}
.highlight {color:#e60000}


/* 2022-04-15 */
.class-center {
    width: 69%;
}
.book-classList {
    padding-top: 10px;
    font-size: 14px;
}
.book-classList ul {
    margin: 0px -10px;
    display:-webkit-box;  display:-ms-box; display:flex;
    justify-content : space-between;
    -webkit-flex-wrap: wrap; flex-wrap:wrap;
}
.book-classList ul li {
    width: 16.66%;
    padding: 10px 0px;
}
.book-classList .page-con {
    padding: 0px 10px 40px;
    color: #9F9F9F;
    position: relative;
    height: 100%;
}
.book-classList .b-img {
    width: 100%;
}
.book-classList .b-img img {
    /*width: 100%;*/
    /*height: 100%;*/
    width:151px;
    height:211px;
    /*width:110px;*/
    /*height:150px;*/
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.book-classList .b-img a:hover img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #e7604a;
}
.book-classList .book-info {
    padding-top: 6px;
}
.book-classList .book-info div {
    margin-top: 4px;
}
.book-classList .b-name-en {
    font-size: 15px;
}
.book-classList .b-name-en a {
    line-height: 1.2;
    overflow:hidden;
    max-height:3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.book-classList .book-info .b-name-cn {
    margin-top: 10px;
    font-size: 14px;
}
.book-classList .book-info .b-name-cn a {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.book-classList .book-info .b-name {
    color: #9F9F9F;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-top: 4px;
}
.book-classList .b-source {
    color: #9F9F9F;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-top: 2px;
}
.book-classList .row-show {
    display: none;
}
.book-classList .book-info a {
    color: #000;
}
.book-classList .book-info a:hover {
    color: #e7604a;
}
.book-classList .btn-islib {
    position: relative;
    background: none;
    border:none;
    color: #FF8E00;
    padding:5px 0px 5px 25px;
}
.book-classList .btn-islib i {
    position: absolute;
    left: 0px;
    top:50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background:url(../img/classIcons.png) no-repeat center top;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.book-classList .b-operate {
    position: absolute;
    left: 10px;
    bottom: 0px;
    right: 10px;
    padding-right: 17px;
    display:-webkit-box;  display:-ms-box; display:flex;
    justify-content : space-between;
    -webkit-flex-wrap: wrap; flex-wrap:wrap;
}
.book-classList .collect i {
    background-position: center -92px;
}
.book-classList .collect:hover i {
    background-position: center -115px;
}
.book-classList .addcart i {
    background-position: center -138px;
}
.book-classList .addcart:hover i {
    background-position: center -161px;
}

@media only screen and (max-width: 1600px) {
    .class-center {
        width: 76%;
    }
}


.page-column ul li {
    /*width: 50%;*/
    width: 100%;
    padding-right: 2%;
}
.page-column .page-con {
    display:-webkit-box;  display:-ms-box; display:flex;
    justify-content : space-between;
    -webkit-flex-wrap: wrap; flex-wrap:wrap;
}
.page-column .b-img {
    width: 182px;
}
.page-column .book-info {
    flex: 1;
    padding-left: 16px;
}
.page-column .b-operate {
    right: auto;
    width: 182px;
    padding-right: 0px;
}
.page-column  .book-info .b-name-en a {
    color:#547DD3;
}
.page-column  .book-info .b-name-en a:hover {
    color: #e7604a;
}
.page-column .row-show {
    display: block;
}
.page-column .b-source,
.page-column .b-edu {
    display:none;
}
.page-column .book-info .b-name {
    margin-top: 20px;
}
.page-column .book-info div {
    margin-top: 6px;
}

#menu{
    margin-left:4%;
}
.ml10{margin-left: 10px;}
.ml40{margin-left: 40px;}
.pt10{padding-top: 10px! important;}
.mb0{margin-bottom: 0px! important;}
/* 机构服务 */
#contentZ #pageTit2 {padding-top: 30px;padding-bottom: 37px;background: #f7f7f7;}
#contentZ #pageTit2 span.b {font-size: 32px;color: #1497FF;}
#contentZ #pageTit2 a img { margin-top: -6px;}
#contentZ #pageTit2 a img {margin-top: -6px;}
#contentZ .container >.item{font-size: 0}
#contentZ .container >.item .txt{width: 65%;vertical-align:middle;text-indent:2em;line-height: 28px; font-size: 16px;color: #666;}
#contentZ .container >.item .img-wrap{width: 35%; }
/* 联系我们 */
.contact-us{ width: 540px; height: 322px; box-sizing: border-box;}
.contact-us .title{ text-align: center;margin: 20px auto; }
.contact-us .content>.item{ background-color: #EEF4FF; width: 142px;height: 205px; margin-left: 30px;text-align: center; box-sizing: border-box; vertical-align: middle;}
.contact-us .content>.item .card-title{ margin: 25px auto; }
.contact-us .content>.item .phone{ line-height: 30px; margin-top: 30px; }
.contact-us .content>.item .qq-wrap{  margin-top: -10px; }
.contact-us .content>.item .contact-btn{ width: 88px; height: 28px;border: 2px solid #0D7AC9; color: #0D7AC9;text-align: center;line-height: 28px; margin: 10px auto; }
.contact-us .content>.item .contact-btn:hover{ background-color: #0D7AC9; color: #fff; }
.contact-us .content>.item:first-child{ margin-left: 20px; }
/* 限制右侧树单个边栏高度 */
.limit-h{max-height: 280px; overflow-y: auto;overflow-x: hidden;white-space: nowrap;text-overflow: ellipsis; max-width:220px; }
/* 限制左侧树结构宽度 */
.tree-wrap { max-width: 290px;}
.tree-wrap2 { width: 260px;}
/* 树结构选中后样式 */
.tree-txt-active { color: #0D7AC9; }
.tree-txt-active a span{ color: #0D7AC9; }
.zTreeDemoBackground .layui-tree-main { display: inline-block; vertical-align: middle; cursor: pointer; padding-right: 10px; width: 100%;}
.zTreeDemoBackground .layui-tree-txt{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;}
/* 修改节点元素的hover样式 */
.zTreeDemoBackground .layui-tree .layui-tree-txt:hover {background-color: #f5f5f5; /* 自定义的背景颜色 */color: #0D7AC9; /* 自定义的文本颜色 */}
/* 搜索框清空值 */
.f-search{ position: relative; }

.clear-btn{position: absolute;right: 150px;bottom: 7px;font-size: 10px;background: rgba(204,204,204,0.8);border-radius: 50%;width: 15px;height: 15px;text-align: center;color: #fff;scale: 0.8;}

.cur-p{
    cursor: pointer;
}