.banner_wrap {
  width: 100vw;
}
.banner_wrap .banner {
  width: 1920px;
  margin: auto;
}
.aboutCompany_wrap {
  width: 100vw;
  height: 470px;
  padding: 60px 0 60px 0;
  margin: auto;
  background: #fff;
}
.aboutCompany_wrap .aboutCompany {
  width: 1200px;
  margin: auto;
  background: #666;
}
.aboutCompany_wrap .aboutCompany .left_box {
  float: left;
  width: 50%;
}
.aboutCompany_wrap .aboutCompany .right_box {
  width: 50%;
  float: left;
}
.aboutCompany_wrap .aboutCompany .right_box .title {
  line-height: 40px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.aboutCompany_wrap .aboutCompany .right_box .intro {
  margin-top: 20px;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.news_wrap {
  width: 100vw;
  margin-top: 50px;
  clear: both;
}
.news_wrap .name {
  width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}
.news_wrap .name .title {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.news_wrap .name .sub {
  padding-top: 10px;
  color: #999;
  text-align: center;
}
.news_wrap .news {
  width: 1200px;
  margin: auto;
}
.news_wrap .news .left_box {
  float: left;
  width: 500px;
  height: 600px;
}
.news_wrap .news .left_box img {
  display: block;
  float: left;
  width: 500px;
  height: 400px;
}
.news_wrap .news .left_box .title {
  float: left;
  width: 500px;
  font-size: 18px;
  margin-top: 20px;
  color: #2882ff;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  /*设置文字在一行显示不能换行*/
  text-overflow: ellipsis;
  /*超出内容省略号显示*/
}
.news_wrap .news .left_box .date {
  margin: 10px auto;
  color: #999;
  font-size: 12px;
}
.news_wrap .news .left_box .text {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_wrap .news .right_box {
  width: 660px;
  margin-left: 20px;
  float: right;
}
.news_wrap .news .right_box .item {
  height: 146px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.news_wrap .news .right_box .item img {
  float: left;
  width: 215px;
  height: 136px;
}
.news_wrap .news .right_box .item .intro {
  float: left;
  width: 445px;
  padding-left: 20px;
}
.news_wrap .news .right_box .item .intro .title {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_wrap .news .right_box .item .intro .title:hover {
  color: #2882ff;
}
.news_wrap .news .right_box .item .intro .date {
  margin: 10px auto;
  color: #999;
  font-size: 14px;
}
.news_wrap .news .right_box .item .intro .text {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
