.event-content .textTitle{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.event-content .textContnet{
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
    padding-bottom: 10px;
}
.event-content .textTitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #1c2931;
    position: absolute;
    left: 0;
    top: 0;
}



.title1 {
    font-size: 20px;
    line-height: 1.1;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    color: #525252;
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}.title1 span:before {
     content: '';
     display: block;
     width: 4px;
     height: 100%;
     background: #1c2931;
     position: absolute;
     left: 0;
     top: 0;
 }.title1 span:after {
      content: '';
      display: block;
      width: 4px;
      height: 100%;
      background: #1c2931;
      position: absolute;
      right: 0;
      top: 0;
  }
.title1 span {
       display: inline-block;
       position: relative;
       padding-left: 40px;
       padding-right: 40px;
   }



.info {
    position: relative;
    padding-bottom: 16px;
    background-size: 100% 16px;
}
.info-wrapper {
    background: #f6f8fa;
    padding: 40px 0;
}
.info-inner {
    display: table;
    width: 100%;
}
.info-inner .info1:first-child {
     border-left: none;
     border-top: none;
 }
.info-inner .info1 {
       display: table-cell;
       width: 25%;
       text-align: center;
       border-left: 1px solid #2e393f;
       vertical-align: middle;
       padding: 25px 10px;
   }
.info-inner .info1-inner {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.info-inner .info1 .captionbread {
    float: left;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 1.4;
}
.info-inner .info1 .txt1 {
    font-size: 30px;
    color: #1c2931;
    font-weight: 700;
    font-family: 'Open Sans Condensed';
}
.info-inner .info1 .txt2 {
    font-size: 12px;
    color: #727272;
}