@charset "utf-8";

/* CSS Document */

html,body{
    height: 100%;
}

body {
    /*font-family:"Helvetica","Hiragino Sans GB","PingFang HK","STHeitiTC-Light","Microsoft Yahei","WenQuanYi Micro Hei","Arial",sans-serif;*/
    font-family: 'Microsoft Yahei', '微软雅黑', Helvetica, Arial, sans-serif;
    /*-webkit-text-size-adjust: 100%; 值为none，当样式表里font-size<12px时，中文版chrome浏览器里字体显示仍为12px*/
    /*-ms-text-size-adjust: 100%;*/

    -webkit-font-smoothing: antialiased; /* 让页面里的字体变清晰 */
    -moz-osx-font-smoothing: grayscale; /*抗锯齿属性*/
    -webkit-text-stroke: 1px transparent;
}

@media (max-width: 768px) {
    .fp-section {

    }

    footer {
        text-align: center;
    }

    .event-video .column-selector-list-cases {
        min-height: 150px;
    }

    .fp-tableCell {
        display: block;
    }

}

@media (min-width: 768px) {

    /* 主导航
------------------------------------------------------------------------ */
    .navbar-brand {
        margin-top: 0;
        height: auto;
        padding: 11px 15px 0 15px;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-default {
        background-color: #FFF;
        box-shadow: 0 1px 2px #999;
        border-radius: 0;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .navbar-default .navbar-nav {
        margin-left: 30px;
    }

    .navbar-default .navbar-nav li .active {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-nav li a {
        color: #666;
        border-top: 6px solid #FFF;
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 16px;
        font-weight: bold;

        /*margin-right: 10px;*/
    }

    .navbar-default .navbar-nav li a:hover {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-toggle {
        margin-top: 23px;
    }

    .navbar-form {
        margin-top: 20px;
    }

    .clcn-user {
        padding-right: 15px;
    }

    .clcn-user ul {
        margin-top: 15px;
        padding: 0;
        border-left: 1px solid #e5e5e5;
    }

    .clcn-user ul li {
        list-style: none;
        height: 50px;
        line-height: 50px;
        border-right: 1px solid #e5e5e5;
        padding: 0 20px;
        float: left;
    }

    .clcn-user ul li a {
        padding: 0;
    }

    .clcn-user .clcn-user-login {

    }

    .clcn-user .clcn-user-login span {
        margin-left: 10px;
        font-size: 16px;
        color: #666;
    }

    .clcn-user .input-group {
        position: absolute;
        bottom: -48px;
        right: 160px;
    }

    .clcn-user .input-group input {
        width: 400px;
        height: 46px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .clcn-user .input-group .btn-clcn-search button {
        width: 46px;
        height: 46px;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .clcn-user .btn-clcn-search {
        z-index: 1000;
    }

    .clcn-user .btn-clcn-search .glyphicon-search {
        color: #2a54be;
    }

    .clcn-user .btn-clcn-search {
        position: absolute;
        right: 0;
    }

    #search {
        background-color: #7bb9ff;

    }

    .search .btn-clcn-search {
        position: absolute;
        top: 3px;
        right: 0;
        z-index: 2;
    }

    .intro .intro-title {
        text-align: left;
        margin-top: -100px;
        margin-bottom: 20px;
    }

    .intro .intro-title h3 {
        margin: 0;
        /*text-align: right;*/
    }

    .intro .intro-title p {
        margin: 0;
        color: #999;
        padding-top: 5px;
    }

    .shortcut-menu {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .event-video .column-selector-list-cases {
        min-height: 170px;
    }

    footer {
        text-align: center;
    }

}

@media (min-width: 992px) {

    /* 主导航
------------------------------------------------------------------------ */
    .navbar-brand {
        margin-top: 0;
        height: auto;
        padding: 11px 15px 0 15px;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-default {
        background-color: #FFF;
        box-shadow: 0 1px 2px #999;
        border-radius: 0;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .navbar-default .navbar-nav {
        margin-left: 30px;
    }

    .navbar-default .navbar-nav li .active {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-nav li a {
        color: #666;
        border-top: 6px solid #FFF;
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 16px;
        font-weight: bold;

        /*margin-right: 10px;*/
    }

    .navbar-default .navbar-nav li a:hover {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-toggle {
        margin-top: 23px;
    }

    .navbar-form {
        margin-top: 20px;
    }

    .clcn-user {
        padding-right: 15px;
    }

    .clcn-user ul {
        margin-top: 15px;
        padding: 0;
        border-left: 1px solid #e5e5e5;
    }

    .clcn-user ul li {
        list-style: none;
        height: 50px;
        line-height: 50px;
        border-right: 1px solid #e5e5e5;
        padding: 0 20px;
        float: left;
    }

    .clcn-user ul li a {
        padding: 0;
    }

    .clcn-user .clcn-user-login {

    }

    .clcn-user .clcn-user-login span {
        margin-left: 10px;
        font-size: 16px;
        color: #666;
    }

    .clcn-user .input-group {
        position: absolute;
        bottom: -48px;
        right: 160px;
    }

    .clcn-user .input-group input {
        width: 400px;
        height: 46px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .clcn-user .input-group .btn-clcn-search button {
        width: 46px;
        height: 46px;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .clcn-user .btn-clcn-search {
        z-index: 1000;
    }

    .clcn-user .btn-clcn-search .glyphicon-search {
        color: #2a54be;
    }

    .clcn-user .btn-clcn-search {
        position: absolute;
        right: 0;
    }

    .search .btn-clcn-search {

    }

    #search {
        background: url("../images/bg.jpg") top center no-repeat #7bb9ff;
        /*background: url("../images/spring-banner.png") top center no-repeat #ffe4d6;*/
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }

    .search-logo {
        margin-bottom: 20px;
    }

    .search .radio-group {
        margin-bottom: 10px;
    }

    .search .radio-group .radio-inline {
        padding-left: 24px;
    }

    .search .btn-clcn-search .btn-default {
        border: none;
        background-color: transparent;
    }

    .search .btn-clcn-search .btn-default .glyphicon-search {
        color: #2a54be;
    }

    .search .input-group span.input-group-addon {
        background-color: transparent;
        border: none;
        border-radius: 0;
        position: absolute;
        top: 15px;
        right: 120px;
    }

    .search .input-group span.input-group-addon a {
        text-decoration: underline;
        color: #666;
    }

    .search .input-group span.input-group-addon a:hover {
        text-decoration: underline;
        color: #2a54be;
    }

    .search .input-group .input-group-btn button {
        height: 46px;
    }

    .search .input-group input {
        height: 46px;
    }

    .search .input-group .btn-clcn-search button {
        width: 46px;
        height: 46px;
    }

    .search .input-group select {
        width: 120px;
        height: 46px;
        border: 1px solid #cccccc;
        border-right: none;
        -moz-box-shadow: none; /* For Firefox3.6+ */
        -webkit-box-shadow: none; /* For Chrome5+, Safari5+ */
        box-shadow: none;
    }

    .notice-tabs {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #FFF;
        margin-top: 20px;
        position: relative;
    }

    .notice-tabs ul {
        margin-left: 0;
    }

    .notice-tabs .nav-tabs {
        border-bottom: 1px solid #FFF;
    }

    .notice-tabs .nav-tabs li a {
        color: #333;
        border-radius: 0;
        border: none;
        padding: 10px 20px;
    }

    .notice-tabs .nav-tabs li a:hover {
        background-color: rgba(255, 255, 255, 0.7);
        color: #333;
        border: none;
    }

    .notice-tabs .nav-tabs li.active a {
        border: none;
        color: #333;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .notice-tabs .tab-content {
        padding: 20px 30px;
        border: none;
    }

    .notice-tabs .tab-content ol {
        padding: 0 15px;
        margin: 0;
    }

    .notice-tabs .tab-content ol li {
        padding: 0;
        margin: 0;
    }

    .notice-tabs .tab-content ol li a,
    .notice-tabs .tab-content .row a {
        line-height: 30px;
        color: #333;
    }

    .notice-tabs .tab-content ol li a:hover,
    .notice-tabs .tab-content .row a:hover {
        color: #2a54be;
    }

    .notice-tabs .tab-content .notice-more {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .notice-tabs .tab-content .notice-more a {
        color: #333;
    }

    .notice-tabs .tab-content .notice-more a:hover {
        color: #2a54be;
    }

    .shortcut-menu {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .qq-online-ico {
        padding-right: 10px;
        padding-left: 10px;
    }

    .qq-online-ico .col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .event-video .column-selector-list-cases {
        min-height: 150px;
    }

    .event .column-selector-list {
        position: relative;
    }

    .event .column-selector-list .event-search {
        width: 300px;
        position: absolute;
        right: 0;
        top: -5px;
    }

    footer .institution {
        float: left;
        text-align: left;
    }

    footer .copyright {
        float: left;
        text-align: left;
    }

    footer .social-ico {
        text-align: right;
    }

    footer .footer-count {
        text-align: right;
    }

    .digital-resources-list {

    }
}

@media (min-width: 1200px) {
    .nopr {
        padding-right: 0;
    }

    .navbar {
        padding: 0 85px;
    }

    /* 主导航
------------------------------------------------------------------------ */
    .navbar-brand {
        margin-top: 0;
        height: auto;
        padding: 11px 15px 0 15px;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-default {
        background-color: #FFF;
        box-shadow: 0 1px 2px #999;
        border-radius: 0;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .navbar-default .navbar-nav {
        margin-left: 30px;
    }

    .navbar-default .navbar-nav li .active {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-nav li a {
        color: #666;
        border-top: 6px solid #FFF;
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 16px;
        font-weight: bold;

        /*margin-right: 10px;*/
    }

    .navbar-default .navbar-nav li a:hover {
        color: #2a54be;
        background-color: transparent;
        border-top: 6px solid #2a54be;
    }

    .navbar-default .navbar-toggle {
        margin-top: 23px;
    }

    .navbar-form {
        margin-top: 20px;
    }

    .clcn-user {
        padding-right: 15px;
    }

    .clcn-user ul {
        margin-top: 15px;
        padding: 0;
        border-left: 1px solid #e5e5e5;
    }

    .clcn-user ul li {
        list-style: none;
        height: 50px;
        line-height: 50px;
        border-right: 1px solid #e5e5e5;
        padding: 0 20px;
        float: left;
    }

    .clcn-user ul li a {
        padding: 0;
    }

    .clcn-user .clcn-user-login {

    }

    .clcn-user .clcn-user-login span {
        margin-left: 10px;
        font-size: 16px;
        color: #666;
    }

    .clcn-user .input-group {
        position: absolute;
        bottom: -48px;
        right: 160px;
    }

    .clcn-user .input-group input {
        width: 400px;
        height: 46px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .clcn-user .input-group .btn-clcn-search button {
        width: 46px;
        height: 46px;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .clcn-user .btn-clcn-search {
        z-index: 1000;
    }

    .clcn-user .btn-clcn-search .glyphicon-search {
        color: #2a54be;
    }

    .clcn-user .btn-clcn-search {
        position: absolute;
        right: 0;
    }

    .strip {
        padding: 0 100px;
    }

    footer {
        padding: 0 85px;
    }

    footer .institution {
        float: left;
        text-align: left;
    }

    footer .copyright {
        float: left;
        text-align: left;
    }

    footer .social-ico {
        text-align: right;
    }

    footer .footer-count {
        text-align: right;
    }

    .strip span {
        margin-right: 110px;
        right: unset;
    }

    .strip .container-fluid {
        padding: 0;
    }

    .search {
        margin-top: 0;
    }

    .search-logo {
        margin-bottom: 20px;
    }

    .search .radio-group {
        margin-bottom: 10px;
    }

    .search .radio-group .radio-inline {
        padding-left: 24px;
    }

    .search .input-group {
        display: table;
    }

    .search .btn-clcn-search .btn-default {
        border: none;
        background-color: transparent;
    }

    .search .btn-clcn-search .btn-default .glyphicon-search {
        color: #2a54be;
    }

    .search .input-group span.input-group-addon {
        background-color: transparent;
        border: none;
        border-radius: 0;
        position: absolute;
        top: 15px;
        right: 120px;
    }

    .search .input-group span.input-group-addon a {
        text-decoration: underline;
        color: #666;
    }

    .search .input-group span.input-group-addon a:hover {
        text-decoration: underline;
        color: #2a54be;
    }

    .search .input-group .input-group-btn button {
        height: 46px;
    }

    .search .input-group input {
        height: 46px;
    }

    .search .input-group .btn-clcn-search button {
        width: 46px;
        height: 46px;
    }

    .search .input-group select {
        width: 120px;
        height: 46px;
        border: 1px solid #cccccc;
        border-right: none;
        -moz-box-shadow: none; /* For Firefox3.6+ */
        -webkit-box-shadow: none; /* For Chrome5+, Safari5+ */
        box-shadow: none;
    }

    .search .input-group,
    .search .radio-group,
    .notice-smart,
    .information-news-list,
    .special-list,
    .book-recommend .book-recommend-focus,
    .recent-activity,
    .digital-list {
        padding: 0 145px;
    }

    .notice-tabs {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #FFF;
        margin-top: 20px;
        position: relative;
    }

    .notice-tabs ul {
        margin-left: 0;
    }

    .notice-tabs .nav-tabs {
        border-bottom: 1px solid #FFF;
    }

    .notice-tabs .nav-tabs li a {
        color: #333;
        border-radius: 0;
        border: none;
        padding: 10px 20px;
    }

    .notice-tabs .nav-tabs li a:hover {
        background-color: rgba(255, 255, 255, 0.7);
        color: #333;
        border: none;
    }

    .notice-tabs .nav-tabs li.active a {
        border: none;
        color: #333;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .notice-tabs .tab-content {
        padding: 20px 30px;
        border: none !important;
    }

    .notice-tabs .tab-content ol {
        padding: 0 15px;
        margin: 0;
    }

    .notice-tabs .tab-content ol li {
        padding: 0;
        margin: 0;
    }

    .notice-tabs .tab-content ol li a,
    .notice-tabs .tab-content .row a {
        line-height: 30px;
        color: #333;
    }

    .notice-tabs .tab-content ol li a:hover,
    .notice-tabs .tab-content .row a:hover {
        color: #2a54be;
    }

    .notice-tabs .tab-content .notice-more {
        position: absolute;
        right: 10px;
        top: 0;
    }

    .notice-tabs .tab-content .notice-more a {
        color: #333;
    }

    .notice-tabs .tab-content .notice-more a:hover {
        color: #2a54be;
    }

    .shortcut-menu .owl-dots {
        display: none;
    }

    .shortcut-menu .owl-theme .owl-nav span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background-color: #fff;
        color: #2a54be;
        font-size: 30px;
        /*margin-top: 70px;*/
    }

    .home-special {
        margin-top: -100px;
    }

    .book-recommend-focus {
        margin-top: -150px;
    }

    .book-recommend-tabs .tab-content {
        padding: 30px 100px 10px 100px;
    }

    .recent-activity {
        margin-top: 150px;
    }

    .recent-activity .tab-content {
        min-height: 500px;
    }

    .digital-list {
        margin-top: -100px;
    }

    .search .btn-clcn-search {
        position: absolute;
        top: 0;
        right: 140px;
        z-index: 1000;
    }

    .intro .intro-title {
        position: absolute;
        top: 280px;
        left: 110px;
        z-index: 1000;
    }

    .intro .intro-title h3 {
        writing-mode: vertical-rl;
        margin: 0;
        width: 30px;
        padding-right: 0;
    }

    /*.intro .intro-title p {*/
    /*height: 280px;*/
    /*writing-mode: vertical-rl;*/
    /*color: #999;*/
    /*width: 20px;*/
    /*}*/
    #search {
        background: url("../images/bg.jpg") top center no-repeat #7bb9ff;
        /*background: url("../images/spring-banner.png") top center no-repeat #ffe4d6;*/
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }

    .resources-menu {
        position: absolute;
        bottom: 0;
    }

    .resources-menu h4 {
        margin: 0;
    }

    .resources-menu h4 a {
        position: absolute;
        bottom: 10px;
        right: 20px;
        color: #FFF;
        z-index: 1;
    }

    .resources-menu img {
        width: 100%;
    }

    .resources-menu .col-md-3 {
        padding: 0;
        overflow: hidden;
    }

    .resources-menu .col-md-3 img {
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    }

    .resources-menu .col-md-3 img:hover {
        transform: scale(1.2);
    }

    .shortcut-menu {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0 85px 20px 85px;
    }

    .login {
        padding: 100px 350px 0 350px;
    }

    .qq-online-ico {
        padding-right: 10px;
        padding-left: 10px;
    }

    .qq-online-ico .col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .event-video .column-selector-list-cases {
        min-height: 182px;
    }

    .event .column-selector-list {
        position: relative;
    }

    .event .column-selector-list .event-search {
        width: 300px;
        position: absolute;
        right: 0;
        top: -5px;
    }

    .shortcut-menu .owl-theme .owl-nav span {
        margin-top: 90px;
    }

    /* 首页近期活动
------------------------------------------------------------------------ */
    .recent-activity .nav-tabs {
        border: none;
        margin-bottom: 30px;
    }

    .recent-activity .nav-tabs li {
        text-align: center;
    }

    .recent-activity .nav-tabs li a {
        width: 96px;
        background-color: #ECECEC;
        color: #555555;
        border: none;
        border-radius: 0;
        margin-right: 10px;
    }

    .recent-activity .nav-tabs li a:hover {
        background-color: #2a54be;
        color: #FFF;
        border: none;
    }

    .recent-activity .nav-tabs li.active a {
        border: none;
        color: #FFF;
        background-color: #2a54be;
    }

    .recent-activity-event {
        border: 1px solid #c3c3c3;
        border-top: 4px solid #2a54be;
        margin-bottom: 30px;
        padding: 20px;
    }

    .recent-activity .col-md-4 .recent-activity-event {
        min-height: 375px;
    }

    .recent-activity-event h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .recent-activity-event span {
        font-size: 12px;
    }

    .recent-activity-event p {
        font-size: 12px;
        line-height: 22px;
    }

    /* 首页图书推荐
    ------------------------------------------------------------------------ */
    .book-recommend-tabs .tab-content {
        width: 100%;
        /*background-color: #F2F2F2;*/
        position: absolute;
        bottom: 0;
        z-index: 1000;
    }

    .book-recommend-tabs .nav-tabs {
        border: none;
        position: absolute;
        bottom: 300px;
        right: 100px;
        z-index: 1001;
    }

    .book-recommend-tabs .tab-content h4 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

    .book-recommend-tabs .tab-content span {
        display: block;
        text-align: center;
        font-size: 12px;
    }

    .book-recommend-tabs .nav-tabs li a {
        border: 1px solid #2a54be;
        border-radius: 0;
        padding: 3px 20px;
        margin-left: 10px;
    }

    .book-recommend-tabs .nav-tabs li a:hover {
        border: 1px solid #2a54be;
        border-radius: 0;
        background-color: #2a54be;
        color: #fff;
    }

    .book-recommend-tabs .nav-tabs > li.active > a {
        border: 1px solid #2a54be;
        border-radius: 0;
        background-color: #2a54be;
        color: #fff;
    }

    .book-recommend-focus {
        /*width: 800px;*/
        /*margin: -15% auto 10% auto;*/
    }

    .book-recommend-tabs .book-recommend-focus p {
        line-height: 30px;
    }

    .book-recommend-tabs .book-recommend-img img {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .event-focus-img {
        padding: 10px 40px 20px 40px;
    }

}

/* 全局
------------------------------------------------------------------------ */
body {
    padding-top: 110px;
}

a {
    color: #2a54be;
}

a:hover {
    color: #999;
    text-decoration: none;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pr0 {
    padding-right: 0;
}

.nopr {
    padding-right: 15px;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.banner {
    background-color: #2a54be;
}

.intro .intro-title h3 a {
    font-size: 18px;
    color: #333;
    /*background-color: #ccc;*/
    /*padding: 10px 5px;*/
    /*border-radius: 3px;*/
    letter-spacing: 5px;

}

.intro .intro-title h3 a:hover {
    color: #2a54be;
}

/* HEADER
------------------------------------------------------------------------ */

.strip {
    height: 32px;
    line-height: 32px;
    background-color: #2a54be;
    color: #FFF;
    font-size: 12px;
}

.strip a {
    margin-left: 20px;
    color: #FFF;
    font-size: 12px;
}

.strip a:hover {
    color: #939fbe;
}

/* 主导航
------------------------------------------------------------------------ */

.navbar-brand {
    margin-top: 0;
    height: auto;
    padding: 11px 15px 0 15px;
}

.navbar {
    min-height: 80px;
}

.navbar-header {
    min-height: 80px;
}

.navbar-default {
    background-color: #FFF;
    box-shadow: 0 1px 2px #999;
    border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav {
    /*margin-left: 30px;*/
}

.navbar-default .navbar-nav li .active {
    color: #2a54be;
    background-color: transparent;
    /*border-top: 6px solid #2a54be;*/
}

.navbar-default .navbar-nav li a {
    color: #666;
    /*border-top: 6px solid #FFF;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 30px;*/
    font-size: 16px;
    font-weight: bold;

    /*margin-right: 10px;*/
    float: left;
}

.navbar-default .navbar-nav li a:hover {
    color: #2a54be;
    background-color: transparent;
    /*border-top: 6px solid #2a54be;*/
}

.navbar-default .navbar-toggle {
    margin-top: 23px;
}

.navbar-form {
    margin-top: 20px;
}

.clcn-user {
    padding-right: 15px;
}

.clcn-user ul {
    margin-top: 15px;
    padding: 0;
    border-left: 1px solid #e5e5e5;
}

.clcn-user ul li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #e5e5e5;
    padding: 0 20px;
    float: left;
}

.clcn-user ul li a {
    padding: 0;
}

.clcn-user .clcn-user-login {

}

.clcn-user .clcn-user-login span {
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}

.clcn-user .input-group {
    position: absolute;
    bottom: -48px;
    right: 160px;
}

.clcn-user .input-group input {
    width: 400px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.8);
}

.clcn-user .input-group .btn-clcn-search button {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.clcn-user .btn-clcn-search {
    z-index: 1000;
}

.clcn-user .btn-clcn-search .glyphicon-search {
    color: #2a54be;
}

.clcn-user .btn-clcn-search {
    position: absolute;
    right: 0;
}

.online-survey {
    position: absolute;
    right: 20px;
    top: 150px;
}

/* 首页新年欢迎
------------------------------------------------------------------------ */
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation: slideInLeft .5s linear 1;
    animation-fill-mode: forwards;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {

        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.bounceInDown {
    animation: bounceInDown .6s linear .7s 1;
    animation-fill-mode: forwards;
}

.newyear-mask {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .659);
    top: 0;
    transform: translate3d(-100%, 0, 0);
    left: 0;
    z-index: 1050;
}

.welcome-ny {
    width: 56%;
    margin-top: 10%;
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
}

.welcome-ny-close {
    position: absolute;
    width: 32px;
    top: 32%;
    right: 21.8%;
    opacity: 0;
    transform: translate3d(0, -3300px, 0);
    cursor: pointer
}

/* 首页搜索
------------------------------------------------------------------------ */
.search {
    margin-top: 135px;
}

.search .input-group {
    width: 100%;
    /*display: unset;*/
}

.search .btn-clcn-search .btn-default {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    z-index: 1000;
}

.search .btn-clcn-search .btn-default .glyphicon-search {
    color: #2a54be;
}

.search .input-group span.input-group-addon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 15px;
    right: 120px;
}

.search .input-group span.input-group-addon a {
    text-decoration: underline;
    color: #666;
}

.search .input-group span.input-group-addon a:hover {
    text-decoration: underline;
    color: #2a54be;
}

.search .input-group .input-group-btn button {
    height: 46px;
}

.search .input-group input {
    height: 46px;
}

.search .input-group .btn-clcn-search button {
    width: 46px;
    height: 46px;
}

.search .input-group select {
    width: 120px;
    height: 46px;
    border: 1px solid #cccccc;
    border-right: none;
    -moz-box-shadow: none; /* For Firefox3.6+ */
    -webkit-box-shadow: none; /* For Chrome5+, Safari5+ */
    box-shadow: none;
}

.notice-tabs {
    margin-top: 20px;
    position: relative;
}

.notice-tabs .nav-tabs {

}

.notice-tabs .nav-tabs li a {
    color: #333;

    padding: 10px 20px;
}

.notice-tabs .nav-tabs li a:hover {
    color: #333;
}

.notice-tabs .nav-tabs li.active a {
    color: #333;
}

.notice-tabs .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px;
}

.notice-tabs .tab-content ol {
    padding: 0 15px;
    margin: 0;
}

.notice-tabs .tab-content ol li {
    padding: 0;
    margin: 0;
}

.notice-tabs .tab-content ol li a,
.notice-tabs .tab-content .row a {
    line-height: 30px;
    color: #333;
}

.notice-tabs .tab-content ol li a:hover,
.notice-tabs .tab-content .row a:hover {
    color: #2a54be;
}

.notice-tabs .tab-content .notice-more {
    position: absolute;
    right: 10px;
    top: 10px;
}

.notice-tabs .tab-content .col-xs-6,
.notice-tabs .tab-content .col-sm-3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 首页数字资源
------------------------------------------------------------------------ */

.digital-list-carousel .owl-dots {
    margin: 15px 0;
}

.digital-list-carousel .owl-dots .owl-carousel .owl-video-playing .owl-video-tn,
.digital-list-carousel .owl-dots .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: none;
}

.digital-list-carousel .owl-carousel .owl-nav.disabled,
.digital-list-carousel .owl-carousel .owl-dots.disabled {
    display: none;
}

.digital-list-carousel .owl-theme .owl-nav {
    display: none;
}

.digital-resources-list .hot-resources {
    /*background-color: #F2F2F2;*/
    /*padding: 15px 0;*/
    /*min-height: 500px;*/
}

.digital-resources-list .column-item {
    /*min-height: 500px;*/
}

.hot-resources .hot-resources-list {
    background-color: #f2f2f2;
    padding: 5px 20px;
}

.hot-resources .hot-resources-list h4 {
    font-size: 16px;
}

.hot-resources .hot-resources-list h5 {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-resources .hot-resources-list h5 span a {
    border: 1px solid #2a54be;
    background-color: #FFF;
    color: #2a54be;
    padding: 3px 10px;
    margin-left: 5px;
    font-size: 12px;
}

.hot-resources .hot-resources-list h5 span a:hover {
    color: #666;
    border-color: #666;
}

.hot-resources .hot-resources-list p {
    font-size: 12px;
    color: #666;
}

.resources-menu {
    padding: 0 30px 0 15px;
}

.resources-menu h4 a {
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #FFF;
    z-index: 1;
}

/* 首页图书推荐
------------------------------------------------------------------------ */

.recent-activity-event .event-subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-activity-event .event-date span {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-md-5 .recent-activity-event .event-date span {
    padding: 0;
}

/* 首页专题&指南
------------------------------------------------------------------------ */
.special-list .col-sm-4 {
    margin-bottom: 30px;
}

.special-list img {
    width: 100%;
    border: 1px solid #f5f5f5;
}

.guide-list {
    border: 1px solid #ccc;
    padding: 30px 50px 0 50px;
}

.guide-list a {
    text-align: center;
    color: #333;
}

.guide-list a:hover {
    color: #2a54be;
}

.guide-list span {
    margin: 15px 0 30px 0;

}

.guide-list .col-xs-3 {
    margin-bottom: 20px;
}

/* 首页资讯新闻
------------------------------------------------------------------------ */

.information-news-list .col-sm-4 {
    margin-bottom: 20px;
}

.information-news-list h4 {
    /*height: 40px;*/
    /*overflow: hidden;*/
    margin-top: 0;
    margin-bottom: 5px;
}

.information-news-list h4 a {
    font-size: 14px;
    color: #666;
}

.information-news-list h4 a:hover {
    color: #2a54be;
}

.information-news-list p {
    color: #999;
    margin: 10px 0 0 0;
}

.information-news-list .btn-primary {
    border-radius: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.information-news-list .news-more .btn-primary {
    background-color: #1c3780;
    border-color: #1c3780;
    color: #fff;
}

.information-news-list .news-more .btn-primary:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

/* FOOTER
------------------------------------------------------------------------ */

#container {
    min-height: 100%;
    height: auto;
    margin: 0 auto -215px auto;
    padding-bottom: 150px;
}

footer {
    width: 100%;
    min-height: 115px;
    background-color: #132654;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
}

footer span {
    color: #FFF;
    margin-right: 10px;
}

footer span a {
    color: #FFF;
    text-decoration: underline;
}

footer span a:hover {
    color: #2a54be;
    text-decoration: underline;
}

footer span.wechat-public-account a {
    text-align: center;
    display: inline-block;
    width: 110px;
    height: 25px;
    line-height: 23px;
    border-radius: 15px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

footer span.wechat-public-account a:hover {
    border: 1px solid #939fbe;
    color: #939fbe;
    text-decoration: none;
}

footer .copyright {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
}

footer .social-ico {
    margin-top: 16px;
}

footer .footer-info {
    font-size: 12px;
}

footer .footer-count {
    line-height: 30px;
}

.wpa-code {
    width: 260px;
    height: 120px;
    background-size: cover;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.popover-content .wpa-code:last-child {
    margin-right: 0
}

.wpa-qrcode-clcn {
    background: url("../images/wpa-qrcode.png") no-repeat;
}

.wpa-qrcode-bj {
    background: url("../images/wpa-qrcode-bj.png") no-repeat;
}

.wpa-qrcode-digit {
    background: url("../images/wpa-qrcode-digit.png") no-repeat;
}

/* 栏目全局样式
------------------------------------------------------------------------------------------------------ */
.column-title {
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.column-title h3 {
    border-bottom: 5px solid #2a54be;
    margin: 0;
    margin-bottom: -1px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.column-title i {
    color: #2a54be;
    margin-right: 5px;
}

.column-item {

}

.column-article {

}

/* 头部&面包屑
------------------------------------------------------------------------ */

.crumbs {
    background-color: #f3f5f5;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
    margin-bottom: 30px;
}

.crumbs i {
    margin: 0 10px;
    color: #999;
}

/* 栏目主体全局样式
------------------------------------------------------------------------ */

.column-info {
    color: #999;
}

.column-main .column-selector-list ul {
    clear: both;
}

.column-main ul.pagination {
    /*margin-top: 50px;*/
}

.column-main ul.pagination span {
    margin-right: 0;
}

.pagination li.active a {
    background-color: #2a54be;
    border-color: #2a54be;
}

.pagination li a {
    color: #2a54be;
}

.btn-primary {
    background-color: #2a54be;
}

.btn-primary:hover {
    background-color: #23459d;
}

.news-detail .column-title h4 {
    font-size: 24px;
}

/* 版块全局边栏样式
------------------------------------------------------------------------ */

.column-sidebar {

}

.column-sidebar hr {
    height: 1px;
    background-color: #d2d2d2;
}

.guide .column-sidebar {
    padding: 0;
}

.column-sidebar .column-menu {
    margin-top: 20px;
}

.column-sidebar .column-menu ul {
    padding-left: 0;
}

.column-sidebar .column-menu ul li {
    list-style: none;
}

.column-sidebar .column-menu ul li a {
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px 0;
    margin-bottom: 1px;
}

.column-sidebar .column-menu ul li a:hover {
    background-color: #2a54be;
    color: #fff;
}

.column-sidebar .column-menu ul .active a {
    background-color: #2a54be;
    color: #fff;
}

/* 各栏目轮播图样式
------------------------------------------------------------------------------------------------------ */

.column-carousel {
    margin-bottom: 30px;
}

.column-carousel .column-title {
    margin-bottom: 25px;
}

.column-carousel .owl-nav {
    display: none;
}

.carousel-indicators {
    bottom: 0;
}

/* 版块全局编辑器内容样式
------------------------------------------------------------------------ */

.news-list {

}

.news-list .column-sidebar {

}

.column-content .column-editor p {
    line-height: 30px;
}

.column-content .column-editor img {
    /*display: block;*/
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.column-content .column-editor table tr,td {
    border: 1px solid #000000;
}
/* 栏目文章列表类全局样式
------------------------------------------------------------------------ */

.column-list ul {
    padding: 0;
}

.column-list ul li {
    color: #2a54be;
    height: 47px;
    line-height: 47px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding: 10px 0;*/
    border-bottom: 1px solid #f5f5f5;
}

.column-list ul li a {
    color: #666;
}

.column-list ul li a:hover {
    color: #2a54be;
}

.column-list span {
    color: #999;
    margin-right: 15px;
}

/* 栏目文章类列表全局样式
------------------------------------------------------------------------ */

/* 栏目题头图类列表全局样式
------------------------------------------------------------------------ */

/* 栏目文章类详情全局样式
------------------------------------------------------------------------ */

@media (min-width: 1200px) {
    .event-detail {
        padding: 0 200px;
    }

    .news-detail .news-detail-content {
        padding: 0 200px;
    }
}

.news-detail .column-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/* 各栏目样式
------------------------------------------------------------------------------------------------------ */

/* 数字资源
------------------------------------------------------------------------ */

.column-selector {
    margin-bottom: 30px;
}

.column-selector-category {
    border-bottom: 1px solid #f5f5f5;
}

.column-selector-category-key strong {
    margin: 15px 10px 15px 0;
}

.column-selector-category-value {
    margin: 15px 0;
}

.column-selector-category-value ul {
    width: 100%;
}

.column-selector-category-value ul li {
    float: left;
    list-style: none;
    padding: 0 10px;
}

.column-selector-category-value ul .active a {
    background-color: #2a54be;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}



.column-selector {
    margin-bottom: 30px;
}

.column-selector-category {
    border-bottom: 1px solid #f5f5f5;
}

.column-selector-category-key {
    margin: 15px 0 0 0;
}

.column-selector-category-value {
    margin: 15px 0;
}

.column-selector-category-value ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.column-selector-category-value ul li {
    float: left;
    list-style: none;
    padding: 0 10px 15px 0;
}

.column-selector-category-value ul .active a {
    background-color: #2a54be;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}





.column-selector-list-cases {
    margin-bottom: 20px;
}

.resources .column-selector-list-cases {
    min-height: 220px;
}

.column-selector-list-cases h4 {
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    overflow: hidden;
    color: #666;
}

.column-selector-list-cases .event-list .status {
    margin-top: 20px;
}

.column-selector-list-cases .event-list .status span {
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}

.column-selector-list-cases .event-list .event-not-tarted span {
    background-color: #ff9900;
}

.column-selector-list-cases .event-list .event-closed span {
    background-color: #ccc;
}

.column-selector-list-cases .event-list .event-activity span {
    background-color: #2abe2a;
}

.column-selector-list-menu {
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.column-selector-list-menu ul {
    padding: 0;
    margin: 0;
}

.column-selector-list-menu ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.column-selector-list-menu ul li a {
    color: #999;
    font-size: 16px;
    padding-bottom: 13px;
}

.column-selector-list-menu ul li a:hover {
    color: #2a54be;
    border-bottom: 3px solid #2a54be;
}

.column-selector-list-menu ul .active a {
    color: #2a54be;
    border-bottom: 3px solid #2a54be;
}

.resources .column-selector-list-cases h4 {
    font-size: 14px;
}

/* 首图资讯
------------------------------------------------------------------------ */

/* 问题咨询
------------------------------------------------------------------------ */

.consult p {
    line-height: 30px;
}

.consult-form input,
.consult-form textarea {
    background-color: #f5f5f5;
}

.consult .column-tabs .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.consult .column-tabs .nav-tabs li a {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 0;
}

.consult .column-tabs .nav-tabs li a:hover {
    background-color: #2a54be;
    color: #fff;
    border-color: #2a54be;
}

.consult .column-tabs .nav-tabs .active a {
    background-color: #2a54be;
    color: #fff;
    border-color: #2a54be;
}

.consult .column-tabs .panel-body {
    line-height: 30px;
}

.consult .panel-heading,
.news .panel-heading {
    padding: 0;
}

.consult .panel-title a,
.news .panel-title a {
    padding: 8px 15px;
    display: block;
    line-height: 26px;
}

.consult-notice ol {
    padding: 0;
}

.consult-notice ol li {
    list-style-position: inside;
    padding: 5px 0;
}

.consult .literature-tabs .tab-content {
    border: 1px solid #eaeaea;
    padding: 30px;
}

.consult .literature-tabs .nav-tabs {
    border: none;
    margin-bottom: 0;
}

.consult .literature-tabs .nav-tabs li a {
    border: 1px solid #eaeaea;
    border-bottom: 0;
    background-color: #f0f0f0;
    border-radius: 0;
    color: #666;
}

.consult .literature-tabs .nav-tabs li a:hover {
    background-color: #fff;
    color: #2a54be;
    border-color: #eaeaea;
}

.consult .literature-tabs .nav-tabs .active a {
    background-color: #fff;
    color: #2a54be;
    border-color: #eaeaea;
}

.consult .literature-tabs ol {
    padding: 0;
}

.consult .literature-tabs ol li {
    list-style-position: inside;
    padding: 5px 0;
}

.consult .consult-common-question-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.consult-common-question-list h5 {
    font-size: 16px;
    color: #333;
}

.consult-common-question-list h5 i {
    color: #2a54be;
}

.consult .consult-common-question-list ul {
    padding: 0;
    list-style: disc inside;
    color: #999;
}

.consult .consult-common-question-list ul li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.consult .consult-common-question-list ul li a {
    color: #666;
}

.consult .consult-common-question-list ul li a:hover {
    color: #2a54be;
}

.consult-support-content {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
}

.consult-support-summary {
    position: absolute;
    bottom: 0px;
}

.qq-online .qq-online-ico a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #2a54be;
    color: #fff;
}

.qq-online .qq-online-ico a:hover {
    background-color: #23459d;
}

.consult .carousel-caption {
    position: unset;
    text-align: left;
    text-shadow: none;
}

.consult .carousel-caption h5 {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.consult .carousel-caption p {
    color: #666;
    line-height: 24px;
}

.consult .carousel-control {
    top: 100px;
    bottom: unset;
}

.consult .carousel-control.left,
.consult .carousel-control.right {
    background-image: none;
}

/* 首图活动
------------------------------------------------------------------------ */

.event .column-selector-list-cases,
.recommend .column-selector-list-cases {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.event .column-selector-list-cases h4 {
    height: auto;
    line-height: 24px;
    margin-top: 0;
}

.event .column-selector-list-cases .event-list h4 a {
    font-size: 16px;
    color: #2a54be;
}

.event .column-selector-list-cases .event-list h4 a:hover {
    color: #666;
}

.event .column-sidebar .column-title {
    margin-bottom: 20px;
}

.event .column-carousel {
    margin-bottom: 30px;
}

.event-video-list {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.event-video-list h4 {
    margin: 0 0 5px 0;
}

.event-video-list h4 a {
    font-size: 14px;
    color: #666;
}

.event-video-list h4 a:hover {
    color: #2a54be;
}

.event-detail .column-title {
    border-bottom: none;
}

.event-detail .column-title h3 {
    border: none;
    line-height: 26px;
    padding-bottom: 0;
}

.event-detail .column-info-title {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}

/* 首图专题
------------------------------------------------------------------------ */

.special .column-selector-list-cases {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.special .column-selector-list-cases img {
    border: 1px solid #f5f5f5;
}

.special .column-sidebar .column-carousel .carousel-inner img {
    width: 100%;
}

/* 在线展览
------------------------------------------------------------------------ */

.exh-main {
    margin-left: 200px;
    background-color: #999;
    padding: 40px;
}

.exh-main h4 {

}

.exh-main ul {
    padding: 0;
}

.exh-main ul li {
    margin: 0 auto 20px auto;
    text-align: center;
    list-style: none;

}

.exh-main .comic-ft {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    /*color: #999;*/
}

.exh-recommend {
    position: fixed;
    width: 200px;
    z-index: 2;
    left: 0;
    top: 80px;
    height: 100%;
    background-color: #999;
    overflow-y: scroll;
    display: block;
    border-right: 3px solid #fff;
}

.exh-recommend h3 {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    margin-top: 52px;
}

.exh-recommend h4 {
    margin: 10px 0 20px 0;

}

.exh-recommend h4 a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.exh-recommend h4 a:hover {
    color: #FFF;
}

.exh-recommend-scroll {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.exh-recommend ul {
    padding: 0;
}

.exh-recommend ul li {
    margin-bottom: 10px;
    list-style: none;

}

/* 服务指南
------------------------------------------------------------------------ */

.guide .column-main .column-title {
    margin-bottom: 20px;
}

.column-submenu ul {
    padding: 0;
}

.column-submenu ul li {
    list-style: circle;
    color: #2a54be;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    list-style-position: inside;
}

/* 用户中心
------------------------------------------------------------------------ */

.login {

}

.login-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
}

.user .userinfo ul {
    padding: 0;
}

.user .userinfo ul li {
    line-height: 30px;
    list-style-position: inside;
    list-style-type: circle;
}

.user .userinfo .userinfo-btn {
    text-align: center;
}

.user .userinfo .userinfo-btn form {
    margin-top: 30px;
}

.borrows .borrows-list li {
    list-style: none;
    text-align: center;
    line-height: 30px;
}

.global-search .column-main .column-content {
    min-height: 400px;

}

.global-search .form-control {
    height: 50px;
}

.global-search .input-group-btn .btn {
    width: 50px;
    height: 50px;
}

.global-search .search-recommend a {
    margin-right: 10px;
}

.global-search .column-content {
    padding-bottom: 150px;
}

.global-search .column-content h4 {
    margin-top: 20px;
}

.global-search .column-content p {
    line-height: 24px;
}

.global-search .l h4 a {
    line-height: 24px;
}



