.rowflex {
    display: flex;
    flex-wrap: wrap;
}
.block-region-right h2{
	color:#1b4a28;
	margin-bottom:15px;
	font-weight:bold;
}
.page-url-qr-code.t-c img {
    max-width: 150px;
}
.page-node-type-page .article-title {
    margin-bottom: 10px;
}
.page-node-type-page .article-title:after{
	width:50px;
	height:50px;
	content:"";
	background-image: url(../../more-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position:absolute;
  right:0;
  top:0;
  background-color:#f0f2ec;
}
.language-en .page-node-type-page .article-title:after,.language-en.page-node-type-page .article-title h1:after{
	display:none;
}
.page-node-type-page .article-title h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    word-break: keep-all;
    color:#1b4a28;
}

.page-node-type-page .article-title h1:after {
    display: inline-block;
    height: 1px;
    width: calc(90% - 50px);
    content: "";
    background-color: #C3D3A5;
    margin-left: 20px;
}
.language-en.page-node-type-page .article-title h1:after {
    width: calc(60% - 50px);
}
.language-en.page-node-type-page .article-title h1 {
    justify-content: space-between;
}
.page-node-type-page .block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item{
	padding:40px 40px;
	background:#FFF;
	border-radius:20px;
	overflow: hidden;
	margin-bottom:40px;
	min-height: 500px;
}
.block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h3 {
    margin: 40px -10px 25px -10px;
    position: relative;
    background: url(../../h3line.png) no-repeat right center;
}
.block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h3 strong {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    background-color: #E5EDD6;
    color: #175127;
}
.block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h4 {
    padding: 20px 0 15px 0;
    color: #175127;
    font-size:20px;
    font-weight:600;
}
/*********** leadership ***/
.leader{
	margin-bottom:40px;
	overflow: hidden !important;
}
.leadermember {
   display: flex;
    padding: 20px;
    background-color: #F9FAF7;
    border-radius: 20px;
    height: 100%;
}
.leadermember:hover{
	box-shadow:2px 2px 6px #333;
}
.leaderinfo {
    width: 60%;
    padding: 10px;
}
.leaderinfo h3{
    font-size: 22px;
    font-weight: 600;
    color: #849566;
    margin-bottom: 10px !important;
    background: none !important;
    margin: 0 0 10px 0 !important;
}
.leaderinfo h3 span{
	font-size:18px;
	margin-right:10px;
}
.language-en .leaderinfo h3 span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}
.leaderinfo p{
	line-height:150% !important;
}
.leaderinfo p.email{
	color:#777;
	margin-top:5px;
	font-size:14px !important;
}
.leaderimg {
    width: 38%;
    margin-left: 2%;
}
.leaderimg img {
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
}
.committee{
	padding:10px;
}
.committee span{
	font-size:15px;
	margin-right:10px;
	color:#999;
}

/******* org ****/
h2.org-title  {
    padding: 20px 40px;
    font-size: 26px;
    line-height: 150%;
    background-color: #DDE5CE;
    color: #175127;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    width: max-content;
    border-radius:10px;
}
.orgblock{
	overflow:hidden;
	margin-top:40px;
}
.orgs h3 {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 150%;
    color: #175127;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 10px !important;
    margin-top:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    background: #DDE5CE !important;
}
.orgs {
    width: 21%;
    float: left;
    margin: 0px 2% 20px;
    border-radius:10px;
    background-color:#F7FCF0;
        text-align: center;
        padding-bottom: 20px;
}

.orgs ul li {
    list-style: none;
    padding: 10px 20px;
    color: #3E3E3E;
    position: relative;
    font-size: 18px !important;
    line-height: 150% !important;
}
.orgs ul {
    margin: 0;
    padding: 0;
}
@media (max-width:1279px){
	.orgs h3{
		height: auto;
    width: max-content;
	}
	.orgs {
    width: 100%;
    float: none;
    margin: 20px 0;
}
.orgs ul {
    overflow: hidden;
}
.orgs ul li {
    width: auto;
    float: left;
}
}
/********* teacher-eco **/
.teacher-eco .member{
	padding:20px 30px;
}
.teacher-eco .member:hover{
	border-radius:10px;
	background-color:#f0f2ec;
	box-shadow:2px 2px #CCC;
}
.teacher-eco .member .col-md-6{
	margin-bottom:30px;
}
.teacher-eco .member h4{
	margin-bottom:10px;
	color:#697E47;
}
.teacher-eco .member p{
	margin-bottom:3px;
	line-height:140% !important;
}
.teacher-eco .member p a{
	font-size:14px;
	text-decoration: underline;
	display:inline-block;
	margin-top:10px;
}
/******** event block***************/
.page-node-type-landing-page .termeventslist {
    padding: 20px 40px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.termeventslist ul{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:20px 0;
}
.termeventslist ul li{
	list-style:none;
}
.termeventslist .eventitems .items {
    padding: 15px;
    background: #939F7E;
    border-radius: 20px;
    color: #FFF;
    height:100%;
}
.termeventslist .eventitems .items:hover {
    background: #1b4a28;
    box-shadow:2px 2px 6px #333;
}

.termeventslist .eventitems .items .img img{
	border-radius:10px;
	object-fit:cover;
}
.termeventslist .eventitems .items .eventinfo {
    padding: 20px 10px;
}
.termeventslist .eventitems .items .eventinfo h3 a{
	color:#FFF;
	font-weight:600;
	margin-bottom:10px;
			overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		 -webkit-line-clamp: 2;
		     text-overflow: ellipsis;
		     white-space: normal;
		     line-height:1.4;
}
.termeventslist .eventitems .items .eventinfo  p{
	color:rgba(255,255,255,0.8);
	text-align:left;
	padding:0px;
	line-height:140%;
	margin-bottom:5px;
	padding-left:20px;
}
.termeventslist p.speaker,.termeventslist  p.location,.termeventslist  p.date {
    padding-left: 20px;
    position: relative;
}
.termeventslist .eventitems .date:before {
    content: "\e606";
}
.termeventslist .eventitems .location:before,.termeventslist  .eventitems .date:before,.termeventslist  .eventitems .speaker: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;
    padding-right: 5px;
	color:rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    top: 4px;
}
.termeventslist .eventitems .speaker:before {
    content: "\e673";
}
.termeventslist .eventitems .location:before {
    content: "\e6ca";
}
.termeventslist .eventitems .date:before {
    content: "\e606";
}
.termeventslist .eventslist .tns-outer .tns-nav > [aria-controls]{
	background:#E7EAE1;
	width:25px;
	border-radius:3px;
}
.termeventslist .eventslist .tns-outer .tns-nav > .tns-nav-active{
	background:#939F7E;
}
/************ page article ***/
@media (min-width: 992px){
.page-node-type-article .col-sm-12.col-md-9.region-left ,.page-node-type-article .col-sm-12.col-md-3.hidden-xs.region-right {
    width: 100%;
}
}
.page-node-type-article .col-sm-12.col-md-9.region-left .block-region-left{
		padding:40px 40px;
	  background:#FFF;
	  border-radius:20px;
	  overflow: hidden;
	  margin-bottom:40px;
}
.page-node-type-article .article-title h1{
	color:#175127;
}
.page-node-type-article .article-submit{
  background-color:#F0F2EC;
  padding:10px;
  border-radius:3px;
  margin-top:10px;
}
.language-en .article-title {
    text-align: left;
    font-size:28px;
}
.language-en.page-node-type-article .article-submit{
  background:none;
  border-bottom:1px solid #F0F2EC;
  text-align: left;
}
.language-en.page-node-type-article .article-submit .article-owner,.language-en.page-node-type-article .article-submit .article-approver{
	display:none;
}
.page-node-type-article  .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h3 {
    margin: 40px -10px 25px -10px;
    position: relative;
    background: url(../../h3line.png) no-repeat right center;
}
.page-node-type-article  .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h3 strong {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    background-color: #E5EDD6;
    color: #175127;
}
.field.field-attachments.field-type-file.field-label-above {
    padding: 20px;
    background-color: #F0F2EC;
    border-radius: 10px;
}
.field.field-attachments.field-type-file.field-label-above .field-label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    color:#1b4a28;
}
.field.field-attachments.field-type-file.field-label-above .field-items .field-item{
	padding-bottom:5px;
	line-height:140%;
}
/*********** table *********/

  .table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .table * {
    position: relative;
  }
.field-body  .table p{
  	font-size:14px;
  }
  .table td, .table th {
    padding-left: 8px;
    padding:10px;
  }
  .table thead tr {
    height: 60px;
    background: #849566;
    font-size:16px;
    color:#FFF;
  }
  .table tbody tr {
    height: 50px;
  }
  .table tbody tr:last-child {
    border: 0;
  }
  .table td,.table th {
    text-align: left;
  }
  .table td.l,.table th.l {
    text-align: right;
  }
  .table td.c,.table th.c {
    text-align: center;
  }
  .table td.r,.table th.r {
    text-align: center;
  }
  
  .table th{
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
  }
.table th p {
    color: #FFF;
    margin: 0;
    font-size: 16px !important;
}
  .table  tbody tr:nth-child(even) {
    background-color: #F0F2EC;
  }
  
  .table  tbody tr {
    font-family: "Microsoft Yahei";
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
  }
  
  .table  tbody tr:hover {
    color: #00000;
    background-color: #DDE5CE;
  }

.office table.table-bordered>tbody>tr>td {
    border: 0px solid #c6c6c6;
}
  @media screen and (max-width: 768px) {
    .table {
      display: block;
    }
    .table > *, .table tr, .table td, .table th {
      display: block;
    }
    .table thead {
      display: none;
    }
    .table tbody tr {
      height: auto;
      padding: 37px 0;
    }
    .table tbody tr td {
      padding-left: 40% !important;
      margin-bottom: 5px;
      width: auto !important;
    }
    .table tbody tr td:last-child {
      margin-bottom: 0;
    }
    .table tbody tr td:before {
      font-family: "Microsoft Yahei";
      font-size: 14px;
      color: #999999;
      line-height: 1.2;
      font-weight: unset;
      position: absolute;
      width: 30%;
      left: 30px;
      top: 0;
    }
    .table th,.rptable table td{
      text-align: left !important;
    }
  
    .tbody tr {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .rptable  .container-table100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }