/* Palette generated by Material Palette - materialpalette.com/pink/purple */
/* Reset parameter */
.container, .container-fluid {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.row {
  margin-left: -10px !important;
  margin-right: -10px !important; }

[class*="col-"], .col {
  padding-right: 10px !important;
  padding-left: 10px !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
a {
  color: #444; }
  a:hover {
    text-decoration: none;
    color: var(--green); }

.btn, .form-control, .dropdownmenu-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important; }

.header {
  padding: 1.25rem 0;
  background: #fff; }
  .header .or-code img {
    max-width: 4.375rem; }

.search-top {
  position: relative; }
  .search-top .form-control {
    min-width: 18.75rem; }
  .search-top .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 2.375rem;
    height: 2.375rem; }
    .search-top .btn .iconfont {
      font-size: 1.5rem; }

.nav-main {
  padding: 0 0.625rem; }
  .nav-main .navbar-nav {
    border-top: 1px solid #666; }
    .nav-main .navbar-nav .nav-link {
      color: #212121;
      position: relative; }
      .nav-main .navbar-nav .nav-link:hover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--green);
        left: 0;
        bottom: -3px; }
    .nav-main .navbar-nav .active .nav-link {
      font-weight: 700; }
      .nav-main .navbar-nav .active .nav-link:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--green);
        left: 0;
        bottom: -3px; }
  .nav-main .navbar-search, .nav-main .navbar-toggler {
    padding: 0;
    border: none;
    color: #212121;
    width: 1.875rem;
    height: 1.875rem; }
  .nav-main .navbar-search .iconfont {
    font-size: 1.25rem; }

 
/* 容器 <div> - 需要定位下拉内容 */
 @charset "utf-8";
/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li  {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
 z-index:10001;
}
 
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
 
.nav_menu3 > ul > li {
  float: left;
}
 
.nav_menu3 > ul > li > a {
  padding: 30px 10px 29px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #eee;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 > ul > li:hover > li {
  color: #ada0a3;
  background: #FFF;
}
 
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 5px;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 0px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #990B2C;
  border-right: 1px solid #990B2C;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
   
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
 
.nav_menu3 li:hover > ul {
  left: 0;
}
 
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
 
.nav_menu3 ul li:hover > ul > li {
  height: 40px;
}
.nav_menu3 ul ul  {
  width: 170px;
  background: #f8f9fa;
}
.nav_menu3 ul ul li  {
  padding: 10px 20px;
  width: 100%;
  text-decoration: none;
}
.nav_menu3 ul ul>li:hover {
  background:#c0eeef;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 4px;
  height: 4px;
   border-bottom: 1px solid #990B2C;
  border-right: 1px solid #990B2C;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
   
}
 
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}


@media (min-width: 769px) {
  .search-top {
    margin: 1.5rem 1rem 0 0; }

  .nav-main {
    border-bottom: 3px solid #ddd; }
    .nav-main .navbar-nav {
      border-top: none; } }
.mobile-search {
  position: fixed;
  top: -100%;
  left: 0;
  padding: 0.625rem;
  background: #fff;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 100; }
  .mobile-search.show {
    top: 46px !important; }

.footer {
  margin-top: 1.25rem;
  background: #f8f8f8;
  padding: 1.875rem 0;
  border-top: 3px solid #333;
  font-size: 0.875rem; }
  .footer .copyright {
    color: #666; }

.home-slider {
  height: 22.5rem;
  width: 100%; }
  .home-slider .swiper-slide {
    height: 22.5rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

@media (min-width: 769px) {
  .home-slider .swiper-slide {
    background-size: cover; } }
.article-slider {
  background: #f5f5f5;
  box-shadow: 3px 3px 2px #ddd;
  padding-bottom: 2.5rem; }
  .article-slider .swiper-slide .date {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.625rem; }
  .article-slider .swiper-slide h5 {
    margin: 0.625rem 0 1.25rem;
    padding: 0 0.625rem;
    line-height: 1.875rem; }
    .article-slider .swiper-slide h5 a {
      color: #212121; }
  .article-slider .swiper-slide .brief {
    color: #666;
    line-height: 1.875rem;
    padding: 0 0.625rem;
    font-size: 0.875rem; }
  .article-slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 1rem; }
  .article-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--green); }

@media (min-width: 769px) {
  .article-slider {
    padding-bottom: 0; }
    .article-slider .swiper-slide h5, .article-slider .swiper-slide .brief {
      padding: 0; }
    .article-slider .swiper-pagination {
      width: auto;
      right: 15% !important;
      left: auto; } }
.block .block-title {
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.625rem;
  position: relative;
  margin-bottom: 0.625rem; }
  .block .block-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.375rem;
    background: url(../../images/title-bg.png) no-repeat 0 0;
    display: block;
    bottom: 0;
    left: 0.625rem; }
  .block .block-title .more {
    font-size: 0.875rem;
    font-weight: normal;
    float: right; }
.block .block-content ul {
  padding: 0 0.625rem; }
  .block .block-content ul li {
    padding: 0.3125rem; }
.block .block-content .news-list {
  /* background: #f8f8f8; */ }

@media (min-width: 993px) {
  .block-news {
    min-height: 18.125rem; } }
.block-news {
  border: 1px solid #eee; }

.tabs-news {
  position: relative; }
  .tabs-news .more {
    font-size: 0.875rem;
    position: absolute;
    right: 0.375rem;
    top: 0.5rem; }
  .tabs-news .nav-tabs .nav-link {
    border-radius: 0; }
    .tabs-news .nav-tabs .nav-link.active {
      font-weight: 700;
      color: var(--green); }
  .tabs-news .tab-pane {
    padding: 0.625rem;
    border: 1px solid #dee2e6;
    border-top: none; }

.top-news-item {
  padding: 0;
  position: relative;
  margin-bottom: 0.625rem; }
  .top-news-item .item-img {
    width: 100%; }
    .top-news-item .item-img img {
      width: 100%; }
  .top-news-item .item-right {
    margin-top: 0.875rem; }
    .top-news-item .item-right h5 {
      font-size: 1rem; }
      .top-news-item .item-right h5 a {
        color: #444;
        font-weight: 700; }
    .top-news-item .item-right .brief {
      font-size: 0.875rem;
      color: #888;
      margin-bottom: 0;
      line-height: 1.5rem; }

@media (min-width: 769px) {
  .top-news-item {
    padding-left: 19.375rem; }
    .top-news-item .item-img {
      width: 18.75rem;
      position: absolute;
      left: 0; }
    .top-news-item .item-img, .top-news-item .item-right {
      display: inline-block; }
    .top-news-item .item-right {
      height: 10.3125rem;
      margin-top: 0;
      overflow: hidden; } }
.news-list ul {
  margin-bottom: 0; }
  .news-list ul li {
    padding: 0.3125rem 0;
    font-size: 0.875rem; }
    .news-list ul li .date {
      color: #888;
      float: right; }
    .news-list ul li + li {
      border-top: 1px dashed #eee; }

/* list page */
.list-page {
  background: #fdfdfd; }

.sidebar {
  max-width: 12.5rem; }

.page-title {
  font-size: 1.25rem;
  border-bottom: 3px solid #666;
  margin-bottom: 0.625rem; }

.sidebar-category {
  background: url(../../images/navbar.png) top center no-repeat;
  background-size: cover;
  display: block;
  height: 100%; }
  .sidebar-category .sidebar-title {
    font-size: 1.125rem;
    padding: 0.625rem;
    text-align: center;
    margin-bottom: 0.25rem;
    background: #1d8842;
    color: #fff;
    border-bottom: 3px solid #fff; }
    .sidebar-category .sidebar-title p {
      font-size: 0.875rem; }
  .sidebar-category .list-group-item {
    padding: 0 0 0 5px;
    overflow:hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    color: #eee; }
    .sidebar-category .list-group-item:hover {
      background: rgba(255, 255, 255, 0.7);
      color: #212121; }

.pager a {
  font-size: 0.875rem; }

.article-list .media {
  padding: 0.625rem;
  background: #fff;
  box-shadow: 2px 3px 2px #ddd;
  margin-bottom: 0;
  border-bottom: 1px solid #eee; }
  .article-list .media .media-left {
    max-width: 7.875rem;
    height: auto; }
  .article-list .media:hover {
    box-shadow: 3px 4px 2px #ccc; }
  .article-list .media h5 {
    font-size: 1rem; }
  .article-list .media .brief {
    font-size: 0.875rem;
    color: #666;
    text-indent: 1.75rem;
    max-height: 3.9375rem;
    overflow: hidden; }
  .article-list .media .info-bar {
    font-size: 0.875rem; }

@media (min-width: 769px) {
  .list-page {
    background: #fcfcfc; }

  .article-list .media {
    margin-bottom: 1rem;
    border-bottom: none; }
    .article-list .media h5 {
      font-size: 1.125rem; }
    .article-list .media .media-left {
      max-width: 11.875rem; } }
.taxi-pagination .pagination {
  font-size: 0.875rem; }
.taxi-pagination .page-item {
  margin-right: 3px; }
  .taxi-pagination .page-item.active .page-link {
    background-color: var(--green);
    border-color: var(--green);
    color: #fff; }
.taxi-pagination .page-link {
  color: var(--green); }

.post-main header {
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 1.875rem; }
.post-main h1 {
  font-size: 1.75rem;
  font-weight: 700; }
.post-main .post-meta {
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 1.875rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem; }
  .post-main .post-meta div {
    margin-right: 1rem; }
  .post-main .post-body img {
  max-width: 100%;
  height: auto; }
/* .post-main .post-body img {
  max-width: 100%;
  height: auto;
  display: block; } */

.breadcrumb {
  background: #f5f5f5;
  border-radius: 0;
  font-size: 0.875rem; }

.description {
    border: #ebebeb 1px solid;
    background: #f8f8f8;
    font-size: 12px;
    margin: 0px 14px 10px;
    padding: 10px 10px 6px 10px;
    line-height: 20px;
    text-indent: 2em;
    word-break: break-word;
}

.home_news_img {
  width: 384px;
  height: 288px;
}
.list_news_img {
  width: 190px;
  height: 108px;
}
/*# sourceMappingURL=styles.css.map */
