.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}
.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}
.con_bg .con .section {
  width: 100%;
  height: auto;
}
.con_bg .con .section .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .section .news {
  width: 100%;
  height: auto;
  background-color: #F5F6F8;
  padding: 20px 0;
}
.con_bg .con .section .news .list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.con_bg .con .section .news .list .pic {
  width: 40%;
  height: 240px;
  overflow: hidden;
}
.con_bg .con .section .news .list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.con_bg .con .section .news .list .count {
  width: 50%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  padding-left: 20px;
}
.con_bg .con .section .news .list .count .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_bg .con .section .news .list .count .time {
  font-size: 16px;
  margin-bottom: 20px;
}
.con_bg .con .section .news .list .count p {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_bg .con .section .news .list .count .more {
  display: flex;
  align-items: center;
  color: #165093;
  margin-top: 30px;
}
.con_bg .con .section .news .list .count .more img {
  margin-left: 5px;
  vertical-align: middle;
}
.con_bg .con .section .news .list:hover .pic img {
  transform: scale(1.1);
}
.con_bg .con .section .news .list:hover .count .title {
  color: #165093;
}
