.home-title {
  position: relative;
  width: 100%;
}

.home-title .title {
  font-size: 20px;
  background-color: #da0001;
  color: white;
  padding: 10px 20px;

  /* min-width: 120px; */
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
}

.home-title .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #000;

  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -ms-flex-align: center;
  align-items: center;
}

/* 为IE 10添加margin替代gap */
.home-title .more > * {
  margin-right: 4px;
}

.home-title .more > *:last-child {
  margin-right: 0;
}

.home-title .more .more-icon {
  width: 18px;
  height: 18px;
  background: url(../../img/incss/home-title-arrow.png) center / contain
    no-repeat;
}
