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

.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-title {
  background-color: rgba(0, 0, 0, .06);
  height: 160px;

}

.container-title-inner {
  max-width: 1184px;
  margin: 0 auto;
  padding-top: 20px;
}

.container-title-inner h2 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #010101;
  line-height: 61px;
}

.container-title-inner p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 24px;
}

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

.container-inner-header {
  background: rgba(0, 0, 0, .1);
  font-size: 16px;
  color: #0D0409;
  line-height: 36px;
  padding: 30px 20px;
  margin-top: 20px;
}

.container-inner-content {
  padding: 20px;
  border-bottom: 1px solid #AE1C29;
}

.container-inner-content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0D0409;
  line-height: 36px;
}

.container-inner-content img {
  width: 100%;
  margin: 30px 0;
}

.container-inner h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #010101;
  line-height: 40px;
  margin: 50px 0;
}


.container-inner-recommend {
  padding: 12px 0px;
  margin: 0 -16px 50px;
}


.container-inner-item {
  padding: 3px 7px;
  margin: 0 auto;
  height: 450px;
  border: 1px solid transparent;
}

.container-inner-item:hover {
  border-color: #AE1C29;
  display: block;
}

.container-inner-item__button {
  width: 244px;
  height: 43px;
  line-height: 43px;
  display: none;
  background: #AE1C29;
  text-align: center;
  margin: 10px auto 0;
  border: none;
  font-size: 14px;
  color: #FFFFFF;
}

.container-inner-item:hover .container-inner-item__button {
  border-color: #AE1C29;
  display: block;
  color: #FFFFFF;
}

.container-inner__button {
  width: 100%;
  height: 60px;
  background: #AE1C29;
  text-align: center;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
}

.container-inner-item__img {
  width: 100%;
  padding: 10px 0px 15px 0px;
}

.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: 3;
  -webkit-box-orient: vertical;
}

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

.container-inner-item__desc {
  font-size: 14px;
  color: #5C5C5C;
  line-height: 24px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.col-md-3 {
  padding: 0 5px 30px 5px;
}