.layout-content {
  width: 1200px;
  margin: 165px auto 0;
}

.vision-content .vision-content-left .vision-menus .item {
  margin-right: 50px;
}

.institute-news {
  display: flex;
  justify-content: space-between;
}
.institute-news .institute-news-left {
  width: 307px;
  height: 186px;
  overflow: hidden;
  position: relative;
}
.institute-news .institute-news-left img {
  display: block;
  width: 307px;
  height: 186px;
}
.institute-news .institute-news-left .type {
  position: absolute;
  height: 20px;
  top: 6px;
  left: 6px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
  line-height: 20px;
}
.institute-news .institute-news-right {
  margin-left: 30px;
  width: 496px;
}
.institute-news .institute-news-right .item {
  border-bottom: 1px solid #f0f2f8;
  height: 47px;
  line-height: 47px;
}
.institute-news .institute-news-right .item:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.institute-list {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-right: 20px;
}
.institute-list .item {
  width: 241px;
  height: 293px;
  position: relative;
  display: block;
}
.institute-list .item:first-child {
  background: url(../images/invest2/yjy_01.jpg);
}
.institute-list .item:nth-child(2) {
  background: url(../images/invest2/yjy_02.jpg);
}
.institute-list .item:last-child {
  background: url(../images/invest2/yjy_03.jpg);
}
.institute-list .item .item-con {
  width: 242px;
  height: 173px;
  background: #fff;
  box-shadow: 0 0 10px rgba(158, 164, 237, 0.5);
  position: absolute;
  left: 18px;
  top: 106px;
  padding: 20px 25px 0 18px;
}
.institute-list .item .item-con .title {
  font-size: 12px;
  color: #464646;
  line-height: 18px;
}
.institute-list .item .item-con .info {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.institute-list .item .item-con .time {
  text-align: right;
  color: #8f9298;
}
