/*首页--begin*/
.content {
    background-color: #FFF;
    padding: 20px;
    margin-top: 5px;

}

/*首页右侧栏--begin*/
/*登录我的图书馆--begin*/
.mylibrary p {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.mylibrary input {
    border: 1px solid #999;
}

/*登录我的图书馆--end*/
/*公告--begin*/
.notice {
    overflow: hidden;
    line-height: 30px;
}

.notice .notice-more {
    font-size: 14px;
}

.notice .notice-list {
    margin-top: 20px;
}

.notice .notice-list li {
    color: #000;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.notice .notice-list li a {
    margin-left: 5px;
}

.notice .notice-list .announce-color {
    color: #ff4544;
    ;
}

/*公告--end*/
/*服务导航--begin*/
.service>.service-margin {
    margin-top: 20px;
}

.service .service-padding {
    padding: 0 5px;
}

/*服务导航--end*/
/*首页右侧栏--end*/

/*首页左侧--begin*/
/*内容banner图--begin*/
.content .main-content {
    padding-right: 5px;
}

.content .main-content .banner {
    margin: 0;
}

.content .main-content .banner .carousel-indicators {
    bottom: 0;
}

.content .main-content .banner .banner-img {
    width: 100%;
}

.carousel .carousel-inner .banner-img {
    width: 100%;
}

.carousel .carousel-inner .banner-p,
.carousel .carousel-inner .banner-h1 {
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    text-shadow: 0 0 15px #000;
}

.carousel .carousel-inner .banner-h1 {
    font-size: 28px;
}

.carousel .carousel-inner .carousel-caption {
    padding-bottom: 15px;
}

/*内容banner图--end*/
/*banner 图下面搜索框--begin*/
.search-color {
    background-color: #3863a8;
}

.Search-bg {
    padding: 10px 0 0;
    margin-top: 20px;
    position: relative;
    height: 55px;
}

.search-text ul {
    margin-top: -10px;
    padding-bottom: 15px;
}

.search-text ul li {
    padding: 0 8px 0;
    height: 28px;
}

.search-text .search-link {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

.search-text .search-link:hover,
.search-text ul li.active .search-link {
    /*border-bottom: 1px solid #fff;*/
}

.Search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 35px;
    padding: 0 30px;
}

.Search-bg .form-control {
    height: auto;
}

.Search-bg .expert {
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
}

/*banner 图下面搜索框--end*/
/*讲座与展览--begin*/
.lecture .lecture-left {
    margin-top: 10px;
}

.lecture .lecture-left .lecture-list li {
    background-color: #f0f1f6;
    height: 55px;
    padding-top: 6px;
    margin-bottom: 5px;
}

.lecture .lecture-date {
    border-right: 1px solid #fff;
    padding-right: 5px;
    width: 43px;
}

.lecture .date-day,
.lecture .date-month {
    display: block;
    text-align: center;
    margin-left: 5px;
    color: #132179;
}

.lecture .date-day {
    font-size: 1.3em;
}

.lecture .date-month {
    font-size: 0.7em;
}

.lecture .lecture-left .lecture-list li a {
    font-size: 14px;
    height: 30px;
    margin-left: 33px;
    padding: 2px 5px 6px 12px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;

}
.lecture .lecture-list.p2 li:nth-child(3),
.notice .notice-list li:nth-child(7),
.notice .notice-list li:nth-child(8){
    display: none;
}

.lecture .jcarousel-wrapper {
    margin: 10px 0;
}

.lecture .lecture-right .jcarousel>ul>li,
.wrapper .jcarousel>ul>li {
    position: relative;
}

.lecture .lecture-right .jcarousel>ul>li:hover .mask,
.wrapper .jcarousel>ul>li:hover .mask {
    top: 0;
}

.lecture .lecture-right .jcarousel>ul>li:hover .mask-text,
.wrapper .jcarousel>ul>li:hover .mask-text {
    top: 0;
}

.lecture .lecture-right .jcarousel>ul>li .mask,
.wrapper .jcarousel>ul>li .mask {
    position: absolute;
    top: -101%;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
    height: 100%;
    background-color: #555;
    opacity: 0.7;
    z-index: 0;
    transition: all 0.5s ease 0s;
}

.lecture .lecture-right .jcarousel>ul>li .mask-text,
.wrapper .jcarousel>ul>li .mask-text {
    position: absolute;
    top: -101%;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
    height: 100%;
    padding: 55px 10px;
    font-size: 16px;
    line-height: 26px;
    z-index: 1;
    transition: all 0.5s ease 0s;
    text-align: center;
}

.lecture .lecture-right .jcarousel>ul>li .mask-text .mask-title,
.wrapper .jcarousel>ul>li .mask-text .mask-title {
    color: #fff;

    min-height: 40px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

/*讲座与展览--end*/
/*借阅排行--begin*/
.borrow .borrow-list ol li {
    line-height: 30px;
    padding-left: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;

}

.borrow .borrow-list ol li a {
    font-size: 14px;
    line-height: 19px;

}

.borrow .borrow-list ol li a span {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -4px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.borrow .borrow-list ol li a span.no-1 {
    background-image: url("../images/borrow-icons-1.png");
}

.borrow .borrow-list ol li a span.no-2 {
    background-image: url("../images/borrow-icons-2.png");
}

.borrow .borrow-list ol li a span.no-3 {
    background-image: url("../images/borrow-icons-3.png");
}

.borrow .borrow-list ol li a span.no-4 {
    background-image: url("../images/borrow-icons-4.png");
}

.borrow .borrow-list ol li a span.no-5 {
    background-image: url("../images/borrow-icons-5.png");
}

.borrow .borrow-list ol li a span.no-6 {
    background-image: url("../images/borrow-icons-6.png");
}

.borrow .borrow-list ol li a span.no-7 {
    background-image: url("../images/borrow-icons-7.png");
}

.borrow .borrow-list ol li a span.no-8 {
    background-image: url("../images/borrow-icons-8.png");
}

.borrow .borrow-list ol li a span.no-9 {
    background-image: url("../images/borrow-icons-9.png");
}

.borrow .borrow-list ol li a span.no-10 {
    background-image: url("../images/borrow-icons-10.png");
}

.borrow .borrow-list ol li a span.no-11 {
    background-image: url("../images/borrow-icons-11.png");
}

.borrow .borrow-list ol li a span.no-12 {
    background-image: url("../images/borrow-icons-12.png");
}

/*借阅排行--end*/
/*网站推荐--begin*/
.recommendation a img {
    border: 1px solid #eee;
}

/*网站推荐--end*/
/*首页左侧--end*/
/*首页--end*/
/*服务指南--begin*/
.guide,
#Resources,
.personal,
.techbology,
.retrieval,
.county,
.news {
    min-height: 750px;
}

.guide .correlation {
    margin-top: 40px;
    margin-bottom: 116px;
}

.guide-title {
    margin: 0;
}

/*服务指南--end*/

/*讲座与展览页面--begin*/
.cathedra {
    padding: 20px;
    margin-top: 5px;
    background-color: #fff;
}

.cathedra .chair {
    padding: 30px;
}

.cathedra .chair ul li {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 58px;
    border-bottom: 1px solid #f3f1ee;
}

.cathedra .chair ul li a {
    font-size: 18px;
    line-height: 58px;
}

/*讲座与展览页面--end*/
/*中文资源详情页*/

#Resources .Resources {
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

#Resources .list-group .list_all a {
    font-size: 28px;
    line-height: 30px;
    padding: 10px;
    margin: 10px 0;
}

#Resources .list-group .list_all span {
    font-size: 22px;
    line-height: 30px;
    color: #999;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
}

#Resources .list-group .Resources_page {
    text-align: center;
}

/*个人信息版面开始*/
.personal .userinfo {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.personal .userinfo .message {
    margin-top: 3%;
}

.personal .userinfo ul li {
    font-size: 14px;
    line-height: 29px;
    color: #666;
    margin-right: 66px;
}

.personal .userinfo .colors {
    background-color: #eaad43;

}

.personal .userinfo .uploading {
    margin-top: 44px;
}

.personal .userinfo .border {
    border: none;
    border-radius: 0;
}

.personal .userinfo .userinfo-btn {
    position: relative;
    text-align: center;
}

.personal .userinfo .userinfo-btn .file {
    width: 120px;
    height: 32px;
    margin-top: -32px;
    opacity: 0;
    cursor: pointer;
}

.personal .userinfo .userinfo-btn .user-button {
    width: 100px;
    margin-top: 20px;
}

.personal .userinfo .userinfo-info {
    margin-top: 20px;
}

.personal .resource {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.personal .resource p {
    color: #5a5a5a;
    font-size: 16px;
    margin-bottom: 30px;
}

.personal .resource .resoerce-botton {
    color: #fff;
    width: 110px;
    height: 35px;
    font-size: 16px;
    border: none;
    background-color: #eaad43;
    border-radius: 0;
}

.personal .resource .resource-content .tab-pane p span {
    color: red;
}

.personal .resource .resource-content .tab-pane p a {
    color: #0072cf;
    text-decoration: underline;
}

.personal .resource .resource-nav {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 123px;
}

.personal .resource .resource-nav li a:hover,
.personal .resource .resource-nav li a:after,
.personal .resource .resource-nav li.active a {
    border-top: 2px solid #e65c17;
    color: #e65c17;
    margin-top: -1px;
}

.personal .resource .resource-content {
    color: #666;
    font-size: 14px;
    line-height: 29px;
    padding: 20px 0px 60px;
    /*border: 1px solid #eee;*/
    /*border-top: none;*/
}

.personal .borrows {
    padding: 10px;
}

.personal .borrows p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
}

.personal .borrows span {
    color: #e65c17;
    font-size: 14px;
    line-height: 30px;
    margin-left: 9%;
}

.personal .borrows .borrows-list {
    text-align: center;
}

.personal .borrows .borrows-list li {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 50px;
}

.personal .borrows .borrows-list button {
    width: 85px;
    height: 35px;
    border: 1px solid #4fafd6;
    border-radius: 0;
}

.personal .borrows .borrows-font {
    font-weight: bold;
}

.personal .borrows .table {
    margin-top: 50px;
}

.personal .borrows .table-nav {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid #3863a8;
    background-color: #fafafa;
}

.personal .borrows .table-nav th {
    text-align: center;
}

.personal .borrows .table-centent {
    color: #333333;
    font-size: 14px;
    text-align: center;
}

/*新书页面开始*/
.newarrivals {
    padding: 20px;
    margin-top: 5px;
    background-color: #fff;
}

.newarrivals .btn {
    width: 100px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}

.newarrivals .media {
    margin-bottom: 30px;
    /*height: 230px;*/
}

.newarrivals .media-body p {
    color: #666666;
    line-height: 24px;
    margin-left: 10px;
}

@media (max-width: 450px) {
    .newarrivals {
        padding: 10px;
    }

    .newarrivals .media-body p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.newarrivals .media-body span {
    color: #333;
    font-weight: bold;
}

.newarrivals .media-body a {
    color: #3863a8;
    text-decoration: underline;
}

/*业内新闻页面开始*/
.news .list-view {
    margin-top: 34px;
}

.news .catalogue {
    padding: 20px;
    padding-top: 0;
    margin-top: -10px;
}

.news .catalogue ul {
    height: 70px;
}

.news_list_pagination {
    width: 50px;
}

.news_list_pagination_go:hover,
.news_list_pagination_go:focus {
    color: #fff;
    background: #337ab7;
}

.pagination_ul {
    width: 100%;
}

.pagination_ul .pagination {
    float: left;
}

.pagination_ul>li {
    display: inline-block;
}

.pagination_ul form {
    display: inline-block;
    padding: 20px 0 20px 10px;
}

.pagination_ul form input {
    float: left;

}

.news .catalogue {
    margin-bottom: 15px;
}

.news .catalogue a:hover {
    color: #337ab7;
}

.news .catalogue a {
    font-size: 18px;
    line-height: 22px;
    color: #222;
    display: inline-block;
    margin-left: 8px;
    width: 88%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news .catalogue span {
    color: #999;
    font-size: 16px;
    vertical-align: super;
}

.news .catalogue .title_date {
    margin-left: 29px;
    color: #7b746e;
    font-size: 14px;
    line-height: 20px;
}

.news .catalogue .announce-color {
    color: #ff4544;
}

.news .catalogue span.announce-color {
    font-size: 18px;
}

/*地图页面开始*/
.map {
    padding: 20px 40px;
    margin-top: 5px;
    background-color: #fff;
}

#map .BMapLabel {
    padding: 10px 100px !important;
    border: none !important;
}

/*书目检索页面开始*/
.content-fanout .search-form {
    height: 120px;
    border-radius: 5px;
}

.content-fanout .search-form .Search-bg {
    height: 70px;

}

.content-fanout .search-form .Search-bg .Search {
    top: auto;
    bottom: 10%;
}

.content-fanout .search-form .search-text ul {
    margin-top: -5px;
}

.content-fanout .search-text .search-link {
    padding-bottom: 3px;
}

.content-fanout .Search-bg .Search-group {
    padding: 0;
}

.content-fanout .Search-bg .expert {
    margin-left: 2%;
}

.content-fanout .homemain {
    width: 80%;
    margin: 8% auto 0;
    text-align: left;
}

.content-fanout .homemain h5 {
    font-weight: bold;
    color: #e87107;
}

.content-fanout .homemain p {
    text-indent: 2em;
}

/*我的图书馆登录页面开始*/
.mylibrarys {
    padding: 0;
    margin-top: 5px;
    position: relative;
}

.mylibrary .well form a.info-button {
    background-color: #eaad43;
    border-color: #eaad43;
}

.mylibrary .well form a,
.mylibrary .well button {
    margin: 10px 0;
}

.mylibrary .well form .pr5 {
    padding-right: 5px;
}

.mylibrary .well form .pl5 {
    padding-left: 5px;
}

.mylibrarys .reset-password {
    min-height: 720px;
    background-color: #fff;
}

.mylibrarys-bgi img {
    width: 100%;
    margin-bottom: 50px;
}

.mylibrarys .register {
    width: 38%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 6%;
    background-color: #fff;
}

.mylibrarys .logo-register {
    padding: 4% 6%;
    height: 50%;
}

.mylibrarys .register .title {
    color: #3863a8;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 25px;
}

/*修改密码 密码框提示 开始*/
.mylibrarys .register .pwd {
    position: relative;
    overflow: visible;
}

.mylibrarys .register .pwd-state {
    position: absolute;
    left: 309px;
    display: block;
    width: 200px;
    top: 9px;
    color: #666
}

@media (max-width: 768px) {
    .mylibrarys .register .pwd-state {
        position: relative;
        left: 0;
        display: block;
        top: -8px;
    }
}

/*修改密码 密码框提示 结束*/
.mylibrarys .register .input-botton {
    width: 50%;
    margin-left: -1%;
    display: inline;
}

.mylibrarys .register form a {
    float: left;
    margin-bottom: 5%;
}

.mylibrarys .register button {
    color: #fff;
    width: 100%;
    margin-top: 2%;
    background-color: #3863a8;
}

/*公共样式*/
/*内容页面内边距*/
.padding_content {
    padding: 0 20px 40px;
    overflow: hidden;
}

/*内容页面字体样式统一*/
.conent .details h2,
.content-fanout .details h2,
#Resources .Resources h2,
.techbology-centent h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 35px;
}

.conent .details p,
.techbology-centent p,
.content-fanout .details p,
#Resources .Resources p,
#library_intro .intro_content p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    word-break: break-all;
    text-align: justify;

}

.county .details img,
.techbology-centent img,
.content-fanout .details img,
#Resources .Resources img {
    margin-bottom: 20px;
}

/*编译器输入表格自适应*/
.content-fanout .details table,
.techbology-centent table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/*页面详情发布时间样式*/
.content-fanout .details p.news-time {
    line-height: 26px;
    color: #999;
    text-align: center;
    margin-top: -24px;
}

/*最新书籍页面*/
#Resources .padding_content .media .media-body {
    padding-top: 10px;
}

.new_list,
.new_list h4,
.new_list>p,
#Resources .padding_content .media .media-heading,
#Resources .county .media .media-body .media-text {
    margin-bottom: 10px;
}

.new_list,
#Resources .padding_content .media,
#open-time .padding_content .media {
    border-radius: 0 0 1px 1px;
    transition: box-shadow 0.3s ease 0s;
    padding: 10px 15px;
}

.new_list {
    padding: 10px 15px 15px 0;
}

#Resources .padding_content .media .padding_content_img {
    float: left;
}

#Resources .padding_content .media .media-object {
    height: 180px;

    margin-bottom: 20px;
    border: 1px solid #eee;
}

#Resources .padding_content .media .media-object.branch-img {
    width: 210px;
}

#Resources .padding_content .media .media-object.events-img {
    width: 140px;
}

.new_list .media .media-heading,
#Resources .padding_content .media .media-heading a,
#open-time .padding_content .media .media-heading {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.new_list .media .media-body p,
#Resources .padding_content .media .media-body p,
#open-time .padding_content .media .media-body p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;

}

.news-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}

.events_left_list li {
    display: block;
}

/*资源推荐页面*/
#Resources .column {
    border-bottom: none;
}

#Resources .content-nav {
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 3px;
    font-size: 14px;
    line-height: 18px;
}

#Resources .content-nav .icon-map {
    font-size: 16px;
    line-height: 18px;
    color: #337ab7;
}

#Resources .content-nav .well-sm {
    padding: 15px;
}

#Resources .content-nav .nav-toplabel {
    color: #333;
    float: left;
    padding: 2px 6px;
}

#Resources .content-nav .nav_all {
    margin-right: 5px;
    padding: 2px 6px;
}

#Resources .content-nav .nav_all a {
    color: #666;
    font-weight: normal;
}

/*联网网点页面*/
#open-time .nav-toptitle {
    margin-bottom: 0px;
}

#open-time .nav-toptitle li {
    margin-bottom: 5px;
}

#open-time .padding_content .media .media-body .media-heading span {
    margin-left: 10px;

}

#open-time .padding_content .new_list {
    padding: 0;

}

#Resources .content-nav .nav-toptitle {
    overflow: hidden;
}

#Resources .content-nav .toptitle-margin {
    margin-bottom: 0px;
}

#Resources .nav-toptitle li,
.guide .nav-toptitle li {
    float: left;
    padding: 2px 4px;
    margin-bottom: 5px;
}

#Resources .nav-toptitle li.active a,
#Resources .panel-body label.active a,
.guide .nav-toptitle li.active a,
.guide .panel-body label.active a {
    color: #fff;
    background-color: #3863a8;
    border-radius: 8px;
}

#Resources .nav-toptitle li a,
.guide .nav-toptitle li a {
    padding: 1px 4px;
}

#Resources .panel-body label.active a,
#Resources .nav_all a,
.guide .panel-body label.active a {
    padding: 2px 6px;
}

#resources .list-view>div {
    margin-bottom: 20px;
}

#resources .media {
    padding: 10px;
}

#resources .media h4.media-heading {
    margin-bottom: 8px;
}

#resources .media h4.media-heading a {
    color: #337ab7;
    font-size: 20px;
    line-height: 24px;
}

#resources .media .media-body p {
    font-size: 15px;
    line-height: 18px;
    color: #666;
    text-align: justify;
}

#resources .media .media-body .media-button {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
}

#resources .media .media-body .btn-single {
    background: #3863a8;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
}

/*活动页面样式新增*/
.activity {
    margin-bottom: 20px;
}

.activity .county_content_img {
    width: 175px;
    height: 260px;
    margin: 10px;

}

.activity .activity_intro h1 {
    color: #111;
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.activity .activity_intro p {
    color: #333;
    margin-bottom: 5px;
    min-height: 1.5em;
    padding-left: 0;
    text-indent: 0;
}

.activity .activity_intro p span {
    color: #888;
}

.activity .activity_intro p span.state {
    color: #fff;
}

.activity_details {
    color: #222;
    margin-top: 50px;
}

/*区县图书馆简介*/
#library_intro h2 {
    margin-bottom: 50px;
}

#library_intro .intro_img {
    width: 80%;
    margin: 20px auto;
}

/*借阅排行榜*/
#hot-book .media-heading {
    height: 50px;
}

#hot-book a.ranking-title:focus {
    color: #666;
}

/*新书推荐页面*/

#newbook .padding_content .btn-default:hover,
#newbook .padding_content .btn-default:focus,
#newbook .padding_content .btn-default:after {
    background-color: #3863a8;
    border: 1px solid #eee;
    color: #fff;
}

#newbook .padding_content .btn-group {
    margin-right: 15px;
    margin-bottom: 20px;
}

#newbook .padding_content .media .media-body p a {
    color: #0072cf;
}

#newbook .padding_content .media .media-body p.media_intro {
    margin-top: 8px;
}

#newbook .padding_content .media .newbook-media-img img {
    width: 204px !important;
    height: 300px !important;
    margin-right: 20px;
    border: 1px solid #eee;
}

#newbook .newbook-media-img {
    float: left;
}

/*隐藏统计数据*/
.empty {
    display: none
}

.summary {
    display: none
}

/*手机端自适应--begin*/

@media (max-width: 994px) {
    .retrieval .form select {
        width: 100px;
    }

    .content .search-text ul {
        width: 95%;
        margin: 0 auto;
    }

}

@media (min-width: 768px) and (max-width: 994px) {

    .mylibrarys .register {
        font-size: 12px;
        width: 52%;
        height: 70%;
    }

    .mylibrarys .logo-register {
        height: 50%;
    }

    .mylibrarys-bgi img {
        width: 100%;
        height: 800px;
        margin-bottom: 50px;
    }

    .mylibrarys .register .input-botton {
        width: 40%;
        margin-left: -5%;
    }

    .content {
        padding: 5px;
        margin: 0px;
    }

    .content a {
        font-size: 12px;
    }

    .content .main-content .lecture ul li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .new_list {
        min-height: 123px;
    }
}

@media (max-width: 768px) {
    body {
        background-color: #fff;
        padding-top: 55px;
    }

    .navbar {
        margin: 0;
    }

    .content {
        padding: 0;
        margin: 0;
    }

    .content .main-content {
        padding-right: 15px;
    }

    .digital .Usually .Usually-table ul li {
        padding: 0 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .content .banner .opacity form {
        font-size: 14px;
    }

    .content .banner .opacity form button {
        font-size: 14px;
        padding: 6px 8px;
    }

    .notice {
        margin-top: 0px;
    }

    /*首页轮播图*/
    .content .wrapper {
        padding: 0 5px;
    }

    .jcarousel-control-prev {
        left: 0;
    }

    .jcarousel-control-next {
        right: 0;
    }

    .jcarousel {
        padding-left: 0;
    }

    .jcarousel ul li img {
        margin-right: auto;
        margin-left: auto;
    }

    .content .search-text ul {
        width: auto;
        margin: 0 auto;
    }

    /*手机端边距缩小*/
    .row-xs {
        margin: 0 -10px;
    }

    /*网站推荐底部边距*/
    .recommendation div>a img {
        margin-bottom: 10px;
    }

    .mylibrarys .reset-password {
        height: 450px;
    }

    .mylibrarys .register {
        top: 0;
        right: 0;
        width: 100%;
        height: 85%;
    }

    .mylibrarys .logo-register {
        height: 100%;
    }

    .mylibrarys-bgi img {
        width: 100%;
        height: 400px;
        margin-bottom: 50px;
    }

    .retrieval .form select {
        margin-bottom: 20px;
    }

    /*公告详情页面手机端边距*/
    .news .catalogue {
        padding: 0;
    }

    /*我的图书馆详情页*/
    .personal .userinfo .border {
        margin-left: 15px;
    }

    .personal .resource,
    .personal .borrows {
        padding: 10px 0;
    }

    .personal .userinfo .userinfo-btn .file {}

    /*资源推荐*/
    #Resources .content-nav {
        margin: 0px;
    }

    #Resources .media {
        padding: 10px 0;
    }

    #Resources .padding_content .media .padding_content_img {
        float: none;
    }

    #Resources .padding_content .media .library-img {
        display: block;
    }

    #Resources .padding_content .media .media-object {
        width: auto;
    }

    #library_intro h2 {
        margin-bottom: 10px;
    }

    /*书目检索*/
    .content-fanout .search-form {
        height: 70px;
    }

    .content-fanout .search-form .Search-bg .Search {
        bottom: 24%;
    }

    .content-fanout .Search-bg .Search-group {
        margin-left: 0;
    }

    .content-fanout .homemain {
        width: 100%;
    }

    /*文章编辑--begin*/
    .padding_content {
        padding: 0 0 20px;
    }

    /*文章编辑--end*/
    /*服务指南*/
    .conent .column p {
        height: 65px;
    }

    .conent .padding_content {
        padding: 0 0 40px;
    }

    .news .catalogue ul {
        margin-bottom: 20px;
    }

    .retriecal .foem {
        padding: 0px;
    }

    .retrieval .table th {
        font-size: 14px;
    }

    .retrieval .table td {
        font-size: 12px;
    }

    .county .details h2 {
        font-size: 22px;
    }

    .county .details p {
        font-size: 14px;
    }

    /*新书推荐*/
    #newbook .newbook-media-img {
        float: none;
    }

    #newbook .padding_content .media .newbook-media-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*书籍详情页*/
    .activity .activity_intro h1 {
        font-size: 24px;
    }

}

@media (min-width: 450px) {
    .digital .Usually .Usually-table .Usually-li a {
        padding-right: 15%;
    }
}

/*手机端自适应--end*/


.point-info-wrap {
    margin-top: 30px;
}
.point-info-wrap{
    font-size: 20px;
    color: #3e3e3e;
}
.point-info-wrap.history{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.points-value {
    color: #963430;
    font-weight: bold;
    padding-right: 10px;
}
.icon-points {
    width: 34px;
    height: 34px;
    margin-right: 13px;
}
.btn-sign {
    margin-left: 10px;
}
.btn-sign.valid a {
    font-size: 14px;
    color: #ffffff;
}
.text-white {
    color: #ffffff;
}
.point-rule-button {
    width: 14px;
    height: 14px;
    transform: translate3d(-7px, -7px, 0);
    cursor: pointer;
}
.column-selector.point{
    margin-bottom: 0px;
}
table th img{
    transform: translateY(-6px) translateX(2px);

}

#point-rule .modal-body{
    max-height: 600px;
    overflow-y: scroll;
}

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

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

.column-selector-category:last-child {
    border: none;
}

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