/********* normal ******/
.article-title {
    text-align: left;
}
.article-submit {
    text-align: left;
}
.block-region-right h2{
  font-size:22px;
  font-weight:bold;
  color:#1D7B70;
  padding-top:20px;
  padding-bottom:15px;
}
.article-title h2{
  padding-top:5px;
}
.pagenav-media .pagenav-item .pagenav-item-text {
    display: none;
}
.pagenav-content {
    padding: 20px 10%;
    margin-right: 20px;
    margin-top: 20px;
    z-index: 5;
}
.share-qrcode-wechat{
  display:none;
}
.page-url-qr-code.t-c {
    margin-top: 40px;
}
canvas{
  width:100px;
  height:100px;
}
.share-qrcode-wechat {
    position: absolute;
    top: 10px;
        z-index: 5;
    left: 80%;
}
.pagenav-item {
    text-align: center;
}
i.icon.icon-see-fill:before {
     content: "\e64c";
    font-size: 2.0em;
    padding-bottom: 5px;
    display: block;
    color: #234192;
}
.pagenav-item-text span {
    font: 24px/44px Georgia;
    color:#234192;
}
.pagenav-item-share {
    position: relative;
    text-align: center;
   border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}
.share-1:before {
    content: "Share";
    margin-bottom: 20px;
    display: block;
}
.share-wechat{
  position:relative;
  text-align:center;
}
.share-item{
  margin:16px 0;
}
.share-item i.icon:before{
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}
.share-item .icon-wechat:before{
      background-image: url(../../social-wechat.png);
}
.share-item .icon-qq:before{
      background-image: url(../../QQ.png);
}
.share-item .icon-weibo:before{
      background-image: url(../../weibo.png);
}
@media (max-width: 992px){
.region-left{
display:none;
}}
/******************* basic page ************/
.deanmessage {
    background-color: #ECECEC;
    position: relative;
    margin-top: 100px;
}
.deantext {
    padding: 60px 80px;
}
.deanimg figcaption {
    font-size: 14px;
    color: #999;
}
.officemember .col-xs-12.inside {
    padding: 10px 40px 10px 40px;
}
.officemember .col-xs-12.t-c.inside-rl img {
    max-width: 200px;
    margin-top: 10px;
}
@media (min-width: 992px){
.deanimg {
    position: absolute;
    margin-right: 14px;
    top: -100px;
}
}
@media (max-width: 992px){
.deanmessage {
    background-color: #FFF;
    margin-top: 20px;
}
.deantext {
    padding:20px;
}
}
.officemember{
margin-top:30px;
}
.officemember .row{
display:flex;
flex-wrap:wrap;
}
.officemember .row .member{
    margin-bottom: 30px;
}
.officemember .row.memberfield {
    background-color: #ECECEC;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 5px;
}
.row.memberfield div.t-c {
    line-height: 100% !important;
}
.officemember .row .member .memberinfo {
    padding: 10px 10px;
    height: 100%;
    background: #f2f2f2;
}
.officemember .row .member .memberinfo:hover{
   box-shadow:2px 2px 2px #CCC;
}
.officemember .row.memberfield div.t-c img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 390px;
    max-height: 560px;
}
.officemember .row .member .memberinfo p{
font-size:14px;
}
.officemember .row .member .memberinfo h4{
  font-size:20px;
  font-weight:bold;
  color:#1D7B70;
  margin-top:8px;
  margin-bottom:8px;
}
.officemember .row .member .memberinfo h4 span{
  font-size:14px;
  color:#999;
  display:inline-block;
  margin-left:10px;
  font-weight:300;
}
.gateway {
    padding: 10px;
}
.gateway ul {
    overflow: hidden;
    padding: 0;
}
.gateway li {
    list-style: none;
    float: left;
    min-width: 330px;
    margin-right: 15px;
    margin-bottom: 10px;
    position:relative;
    overflow:hidden;
}
.gateway li a {
    display: block;
    padding: 20px 30px;
    background: #f2f2f2;
    position:relative;
}
.gateway li a:hover{
    color: #FFF;
    background-image: linear-gradient(135deg,#12A9C4,#265930);
    background-image: -webkit-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -moz-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -ms-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -o-linear-gradient(135deg,#12A9C4,#265930);
}
.gateway li:after {
    content: "";
    background: url(../../region-1-bg.png) no-repeat center right;
    width: 120px;
    height: 120px;
    background-size: 100%;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: -20px;
    opacity: 1;
}

.row.platform div {
    padding: 20px 40px;
}

.row.platform {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px){
.row.platform div:nth-child(1), .row.platform div:nth-child(4) {
    background: #ECECEC;
}
}
/*************** acdemic structure **/

.acdemleft {
    width: 68%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.acdemright {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.acdem h2{
  width:100%;
  z-index: 3;
}
.acdem .acdemleft .col {
  padding: 40px 30px;
  width: calc(48% - 4px);
  margin: 10px 1%;
  background-color:#5C8DA8;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.acdem .acdemleft .col:before {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: "";
    border: 2px dotted;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}
.acdem .acdemleft .col:after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    border: 10px solid #FFF;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.acdem .acdemleft .col h3{
   color: #5C8DA8;
   padding:10px 20px;
   text-align:center;
   font-weight:bold;
   background:#FFF;
   margin-bottom:10px;
   border-radius: 25px;
   font-size:18px;
}
.acdem .acdemright .col{
    position: relative;
    z-index: 0;
    width: calc(100% - 20px);
    border-radius: 10px;
    padding: 40px 30px;
    margin: 10px 1%;
    background-color: #355530;
}
.acdem .acdemright .col:before {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: "";
    border: 2px dotted;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}
.acdem .acdemright .col:after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    border: 10px solid #FFF;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.acdem .col li{
   color:#FFF;
   text-align:center;
   list-style:none;
}
.acdem .acdemright .col h3{
   color: #355530;
   padding:10px 20px;
   text-align:center;
   font-weight:bold;
   background:#FFF;
   margin-bottom:10px;
   border-radius: 25px;
   font-size:18px;
}
@media (min-width: 1280px){
.acdem {
    display: flex;
    position: relative;
}
.acdem  .acdemright h2{
    position: absolute;
    padding: 20px 30px;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    background: #386F2C;
    top: 44%;
    left: -75%;
    width: 300px;
    text-align: center;
    border-radius: 30px;
}
.acdem  .acdemleft h2{
    position: absolute;
    padding: 20px 30px;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    background: #069;
    top: 44%;
    left: 26%;
    width: 300px;
    z-index: 4;
    text-align: center;
    border-radius: 30px;
}
.acdem  .acdemleft .col{
min-height: 260px;
}
}
@media (max-width: 1279px){
.acdem .acdemright .col {
    width:50%;
}
.acdemleft {
    width: 100%;
    margin-right: 0;
}
.acdemright{
    width:100%;
}
}
@media (max-width: 768px){
.acdem .acdemleft  .col,.acdem .acdemright .col {
    width:100%;
}
}


.sections {
    padding: 40px;
}
.sections.sections-s {
    background: rgba(201,203,192,.1);
}
.sections h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.sections h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height:180%;
}
.margintop-60{
margin-top:60px;
}
.cpcorg h2{
 color:#000 !important;
}
.leader50.cpc.outside-b {
    overflow: hidden;
    display:flex;
    flex-wrap:wrap;
}
.leaders{
    overflow: hidden !important;
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    /* padding-bottom: 20px; */
    padding-top: 10px;
    align-content: baseline;
}
.leaders:after {
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #F4F1EC;
    background-image: url(../../leadersbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    background-size: 100%;
    z-index: -1;
}
.leaderimg {
    width: 160px;
    text-align: center;
}
.leader25 .leaderimg {
    width: calc(100% - 20px);
}
.leader50,.leader20,.leader25,.leader30{
  clear:both;
}
.leader50 .leader{
	width:50%;
	float:left;
	margin-bottom: 20px;
}
.leader20 .leader{
	width:20%;
	float:left;
		margin-bottom: 20px;
}
.leader25 .leader{
	width:25%;
	float:left;
		margin-bottom: 20px;
}
.leader30 .leader{
	width:33%;
	float:left;
}
.leader img{
	width:140px;
	position: relative;
  z-index: 2;
}
.leader .info{
	color:#999;
	line-height: 150% !important;
	font-size:14px !important;
	padding-bottom: 20px;
}
.leader .title{
	font-size:18px !important;
	color:#9E744B;
	line-height:130% !important;
	margin-bottom: 15px;
	font-weight:bold;
}
.cpc .leader .info p.dangposition{
    color: #FFF;
    background:rgba(158,116,75,0.4);
    padding: 10px 20px 10px 20px;
    position: relative;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px
}
.cpc .leader .info p.dangposition:before{
  content:"";
  position:absolute;
  width:16px;
  height:16px;
  top:15px;
  left:14px;
}
.leader .info .title span{
	font-size:16px !important;
	color:#9E744B;
	font-weight:normal;
	padding-left:5px;
}
.leadercol{
	float:left;
}
.leaderwidth {
    width: calc(100% - 220px);
    margin-left: 20px;
    padding-top: 20px;
}
@media (max-width: 1170px){
.leader50 .leader, .leader20 .leader, .leader25 .leader, .leader30 .leader {
    width: 100%;
    float: none;
}}
/*********** arrangement ***/
.arrangement {
    position: relative;
    width: 890px;
    margin: 0 auto;
}
.arrangement a{
 font-size:13px;
 color: #339999;
 display:block;
 
}
.arrangement h5, .arrangement h6 {
    position: relative;
    color: #339999;
    border: 2px solid #399;
    display: inline-block;
    border-radius: 30px;
    background-color: #FFF;
    margin: 20px 0;
    font-weight: 600;
}
.arrangement h5 span, .arrangement h6 span,.arrangement h6  a {
    padding: 20px 30px;
    display:block;
    }
.arrangement h6:hover{
    background-image: linear-gradient(135deg,#12A9C4,#265930);
    background-image: -webkit-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -moz-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -ms-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -o-linear-gradient(135deg,#12A9C4,#265930);
}
.arrangement h6:hover a{
    color:#FFF;
}
.arrangement-2 div, .arrangement-3 div, .arrangement-4 div, .arrangement-5 div {
    float: left;
    position: relative;
}
.arrangement-2, .arrangement-3, .arrangement-4, .arrangement-5 {
    position: relative;
    overflow: hidden;
    clear: both;
}
.arrangement-1 {
    margin-left: 410px;
}
.arrangement-2 {
    margin-left: 170px;
    overflow: hidden;
}
.arrangement-2:after {
    content: "";
    border: 2px solid #399;
    border-bottom: 0;
    width: 540px;
    height: 100px;
    left: 60px;
    position: absolute;
    z-index: -1;
}
.arrangement-2-2 {
    margin-left: 145px;
}
.arrangement-2-3 {
    margin-left: 95px;
}
.arrangement-3-2, .arrangement-3-3 {
    margin-left: 200px;
}
.arrangement-3-4 {
    margin-left: 60px;
}
.arrangement-3-5 {
    margin-left: 10px;
}
.arrangement-3:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 40px;
    border: 2px solid #399;
    left: 60px;
    border-bottom: 0;
    z-index: -1;
}
.arrangement-3:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 40px;
    border: 2px solid #399;
    left: 660px;
    border-bottom: 0;
    z-index: -1;
}
.arrangement-4 {
    margin-left: 400px;
}
.arrangement-4-2 {
    margin-left: 30px;
}
.arrangement-4:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 100px;
    border: 2px solid #399;
    left: 60px;
    background-color: #FFF;
    z-index: -1;
}
.arrangement-4:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 390px;
    border-left: 2px solid #399;
    left: 130px;
    z-index: -2;
    top: -270px;
}
.arrangement-5 {
    padding-top: 20px;
}
.arrangement-5-1, .arrangement-5-2, .arrangement-5-3, .arrangement-5-4 {
    margin-left: 93px;
}
.arrangement-5:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 60px;
    border: 2px solid #399;
    left: 150px;
    background-color: #FFF;
    z-index: -1;
    border-bottom: 0;
}
.arrangement-5-2:before, .arrangement-5-3:before, .arrangement-3-2:before {
    content: "";
    height: 20px;
    width: 1px;
    border-left: 2px solid #399;
    left: 50%;
    position: absolute;
}