.block .block-title {
    margin-top: 14px;
    padding-bottom: 15px;
    color: #005826;
    font-weight: 600;
    position:relative;
}
h2.block-title:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #005826;
    bottom: -2px;
    left: 0;
}
.swiper-1 .swiper-slide .inner {
    position: absolute;
    width: 100%;
    left: 0%;
    right:0;
    text-align:center;
    bottom: 25px;
}

.region-bottom-first .block{
  margin-bottom:0;
}
@media (min-width: 1200px){
.region-top-middle .col-md-8 {
    width: 75%;
}
.region-top-middle .col-md-4 {
    width: 25%;
}
.swiper-1 .swiper-slide .inner h3{
    font-size: 24px;
}
}
@media (min-width: 992px){
.swiper-content.swiper-container.swiper-4.swiper-container-1 {
    width: 48%;
    margin: 0;
}
.swiper-content.swiper-container.swiper-4.swiper-container-1{
  margin-top:20px;
}
.block-region-middle-first-left .block:nth-child(2) {
    width: 48%;
    /* float: right; */
    position: absolute;
    top: 70px;
    right: 15px;
}
.swiper-1 .swiper-slide .inner {
    bottom: 0px;
}
}
@media (max-width: 768px){
.swiper-1 .swiper-slide .inner h3{
    font-size: 14px;
}
.swiper-1 .swiper-slide .inner{
  bottom:-10px;
}
}
.swiper-wrapper .swiper-button-prev, .swiper-container .swiper-button-prev, .swiper-wrapper .swiper-button-next, .swiper-container .swiper-button-next {
    height: 33px;
    background: rgba(255,255,255,0.8);
    border-radius: 100%;
    line-height: 33px;
}
.swiper-wrapper .swiper-button-prev:before, .swiper-container .swiper-button-prev:before, .swiper-wrapper .swiper-button-next:before, .swiper-container .swiper-button-next:before {
    font-size: 100%;
    line-height: 33px;
}
.more-link {
    left: 120px;
    top: 5px;
    font-size: 14px !important;
    color:#999;
}
.more-link:before{
  content:"/";
  display:inline-block;
  padding-right:8px;
  color:#999 !important;
}
.enfrontinfo .more-link{
  left:180px;
  top:0;
}
.event{
  margin-top:10px;
}
.event p{
  color:#999;
}

p.event-title {
    font-size: 16px;
    padding-top: 20px;
}
p.event-subtitle{
  font-size:16px;
}
p.event-time:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 5px;
    color: #999;
}
p.event-loca:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: '\e6ca';
    padding-right: 5px;
    color: #999;
}
.block-region-footer-first-right {
    margin-top: -2px;
}

.teacher-block{
  margin-top:20px;
}
.teacher-block span.title {
    display: inline-block;
    width: 90px;
    padding-left: 5px;
    color: #999;
}
.teacher-block span.memb{
  font-size:15px;
}
.teacher-block span.memb a{
  color:#000;
}
.teacheritem {
   padding:5px;
   margin-bottom:20px;
}
.teacheritem p.name {
    text-align: center;
    width: 100%;
}
#frontteacherscroll{
  overflow:hidden;
  width:100%;
}
.roll-wrapper{
		  overflow: hidden;
		  height: 220px;
		  margin: 0 auto;
		  position: relative;
		}
		.roll-wrapper li{
		  float: left;
		  list-style: none;
		  width: 150px;
		  height:180px;
		  text-align:center;
		  margin-bottom:40px;
		  margin-right:5px;
		}
		.roll-wrapper li img{
			width: 100%;
			object-fit:cover;
			width: 150px;
		  height:180px;
		}
		.roll-wrapper ul{
		  position: absolute;
		  top: 0;
		  left: 0;
		}
/***** video block****/
@media (min-width: 992px){
.layout-full.region-footer-bottom-middle .col-xs-12.col-md-8 {
    width: 33.33333333%;
}
.layout-full.region-footer-bottom-middle .col-xs-12.col-md-4 {
   width: 66.66666667%;
}
}
.frontvideoblock{
    padding-top: 15px;
}
.frontvideoblock a:before {
    content: "\e6b4";
    position: absolute;
    font-family: 'iconfont';
    top: 45%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 9;
    transform: translate3d(-50%,-50%,0);
}
.frontvideoblock .col-md-4:hover a:before{
  color:rgba(255,255,255,0.5);
}
@media (min-width: 1200px){
  .teacher-block span.memb a{
  padding-right:10px;
}
}