.container {
  padding-top: calc(100px + var(--header-height));
  min-height: calc(80vh);
}
.container-box {
  display: flex;
  justify-content: space-between;
}
.bread-crumbs {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 46px;
}
.bread-crumbs .next {
  width: 6px;
  margin: 0 2px;
}
.container .bread-crumbs a {
  color: rgba(51, 51, 51, 0.6);
}
.container .news-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.9rem;
  margin-bottom: 36px;
}
.container .date-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 36px;
}
.container .date-time span {
  color: #2c3161;
}
.container .date-time i {
  margin: 0 8px;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #dcdfe5;
}
.container .left-content {
  flex: 1;
  margin-right: 140px;
}
.container .right-recommend {
  width: 410px;
}
.container-box .content img {
  margin: 0 auto;
  display: block;
}
.container-box .content p {
  font-size: 16px;
  line-height: 1.6;
  min-height: 16px;
}
.right-recommend h6 {
  font-size: 18px;
  line-height: 28px;
  color: #0f0f0f;
}

.right-recommend .list .item:first-child {
  padding-top: 24px;
}
.right-recommend .list .item {
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #dcdfe5;
}
.right-recommend .list .item img {
  width: 120px;
  height: 69px;
  border-radius: 10px;
}
.right-recommend .list .item .title {
  font-size: 18px;
  line-height: 24px;
  margin-left: 24px;
}
.right-recommend .list .item:last-child {
  margin-bottom: 28px;
}
.page-turning {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-turning .flex {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 0.5);
  cursor: pointer;
}
.page-turning .flex img {
  width: 11px;
}
.page-turning .flex .prev {
  margin-right: 4px;
}
.page-turning .flex .next {
  margin-left: 4px;
}
.page-turning .center {
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 0.5);
  cursor: pointer;
}
@media (max-width: 1440px) {
  .container .news-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 1080px) {
  .container .news-title {
    font-size: 24px;
    line-height: 32px;
  }
  .container .left-content {
    margin-right: 40px;
  }
  .container .right-recommend {
    width: 300px;
  }
  .right-recommend .list .item .title {
    font-size: 14px;
    line-height: 20px;
  }
  .page-turning .center,
  .page-turning .flex {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-top: 90px;
  }
  .container .left-content {
    margin-right: 0;
  }
  .container .right-recommend {
    display: none;
  }
  .container .news-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .bread-crumbs {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .container .date-time {
    font-size: 12px;
  }
}
