.block-region-top-first,.region-middle-first{
  margin-bottom:30px;
}

.block h2.block-title{
  position:relative;
  border-bottom:0;
  color: #128888;
    font-weight: 600;
}
/* h2.block-title:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ECECEC;
    top: 13px;
    left: 100px;
    width: 200px;
}*/

/******************* event *************************/
.newsblock .linelimit{
  overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
      font-size:13px;
        color:#999;
        line-height: 1.5;
}
.event-list, .event-list ul{
  margin-left:0;
  padding-left:0;
}
.event-list.event-list-4 .event-content .event-left {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
}
.event-list.event-list-4  .list-content .event-content .event-right {
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    width:100%;
}
.event-list.event-list-4 .list-content .event-content .event-left .event-time .event-day {
    font-size: 30px;
    font-weight: 600;
    font-family:Times,Helvetica,sans-serif;
        text-align: center;
}
.event-list.event-list-4 .list-content{
  border-bottom:0;
}
.event-years{
  font-size:12px;
  width: max-content;
}
.event-list.event-list-4 .event-content .event-left .event-time {
        margin-top: 10px;
}
.block-region-bottom{
  padding-left:14px;
  padding-right:14px;
}
.event-list.event-list-4 {
  border-bottom:0;
}
.event-list li a, .event-list ul li a {
    color: #000000;
}
.event-list.event-list-4 .list-content .event-content .event-left .event-time{
    padding: 8px;
    line-height: 22px;
    color:#CC6600;
}
.event-years{
  color:#999;
}

.event-list.event-list-4 .event-content .event-right .event-title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

@media only screen and (min-width: 768px){
.event-list.event-list-4 .list-content .event-content .event-right .event-title {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.event-list.event-list-4 p,.event-right p{
  color:#666;
  font-size:13px;
  overflow:hidden;
}
.event-right p span{
  display:inline-block;
  float:left;
  width:80%;
  color:#999;
}
.newsblock .event-right p span,.newsblock .event-right p{
  display:block;
  float:none;
  width:100%;
  color:#999;
}
.event-right p strong{
  float:left;
  width: auto;
}
}
@media only screen and (max-width: 767px){
.event-right p{
}
.event-list.event-list-4 .event-content .event-time{
  background:none;
}
.event-list ul li{
  float:none;
  width:auto;
}
}

.quicktabs-wrapper .quicktabs-tabs li a{
  color:#555;
}
.quicktabs-wrapper .quicktabs-tabs{
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px){
.quicktabs-wrapper .quicktabs-tabs li{
width: auto !important;
    position: relative;
    bottom: -2px;
}
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
    border: 0;
}
.quicktabs-wrapper .quicktabs-tabs li:hover a {
  border: 0;
}
.quicktabs-wrapper .quicktabs-tabs li.active a,.quicktabs-wrapper .quicktabs-tabs li:hover a{
  border-bottom: 2px solid #128888;
  font-weight: bold;
}
.quicktabs-wrapper .quicktabs-tabs li a {
    border:0;
    border-bottom: 2px solid #F2F2F2;
    font-size: 16px;
    padding: 14px;
}

.more-link {
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 20px;
    outline: 0;
    line-height: 1;
    background: #12874D;
    position: inherit;
    border-radius: 20px;
}
.more-link a,a.more-link,a.more-link:hover{
  color:#FFF;
  font-size:14px;
}
a.more-link{
  margin-top:21px;
  float:right;
}

.ztblock {
    height: 30px;
    background: url(../../zt-bg.png) no-repeat center center;
    margin-top:40px ;
    margin-bottom:30px;
}
.footer-link li{
  list-style:none;
}
.footer-link a {
    color: rgba(255, 255, 255, 0.8);
    font-size:16px;
}
.footer-link a:hover{
   color: #f4cd64;
}
.s-index {
  color:#FFF;
  background:url(../../sindexbg.jpg) no-repeat;
  background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}
.s-index .s-logo {
    background: url(../../slogo.png) center center no-repeat;
    height: 120px;
    position: absolute;
    top: -60px;
    width: 100%;
}
.s-index p{
  color:#FFF;
}
.s-index h2{
  font-size:20px;
  margin-bottom:20px;
}
.s-index{
    position: relative;
    padding: 60px 0 60px 0;
    margin-top: 100px;
}