.hr-line {
  line-height: 5px;
  position: relative;
  outline: 0;
  border: 0;
  color: #cccccc;
  text-align: center;
  height: 20px;
  //margin-left:25px;
 }
  .hr-line:before {
    content: '';
   
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .hr-line:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #cccccc;

    padding: 1px;
    line-height: 20px;
    
    color: #818078;
    background-color: #ffffff;
  }

.t-Region{
    width: 100%;
}