﻿@charset "utf-8";

body {
    background-color: #fff;
}

#header,
#searcher,
#body,
#footer {
    min-width: 1440px;
}

.l-width,
#top-nav .nav-sub-box {
    width: 1440px;
    margin: 0 auto;
}

.search-input .class-view {
    top: 11px;
    right: 258px;
}

.search-input .class-view2 {
    right: 365px;
}

.search-input input[type="text"] {
    width: 80%;
}

.input-type2 input[type="text"] {
    width: 857px;
}

.input-type3 input[type="text"] {
    width: 750px;
}

/**/
.row {
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-left {
    float: left;
    width: 950px;
}

.col-left h2,
.col-right h2 {
    position: relative;
}

.col-left h2 .more,
.col-right h2 .more {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
}

.col-left h2 .more img {
    vertical-align: middle;
    margin-right: 3px;
}

.col-right h2 .more {
    bottom: 4px;
    right: 10px;
}

.col-left h2 a,
.col-left h2 .more a,
.col-right h2 .more a {
    padding: 0;
    color: #999;
}

.col-left h2 .more a i,
.col-right h2 .more a i {
    margin-right: 3px;
}

.col-right {
    margin-left: 960px;
}

.col-right .loading {
    min-height: 100px;
}

#body .row > div {
    float: left;
    margin-bottom: 20px;
}

.top-alert {
    position: relative;
    height: 1px;
    margin-top: -1px;
}

.index-top {
    height: 70px;
    padding: 5px 0;
    margin-bottom: 15px;
    background: url(../images/guid-bg.png) no-repeat;
}

.pic-show {
    float: right !important;
    position: relative;
    width: 790px;
    height: 340px;
    background: #ff853a;
}

.pic-move {
    overflow: hidden;
    position: relative;
    height: 340px;
}

.pic-move ul {
    position: relative;
    width: 1000%;
}

.pic-move li {
    float: left;
    width: 790px;
}

.pic-move li a {
    position: relative;
    float: left;
}

.pic-move li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pic-move li img {
    width: 790px;
    height: 340px;
}

.pic-move li a span {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
}

.pic-show .pic-sel {
    position: absolute;
    bottom: 34px;
    right: 24px;
    text-align: center;
}

.pic-show .pic-sel span {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}

.pic-show .pic-sel span.current {
    position: relative;
    background-color: #e33030;
    font-size: 30px;
    padding-right: 7px;
}

.news {
    position: relative;
    float: left;
    width: 630px;
    height: 340px;
    padding: 10px 25px;
    background: #0193a0;
}

.news .title {
    position: relative;
    height: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: lighter;
    font-family: "Microsoft YaHei";
    line-height: 38px;
}

.news .title a {
    position: relative;
    float: left;
    margin-right: 17px;
    color: #fff;
}

.news .title a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news .title a:before {
    position: absolute;
    display: inline-block;
    left: -9px;
    content: "|";
    font-size: 16px;
    font-weight: lighter;
}

.news .title a:first-child:before {
    display: none;
}

.news .title .current {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.news .title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: lighter;
}

.news .title .more a {
    color: #999;
}

.news-list {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.news-list .more {
    position: absolute;
    right: 0;
    bottom: 7px;
    color: #fff;
}

.news-list ul {
    overflow: hidden;
    height: 150px;
}

.news-list li {
    position: relative;
    overflow: hidden;
    height: 30px;
    padding: 4px 0;
    padding-left: 80px;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    line-height: 22px;
}

.news-list li a {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.news-list li a:hover {
    text-decoration: underline;
}

.news-list li .time {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #fff;
}

.news-list dl {
    position: relative;
    margin-bottom: 8px;
    padding: 10px 0;
    padding-left: 80px;
    font-family: "microsoft YaHei";
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.news-list dt {
    overflow: hidden;
    height: 27px;
    margin-bottom: 3px;
    font-size: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list dt a {
    color: #fff;
}

.news-list dd {
    overflow: hidden;
    height: 48px;
    font-size: 13px;
    line-height: 24px;
    text-overflow: ellipsis;
}

.news-list dd.time {
    position: absolute;
    top: 9px;
    left: 0;
    width: 70px;
    height: 70px;
    font-size: 15px;
    line-height: normal;
}

.news-list .time .date {
    display: block;
    font-size: 48px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 50px;
}

.block1 {
    overflow: hidden;
    position: relative;
    font-family: "Microsoft YaHei";
}
/*站内检索*/
.site-search{
    width: 190px;
    height: 26px;
    /* padding: 2px 25px 2px 7px; */
    font-size: 12px;
    line-height: 16px;
    color: #333;
    background: #eef7fc;
    vertical-align: top;
    border: 1px solid #d6e8f2;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 100;
}
.site-search input{
    width: calc(100% - 20px);
    height: 24px;
    /* padding: 2px 25px 2px 7px; */
    font-size: 12px;
    line-height: 16px;
    color: #333;
    background: #eef7fc;
    vertical-align: top;
    border: 0;
    border-radius: 5px;
}
.site-search button{
    position: absolute;
    right: 2px;
    top: -1px;
    width: 20px;
    height: 26px;
    padding: 0;
    color: #0184c1;
    text-align: center;
    background: transparent;
    border: 0;
}

/*.block1:before,
.block1:after {
content: '';
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 100%;
z-index: 1;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.block1:before {
background: rgba(255, 255, 255, 0.3);
}
.block1:after {
background: rgba(0, 0, 0, 0.3);
}
.block1:hover {
color: #fff;
}
.block1:hover:before,
.block1:hover:after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(-100%, 0, 0);

}
.block1:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}*/
.block1 h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 65px;
    margin-top: -54.5px;
    margin-left: -70px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    z-index: 4;
}

.block1 h3 i {
    position: relative;
    top: -2px;
    display: inline-block !important;
    width: 65px;
    height: 65px;
    margin: 0 10px;
    background: url(../../images/index-icon.png) no-repeat;
    vertical-align: middle;
}

.block1 .icon-zy {
    background-position: 0 0;
}

.block1 .icon-ky {
    background-position: -65px 0;
}

.block1 .icon-tsg {
    background-position: -65px -65px;
}

.block1 .icon-fw {
    background-position: 0 -65px;
}

.block1 .b-list {
    position: absolute;
    overflow: hidden;
    left: 100%;
    top: 50%;
    width: 55%;
    height: 210px;
    margin-top: -102px;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    z-index: 5;
}

.block1 .b-list:before {
    content: "";
    display: inline-block;
    margin-left: -4px;
    height: 100%;
    vertical-align: middle;
}

.block1 .b-list ul {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.block1 .b-list li {
    float: left;
    width: 49%;
    font-size: 14px;
    line-height: 26px;
    /* margin-right: 1%; */
}

.block1 .b-list.d-list li {
    float: left;
    width: 33.33%;
    font-size: 15px;
    line-height: 26px;
}

.special-database .b-list li:nth-child(2n + 1) {
    width: 38%;
}

.special-database .b-list li:nth-child(2n + 2) {
    width: 62%;
}

.block1 .b-list a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.data-guid {
    float: left;
    width: 886px;
    height: 210px;
    background: #c98f2c;
}

.data-guid h3 {
    left: 120px;
}

.data-guid .b-list {
    left: 200px;
    width: 642px;
    opacity: 1;
}

.data-guid .b-list li {
    width: 24%;
    /* margin-right: 1%; */
}

.special-database {
    float: right !important;
    width: 536px;
    height: 210px;
    background: #c58b8b;
}

.special-database h3 {
    left: 100px;
}

.special-database .b-list {
    left: 154px;
    opacity: 1;
    width: 430px;
}

.research-support {
    float: left;
    width: 630px;
    height: 210px;
    background: #69aea2;
}

.research-support h3 {
    left: 120px;
}

.research-support .b-list {
    left: 200px;
    opacity: 1;
    width: 430px;
}

.my-lib {
    position: relative;
    float: left;
    width: 550px;
    height: 210px;
    background-color: #9b3c44;
    background-image: url(../images/block-pic.jpg);
    background-size: cover;
}

.my-lib-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 235px;
    height: 124px;
    margin-left: -230px;
    margin-top: -62px;
    padding: 20px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: rgba(38, 38, 38, 0.32);
}

.my-lib h3 {
    font-size: 24px;
    text-align: left;
}

.my-lib h3 a {
    color: inherit;
}

.my-lib h3 i {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 13px;
    background: url(../images/index-icon.png) no-repeat -67px -66px;
    border: 5px solid #fff;
    border-radius: 100%;
    vertical-align: middle;
}

.my-lib-info .b-list {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 10px;
    margin-left: -25px;
}

.my-lib-info .b-list li {
    float: left;
    font-size: 13px;
}

.my-lib-info .b-list li:before {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    content: "/";
}

.my-lib-info .b-list li:first-child:before {
    display: none;
}

.my-lib-info .b-list a {
    color: #fff;
}

.lib-open-time {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 205px;
    height: 124px;
    margin-right: -230px;
    margin-top: -62px;
    padding: 10px 15px;
    color: #fff;
    background: rgba(38, 38, 38, 0.32);
}

.lib-open-time h4 {
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
}

.lib-open-time h4 .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
}

.lib-open-time h4 .more a {
    color: #fff;
}

.lib-open-time .b-list li {
    font-size: 14px;
    line-height: 24px;
}

.reader-service {
    float: right !important;
    width: 790px;
    height: 210px;
    background: #0193a0;
}

.reader-service h3 {
    left: 120px;
}

.reader-service .b-list {
    left: 200px;
    width: 590px;
    opacity: 1;
}

.b-bottom {
    background: #4464af;
}

.links {
    min-height: 62px;
    padding: 17px 0;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.links a {
    color: inherit;
}

.links h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
}

.links ul {
    display: inline;
}

.links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

.post-bug-right {
    margin-left: 725px;
}

/*专题*/
.special-box .m-box-title .h-sel a {
    color: #fff;
    font-size: 15px;
    margin-right: 24px;
}

.special-box .m-box-title .h-sel a.current {
    position: relative;
}

.special-box .m-box-title .h-sel a.current:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #ff981d;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -17px;
}

.special-box .m-box-title b {
    font-size: 18px;
    padding: 0 10px 0 30px;
    color: #fff;
}

.special-box .m-box-title {
    background: #218089;
}

.special-box .more {
    float: right;
    margin-right: 20px;
}

.special-box .more a {
    font-size: 13px;
    color: #ffffff;
}

.m-box-title {
    position: relative;
    height: 54px;
    line-height: 54px;
    width: 100%;
    float: left;
}

.lib-list {
    position: relative;
    overflow: hidden;
    /* margin: 0 -8px -5px; */
    background: #fff;
    padding: 10px 0px 0px 10px;
    height: 154px;
}

.box-s .lib-list {
    margin: 0 -3px -5px;
}

.lib-list .title {
    display: none;
}

.lib-list dl,
.lib-list .title,
.lib-list .tab {
    overflow: hidden;
    float: left;
    width: 226px;
    margin: 0 6px;
}

.lib-list .pic {
    position: relative;
}

.lib-list .pic img {
    width: 100%;
    height: auto;
}

.lib-list .pic .name {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-overflow: ellipsis;
}

.lib-list .list {
    padding: 10px 0;
    display: none;
}

.lib-list li {
    overflow: hidden;
    position: relative;
    height: 24px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

.lib-list li:before {
    position: absolute;
    left: 5px;
    top: -1px;
    content: "\2022 ";
}

.lib-list li a {
    font-size: 14px;
    color: #444444;
}

.lib-list .l2 {
    width: 464px;
}

/*图书推荐*/
.book-recommen,
.guess-box {
    height: 480px;
    background: #fff;
    overflow: hidden;
}

.book-recommen {
    width: 627px;
    float: left;
    margin-right: 20px;
}

.guess-box {
    width: 390px;
    float: left;
    margin-right: 20px;
}

.box-special {
    width: 383px;
    float: left;
}

.book-recommen .m-box-title h2 {
    font-size: 26px;
    color: #fff;
    line-height: 90px;
    font-weight: bold;
    /* text-align: center; */
}

.book-recommen .m-box-title img {
    vertical-align: middle;
    padding-left: 10px;
}

.book-recommen .m-box-title,
.guess-box .m-box-title,
.staff .m-box-title {
    height: 110px;
    background: #535697;
    padding: 9px 30px;
}

.book-recommen .m-box-title {
    background: #535697 url("../../images/site/icon-tstjbg.png") no-repeat top 10px right -20px;
    line-height: 110px;
}

.guess-box .m-box-title {
    background: #b81b6c url("../../images/site/icon-ziyuan-bg.png") no-repeat right;
    line-height: 110px;
}

.staff .m-box-title {
    background: #148994 url("../../images/site/icon-gytjbg.png") no-repeat right;
    line-height: 110px;
    cursor: pointer;
}

.book-recommen .m-box-title b,
.guess-box .m-box-title b {
    display: block;
    font-size: 18px;
    color: #fff;
}

.book-recommen .m-box-title .h-sel {
    margin-left: -12px;
    /* margin-top: -10px; */
    position: relative;
    top: -20px;
}

.book-recommen .m-box-title .h-sel a {
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}

.book-recommen .m-box-title h3.title {
    position: relative;
    height: 60px;
    color: #fff;
    margin-top: 18px;
    font-size: 24px;
    font-weight: lighter;
    font-family: "Microsoft YaHei";
    line-height: 58px;
}

.book-recommen .title a {
    position: relative;
    float: left;
    margin: 0 10px;
    color: #fff;
    /* padding: 0 10px; */
}

.book-recommen .title a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.book-recommen .title a:before {
    position: absolute;
    display: inline-block;
    left: -12px;
    content: "|";
    font-size: 22px;
    font-weight: lighter;
}

.book-recommen .title a:first-child:before {
    display: none;
}

.book-recommen .title .current {
    /* font-size: 18px; */
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.book-recommen .m-box-content,
.guess-box .m-box-content {
    float: left;
    height: 370px;
    border: 1px #dddddd solid;
    border-top: none;
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

.book-recommen .cover-list ul li {
    width: 20%;
    float: left;
    padding: 0px;
    margin-bottom: 17px;
}

span.default-cover img {
    width: 100%;
    height: auto;
}

span.default-cover {
    width: 96px !important;
    display: block !important;
    /* border: 1px #f00 solid; */
    margin: 0 auto !important;
    height: 132px !important;
    padding: 0px !important;
    overflow: hidden;
    border: 1px #eeeeee solid;
}

.book-recommen .cover-list ul li a {
    display: block;
    width: 100%;
    /* border: 1px #f00 solid; */
}

span.default-cover + span {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    width: 96px;
    margin: 0 auto;
    margin-top: 6px;
    font-weight: bold;
}

span.default-cover span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    width: 66px;
    height: 109px;
    /* border: 1px #f00 solid; */
    margin: 10px auto;
    text-align: center;
}

/*猜你喜欢*/
.guess-box .m-box-title h2,
.staff .m-box-title h2 {
    font-size: 26px;
    color: #fff;
    line-height: 90px;
    font-weight: bold;
    /* text-align: center; */
}

.staff .m-box-title h2 {
    text-align: center;
}

.guess-box .m-box-title img,
.staff .m-box-title img {
    vertical-align: middle;
    padding-left: 10px;
}

.guess-box .m-box-content {
    padding: 16px 20px;
}

.hyh-a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    position: absolute;
    right: 30px;
    top: 43px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    color: #fff;
}

.hyh-a img {
    padding: 0 5px 0 0 !important;
}

.article-list {
    margin-bottom: -11px;
}

.article-list dl {
    margin-bottom: 13px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed #cfcfcf;
}

.article-list dl:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.article-list dt {
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 23px;
}

.article-list dt a {
    color: #000;
}

.article-list dd {
    display: inline-block;
    height: 22px;
    margin: 0;
    line-height: 22px;
    color: #666666;
}

.article-list dd:empty {
    height: auto;
}
/* 资源导航 */
.resource-box .resource-list {
    padding: 10px 0;
    border-bottom: 1px #B7B7B7 dashed;
    margin-bottom: 20px;
}

.resource-box .resource-list h3 {
    font-size: 16px;
    color: #b42a1d;
    margin-bottom: 15px;
    border-left: 3px solid #b42a1d;
    padding-left: 10px;
    line-height: 0.8;
    font-weight: normal;
}

.resource-box .resource-list a {
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    border-right: 1px solid #707070;
    line-height: .8;
    margin-bottom: 10px;
    display: inline-block;
}

/*数据统计*/
.data-rank {
    float: left;
    width: 100%;
    height: 170px;
    margin-top: 10px;
    padding-top: 22px;
    background: #006ac1 url("../../images/site/icon-qktj.png") no-repeat right -20px center;
    /* line-height: 30px; */
}

.data-rank li {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.data-rank li span {
    font-size: 16px;
    padding-right: 15px;
}

.data-rank ul {
    width: 60%;
    margin: 0 auto;
}

/*快速链接*/
.fast-link-a {
    float: left;
    width: 100%;
    height: 180px;
    margin-top: 10px;
    padding: 46px 0px;
    background: #4a4b7d;
    text-align: center;
}

.fast-link-a a {
    display: inline-block;
    width: 30%;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.fast-link-a a span {
    display: inline-block;
    width: 100%;
}

.fast-link-a img {
    vertical-align: middle;
}

/*专题*/

.lib-list dl {
    margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
    #header,
    #searcher,
    #body,
    #footer {
        min-width: 1200px;
    }

    .l-width,
    #top-nav .nav-sub-box {
        width: 1200px;
    }

    .search-input input[type="text"] {
        width: 75%;
    }

    .input-type2 input[type="text"] {
        width: 615px;
    }

    .input-type3 input[type="text"] {
        width: 509px;
    }

    .search-input .class-view {
        top: 11px;
        right: 260px;
    }

    .search-input .class-view2 {
        right: 367px;
    }

    #body .row > div {
        margin-bottom: 15px;
    }

    .news {
        width: 498px;
        height: 285px;
    }

    .news .title {
        margin-bottom: 0;
    }

    .news-list ul {
        height: 120px;
    }

    .news-list li a {
        max-width: 22em;
    }

    .pic-show,
    .pic-move,
    .pic-move li,
    .pic-move li img {
        width: 685px;
        height: 285px;
    }

    .data-guid,
    .reader-service {
        width: 666px;
    }

    .special-database {
        width: 516px;
    }

    .data-guid h3,
    .special-database h3,
    .research-support h3,
    .reader-service h3 {
        left: 88px;
    }

    .data-guid .b-list,
    .special-database .b-list,
    .research-support .b-list,
    .reader-service .b-list {
        left: 155px;
    }

    .data-guid .b-list {
        width: 488px;
    }

    .data-guid .b-list li {
        width: 30%;
    }

    .data-guid .b-list li:nth-child(4n-3) {
        width: 21%;
    }

    .data-guid .b-list li:nth-child(4n-2) {
        width: 23%;
    }

    .data-guid .b-list li:nth-child(4n-1) {
        width: 25%;
    }

    .research-support .b-list,
    .special-database .b-list {
        width: 350px;
    }

    .reader-service .b-list {
        width: 500px;
    }

    .research-support,
    .my-lib {
        width: 515px;
    }

    .research-support .pic-list li {
        min-width: 166px;
    }

    .post-bug-right {
        margin-left: 610px;
    }

    .special-box {
        width: 1200px;
    }

    .book-recommen {
        width: 498px;
        float: left;
        margin-right: 17px;
    }

    .guess-box {
        width: 335px;
        float: left;
        margin-right: 17px;
    }

    .box-special {
        width: 333px;
        float: left;
    }

    .data-rank ul {
        width: 70%;
        margin: 0 auto;
    }

    .book-recommen .cover-list ul li {
        width: 25%;
        float: left;
        padding: 0px;
        margin-bottom: 17px;
    }

    span.default-cover {
        width: 96px !important;
        display: block !important;
        /* border: 1px #f00 solid; */
        margin: 0 auto !important;
        height: 132px !important;
    }

    span.default-cover + span {
        display: block;
        text-align: left;
        font-size: 15px;
        color: #000;
        line-height: 24px;
        width: 96px;
        margin: 0 auto;
        margin-top: 6px;
        font-weight: bold;
    }
    .site-search {
        width: 120px;
    }
}

@media screen and (max-width: 1260px) {
    #header,
    #searcher,
    #body,
    #footer {
        min-width: 1000px;
    }

    .l-width,
    #top-nav .nav-sub-box {
        width: 1000px;
    }

    #footer .content {
        width: 450px;
        padding-right: 0;
    }

    #top-nav {
        margin-right: -5px;
    }

    #top-nav li {
        padding: 0;
        font-size: 16px;
    }

    .ztlm {
        padding-bottom: 30px;
        padding-left: 0px;
        clear: both;
        float: left;
    }

    .f-icon {
        right: 315px;
        margin-top: 20px;
    }

    .f-icon a {
        position: relative;
        display: inline-block;
    }

    .f-icon a .wx {
        position: absolute;
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .f-icon a .wx img {
        width: 100px;
        height: 100px;
    }

    #searcher {
        height: 160px;
        margin-bottom: 10px;
    }

    #searcher .l-width {
        background-position: 0 25px;
    }

    .search-box {
        height: 160px;
        padding: 25px 0 0 180px;
    }

    .search-input .sel {
        padding-top: 13px;
        padding-bottom: 13px;
        background-position: right 8px;
    }

    .search-input input[type="text"] {
        width: 73%;
        padding-top: 13px;
        padding-bottom: 13px;
        background-position: 14px 9px;
    }

    .input-type2 input[type="text"] {
        width: 465px;
    }

    .input-type3 input[type="text"] {
        width: 359px;
    }

    .search-input button {
        width: 120px;
        height: 44px;
    }

    .search-input .class-view {
        top: 8px;
    }

    .search-input .class-view2 {
        right: 335px;
    }

    .search-input .journal-guid {
        height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-position: 12px 14px;
    }

    .search-input .search-adv,
    .search-input .search-help {
        height: 44px;
        line-height: 44px;
    }

    #body .row > div {
        margin-bottom: 10px;
    }

    .alert-time {
        top: -40px;
    }

    .news {
        width: 440px;
        height: 225px;
    }

    .news .title {
        margin-bottom: 0;
    }

    .news-list dl {
        /*display: none;*/
    }

    .news-list ul {
        height: 60px;
    }

    .news-list li a {
        width: 250px;
    }

    .pic-show,
    .pic-move,
    .pic-move li,
    .pic-move li img {
        width: 550px;
        height: 225px;
    }

    .block1 h3 {
        left: 63px;
        height: 50px;
        margin-top: -38px;
        font-size: 16px;
    }

    .block1 h3 i {
        width: 50px;
        height: 50px;
        margin: 0 20px;
        background-size: 200%;
    }

    .block1 .icon-zy {
        background-position: 0 0;
    }

    .block1 .icon-ky {
        background-position: -50px 0;
    }

    .block1 .icon-tsg {
        background-position: -50px -50px;
    }

    .block1 .icon-fw {
        background-position: 0 -50px;
    }

    .data-guid,
    .reader-service {
        width: 550px;
        height: 145px;
    }

    .special-database,
    .research-support {
        width: 440px;
        height: 145px;
    }

    .data-guid .b-list {
        width: 400px !important;
    }

    .data-guid .b-list li {
        width: 33.3% !important;
    }

    .data-guid .b-list li:nth-child(4n) {
        display: none;
    }

    .block1 .b-list {
        left: 101px;
        width: 92%;
        max-height: 132px;
        margin-top: -66px;
    }

    .block1 .b-list li {
        line-height: 22px;
    }

    .special-database {
        width: 440px;
    }

    .special-database .b-list li:nth-child(2n + 1) {
        width: 30%;
    }

    .special-database .b-list li:nth-child(2n + 2) {
        width: 70%;
    }

    .research-support .pic-list li {
    }

    .research-support .pic-list li,
    .research-support .pic-list li img {
        width: 115px;
        min-width: 115px;
        height: 72.5px;
    }

    .my-lib-info {
        margin-left: -210px;
    }

    .lib-open-time {
        width: 175px;
        margin-right: -210px;
    }

    .special-box {
        width: 1000px;
    }

    .lib-list {
        padding-left: 0px;
        padding-right: 4px;
        height: 162px;
    }

    .lib-list dl {
        margin-left: 12px;
        margin-right: 7px;
        width: 230px;
    }

    .book-recommen {
        width: 370px;
        float: left;
        margin-right: 10px;
    }

    .guess-box {
        width: 330px;
        float: left;
        margin-right: 10px;
    }

    .box-special {
        width: 280px;
        float: left;
    }

    .data-rank ul {
        width: 80%;
        margin: 0 auto;
    }

    .book-recommen .cover-list ul li {
        width: 33.3333%;
        float: left;
        padding: 0px;
        margin-bottom: 17px;
    }

    span.default-cover {
        width: 96px !important;
        display: block !important;
        /* border: 1px #f00 solid; */
        margin: 0 auto !important;
        height: 132px !important;
    }

    span.default-cover + span {
        display: block;
        text-align: left;
        font-size: 15px;
        color: #000;
        line-height: 24px;
        width: 96px;
        margin: 0 auto;
        margin-top: 6px;
        font-weight: bold;
    }
    .site-search{
        width: 110px;
        right: 10px;
    }
    .news .title a{
        font-size: 14px;
    }
    .site-search {
        width: 110px;
    }
}

@media screen and (max-width: 1024px) {
    #header,
    #searcher,
    #body,
    #footer {
        min-width: 800px;
    }

    .l-width,
    #top-nav .nav-sub-box {
        width: 800px;
    }

    .f-icon i {
        margin: 0 2px;
    }

    #header,
    #logo {
        height: 95px;
    }

    #logo #sub-name {
        font-size: 20px !important;
        top: 23px;
    }

    #top-nav {
        margin-top: 2px;
        margin-right: -5px;
    }

    #top-nav li {
        font-size: 14px;
        font-weight: lighter;
    }

    #top-nav .nav-sub {
        top: 95px;
    }

    #searcher {
        height: 150px;
    }

    #searcher .l-width {
        background-position: 0 30px;
        background-size: 150px;
    }

    .search-sel {
        height: 45px;
    }

    .search-box {
        height: 150px;
        padding: 30px 0 0 150px;
    }

    .search-input .sel {
        padding-top: 10px;
        padding-bottom: 10px;
        background-position: right 5px;
        width: 110px !important;
    }

    .search-input input[type="text"] {
        width: 70%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-position: 10px 6px;
    }

    .input-type2 input[type="text"] {
        width: 337px;
    }

    .input-type3 input[type="text"] {
        width: 231px;
    }

    .search-input button {
        width: 100px;
        height: 38px;
        font-size: 16px;
        font-weight: lighter;
    }

    .search-input .journal-guid {
        height: 38px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-position: 12px 10px;
    }

    .search-input .search-adv,
    .search-input .search-help {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-weight: lighter;
    }

    .search-input .class-view {
        right: 200px;
        top: 5px;
    }

    .search-input .class-view2 {
        right: 306px;
    }

    .news {
        width: 100%;
    }

    .news .title {
        margin-bottom: 10px;
    }

    .news-list ul {
        height: 150px;
    }

    .news-list dl {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 0;
        padding-top: 7px;
        padding-right: 10px;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    .news-list dt {
        height: inherit;
    }

    .news-list dd {
        height: 96px;
    }

    .news-list ul {
        overflow: hidden;
        float: right;
        width: 50%;
        height: 150px;
        padding-left: 15px;
    }

    .news-list li a {
        width: 280px;
    }

    .pic-show,
    .pic-move,
    .pic-move li,
    .pic-move li a {
        width: 800px;
        height: 235px;
    }

    .pic-move li img {
        width: 100%;
        height: auto;
    }

    .data-guid,
    .reader-service,
    .research-support,
    .special-database {
        width: 100%;
    }

    .block1 h3 {
        left: 18% !important;
    }

    .block1 .b-list {
        left: 32% !important;
        opacity: 1;
        width: 66% !important;
    }

    .research-support .pic-list {
        width: 345px !important;
    }

    .research-support .pic-list li {
        min-width: 115px;
    }

    .my-lib-info {
        width: 245px;
        height: 90px;
        margin-left: -289.5px;
        margin-top: -45px;
        padding: 10px;
        font-size: 20px;
    }

    .my-lib-info .b-list {
        margin-left: -45px;
    }

    .my-lib h3 i {
        width: 55px;
        height: 55px;
        background-size: 200%;
        background-position: -49px -48px;
        border-width: 3px;
    }

    .lib-open-time {
        width: 350px;
        height: 90px;
        padding: 5px 10px;
        margin-right: -350px;
        margin-top: -45px;
    }

    .lib-open-time .b-list li {
        float: left;
        width: 50%;
    }

    .special-box {
        width: 800px;
    }

    .lib-list {
        padding-left: 0px;
        padding-right: 4px;
        height: 164px;
    }

    .lib-list dl {
        margin-left: 15px;
        margin-right: 13px;
        width: 237px;
    }

    .book-recommen {
        width: 800px;
        float: left;
        margin-right: 17px;
        height: 304px;
    }

    .guess-box {
        width: 408px;
        float: left;
        margin-right: 10px;
    }

    .box-special {
        width: 382px;
        float: left;
    }

    .data-rank ul {
        width: 60%;
        margin: 0 auto;
    }

    .book-recommen .cover-list ul li {
        width: 16.6666%;
        float: left;
        padding: 0px;
        margin-bottom: 14px;
    }

    span.default-cover {
        width: 96px !important;
        display: block !important;
        /* border: 1px #f00 solid; */
        margin: 0 auto !important;
        height: 132px !important;
    }

    span.default-cover + span {
        display: block;
        text-align: left;
        font-size: 15px;
        color: #000;
        line-height: 24px;
        width: 96px;
        margin: 0 auto;
        margin-top: 6px;
        font-weight: bold;
    }

    .book-recommen .m-box-content {
        height: 190px;
    }

    .f-icon {
        right: 188px;
        margin-top: 20px;
    }
}

/*馆庆样式*/
/*body {
	background-image: url(../images/bg.jpg);
}
#header {
	position: relative;
	background-image: url(../images/bg.jpg);
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	z-index: 5;
}
#logo a {
	display: block;
	width: 255px;
	height: 85px;
	background: url(../images/logo.png) no-repeat 35px;
}
#logo a:before {
	display: inline-block;
	width: 34px;
	height: 67px;
	background: url(../images/denglong.png) no-repeat;
	content: "";
}
#logo a img {
	display: none;
}
#searcher {
	background: url(../images/bg01.png) no-repeat #c9444a;
	background-size: cover;
}
.b-bottom {
	overflow: hidden;
	position: relative;
	background: #9e4246;
	z-index: 1;
}
.b-bottom:before {

 position: absolute;
    width: 105%;
    height: 80px;
    background-color: #a5494d;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    content: '';
    z-index: -1;
}
#footer {

	position: relative;
	color: #fff;
	background: #222222;
}

#footer .feedback, #footer .content {
	color: #fff;
}
#footer .feedback h4 {
	border-color: #fff;
}*/
