.wenda-top-menu{

}
.wenda-top-menu li a{
  position: relative;
}
.wenda-top-menu li a:before,.wenda-top-menu li a:after {
    content: '';
    background: #D22;
    height: 4px;
    bottom: 0px;
    width: 0;
    position: absolute;
    width: 0px;
    transition: all 0.4s;
}
.wenda-top-menu li a:before{
    left: 40%;
    border-radius: 24px 0 0 24px;
}

.wenda-top-menu li a:after {
    right: 40%;
    border-radius: 0 24px 24px 0;
}
.wenda-top-menu li a:hover:before,.wenda-top-menu li a:hover:after,
.wenda-top-menu li a.active:hover:before,.wenda-top-menu li a.active:hover:after {
    width: 60%;
}
.wenda-top-menu li a.active:before,.wenda-top-menu li a.active:after{
  width: 25%;
}
#top-navbar li a{
  color: #fff;
}
#top-navbar li a:hover{
  color: #D22;
}
.dropdown-toggle {
    outline: 0;
  }

  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
  }

  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
  }

  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }

  [data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  }

  .btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
  }

  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }

  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }

  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
  }

  .scrollarea {
    overflow-y: auto;
  }

  .p-detail {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bi {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
  }

  .nav-right ul ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-right ul ul li {
    margin-bottom: .8em;
    width: 33.3%;
  }

  .on,
  .on:hover {
    background: #6c757d !important;
    color: #fff !important;
  }

  .small-12 {
    font-size: 12px;
  }

  .border-bottom-style {
    border-bottom-style: dashed !important;
  }
  .article{
    padding-bottom: 1rem;
  }
  .article img {
    max-width: 100%;
  }

  .avatar {
    border: 1px solid rgba(0, 0, 0, .06);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .avatar img{
    width: 40px;
    height: 40px;
  }
  .mb-2s {
    margin-bottom: -2px;
  }

  .list-qs li a {
    color: #212529;
    text-decoration: none;
  }

  .list-qs li a:hover {
    color: #198754;
  }
  
.page {
  padding: 38px 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.page a,
.page span {
  border: #eee 1px solid;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  padding-bottom: 0px;
  color: #333333;
  padding-top: 0px;
  text-decoration: none;
  height: 33px;
  line-height: 33px;
  margin-right: 6px;
  border-radius: 5px;
}

.page a:hover {
  border: #eee 1px solid;
  background: #eee;
  color: #444;
  text-decoration: none
}

.page span {
  border-color: #198754;
  font-size: 14px;
  background: #198754;
  color: #FFFFFF;
}