*{
  font-family: "微软雅黑";
 }


 @font-face {
   font-family: 'fz';
   src: url('../fonts/fz.eot'), /* IE9 Compat Modes */
        url('../fonts/fz.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/fz.woff2') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/fz.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/fz.svg#svgFontName') format('svg'); /* Legacy iOS */
 }

  :root {
 /*Override Bootstrap Default*/
     --font-family-sans-serif: 'fz';
     --font-family-text: var(--font-family-sans-serif);
     
  }

   .navbar-brand {
    font-family: var(--font-family-text);
    font-size:3.5em !important;
    color:red;
   }
    
  .navbar-brand:hover {
   color:#ba1c1c;
  }

.dropdown-toggle::after {
    display:none!important;
}
   .navbar-light .navbar-nav .nav-link {
       color: #ffffff;
   }

   .bg-company {
    background: #ba1c1c !important;

   }
   .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
       color: #ffffff !important;
       background: #850404 !important;

   }

   .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
       color: #ffffff;
       background: #850404 !important;
   }
   .navbar-nav {
   flex: 1;
   margin: auto !important;
   display: flex;
   justify-content: space-between;
   }


   .dropdown-item {
       color: #ffffff;
   }
   .dropdown-item:focus, .dropdown-item:hover {
   color: #ffffff;
   background: #850404 !important;
   }
   .navbar-nav li:hover>.dropdown-menu {
     color: #ffffff;
     background: #850404 !important;
   }
   .dropdown-menu {
       position: absolute;
       top: 95%;
       padding: 0;
       margin: 0;
   }
   .dropdown-menu-side {
       transform: translateX(0%) !important;
   }

   .scroll_To_Top {
    position:fixed;
    padding:10px; 
    bottom:0;
    right:0;
    display:none;
    /*opacity: 0;*/
   }
   .carousel-item {
    transition: transform .3s ease, opacity .9s ease-out;
   }
   .carousel-item-next.carousel-item-left,
   .carousel-item-prev.carousel-item-right {
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
    }
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(0, -100%, 0);
           transform: translate3d(0, -100%, 0);
    }
    .carousel-item-prev,
    .active.carousel-item-left {
    -webkit-transform: translate3d(0, +100%, 0);
           transform: translate3d(0, +100, 0);
    }
    
    .dowebok { width: 100%; height: 160px; font-size: 16px;}
  .position {
    width: 100%;
  }
  .position  a {
    color: #ba1c1c;
  }
  
  .bg-news-white {
    background-color: #fff;
  }

  .bg-news-red {
    background-color: #ba1c1c;
  }

  .latest{
          text-align: center;
  }
  .index-news .news-h {
    font-family: "微软雅黑";
    float: left;
    padding-left: 15px;
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    color: #ba1c1c;
    position: relative;
  }
  .index-news .news-h:before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: '';
  height: 22px;
  width: 4px;
  background-color:#ba1c1c;
  background: #ba1c1c;
}

  .index-news .more {
  text-align: right;
  margin-top: 20px;
}
  .index-news .more a {
  padding: 5px 7px;
  border: 1px solid;
  border-radius: 5px;
  color: #ba1c1c;
  transition: all 0.5s ease-out;
}
.index-news .more a:hover {
  color: #ffffff;
  background-color: #ba1c1c;
  background: #ba1c1c;
  text-decoration: none;
  border-color: #ba1c1c;
}
.index-news img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.responsive  a {
  color: #ba1c1c;
}


.responsive  a:hover {
  text-decoration:none;
}

.member-container {
  position: relative;
  overflow: hidden;
  background #ba1c1c;
}

.slide {
  overflow: hidden;
}
.img-cat {
  height: 180px;
}
.college .slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.college .slide:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


.team-image {
  transition: all 2s ease-in-out;
}

.member-container:hover .team-image {
 transform: translateY(-40px);
 opacity: 0.5;
}

.member-info {
 transition: all 2s ease-in-out;
 position: absolute;
 width: 100%;
 bottom: 0;
 left: 0;
 background: #ba1c1c;
 padding: 10px;
 color: #fff;
 margin-bottom: -63px;
}

.member-container:hover .member-info {
  margin-bottom: 0;
}

/*category*/

h2 .news-title {
  font-size: 22px;
  line-height: 36px;
  /*color: #ba1c1c;*/
}

     .list-group-item
     {
       padding: 4px 15px;
       margin-bottom: -1px;
     }
.list-group-item-action {
 color: #ba1c1c;
}

.list-group .active {
 background: #ba1c1c !important;
 color: #fff;
 border-color: #ba1c1c;
}

.card-title-color{
  color: #ba1c1c;
}

.card .card-body h3 a {
    color: #333333;
}

.card .card-body h3 a:hover {
    color: #ba1c1c;
    text-decoration: none;
}

.card .card-body h5 a {
    color: #333333;
}

.card .card-body h5 a:hover {
    color: #ba1c1c;
    text-decoration: none;
}


.card-text img {
  max-width: 100%!important; 
  height: auto!important; 
  clear: both;
  display: block;
  margin:auto; 
}

.card-content-color {
  color: #76838f;
  font-weight: 300 !important;
}

.card-title-size {
  font-size: 18px;
}

.hot {
  background-color: #ba1c1c;
  border-top:1px  dashed #fff;
  border-left:0;
  border-right:0;
  border-bottom:1px  dashed #fff;
  color:#fff;
}
.page {
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
  overflow: hidden
}

.page a {
  color: #666;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 2px;
  border: 1px solid#C1C1C1;
  text-align: center;
  margin: 3px 3px
}
.page>b, .page a:hover {
  border: 1px solid#84261a;
  margin-top: -2px;
  background: #84261a;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
  margin: 3px 3px;
  font-weight: 100
}
 
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .latest{
          padding-left: 0;
      }

  .card-title-size {
    font-size: 22px;
  }
}