html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
a {
    text-decoration: none; color: #2b2b2b;
  }
/* .offcanvas-collapse */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    z-index: 3000;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    background-color: rgba(0, 0, 0, .8);
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-scroller .nav-link:hover {
  color: #999999;
}

.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  /* background-color: #6f42c1; */
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
.bg-dark{background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .more{font-size: 12px;font-weight: 400;}
  .more a{color: #ff9900; }

  /*隐藏导航图标和搜索框*/
@media (min-width: 768px) {
.navbar-expand-lg .navbar-nav .nav-link .fa{
  display: none;
}
  .d-flex {
    display: none!important;
  }

}


  /*文章列表页面*/
  .list-box{}
  .list-box .breadcrumb-item{font-size: 12px;}
  .list-box .active-list{}
  .list-box .active-list ul {padding-left: 0;}
  .list-box .active-list ul li{line-height: 38px;font-size: 16px;border-bottom: #f5f5ff 1px dotted;}
  .list-box .active-list ul li i{color: #ff9900; margin-right: 5px;}
  .list-box .active-list ul li span{font-size: 12px; color: #6c757d;float: right;}
  .list-box .active-list a{color: #6c757d;}
  .list-box .active-list a:hover{color: #cccccc;}

  /*分页*/
  .list-nav{}
  .list-nav .page-link{color: #6c757d;font-size: 12px;}
  .list-nav .active{background-color: #ff9900;}
  .list-nav .active .page-link{background-color: #ff9900; border: #ff9900 1px dashed;}
  .list-nav .active a{color: #fff;}

.pagination {
  white-space: nowrap;
  overflow: hidden;
}

.pagination-link {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
/*栏目标题*/
.col-title{background: url("../images/bg-title-big.png") no-repeat center center;text-align: center;}
@media (max-width: 768px) {
  .col-title {background-image: url("../images/bg-title-big.png");background-size: cover;background-position: center;background-repeat: no-repeat;font-size: 19px;;}
}

.pagination-link:first-child {
  margin-left: 0;
}

.pagination-link:last-child {
  margin-right: 0;
}

@media (max-width: 100px) {
  .pagination-link {
    display: none;
  }

  .pagination-link:first-child,
  .pagination-link:last-child {
    display: inline-block;
  }

  .pagination:before,
  .pagination:after {
    content: "...";
    display: inline-block;
    width: 1em;
    text-align: center;
  }

  .pagination:before {
    margin-left: -1em;
  }

  .pagination:after {
    margin-right: -1em;
  }
}

  /*图片文章列表*/
  .pic-list h4{font-size: 15px; font-weight: 400;text-align: center;line-height: 32px;}
  .pic-list a{color: #6c757d;}
  .pic-list .col p{color: #cccccc;font-size: 12px}




  /*内容页*/
  .active-box{}
  .active-box .blog-post-title{text-align: center;}
  .active-box .tag{font-size: 12px; text-align: center;line-height:32px;border-bottom: #cccccc 1px dotted;}
  .active-box .tag span{padding: 0 4px;color: #9b9b9b;}
  .active-box .tag i{color: #ff9900;margin-right: 4px}
  .active-box .blog-post p{margin-bottom: 5px}
  .active-box .blog-post img{width: 100%}
  .active-box .blog-post-meta{font-size: 14px; color: #b8cbb8;text-align: center;border-bottom: #cccccc 1px dashed;}
.active-box p{color: #919191}

  /*专题文章列表页*/
.special-page{}
.special-page .special-header{font-size: 18px}
.special-page .special-title{ text-align: center;color: #ff9900;font-size: 14px}
.img-special {max-width: 100%;height: auto;}

.special-page .active-list{}
.special-page .active-list ul {padding-left: 0;}
.special-page .active-list ul li{line-height: 38px;font-size: 16px;border-bottom: #f5f5ff 1px dotted;}
.special-page .active-list ul li i{color: #ff9900; margin-right: 5px;}
.special-page .active-list ul li span{font-size: 12px; color: #6c757d;float: right;}
.special-page .active-list a{color: #6c757d;}
.special-page .active-list a:hover{color: #cccccc;}

/*首页信箱按钮图*/
.maiblbox-index{}
.maiblbox-index span{margin: 0 6px;}
.maiblbox-index a{color: #919191;font-weight: 400}
.maiblbox-index .co1{color: #ff9900; font-size: 14px}
.maiblbox-index .co2{color: #409EFF; font-size: 14px}
.maiblbox-index .co3{color: #60A917; font-size: 14px}
.mailbox-home{display: flex}
.mailbox-home .btn-left{width: 50%;padding: 6px}
.mailbox-home .btn-left img{width: 100%}

/*领导信箱*/
.modal-body{}
.modal-body .form-required{color: #ff5722}

.modal-detail table{font-size: 14px;}
.modal-detail table .ths{background-color: #f5f5f5;text-align: right}
.modal-detail table .wh{width: 80px;}
.modal-detail .sp1{font-size: 14px;color: #098;font-weight: 400}
.modal-detail .sp2{font-size: 12px;color: #ff6600}
.modal-detail .sp3{font-size: 12px;color: #919191}
.modal-form table{font-size: 14px}
.modal-form table tr th{text-align: right;color: #919191}

.foot-box{}
.foot-box .text-muted{color: #2b2b2b !important;}