.rowflex{
  display:flex;
  flex-wrap:wrap;
}
article .field-body h3{
  color:#005826;
  padding:20px 0 15px 0;
  border-bottom:1px solid #f2f2f2;
  margin-bottom:15px;
}
article .field-body h2{
  color:#005826;
  padding:20px 0 10px 0;
}
@media (min-width: 992px){
.page-node-type-article article .col-sm-12.col-md-3 {
    width: 15%;
}
.page-node-type-article article .col-sm-12.col-md-9 {
    width: 85%;
}
}
article .block-region-content, .page-node-type-internal-article .block-region-middle {
    padding: 40px 8%;
    background: #FFF;
    min-height: 500px;
    box-shadow:2px 2px 6px #CCC;
}
.page-node-type-page article .block-region-right {
    padding: 40px 60px;
    background: #FFF;
    min-height: 500px;
    box-shadow:2px 2px 6px #CCC;
}
.article-title h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
}
.page-node-type-page .article-title h1{
   margin-bottom:40px;

}
.article-submit {
    color: #999;
    text-align: center;
}
article .block-region-content .field.field-body.field-type-text-with-summary.field-item{
margin-top:40px;
}

.pagenav-media .pagenav-item .pagenav-item-text {
    display: none;
}
.pagenav-content {
    z-index: 5;
}
.share-qrcode-wechat{
  display:none;
}
.page-url-qr-code.t-c {
    margin-top: 40px;
}
.pagenav-3-1 canvas{
  width:100px;
  height:100px;
  border:4px solid #FFF;
}
.share-qrcode-wechat {
    position: absolute;
    bottom: -14px;
    z-index: 5;
    left: 60px;
}

.pagenav-item-share {
    position: relative;
    text-align: center;
}
.share-1:before {
    content: "\5206\4eab\5230";
    display: inline-block;
    margin-bottom:20px;
}
.language-en .share-1:before {
    content: "Share";
}
.share-1 {
    width: 80px;
    padding: 20px 0 40px;
  /*  background: linear-gradient(144deg, #F3EFF7 0%, #E0DBE5 100%); */
    display: inline-block;
}
.share-wechat{
  position:relative;
  text-align:center;
}
.share-item{
    padding: 5px 5px 3px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}
.pagenav-top,.pagenav-item,.share-item.share-qq{
    text-align: center;
    display:none;
}
.share-item.share-weibo {
    background: #F77515;
    border-radius: 5px;
}
.share-item.share-wechat {
    background: #05C361;
    border-radius: 5px;
}
.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(../../weixin.png);
}
.share-item .icon-weibo:before{
      background-image: url(../../weibo.png);
}
.stafflinks{
 padding:40px 0;
}
.stafflinks a{
display:block;
background:#c9e1bd;
text-align:center;
position:relative;
padding:20px;
color:#09523f;
margin-bottom: 10px;
}
.stafflinks a:hover{
background:#09523f;
color:#FFF;
}
.historypage{
  position:relative;
}
.historypage:after{
    content: "";
    background: url(../../history-bg.jpg) repeat-y left top;
    background-size: cover;
    width: 250px;
    background-position: left center;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.historypage .historyitem{
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-left: 180px;
    min-height: 80px;
}
.historypage .year{
    position: relative;
    align-items: center;
    display: flex;
    margin-right: 20px;
    justify-content: center;
}
.historypage .year .yearborder{
    display:none;
/*    width: 60px;
    height: 60px;
    border: 4px #09523f solid;
    background: #09523f;
    border-radius: 50%;
    position: absolute;
    left: 0; */
}
.historypage .year span{
    vertical-align: middle;
    position: relative;
    color: #FFF;
    width: max-content;
    width: 100px;
    height: 50px;
    border-radius: 50px;
    background: #09523f;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid #ECECEC;
}
.historypage .historyinfo{
    width:98%;
    float: right;
    display: inline-block;
    padding: 15px 30px;
    box-sizing: border-box;
    color: #333333;
    text-align: justify;
    border-bottom: 1px solid #ececec;
}
.historyinfo p {
    border-left: 3px solid #09523f;
    padding-left: 20px;
    margin-top: 15px;
}
.xg-staff .row{
 display:flex;
 flex-wrap:wrap;
}
.staffmember {
 padding:20px;
 background:rgba(0,153,153,0.1);
 height: 100%;
}
.staffmember:hover{
 background:rgba(0,153,153,0.3);
}
.staffmember h2{
 margin-bottom:15px;
}
.staffmember p{
  font-size:14px;
  color:#999;
}
.staffmember p.membertitle{
  font-size:16px;
  color:#555;
}
@media (max-width: 768px){
  .historypage{
  background: none;
    margin-top: 40px;
    padding-left:0;
}
.historypage:after{
   background:none;
}
.historypage .historyinfo {
    width: 100%;
    margin-top:10px;
    float:none;
}
.historypage .historyitem{
   display: inherit;
   margin-left:10px;
}
}
.chengguo .row.rowflex{
background:#E9F2ED;
align-items: center;
display: flex;
    flex-wrap: wrap;
}
.chengguoinfo{
padding:20px;
background:#E9F2ED;
}
.chengguoinfo h2{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}
.chengguoinfo p{
font-size:14px !important;
line-height:150%;
color:#999
}
.chengguoimg img {
    display: block;
    overflow: hidden;
}
.chengguoimg {
    line-height: 100% !important;
    display: block;
    height: auto;
    left: -15px;
    width: calc(100% + 30px);
    position: relative;
}

  .field-body p.text-align-center {
    text-align: center;
  }
  .field-body video {
    width: 100%;
  }


.field.field-attachments,.field.field-internal-attachments {
    padding: 10px 20px;
    background: #F8F8F8;
    line-height: 180%;
    border-radius: 5px;
    border: 1px solid #C5D8C5;
}

.field.field-attachments .field-label, .field.field-internal-attachments .field-label  {
    padding-bottom: 5px;
    border-bottom: 1px solid #c5d2da;
    margin-bottom: 10px;
    font-weight: bold;
}
.books p.title{
  font-weight:bold;
  margin-top:10px;
}
.books p.tinfo{
  font-size:14px;
}
.xkds{
	margin:0;
	padding:0;
	overflow:hidden;
}
.xkds li{
	list-style:none;
	float:left;
	padding:5px 8px 0 8px;
}