.content-container {
  max-width: 1184px;
  margin: 0 auto;
}

.content-container .container-header {
  border-bottom: 1px solid #AE1C29;
  line-height: 55px;
  font-size: 14px;
}

.container-header .iconfont {
  color: #AE1C29;
  font-size: 4px;
}

.container-header .home-icon {
  font-size: 16px;
}

.container-header>span {
  margin-right: 10px;
}

.container-header .btn {
  border-radius: 15px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #AE1C29;
  color: #010101;
}

.container-header .btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 59, 112, 0.16);
}

.container-header .btn.active,
.container-header .btn:hover {
  background: linear-gradient(45deg, rgba(174, 28, 41, 1), rgba(219, 3, 23, 0.59));
  color: #fff;
}

.container-inner {
  padding: 12px 30px;
}

.container-inner-item {
  height: 335px;
  padding: 3px 7px;
  margin: 0 auto;
  box-shadow: 0px 3px 7px 0px rgba(34, 23, 20, 0.15);
}

.container-inner-item__img {
  padding: 10px;
  max-width: 336px;
}

.container-inner-item__title {
  font-size: 18px;
  color: #0D0409;
  line-height: 24px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-inner-item__time {
  font-size: 14px;
  color: #5C5C5C;
  line-height: 24px;
  margin: 30px 0;
}

.col-md-4 {
  padding-bottom: 30px;
}