.cont {
  width: 1230px;
  margin: 0 auto;
  padding-top: 16px;
  background-color: #fff;
}
.cont .news-cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cont .news-cont .news-list {
  width: 100%;
  position: relative;
}
.cont .news-cont .news-list .news-pic {
  width: 100%;
  margin-bottom: 30px;
}
.cont .news-cont .news-list .news-pic img {
  width: 100%;
  height: 100%;
}
.cont .news-cont .news-list .news-item {
  display: block;
  text-decoration: none;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
  box-sizing: border-box;
  padding-left: 21px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.cont .news-cont .news-list .news-item .news-title {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont .news-cont .news-list .news-item .time {
  display: inline-block;
  float: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 2px;
}
.cont .news-cont .news-list .news-item::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 22%;
  background-color: #c6d3e1;
  transform: rotate(45deg);
}
.cont .news-cont .news-list .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cont .qrcode {
  width: 1200px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.cont .qrcode .code-item {
  display: block;
  text-decoration: none;
  width: 184px;
  text-align: center;
}
.cont .qrcode .code-item img {
  width: 184px;
  height: 184px;
  margin-bottom: 26px;
}
.cont .qrcode .code-item .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.cont .qrcode .djszb {
  display: block;
  text-decoration: none;
  width: 180px;
}
.cont .qrcode .djszb img {
  width: 180px;
  height: 180px;
}
