.header-container.inner, .header-row {
    height: 130px;
}
#search_block_form .form-element-radius{
  border-radius:30px;
}
.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item, #main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item {
    width: auto;
    text-align: center;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.main-menu-1-1 .nav-menu{
  font-size:18px;
  font-weight:600;
}
.main-menu-1-1 .nav-menu .level-menu a {
    font-size: 14px;
    line-height: 1;
}
.main-menu-nav-primary {
    background-color: #005826;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.menu.nav-menuul .dropdown-menu, .menu.nav-menu .dropdown .dropdown-menu {
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.block-region-top-second-left .pagination {
    text-align: right;
}
.banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
    background-image: url(../../Banner-2.jpg);
}
.banner.frontbanner{
    min-height:35vh;
    max-height:45vh;
    background-image: url(../../banner.jpg);
}

.contactblock{
    position:relative;
    background: url(../../contactpic.jpg) no-repeat top left;
    background-size: cover;
    padding-top:300px;
}
.contactblock .contacttext h2 {
    color: #FFF;
    margin-bottom: 20px;
}
.contactblock .contacttext{
  background:#009246;
  padding: 40px 25px 20px;
   position: relative;
}
.contactblock .contacttext p{
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
    padding-left: 50px;
}
.contactblock .contacttext span {
    display: inline-block;
    width: 50px;
    float: left;
    margin-left: -50px;
}
.contacttext:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #009246;
    border-left: 254px solid transparent;
    position: absolute;
    z-index: 2;
    top: -50px;
    right: 0;
}
.page-taxonomy .title-inner h2,.page-taxonomy .field.field-name.field-type-string{
    font-size: 24px;
    font-family:"Microsoft Yahei";
    margin-bottom: 20px;
    font-weight: bold;
    color: #005826;
}
.page-taxonomy .title-inner h2{
  font-size:20px;
}
.page-taxonomy .field.field-name.field-type-string{
    font-size: 24px;
    font-family: "Microsoft Yahei";
    margin-bottom: 20px;
    font-weight: bold;
    color: #005826;
    display:bold;
    line-height:150%;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p {
    font-size: 16px;
    overflow: inherit;
    text-overflow: inherit !important;
    white-space: inherit !important;
}
.page-taxonomy .list-item {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.page-taxonomy .list-item .date {
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;
}
.footer-bg-primary{
  padding:0px 0 20px;
}
.footer-link{
  padding:20px 0;
  color:#fff;
  background:rgba(0,0,0,0.1);
  margin-bottom:10px;
  font-weight:600;
}
.footer-link .label{
  padding:10px 20px;
  background:none;
  border-radius:5px;
  display: flex;
  margin-right:10px;
  font-size:18px;
}
span.link{
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 20px;
}
.footer-link a{
  color:rgba(255,255,255,0.7);
  padding:10px 5px;
  margin-left:10px;
  font-size:16px;
  font-weight:normal;
  display:inline-block;
}
.footer-link a:hover{
  color:rgba(255,255,255,1);
}
.copyright{
  background:#000;
}
/*********** table *********/
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 15px !important;
    background: #005826;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:#FFF;
}
.table thead tr th p{
      font-size:15px !important;
}
.table p{
  font-size:14px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:#FFF;
}
.table tbody tr:nth-child(even) {
    background:#F2F6F1;
}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}

@media only screen and (max-width:992px){
.page-node-type-article article .col-sm-12.col-md-3 {
    display:none;
}
}
@media screen and (max-width: 767px) {
.row div.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
  .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;
  }
}
.rowflex{
  display:flex;
  flex-wrap:wrap;
}