body {
background-color: #f5f5f5;
}

.main-content {
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
	width: 1170px;
	min-height: 650px;
  }
  .main-content .company-title  {
    font-weight: bold;
    font-size: 34px;
    padding: 20px 26px;
    color: #333;
  }
  .sub-title .head-img {
    background-color: #1a8ce0;
    height: 20px;
    width: 10px;
    float: left;
    margin-top: 2px;
    margin-right: 16px;
  }
  .main-content .sub-content .sub-title {
    font-size: 20px;
	font-weight: bold;
    color: #333;
	margin-left: 0;
	position: relative;
  }
  .sub-content .sub-info {
    padding-left: 26px;
    padding-left: 26px;
    margin: 10px 0;
    font-size: 16px;

  }
  .sub-title .head-img:after {
    content: '';
    position: absolute;
    width: 86%;
    height: 1px;
    top: 12px;
    left: 200px;
    background: #f5f5f5;
}