body{
    background: #ebe5d3 url(/static/images/bg.jpg);
}
.slideshow {
    height: 400px;
    object-fit: cover;
}
a {
    color: #592a18;
}
a.nav-link {
    color:#592a18 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 14px;
}
.navbar-text{
    margin-left:30px;
}
.text-success {
    color: #592a18 !important;
}
.text-warning {
    color: #592a18 !important;
}
.text-info {
    color: #592a18 !important;
}

a:hover{
    color:#592a18 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ac9049;
}
.bg-darka{
    background:#5d3710 url(/static/images/footimg.png) top repeat-x!important;
    color:#ebe5d3!important;
}
.bg-darka a{
    color:#ac9049!important;
}
.bg-darkb{
    background-color:#333 !important;
    color:#ebe5d3!important;
}
.bg-yi{
    background: url(/static/images/bg-yi.jpg) no-repeat center top;
}
.bg-er{
    background: url(/static/images/bg-er.jpg) no-repeat center top;
}
.bg-san{
    background: url(/static/images/bg-san.jpg) no-repeat center top;
}
.bg-si{
    background: url(/static/images/bg-si.jpg) no-repeat center top;
}
.bg-wu{
    background: url(/static/images/bg-wu.jpg) no-repeat center top;
}

.border-tops {
    border-top: 1px solid #963;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23f9f9ed%27%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23f9f9ed%27%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
}

.btn-info {
    color: #fff;
    background-color: #5d3710;
    border-color: #ac9049;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #5d3710;
    border-color: #ac9049;
}
.btn-info:hover a{
    color:#fff;
}
.online dl {
    background: #5d3710;
}
.online dl:hover {
    background: #ac9049;
}
.online dl dt button{
    background: #5d3710;
}
.online dl dd {
    color:#ebe5d3;
}
.page-num-current {
    background-color: #5d3710;
    border-color: #5d3710;
    color:#fff!important;
}
.page-num, .page-link {
    color:#5d3710;
}

.active{
    color:#ccc;
    font-weight:600;
}

 /* 侧边栏容器 */
 .sidebar {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-image: url('/static/images/sidebg.png');
    background-repeat: no-repeat;
    background-position: center center; /* 可选，确保图片在容器中居中 */
    background-size: 100% 100%;
  }
  
  .nav, .sub-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .nav > li, .sub-nav > li {
    margin-bottom: 5px;
    width: 100%;
  }
  
  .nav > li a, .sub-nav > li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #5d3710;
    background-color: #ebe5d3;
    border-radius: 5px;
  }
  
  .nav > li a:hover, .sub-nav > li a:hover {
    background-color: #5d3710;
    color: #ebe5d3 !important;;
  }
  
  /* 高亮样式 */


.actives a{
       background-color: #5d3710!important;
       color: #ebe5d3 !important;
       border-radius:5px;
}

.insidback{
    color:#5d3710; margin-top: 20px;;
}