.logo {
    /* display: none; */
}
.logo img {
    min-width: 200px;
}

/* 顶部通知 */
.notification_bar {
    padding: 0 6px;
}
.not_bars_menu {
    /* 按钮 */
    display: block;
}
.not_bars_tit {
    /* 标题 */
    display: block;
}



/* 左侧导航栏 文字 */
#myMenu .nav-label{
    display: none;
}
#myfp-nav{
    display: none;
}
/* 左侧导航 */
#myls-nav {
    display: none;
}
.ls_notification_bar {
    left: 0;
}
.home-container {
    max-width: 542px;
    max-width: 100vw;
    border-radius: 0;
}

/* 鼠标向下 */
.mouse-down{
    display: none !important;
}




/* ------ 新闻资讯 ------ */
.banner_box {
    /* height: 240px; */
    border-radius: 0;
}
.mgTop-20 {
    margin-top: 0;
}
.article-list ul li a {
    line-height: 44px;
}
.article-list li a {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
    display: inline-block;

}



/* ------ 管内活动 ------ */
.sec4-top-box {
    margin-bottom: 0; 
    border-radius: 0;
}
.sec4-bottom-box{
    margin-top: 0; 
    border-radius: 0;
}
.sec3-cont  li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec3-cont  li .time-info{
    font-size: 14px;
    width: 80px;
}
.sec3-cont .card-body .content-left {
    vertical-align: super;
}
.cal .card-body li a {
    height: 42px;
    line-height: 50px;
}
.sec3-cont .sec4-top-box li a{
    font-size: 16px;

    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
    padding: 0 0px 0 10px;
}

.sec3-cont .sec4-bottom-box li a{
    font-size: 16px;

    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
    padding: 0 0px 0 10px;
}



/* ------ 数字资源 ------ */

/* .sec3-cont .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.sec3-cont .content li {
    width: 48%;
    margin-bottom: 0;
}
.sec3-cont .content li a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 廉洁文化 */
.sec7-cont .title {
    /* padding: 10px 10px 0 10px; */
}
.sec7-cont .content {
    padding: 0 10px;
}
.sec7-cont .content ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.sec7-cont .content .content-left {
    vertical-align: super;
}

.sec7-cont .content li a {
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
    padding: 0 0px 0 10px !important;
    
}

.sec7-cont .content li .time-info {
    font-size: 14px;
    width: 78px;
    overflow: hidden;
}


/* ------ 新书推荐 ------ */
.index-sec5 ul {
    width: 100vw;
}
.index-sec5 .time {
    top: 0;
    left: 0;
    margin-top: -20px;
    width: 100%;
    /* height: 180px; */
     height: 100%;
}
.index-sec5 figcaption {
    height: 180px;
    background: none;
}
.index-sec5 figcaption h3, .index-sec5 figcaption p {
    display: none;
}






/* ------ 读者服务 ------ */

.sec6-cont .home-container{
    position: relative;
    top: -40px;
}
.sec6-banner-box {
    /* 轮播 */
    display: none;
}
.home-container .sec6-box-cont{
    display: block !important;
    background: #FFF;
}
.links{
    padding-left: 0;
}
.links .block {
    width: 50%;
    height: 80px;
    border-radius: 0px;
    line-height: 16px;
}
.blocks .block i {
    font-size: 32px;
}
.blocks .block a {
    font-size: 14px;
}



@media screen and (min-width:768px) and (max-width: 993px) { 
    .banner_box {
        width: 100%;
    }

    /* 数字资源 */
    .sec3-cont .content li {
        width: 32%;
        margin-bottom: 0;
    }


    /* 新书推荐 */
    .index-sec5 ul {
        width: 90vw;
    }
    .index-sec5 li {
        margin: 0 15px .95rem 15px;
        width: 4.125rem;
        position: relative;
    }
}



/* --------------------------------------   移动端  ---------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
header .top-Nav {
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    /* background: rgba(3, 3, 3, 0.19); */
    background: linear-gradient(270deg, #1786e5, transparent);
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

header .top-Nav .top-logo {
    height: 36px;
}
header .top-Nav .top-logo img{
    height: 100%;
}

/* 搜索 */
header .top-search {
    background: rgba(3, 3, 3, 0.39);
    color: rgb(255, 255, 255);
    padding: 14px;
    display: flex ;
    align-items: center;

}

header .top-search input {
    width: 100%;
    height: 40px !important;
    text-indent: 16px;
    font-size: 16px;
    border: 0;
    background: #ffffff;
    border-radius: 50px 0 0 50px;
}

header .top-search .search-icon {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 60px;
    background-color: #FFF;
    border-radius: 0 50px  50px 0;
}


/* 内容 */
.mob-content-box  {
    padding: 14px 0 10px 0;
    border-bottom: 1px solid #EEE;
}
.mob-content-box .mob-content-tit {
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.mob-content-tit  div:first-child {
    font-weight: bold;
    font-size: 18px;
}
.mob-content-tit  div:first-child span{
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #1786e5;
    vertical-align: middle;
}
.mob-content-tit  div:last-child {
    font-size: 14px;
    color: #999999;
}

/*  */
.mob-content {
    padding: 0 14px ;
}

.mob-content-book {
    padding: 0 14px ;
}
.mob-content-book ul li{
    padding: 8px 0;
}
.mob-content ul {

}
.mob-content ul li {
    padding: 8px 0;
}
.mob-content ul li a {
    color: #000;
    font-size: 16px;
    width: 75%;
    display: inline-block;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.mob-time {
    float: right;
    font-size: 14px;
    color: #999;
    width: 80px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

/* 活动 */
.mob-content-box .nav-item .nav-link{
    font-size: 16px;
}
.mob-content-box .nav-item > .active{
    background: #1786e5;
    color: #FFF;
}

/* 新书推荐 */
.mob-content-book .list-unstyled .mr-3{
    width: 100px;
    height: 130px;
}
.mob-content-book .list-unstyled a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mob-content-book .list-unstyled .mt-0{
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    margin-left: -8px;
}
.mob-content-book .list-unstyled p{
    height: 162px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

/* 读者服务 */
.mob-content .blocks {
    margin-top: 20px;
}
.mob-content .block {
    height: 90px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 26%;
    min-width: 92px;
}
.mob-content .block a{
    color: #FFF;
    
}
.mob-content .block .fa{
    font-size: 25px;
    
}
.block:nth-child(2n-1) {
    background: #0365B8;
}
.block:nth-child(2n) {
    background: linear-gradient(153deg, #4FACFE, #00F2FE);
}
@media screen and (min-width:768px) and (max-width: 993px) { 
  
}

