body{
    font-weight: normal;
    color:#333
}
ul,li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a{
    color: #666;
    text-decoration: none!important;
    font-size: 23px;
    font-weight: normal;
}
a:hover{
    color: #303047;
}
p{
    margin: 0;
}
.bs{
      box-shadow: 0 1px 3px #dbdbdb;
  }
a.nav-link{
    font-size: 18px;
}
a.nav-link:hover,li.nav-item.active a.nav-link{
    color:#438d37!important
}
.title{
    font-size: 24px;
}
.subTitle{
    font-size: 16px;
    color: #91969b;
}
.bw{
    background: white;
}
.listBox .col-xl-3{
    display: block;
    text-align: center;
}
.listBox .pd-25{
    padding: 15px 15px;
}
.listBox p.itemTitle{
    font-weight: normal;
    font-size: 19px;
    margin: 25px 0 15px 0;
    color: #333;
  	display: block;
   text-overflow: ellipsis;
  	overflow: hidden;
  white-space: nowrap;
}
.listBox p.itemDesc{
    display: block;
    margin: 0px;
    height: 84px;
  	line-htight:28px;
    overflow: hidden;
    color: #888;
  		font-size:13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.aboutus{
    background: center #169d35 no-repeat;
    background-size: cover;
    overflow: hidden;
}
.newsTitle span a {color: #ffffff;font-size: 1.2rem;}
.aboutTitle {
    text-align: left;
    margin: 60px 0 0;
    font-size: 28px;
    font-weight: normal;
  		color:#fff;
}
.aboutBox{
    margin: 20px 0px;
  		color:#fff;
}
.aboutMore{
    margin: 0 0 60px 0;
}
.aboutMore a{
    display: inline-block;
    color: #EEE;
    font-size: 18px;
    transition: .3s;
    padding: 5px 30px;
    border-radius: 4px;
    border: 1px solid #EEE;
}
.aboutMore a:hover{
    background: #438d37;
    border-color: #438d37;
}
.classBox p{
    margin: 0px;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    background: #FFF;
    display: block;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
  		font-size:14px;
}
.classBox1 p{
    margin: 0px;
    padding: 15px 0;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: #fff;
    color:#000;
    text-align: center;
    text-overflow: ellipsis;
  		font-weight: bold;
  		font-size:14px;
}
.classBox a:hover p{
    background: #438d37;
    border-color: #438d37;
}
.classMore{
    display: inline-block;
    font-size: 18px;
    background: #FFF;
    padding: 7px 30px 5px 30px;
    border-radius: 4px;
    border: 1px solid #FFF;
}
.classMore:hover,.classBox1 a:hover p{
    background: #438d37;
    border-color: #438d37;
    color: #FFF;
}
.newsItem{
    margin: 0px;
    padding: 25px 30px 20px 30px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}
.newsBox .newsItem:last-of-type{
    border-bottom: 0;
}
.newsTitle{
    float: left;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 25px;
    margin: 0px;
    position: relative;
    background: #438d37;
    color: #FFF;
}
.newItemTitle a{
    font-weight: normal;
    display: block;
    white-space: nowrap;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333;
}
.newsDesc{
    color: #6c757d;
    margin: 10px 0 15px 0;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newstime{
    float: right;
    font-style: normal;
    margin: 0 5px 0 0;
    color: #999;
}
.teacherCont{
    background: white;
}
.teacherName{
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin: 25px 30px 0 30px;
    color: #666!important;
}
.teacherWord{
    display: block;
    font-weight: normal;
    margin: 15px 30px 0 30px;
    font-size: 14px;
    color: #aaa!important;
}
.teacherInfo{
    color: #777!important;
    height: 140px;
    overflow: hidden;
    margin: 15px 30px 25px 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.location{
    background: #438d37;
    line-height: 36px;
    padding: 0 16px;
    color: #EEE;
    margin-bottom: 16px;
}
.location a{
    color: #eee;
    font-size: 16px;
}
.ltitle{
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: auto;
    padding-left: 20px;
    margin-top: 2px;
    background: #438d37;
    border: 1px solid #438d37;
}
.litem{
    clear: both;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.litem a{
    display: block;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding: 9px 0 6px 14px;

}
.contactUs{
    margin-top: 10px;
    border: 5px solid #EEE;
    padding: 15px;
}
.lItemList{
    text-align: right;
    height: 36px;
    border-bottom: 1px dashed #DDD;
    line-height: 32px;
    color: #888;
    overflow: hidden;
}
.lItemList a{
    color: #888;
  font-size:14px;
  text-align:center;
}
.page{
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both;
}
.page a{
  font-size:12px
}
.page li{
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #666;
    background: #ccc;
}
.page li.active{
    background: #333;
    color: #FFF;
    text-decoration: none;
}
.page li.noDrop{
    background: transparent;
}
.articalTltle{
    text-align: center;
    color: #000;
    font-size: 18px;
}
.artTime{
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    width: 160px;
    margin: 0px auto;
    text-align: center;
}
.artBox p:first-of-type {
    padding-top: 24px;
}
.artBox p{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.pn {
    padding: 12px 0 0 0;
    min-height: 59px;
}
.prev,.next {
    float: left;
    font-size: 16px;
    padding: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 43px;
}
.prev a,.next a{
    font-size: 16px;
}
.next{
    text-align: right;
}
.newsPTitle{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 12px 0;
    color: #333;
    font-weight: normal;
    height: 30px;
    margin-bottom: 10px;
}
.newsPItem{
    float: left;
    height: 30px;
    line-height: 30px;
}
.newsPItem a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #EEE;
}


.friendlyItem{
  line-height:20px;
  font-size:16px;
  color:#999;
  margin-right:15px;
}

.met-footnav {
    padding: 40px 0px;
    background: rgb(230,230,230);
}
.met-footnav .col-xl-3{
  	border-right:1px solid rgb(200,200,200);
}
.met-footnav p {
    font-size: 18px;
  		line-height:40px;
    margin-top: 0px;
    text-shadow: none;
}
.met-footnav p a {
    color: #666;
    font-size: 18px;
    margin-bottom: 4px;
    display: inline-block;
    text-decoration: none;
}
.met-footnav .info b {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    color: #DDD;
}
.met-footnav .info b {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    color: #DDD;
}
.met-footnav .info em{
    color: #EEE;
    display: block;
    font-size: 28px;
    font-style: normal;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
}
.met-footnav .footerDesc:first-of-type{
  margin-top:40px;
  border-top:1px solid rgb(200,200,200);
  padding-top:10px;
}
@media (min-width: 992px){
  .container{
    max-width: 992px!important;
  }

}
@media (min-width: 1200px){
  .container{
    max-width: 1200px!important;
  }
  .listBox img{
    height:140px;
  }
  .classItem img{
    height:200px;
  }
  .classBox1 img{
    height:250px;
  }
}
@media (max-width: 1200px) {
    .ms{
        padding-left: 0;
        padding-right: 0;
    }
  .artBox img{
    width:100%!important;
  }
  .next{
    text-align:left;
  }
  .contactUs{
    text-align:center;
  }
  .mob-masonry .col-xl-3:nth-of-type(2n){
    border-right:0;
  }

}
@media (max-width: 992px) {

}

@media (max-width: 576px) {

}