body {
    background: #f5f5f5 url(../images/companybg.png) no-repeat top center fixed;
}

.company-header {
    padding-top: 100px;
}

.company-info {
    color: #fff;
}

.company-line {
    width: 140px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}

.company-profile {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .company-name h2 {
        font-size: 26px;
    }
    .company-profile {
        font-size: 16px;
        line-height: 24px;
    }
}

.company-profile p {
    text-indent: 2em;
}

.company-file {
    margin-top: 30px;
}

.company-file .row>div {
    text-align: center;
    padding-bottom: 10px;
}

.company-file img {
    width: 100%;
}

.company-file-header {
    height: 150px;
    background: url(/css/../images/companyfile.png) center 20px no-repeat;
}

.company-news-header {
    height: 150px;
    background: url(/css/../images/news-header.png) center 30px no-repeat;
}


/* .company-news {} */

.company-news ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.company-news ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.company-news ul li>div>div:nth-child(2) {
    margin-left: -15px;
}

.company-news-day {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: #999;
    text-align: center;
    vertical-align: middle;
}

.company-news-year-month {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.company-news-title {
  font-size: 20px;
  color: #333;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.company-news-content {
    font-size: 14px;
    color: #888;
    height: 60px;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 10px;
    overflow: hidden;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}