.hidden {
  display: none;
}
.responsive-tablet div.table {
  display: table;
}
.responsive-tablet div.table-tr {
  display: table-row;
}
.responsive-tablet div.table-td {
  display: table-cell;
  padding: 5px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
}
.responsive-tablet div.table-td:first-child {
  border-left: 1px solid #ccc;
}
.responsive-tablet div.table-tr:first-child > div.table-td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 900px) {
  .responsive-tablet div.table {
    display: block;
    overflow: hidden;
  }
  .responsive-tablet div.table-tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .responsive-tablet div.table-td {
    display: inline-block;
    border: 0 !important;
  }
}
/*universal styles for slider*/
/*end universal styles for slider*/
/*news-ntc block*/
.content-left .art-page {
  margin: 10px 0 0;
}
.content-left .art-page .desc {
  margin: 30px 0 20px 80px;
}
.content-left .art-page .art-ntc_item {
  width: 100%;
}
#content-rght .art-page {
  margin: 48px 0 0;
}
.art-ntc_item {
  display: inline-block;
  clear: both;
  vertical-align: top;
  margin: 0 0 20px;
}
.art-ntc_item:last-child {
  margin: 0;
}
.art-ntc_date {
  display: block;
  float: left;
  width: 51px;
  height: 41px;
  padding: 6px 3px;
  border: 1px solid #dbdbdb;
  background: #ececec;
  text-align: center;
  border-radius: 5px;
}
.art-ntc_date span,
.art-ntc_date b {
  display: block;
}
.art-ntc_date span {
  color: #666666;
  font: bold 12px/12px Arial, Helvetica, sans-serif;
}
.art-ntc_date b {
  color: #228999;
  font: bold 24px/24px Arial, Helvetica, sans-serif;
}
.art-ntc_text {
  margin-left: 80px;
  text-align: left;
  color: #666666;
  font: normal 14px/16px Arial, Helvetica, sans-serif;
}
.art-ntc_text p {
  margin: 0 0 4px;
  text-align: justify;
  max-width: 750px;
}
.art-ntc_text .art-ntc_title {
  display: inline-block;
  clear: both;
  color: #333333;
  font: 700 16px/18px Arial, Helvetica, sans-serif !important;
  margin: 0 0 10px;
}
.art-ntc_text a.art-ntc_title,
.art-ntc_text .art-ntc_title a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #EBE6E6;
  margin: 0;
}
.art-ntc_text a.art-ntc_title:hover,
.art-ntc_text .art-ntc_title a:hover {
  text-decoration: none;
  color: #ed154b;
  border-bottom: none;
  margin: 0 0 1px;
}
.art-ntc_text a.art-ntc_title {
  margin: 0 0 9px;
}
.art-ntc_text a.art-ntc_title:hover {
  margin: 0 0 10px;
}
.art-ntc_text .art-ntc_share {
  min-width: 269px;
}
.art-ntc_text .art-ntc_share div.likeit {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.art-ntc {
  border-bottom: 1px solid #999999;
  padding: 10px 0 25px;
  margin: 10px auto 20px;
  width: 100%;
  display: block;
}
.art-ntc .h2-title {
  margin: 0 0 20px;
}
.art-ntc .art-ntc_item {
  width: 46%;
  max-width: 513px;
  margin: 0 4% 0 0;
}
.art-ntc .art-ntc_item:last-child {
  margin: 0 0 0 4%;
}
.art-block {
  margin: 13px 0 0;
}
.art-block .art-ntc_item {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px;
}
/*end block news-ntc*/

.pull-block .pull-header_articles {
  margin: 1em 1em 0.5em;
  text-align: left;
}
.pull-block .pull-header_articles h2 {
  color: #999;
  margin: 0;
  font: 700 20px/22px Arial, Helvetica, sans-serif;
}
.pull-block .pull_more {
  display: block;
  text-align: right;
  margin: 0.5em 1em 0;
}
.pull-block .pull_more a {
  color: #666666;
  text-decoration: underline;
}
.pull-block .pull_more a:hover {
  text-decoration: none;
  color: #666666;
}

.pull-block .pull-content > * {
  margin: 0 auto;
}
.pull-block .pull-content ul.pull-content_articles {
  font: normal 14px Arial, Helvetica, sans-serif;
  margin: 0 1em;
}
.pull-block .pull-content ul.pull-content_articles li {
  text-align: left;
  padding: 5px 0 12px;
}
.pull-block .pull-content ul.pull-content_articles li a {
  color: #333;
  text-decoration: underline;
}
.pull-block .pull-content ul.pull-content_articles li a:hover {
  color: #ed154b;
  text-decoration: none;
}
