.banner {
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;}
.banner > div {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  padding-top: 145px;}
.banner > div > img {
  margin-left: auto;
  margin-right: auto;
  display: block;}

.content-container {
  border-top: 5px solid #c53833;
  position: relative;
  margin-top: -130px;
  margin-bottom: 70px;
  min-height: 500px;
  background: #fff;
  box-shadow: 0 5px 35px rgb(0 0 0 / 10%);}
.page-title {
  text-align: center;
  margin: 25px 0;
  font-size: 36px;
  font-weight: 400;}

.sidebar {
  position: absolute;
  top: 95px;
  right: -60px;}
.sidebar li {
  height: 60px;
  width: 60px;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 18px;
  opacity: 0.9;
  background: #df3d37;}
.sidebar li a {
  color: #fff;
  transition: color 0.2s;
  text-decoration: none;}
.sidebar li img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 auto 5px;}
.sidebar li:hover {
  opacity: 1;}

.paging-container {
  text-align: center;
  margin-bottom: 30px;}
.paging-container a {
  height: auto;
  background: #fafafa;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.2s;
  color: #666;
  line-height: 25px;
  height: 25px;}
.paging-container a:hover {
  background: #f0f0f0;
  box-shadow: 2px 2px 10px rgb(201 52 49 / 20%);
  color: #636363;}

@media (min-width: 1200px) {
  .container {
    width: 1100px;}
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;}
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;}
}

.container {
  min-width: 1100px;}
