.basic-title{
    margin-top: 5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.basic-title span {
    color: rgb(153, 153, 153);
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 64px;
    font-weight: 300;
}
.basic-title h1 {
    font-size: 40px;
    color: #333;
    margin-top: 15px;
    font-weight: normal;
}
.language-en .donation-title span{
    font-size: 40px;
    color: #333;
    margin-top: 15px;
    font-weight: normal;
    font-family:Arial;
}
.language-en .donation-title h1 {
    display:none;
}
.node-title{
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin-top: 50px;
    padding-bottom: 30px;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.region-right h2,.block-region-middle h2{
    margin: 40px 0 25px;
    font-size: 22px;
    color: rgb(25, 153, 89);
    font-style: normal;
}

.region-right h4{
    font-size: 18px;
    font-weight: bold;
    color: #199959;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-color: rgb(248, 248, 248);
    box-sizing: border-box;
}
.historypage{
  background: url(template_files/E/空城/milestone-bg.png) repeat-y left top;
    background-size: auto auto;
    background-size: 70px;
    margin-top: 40px;
    padding-left:60px;
}
.historypage .historyitem{
  	overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.historypage .year{
  position: relative;
    margin-left: 10px;
    padding-left: 40px;
    /* width: 150px; */
    margin-right: 20px;
}
.historypage .year::before{
	height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    background-color: rgb(220, 220, 220);
    content: "";
}
.historypage .year .yearborder{
  width:10px;
  height:10px;
  border:4px #C1E0D1 solid;
  background: #2D9762; 
  border-radius: 50%;
  margin-right:10px;
}
.historypage .year span{
	display: inline-block;
	vertical-align: middle;
}
.historypage .historyinfo{
    width: calc(100% - 160px);
    float: right;
    display: inline-block;
    background-color: rgb(227, 245, 236); 
    padding: 15px 30px;
    box-sizing: border-box;
    color: #333333;
    text-align: justify;
}
@media (max-width: 768px){
  .historypage{
  background: none;
    margin-top: 40px;
    padding-left:0;
}
.historypage .historyinfo {
    width: 100%;
    margin-top:10px;
    float:none;
}
.historypage .historyitem{
   display: inherit;
}
}

.arrow-lists {
    width: 100px;
    height: 54px;
    line-height: 54px;
    position: relative;
    background: #319662;
    margin: 30px 0 20px 0;
}
.arrow-lists .text{
    padding-left: 15px;
    margin-right: 10px;
    height: 54px;
    font-size: 22px !important;
    color: #FFF;
    line-height: 54px !important;
}
.arrow-lists div.arrow-lists-child {
    position: absolute;
    right: -20px;
    top: 8px;
    background-color: #319662;
    width: 39px;
    height: 38px;
    transform: rotate(45deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(40deg);
}
.international-map{
      background: url(template_files/E/空城/worldmap01.png) center 8% no-repeat;
}
.international-orange-map{
      background: url(template_files/E/空城/worldmap02.png) center 8% no-repeat;
}
.leadershiplist{
  overflow:hidden;
}
.leadershipleft{
	display: block;
	width: 180px;
	float:left;
	text-align:right;
}
.leadershipleft span{
  display:block;
}
.leadershipright{
	  display: block;
    float: left;
    width: calc(100% - 200px);
    margin-left: 20px;
    border-left: 1px solid rgb(220, 220, 220);
}
.leadershipborder {
	position: relative; 
	margin-left:-5px;
	display: flex;
	margin-top: 8px;
}
.leadershipborder::after{
	height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    background-color: rgb(220, 220, 220);
    content: "";
}
.leadershipborder .boll{
	width: 10px;
    height: 10px;
    background: rgb(220, 220, 220);
    border-radius: 50%;
    margin-right: 10px;
}
.leadershipinfo{
	width: calc(100% - 50px);
    float: right;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #333333;
    text-align: justify;
    position: relative;
	top: -20px;
	margin-bottom:40px;
}
.leadershipinfo.sm{
	margin-bottom:10px;
}
.leadershipinfo span{
  color:#999;
  margin-right:10px;
  font-size:0.8em !important;
}
@media (max-width: 768px){
.leadershipleft {
    width: auto;
    float: none; 
    margin-left: 20px;
    border-left: 1px solid  rgb(220, 220, 220);
    text-align: left;
    padding-left: 50px;
    padding-bottom: 20px;
    font-weight:600;
}
.leadershipright{
  width:auto;
  float:none;
}
.leadershipinfo {
  width: calc(100% - 40px);
    top: 20px;
    margin-bottom: 50px;
}
.leadershipinfo.sm {
    top: 8px;
}
.leadershipborder {
	margin-top: -40px;
}
.leadershipleft span{
  display:inline-block;
}
}
@media (max-width: 480px){
.language-en .leadershipinfo span{
  display:block;
}
}

.leaders{
	overflow: hidden !important;
}
.leader50,.leader20,.leader25{
  clear:both;
}
.leader50 .leader{
	width:50%;
	float:left;
}
.leader20 .leader{
	width:20%;
	float:left;
}
.leader25 .leader{
	width:25%;
	float:left;
}
.leader img{
	width:140px;
	margin-bottom:10px;
	position: relative;
  z-index: 2;
}

.leaders.cpc .leaderimg{
  position:relative;
}
.leaders.cpc .leaderimg:before{
    content: '';
    width: 142px;
    height: 175px;
    border: 1px solid #319662;
    position: absolute;
    z-index: 1;
    left: 1%;
    top: -6px;
}
.leaders.cpc .leaderimg:after{
    content: '';
    width: 143px;
    height: 187px;
    background: #add5c0;
    position: absolute;
    z-index: 1;
    left: 6%;
    bottom: 10px;
}
.leader .info{
	color:#999;
	line-height: 150% !important;
	font-size:14px !important;
}
.leader .title{
	font-size:18px !important;
	color:#319662;
	line-height:130% !important;
}
.leader .info .title span{
	display:block;
	font-size:16px !important;
	color:#333;
	margin-bottom:10px;
}
.leadercol{
	float:left;
}

.leaderwidth{
	width: calc(100% - 160px);
	margin-left:20px;
}
@media (min-width: 1170px){
	.leader20 .leaderwidth ,	.leader25 .leaderwidth {
		width:auto;
		margin-left:0;
}
.leader.formiddle{
  margin-left:130px;
}
}
@media (max-width: 1170px){
.language-zh-hans	.leaders .t-c{
		text-align: left;
	}
.language-zh-hans	.leader20 .leaderimg,.language-zh-hans	.leader25 .leaderimg{
	float:left;
}
.leader20 .leader,.leader25 .leader{
	width:50%;
}
}
@media (max-width: 768px){
	.leadercol{
	overflow: hidden;
}
.language-zh-hans	.leader25 .leader,.language-zh-hans	.leader20 .leader,.language-zh-hans	.leader50 .leader{
	width:auto;
	float:none;
}
}
@media (max-width: 480px){
.leader25 .leader,.leader20 .leader,.leader50 .leader{
	float:none;
	width:auto;
}
}
.honorary-dean{
  
}
.honorary-dean h2{
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
    color: #319662; 
    font-size: 30px;
    margin-top: 30px;
}
.honorary-dean h2:before {
    content: " ";
    position: absolute;
    left: 4px;
    top: -30px;
    width: 1px;
    height: 240px;
    border-left: 1px solid #D9D9D9;
    color: #D9D9D9;
}
.honorary-dean h2:after {
    content: " ";
    position: absolute;
    left: -30px;
    bottom: 70px;
    width: 274px;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
}
.honorary-dean span.title {
    padding-left: 40px;
    margin: 20px 0 40px;
    font-size: 18px;
    display:block;
}
.honorary-dean p.summary{
  margin-left:40px;
  color:#999;
}
/********** alumni association ************/

.alumni-association .info {
  min-height:350px;
  margin-top:20px;
}
.alumni-association .info img{
  width:100%;
}
.alumni-association .info p{
  font-size:14px !important;
  line-height:150%;
  color: #999;
}
.alumni-association .info p.title{
  font-size:16px !important;
  color:#000;
}
.language-en .alumni-association .info {
    min-height: 450px;
    text-align: left;
}
/********* Donate  ***********/
.donation-program{
  margin-bottom:20px;
  width:100%;
  background:#f9f9f9;
}
.donation-program img{
   max-height: 180px;
  
}
.donation-program .info{
  padding: 20px;
}
.donation-program .info h5{
  font-size:20px;
}