/* 热点活动 */
.hot-activity {
    margin: 0 auto;
    padding: 50px 0;
    width: 1340px;
  }
  
  .hot-activity-head {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    padding-right: 10px;
  }

.hot-activity-head .title {
  color: #444;
  font-size: 24px;
  padding-left: 55px;
  position: relative;
  line-height: 43px;
}
.hot-activity-head .title::after{
  background: url(/img/activity/title.png) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 40px;
}
  
  .hot-activity-head .change {
    color: #999;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
  }
  
  .hot-activity-head .change:before {
    background: url('/img/activity/icon_change.png') no-repeat;
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    left: 0;
    top: 4px;
    position: absolute;
  }

.hot-activity-list .btn:hover {
  background: rgba(229, 164, 20, 1);
  color: #fff !important;
}

.hot-activity-list {
  /* font-size: 0; */
  padding: 18px 0 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  .hot-activity-list .hotleft, .hot-activity-list .hotrigth{
    width: 660px;
    height: 154px;
    padding: 25px 40px 0 0px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .hot-activity-list .hotleft{
    background: rgba(249, 249, 249, 1);
    width: 660px;
    height: 154px;
    position: relative;
  }
  .hotleft a{
      display: flex;
      /*align-items: center;*/
  }
  .hotleft a .imgs img{
    margin: 0px 25px 0px 15px;
  }

.hot-activity-list .hotleft h3{
  font-size: 18px;
  font-weight: 400;
  width: 380px;
  /* color: rgba(229, 164, 20, 1); */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

  .hot-activity-list .hotleft img{
    display: block;
    margin: 6px 0;
  }

.hot-activity-list .hotleft p{
  font-size: 14px;
  color: rgba(136, 136, 136, 1);
  text-overflow:ellipsis;/*设置隐藏部分为省f略号*/
  overflow: hidden;/*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

  .hot-activity-list .hotleft .btn{
    color: rgba(229, 164, 20, 1);;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    /* background-color: rgba(229, 164, 20, 1); */
    border: 1px solid rgba(229, 164, 20, 1);;
    position: absolute;
    right: 46px;
    bottom: 10px;
  }

.hot-activity-list .imgs img{
  width: 180px;
  height: 104px;
}

  .hot-activity-list .hotrigth{
    background: rgba(249, 249, 249, 1);
    width: 660px;
    height: 154px;
    position: relative;
  }
  .hotrigth a{
    display: flex;
    /*align-items: center;*/
}
.hotrigth a .imgs img{
  margin: 0px 25px 0px 15px;
}
.hot-activity-list .hotrigth h3{
  font-size: 18px;
  font-weight: 400;
  width: 380px;
  /* color: rgba(229, 164, 20, 1); */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
  .hot-activity-list .hotrigth img{
    display: block;
    margin: 6px 0;
  }
.hot-activity-list .hotrigth p{
  font-size: 14px;
  color: rgba(136, 136, 136, 1);
  text-overflow:ellipsis;/*设置隐藏部分为省略号*/
  overflow: hidden;/*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}
  .hot-activity-list .hotrigth .btn{
    color: rgba(229, 164, 20, 1);;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    /* background-color: rgba(229, 164, 20, 1); */
    border: 1px solid rgba(229, 164, 20, 1);;
    position: absolute;
    right: 46px;
    bottom: 10px;
  }
.seemore{
  /*margin-left: 1258px;*/
  line-height: 40px;
}