.section-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 150px;
  overflow: hidden;
}

.section-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-wrapper {
  position: relative;
  width: 1200px;
  margin: 40px auto 60px;
}

.custom-breadcrumb {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
  display: flex;
}

@media screen and (max-width: 768px) {
  .custom-breadcrumb {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    margin-bottom: 20px;
  }
}

.custom-breadcrumb a {
  color: #555;
  transition: all 0.3s;
}

.custom-breadcrumb a:hover {
  color: #23487e;
}

.custom-breadcrumb em {
  margin: 0 8px;
}

.news-detail-header {
  border-top: 4px solid #337ce1;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-detail-header {
    padding: 0 20px;
  }
}

.news-detail-header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .news-detail-header h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 540px) {
  .news-detail-header h3 {
    font-size: 28px;
  }
}

.news-detail-header ul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #404040;
}

.news-detail-header ul li {
  display: flex;
  align-items: center;
  line-height: 1;
}

.news-detail-header ul li img {
  margin-right: 4px;
}

.news-detail-header ul li + li {
  margin-left: 30px;
}

@media screen and (max-width: 520px) {
  .news-detail-header ul li {
    display: inline-block;
  }
  .news-detail-header ul li img {
    display: none;
  }
  .news-detail-header ul li + li {
    margin-left: 16px;
  }
}

@media screen and (max-width: 400px) {
  .news-detail-header ul li + li {
    margin-left: 6px;
  }
}

.news-detail-main {
  min-height: 360px;
  padding: 40px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #404040;
  line-height: 1.8;
  word-break: break-all;
}

.news-detail-main img {
  max-width: 100%;
  height: auto;
}

.news-detail-footer {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .news-detail-footer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .news-detail-footer {
    font-size: 16px;
  }
}

.news-detail-footer p {
  display: flex;
}

.news-detail-footer p + p {
  margin-top: 20px;
}

.news-detail-footer a {
  flex: 1;
  word-break: break-all;
  color: #666;
  transition: 0.3s;
}

.news-detail-footer a:hover {
  color: #337ce1;
}
