  .hometeachers {
    padding: 0 15px;
}
.news-view__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.news-view__date span {
  color: #ce2f40;
  font-size: 17px;
  font-weight: normal;
}

.news-view__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-view__print i {
  color: #ce2f40;
  font-size: 20px;
  margin-right: 9px;
  margin-bottom: 2px;
}

.news-view__print span {
  color: #ce2f40;
  font-size: 17px;
  font-weight: normal;
}

.news-view__title {
  padding: 20px 0;
}

.news-view__title h3 {
  font-size: 20px;
  color: #393F45;
}
.news-view__title h4{
  color: #CE2F40;
  font-size: 20px;

}

.news-view-content {
  color: #393F45;
  margin-top: 40px;
  overflow: hidden;
}

.news-view-content p {
  margin-bottom: 1rem;
}

.news-view__imgBx {
  width: 100%;
  height: 500px;
  display: block;
  overflow: hidden;
}

.news-view__imgBx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slider-item-news {
  width: 100%;
  height: 600px;
}

.slider-item-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}



#news-carousel.owl-carousel .owl-nav button.owl-next,
#news-carousel.owl-carousel .owl-nav button.owl-prev,
#news-carousel.owl-carousel button.owl-dot {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#news-carousel.owl-carousel span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  border: 1px solid #CE2F40;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#news-carousel.owl-carousel .active span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: #CE2F40 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#news-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -30px;
}

.news-view__text p {
  color: #3d3d3d;
  font-size: 17px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

.news-view-imgBx {
  margin-bottom: 15px;
}

.news_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.news_all .last-news__card1{margin-top: 0;margin-bottom: 30px;}
.events_all .campus-event__item{margin-top: 0;margin-bottom: 30px;}

.news-view-imgs{
    width: 487px;
    /*width: 350px;*/
    margin-right: 30px;
    float: left;
}
.news-view__card-video{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.news-view__card-img{
    display: block;
    width: 100%;
    /*height: 357px;*/
}
.news-view__card-img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center;
}
.stat-v{
	    display: flex;
    align-items: center;
	justify-content: center;
}
.stat-v h1:nth-child(2){
  margin-left: 5px;
}