.block-region-right h2{
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.block-region-left h3,.block-region-right h3{
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.article-title h1 {
    font-size: 32px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
}
.page-node-type-page .block-region-right, .page-node-type-article .block-region-right{
  padding-left:30px;
}
/**********about *************/
.row.col-building {
    display: flex;
    flex-wrap: wrap;
}
.col-building .col-sm-12.col-md-5 img {
    margin-bottom: 28px;
    line-height: 0;
    display: block;
}
.col-building .col-sm-12.col-md-5 img:last-child {
    margin-bottom: 0;
}
.col-building  .col-sm-12.col-md-7 img {
    height: 100%;
    object-fit: cover;
}
.leader{
  padding:20px 0;
}
.leader img{
  max-width:200px;
  height:auto;
  width:100%;
  position: relative;
}
.leader a {
    display: block;
    margin-top:10px;
}
.imgblock:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    bottom: -10px;
    right: -15px;
    background: #93B192;
    z-index: 0;
}
.imgblock {
    display: inline-block;
    position: relative;
}
.teammembers {
  padding-top:20px;
  padding-bottom:40px;
}
.teammembers .row {
    display: flex;
    flex-wrap: wrap;
}
.teammembers .member {
    background: #f8f8f8;
    padding: 20px 20px 5px 20px;
    height: 100%;
    margin-bottom: 15px;
    border-top:4px solid #f8f8f8;
}
.teammembers .member:hover{
  box-shadow:2px 2px 6px #333;
  border-top:4px solid #03136a;
}
.teammembers .clxy .member:hover{
  border-top:4px solid #2063d3;
}
.teammembers .clxy .member a{
  color:#2063d3;
}
.teammembers .zfhxy .member:hover{
  border-top:4px solid #005836;
}
.teammembers .zfhxy .member a{
  color:#005836;
}
.teammembers .hxxy .member:hover{
  border-top:4px solid #77b259;
}
.teammembers .hxxy .member a{
  color:#77b259;
}
.teammembers .member p{
    font-size: 14px;  
    color:#555;
}
.teammembers .col-xs-12.col-sm-6 {
    margin-bottom: 20px;
}
.teammembers .member h4 {
    font-weight: bold;
    margin-bottom:15px;
}
.teammembers .member h4 span{
  color:#999;
  font-size:16px;
  margin-left:10px;
  font-weight:300;
}
.committee{

}
.committee h2{
  padding-top:30px;
  color:#570c09;
  font-size:22px;
  font-weight:600;
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:1px solid #F8F8F8;
}
.committee h3{
  padding-top:0px;
  color:#333;
  font-size:20px;
  font-weight:600;
  padding-bottom:0px;
  margin-bottom:10px;
  margin-top:0;
}
.committee ul{
  margin:0;
  padding:0;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
}
.committee ul li{
  margin:20px;
  padding:7px 15px 0 25px;
  position:relative;
  width:calc(100% - 40px);
  list-style:none;
  height: max-content;
}
.committee ul li p{
  font-size:14px !important;
  color:#777;
}
.committee ul li:before{
  content:"";
  width:2px;
  height:100%;
  position:relative;
  background:#570c09;
  position:absolute;
  left:0;
  top:0;
  transition:all 0.3s ease;
}
.committee ul li:hover h3{
  color:#570c09;
}
.committee ul li:hover:before{
    width:6px;
}
@media(min-width:992px){
  .committee ul li{
  width:calc(50% - 40px);
}
}
@media(min-width:1360px){
  ul.committee3  li{
  width:calc(33% - 40px);
}
  ul.committee4  li{
  width:calc(25% - 40px);
}
}
