.news-cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 36px;
}
.news-cont .location {
  margin-bottom: 39px;
}
.news-cont .location .location-img {
  width: 10px;
  height: 11.9px;
  margin-right: 9px;
}
.news-cont .location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.news-cont .location span a {
  color: #999999;
  text-decoration: none;
}
.news-cont .location span a:last-child {
  color: #D61F25;
}
.news-cont .content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}
.news-cont .content .news-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 22px;
}
.news-cont .content .news-info {
  text-align: center;
  margin-bottom: 20px;
}
.news-cont .content .news-info span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-right: 17px;
}
.news-cont .content .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-bottom: 23px;
}
.news-cont .content .summary {
  width: 100%;
  background-color: #f3f6f9;
  box-sizing: border-box;
  padding: 17px 20px 24px 20px;
  margin-bottom: 46px;
}
.news-cont .content .summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.news-cont .content .news-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
