/* 区域峰会 */
.meeting-mark {
  padding-top: 49px;
  text-align: center;
  font-size: 34px;
  color: #333333;
  margin-bottom: 49px;
}
.meeting-mark>span {
  position: relative;
}
.meeting-mark>span:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 5px;
  bottom: -13px;
  left: 50%;
  margin-left: -30px;
  background: linear-gradient(90deg,rgba(47,121,255,1),rgba(13,193,245,1));
}
.meeting-list {
  padding-bottom: 198px;
}
.meeting-list-li {
  float: left;
  width: 388px;
  height: 352px;
  border:1px solid rgba(220,220,220,1);
  overflow: hidden;
  margin-right: 18px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.meeting-list-li:nth-child(3n) {
  margin-right: 0;
}
.meeting-list-li .meeting-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.meeting-list-li .meeting-img img {
  width: 100%;
  height: 220px;
  transition: all 0.3s ease-in;
}
.meeting-list-li .meeting-img:hover img {
  transform: scale(1.05);
}
.meeting-bottom-box {
  width: 100%;
  box-sizing: border-box;
  padding: 23px;
  padding-bottom: 0;
}
.meeting-bottom-box .meeting-title {
  font-size:20px;
  color:#333333;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.meeting-bottom-box .meeting-other-info {
  font-size:16px;
  color:#333333;
  margin-bottom: 6px;
}
.meeting-bottom-box .meeting-time {
  margin-right: 4px;
}
.meeting-bottom-box .meeting-title:hover a,
.meeting-bottom-box .know-more:hover a{
  color: rgba(47,121,255,1)
}
.meeting-bottom-box .meeting-place {
  margin-left: 4px;
}
.meeting-bottom-box .know-more {
  font-size:16px;
  color:#333333;
}
.meeting-bottom-box .know-more a {
  position: relative;
  padding-right: 16px;
}
.meeting-bottom-box .know-more a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/region_meeting/jump.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -7px;
  right: 0;
}
















