hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
#main #content article .inner{
  background:#FFF;
  margin-top:20px;
}
.block-region-right {
    padding: 0 30px 30px;
}
.block-region-middle{
  padding:10px;
}
.article-header.outside-min-tb {
    padding: 30px;
    border-bottom: 1px #ececec solid;
}
.block-region-middle .field-body.field-type-text-with-summary{
  padding:30px;
}
.field-body h2{
  font-size:24px;
  color:#069;
  margin:30px 0 10px 0;
  padding-bottom:15px;
}
.field-body h3{
    font-size: 20px;
    color: #069;
    margin: 10px 0;
    position: relative;
    background: #FFF;
    width: auto;
    padding: 10px 0 10px;
    display: inline-block;
    z-index: 10;
}
.leadermembers span{
  font-size:14px;
  color:#999;
  margin:10px 0;
  display:block;
}
@media screen and (min-width: 992px){
  .block-region-middle{
  padding:10px 30px 30px;
}
.field-body h3:after{
    border-bottom: 1px solid #ECECEC;
    position: absolute;
    content: "";
    top: 25px;
    width: 100%;
    margin-left: 20px;
}
}

/*********** table *********/
.table thead tr th {
    font-size: 16px;
    color: #000;
    background: #F2F2F2;
    letter-spacing: 0;
    padding: 15px !important;
    text-align: center;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.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;
}

.wrap-table100 {
    border-radius: 10px;
    overflow: hidden;
}
.respon-table {
    width: 100%;
    display: table;
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    .respon-table {
      display: block;
    }
  }
  
  .respon-row {
    display: table-row;
    background: #fff;
  }
  .respon-row .respon-cell:nth-child(1) {
      color:#46318a;
  }
  .respon-row.header {
    color: #ffffff;
    background: #36304a;;
  }
  
  @media screen and (max-width: 768px) {
    .respon-row {
      display: block;
    }
  
    .respon-row.header {
      padding: 0;
      height: 0px;
    }
  
    .respon-row.header .respon-cell {
      display: none;
    }
  
    .respon-row .respon-cell:before {
      font-family: "Microsoft Yahei";
      font-size: 12px;
      color: #808080;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: unset !important;
  
      margin-bottom: 13px;
      content: attr(data-title);
      min-width: 98px;
      display: block;
    }
  }
  
  .respon-cell {
    display: table-cell;
  }
  .respon-row:nth-child(even) {
    background-color: #f5f5f5;
}
  @media screen and (max-width: 768px) {
    .respon-cell {
      display: block;
    }
  }
  
  .respon-row .respon-cell {
    font-family: "Microsoft Yahei";
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 150px;
    padding-left:10px;
    padding-right:10px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .respon-row.header .respon-cell {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  
  .respon-row .respon-cell:nth-child(1) {
    padding-left: 20px;
  }
  .respon-row .respon-cell:nth-child(4), .respon-row .respon-cell:nth-child(5){
    width:80px;
    text-align: center;
  }
  .respon-row .respon-cell:nth-child(6){
    text-align: center;
  }
  .respon-table, .respon-row {
    width: 100% !important;
  }
  
 /* .respon-row:hover {
    background-color: #ececff;
    cursor: pointer;
  }
  */
  @media (max-width: 768px) {
    .respon-row {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 18px;
      padding-top: 30px;
      padding-right: 15px;
      margin: 0;
    }
    .respon-row .respon-cell  {

      }
    .respon-row .respon-cell {
      width: auto;
      border: none;
      padding-left: 30px;
      padding-top: 16px;
      padding-bottom: 16px;
      text-align: left !important;
    }
    .respon-row .respon-cell:nth-child(1) {
      padding-left: 30px;
    }
    
    .respon-row .respon-cell {
      font-family: "Microsoft Yahei";
      font-size: 18px;
      color: #555555;
      line-height: 1.2;
      font-weight: unset !important;
    }
  
    .respon-table, .respon-row, .respon-cell {
      width: 100% !important;
    }
  }



  .rptable .container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c850c0;
    background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
    background: -o-linear-gradient(45deg, #4158d0, #c850c0);
    background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
    background: linear-gradient(45deg, #4158d0, #c850c0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
  }
  
  .rptable  .wrap-table100 {
    width: 100%;
  }
  .rptable {
    margin:15px 0 20px 0;
  }
  .rptable  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .rptable  table * {
    position: relative;
  }
  .rptable  table td, .rptable table th {
    padding-left: 8px;
    padding:10px;
    line-height: 160%;
  }
  .rptable  table thead tr {
    height: 60px;
    color: #199959;
    background: rgb(25, 153, 89, 0.102);
  }
  .rptable   table tbody tr {
    height: 50px;
  }
  .rptable  table tbody tr:last-child {
    border: 0;
  }
  .rptable  table td,.rptable  table th {
    text-align: left;
  }
  .rptable  table td.l,.rptable  table th.l {
    text-align: right;
  }
  .rptable  table td.c,.rptable  table th.c {
    text-align: center;
  }
  .rptable table td.r,.rptable  table th.r {
    text-align: center;
  }
  
  .rptable  .table100-head th{
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 1.2;
    font-weight: unset;
  }
  
  .rptable  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  .rptable  tbody tr {
    font-family: "Microsoft Yahei";
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
  }
  
  .rptable  tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
  }


  @media screen and (max-width: 768px) {
    .rptable   table {
      display: block;
    }
    .rptable   table > *, .rptable table tr, .rptable table td, .rptable table th {
      display: block;
    }
    .rptable table thead {
      display: none;
    }
    .rptable table tbody tr {
      height: auto;
      padding: 37px 0;
    }
    .rptable table tbody tr td {
      padding-left: 40% !important;
      margin-bottom: 5px;
      width: auto !important;
    }
    .rptable table tbody tr td:last-child {
      margin-bottom: 0;
    }
    .rptable 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;
    }
    .rptable table th,.rptable table td{
      text-align: left !important;
    }
  
    .rptable  tbody tr {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .rptable  .container-table100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
.hexin img {
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
}
/******hongtou**/
.block-region-middle {
    max-width: 1200px;
    margin: 0 auto;
}
.region-middle .contextual-region.block{
  margin-bottom:0;
}
.region-middle .article-title h1 {
    font-size: 32px;
}
.region-middle .article-header.outside-min-tb {
    border-bottom:0;
    padding: 0 30px;
}