.page-node-type-article .block-region-left{
  margin-top:-65px;
}
.page-node-type-article .article-title h1,.page-node-type-article .article-title h2
{
  text-align:left;
}
.page-node-type-article .article-submit{
  text-align:left;
  margin-bottom:40px;
}
.field-type-text-with-summary h2{
   font-weight:600;
   color:#740003;
   margin:20px 0 15px 0;
 }
@media(min-width:1200px){
 .page-node-type-article  .article-title h1 {
    font-size: 34px;
    line-height: 150%;
}
}
.field-attachments.field-items .field-item:after{
    content: '\e604';
    font-family: 'iconfont';
    font-size: 26px;
    color: #666;
}
.field-attachments.field-items .field-item {
    border-radius: 10px;
    background-color: #f6f6f6;
    font-weight: bold;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    padding: 20px;
    line-height: 150%;
}

.pagenav-3-1 {
    right: 5px;
    bottom: 120px;
    z-index: 999;
}
.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;
    right: 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: #f2f2f2;
    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(/sites/default/files/weixin.png);
}
.share-item .icon-weibo:before{
      background-image: url(/sites/default/files/weibo.png);
}

/*********** table *********/
.table thead tr th {
    font-size: 16px !important;
    background: rgba(116,0,3,0.1);
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:rgb(116,0,3);
}
.table thead tr th p{
      font-size:16px !important;
}
.table p{
  font-size:14px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:#F8F8F8;
}
.table tbody tr:nth-child(even) {
    background:#FFFFFF;
}
.table tbody tr td {
    vertical-align: top;
    line-height:150%;
    padding:15px;
}

.row div.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}


@media only screen and (max-width:767px){
.deanmessage .row {
  background-size:100%;
}

}
@media screen and (max-width: 767px) {
  .row div.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.table-fix{
  table-layout: fixed;
}
.rowflex{
  display:flex;
  flex-wrap:wrap;
}
.org {
  padding:30px 0;
  font-size:14px !important;
  color:#999;
}
.org div{
  font-size:14px !important;
  color:#999;
  line-height: 150% !important;
}
.org h2{
  font-size:26px;
  font-weight:600;
  color:#69A69F;
  margin:25px 0;
}
.org h4{
  font-size:22px;
  padding:5px 0;
  font-weight:600;
  color:#005826;
}
.org table tbody tr td{
  color:#333;
  text-align:center;
}
@media only screen and (min-width:1280px){
.org .orgflex{
  display:flex;
}
.org h2{
  font-size:36px;
   margin:35px 0;
   text-align:center;
}
}