* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  background: #f9f9f9;
}
body {
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #555;
  background: url("../img/bg.jpg") fixed no-repeat;
  background-position: top -20px center;
}
@media only screen and (max-width: 767px) {
  body {
    background-position: top -100px center;
  }
}
a {
  color: #333;
}
a:hover {
  color: #999;
  text-decoration: none;
}

.toppest-header {
  font-size: 0.85rem;
  color: #6d6d6d;
  padding: 0.3rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid #f7e8d4;
}
.logo-wrapper {
  height: 5rem;
  padding: 0;
}
.logo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
@media only screen and (max-width: 767px) {
  .logo-wrapper {
    height: 8rem;
    padding: 2rem 1rem;
  }
  .logo-wrapper img {
    object-position: center;
  }
}
.input-search {
  padding: 1rem 0.5rem;
  height: 2.6rem;
  border: 1px solid #e10000;
  font-size: 0.9rem;
  line-height: 0.9rem;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
  width: 11rem;
}
.input-search:focus {
  width: 14rem;
  border-color: #f14949;
  box-shadow: 0 0 0 0.2rem rgba(241, 73, 73, .3);
}

@media only screen and (max-width: 991px) {
  .input-search {
    width: 5rem;
  }
  .input-search:focus {
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .input-search {
    width: 13rem;
  }
  .input-search:focus {
    width: 16.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .input-search {
    width: 10.2rem;
  }
  .input-search:focus {
    width: 13rem;
  }
}
.btn-red {
  font-weight: bold;
  padding: 0.15rem 0.5rem;
  height: 2.6rem;
  color: #fff;
  background: #e10000;
}
.btn-red:hover {
  color: #fff;
  background: #bd0000;
}
.btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-search .iconfont {
  font-size: 1.5rem;
}
.hot-search-brand {
  margin-left: -0.5rem;
  margin-right: 0.2rem;
}
.hot-search-keyword {
  font-size: 0.8rem;
  background: #fddcb7;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin: 0.15rem;
  white-space: nowrap;
}
.text-red {
  color: #e10000;
}
.hot-search-keyword a {
  color: #e10000;
}
.hot-search-keyword:hover a {
  font-weight: bold;
}
#topNavbar {
  min-height: 6rem;
  padding: 0;
}
#topNavbar .container {
  transition: all 0.3s ease;
}
#topNavbar .container.collapse-top {
  top: -6rem !important;
}
#topNavbar .container.fixed-top {
  top: -2.2rem;
}
@media only screen and (max-width: 767px) {
  #topNavbar {
    min-height: 3rem;
  }
  #topNavbar .container {
    padding: 0.5rem 0;
    background: #e81e1e;
  }
  #topNavbar .container.fixed-top {
    top: 0;
  }
}

#topNavbar .nav-item {
  padding-top: 2rem;
  background-color: transparent;
}
#topNavbar .nav-item.active {
  background: #bd0000;
}
@media only screen and (min-width: 768px) {
  #topNavbar .nav-item.active {
    background: url("../img/nav_bg.png") bottom no-repeat;
    background-size: 100% 70px;
    padding-right: 0.6rem;
  }
}
#topNavbar .active .nav-link {
  background: transparent;
}
#topNavbar .nav-link {
  background: #e81e1e;
  padding: 1rem 0.5rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #b30000;
}
#topNavbar .nav-item:first-child .nav-link {
  border-left: 0;
}
#topNavbar .nav-link:hover {
  background: #bd0000;
}
#topNavbar .active .nav-link:hover {
  background-color: transparent;
}
#topNavbar .nav-link * {
  display: inline-block;
}
#topNavbar .nav-link a {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.25rem;
  color: #fff;
}
#topNavbar .nav-link .iconfont {
  font-size: 1.3rem;
  color: #fff;
}
#navbarContent {
  overflow: auto;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler .iconfont {
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #topNavbar {
    background-color: #e81e1e;
  }
  #topNavbar .nav-item {
    padding-top: 0;
    width: 45%;
  }
  #topNavbar .nav-link {
    border-left: 0;
  }
}
#mainContent .container {
  background: #fff;
}

.headline {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
}
.headline-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.headline-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #e10000;
  font-weight: bold;
  font-size: 1.7rem;
}
.headline-title a:hover {
  color: #bd0000;
}

.headline-des a {
  font-size: 0.9rem;
  color: #555;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.headline-des a:hover {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .headline-des a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

#mainSlide {
  height: 390px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #mainSlide {
    height: 320px;
  }
}
@media only screen and (max-width: 575px) {
  #mainSlide {
    height: 280px;
  }
}
.slideBox ul {
  padding-left: 0px;
}
.slideBox {
  width: 450px;
  height: 230px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.slideBox .bd li p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  margin-bottom: 0;
  padding: 8px 70px 8px 15px;
  width: 100%;
}
.slideBox .bd li p a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  witdh: 85%;
}
.slideBox .bd li p a:hover {
  color: #ddd;
}
.nav-tabs {
  flex-wrap: nowrap;
  position: relative;
  /* border-bottom: 4px solid #f1f1f1; */
}
@media only screen and (max-width: 1199px) {
  .nav-tabs {
    overflow-y: hidden;
  }
}
.nav-tabs * {
  flex-shrink: 0;
}
.nav-tabs .nav-item {
  padding: 0.5rem 0;
}
.nav-tabs .nav-link {
  font-size: 1rem;
  color: #555;
  font-weight: bold;
  border: 0;
  border-left: 1px solid #f1f1f1;
  padding: 0 0.5rem;
}
#mainTab.nav-tabs .nav-link 
{
  font-size: 0.9rem;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}
.nav-tabs .nav-link.active {
  color: #e10000;
  font-weight: bold;
}
.nav-tabs .nav-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 4px;
  background-color: #e10000;
  will-change: left, width;
  transition: left 0.3s ease, width 0.3s ease;
}
.news-list {
  position: relative;
  margin-bottom: 0.7rem;
}
.news-list-entry {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.4rem 0 0.4rem 1rem;
}
.news-entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-entry-title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  background-color: #a1a1a1;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 1rem;
}
.news-entry-date {
  padding-left: 1rem;
  flex-shrink: 0;
  color: #bbb;
  text-align: right;
}
.news-list-more {
  text-align: center;
}
.btn-more {
  width: 100%;
  background-color: #eee;
  color: #888;
}
.btn-more:hover {
  background: #bd0000;
}
.btn-more:hover a {
  color: #fff;
}
.btn:focus {
  border-color: #f14949;
  box-shadow: 0 0 0 0.2rem rgba(241, 73, 73, .3);
}
#bannerSlide {
  height: 100px;
  width: 100%;
}
.news-list-featured {
  display: flex;
  padding: 0.5rem 0 1rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #cacaca;
}
.news-featured-date-wrapper {
  flex-shrink: 0;
  height: 4.5rem;
  width: 4.5rem;
  border: 1px solid #cacaca;
}
.news-featured-day {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
}
.news-featured-mon {
  text-align: center;
  font-size: 0.85rem;
}
.news-featured-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 0.5rem 0 0.1rem 1rem;
}
.news-featured-title {
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-featured-info {
  font-size: 0.8rem;
  color: #999;
}
.nav-more {
  top: 0.7rem;
  right: 0.2rem;
  position: absolute;
}
.nav-more a {
  font-family: "iconfont";
  color: #fff;
}
.nav-more {
  font-size: 0.7rem;
  background: #e10000;
  transition: all 0.3s ease;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
}
.nav-more:hover {
  background: #bd0000;
}
.btn-icon-wrapper {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.btn-icon-wrapper:hover .btn-icon a {
  background: #e10000;
  color: #fff;
}
.btn-icon-wrapper:hover .btn-icon-title {
  color: #e10000;
}
.btn-icon {
  margin-bottom: 0.7rem;
}
.btn-icon a {
  font-size: 2.5rem;
  padding: 1rem;
  background: #e1e1e1;
  color: #939393;
  border-radius: 50%;
  font-family: "iconfont";
  transition: all 0.3s ease;
}
.btn-icon-title {
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#serviceTabContent {
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 0.5rem 1rem;
}
#bottomControl {
  padding: 1rem;
  padding-top: 0.5rem;
  background: #f9f9f9;
  border-radius: 4px;
}
.btn-control {
  padding-bottom: 0.5rem;
  margin: 0 0.4rem;
  margin-top: 0.7rem;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-control a {
  color: #e10000;
  font-size: 3rem;
  font-family: "iconfont";
  text-align: center;
}
.btn-control-title a {
  color: #555;
  font-size: 1rem;
}
.btn-control:hover {
  background: #f95353;
  color: #fff;
}
.btn-control:hover a {
  color: #fff;
}
.mailbox-wrapper {
  height: 100px;
  width: calc(100% - 1rem);
  margin: 0.7rem 0.5rem 0 0.5rem;
  background: url("../img/mailbox.png") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
.mailbox-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  transition: position 0.3s;
}
.mailbox-wrapper:hover {
  transform: translateY(-4px);
}
.mailbox-wrapper a:hover {
  backdrop-filter: saturate(200%);
}
#externalLink {
  background: #e10000;
  padding: 1.5rem 0 1rem 0;
}
.external-link-btn {
  text-align: center;
  border: 1px solid #fff;
  padding: 0.7rem 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  position: relative;
}
.external-link-btn::after {
  font-size: 0.5rem;
  content: "\25bc";
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
}
.external-link-btn.active {
  background: #bd0000;
}
.external-link-menu {
  width: 100%;
  margin-top: -1px;
  max-height: 10rem;
  overflow-y: scroll;
  border-radius: 0;
  background: #bd0000;
  border: 1px solid #fff;
}
.external-link-entry {
  text-align: center;
}
.external-link-entry a {
  color: #fff;
}
.external-link-entry:hover {
  background: #e10000;
}
#footer {
  background: #f8f8f8;
  padding: 2rem 0;
}
.qrcode-wrapper {
  padding: 0;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-info {
  padding-top: 1rem;
  font-size: 0.95rem;
  color: #888;
}
.footer-info a {
  color: #888;
}
@media only screen and (max-width: 767px) {
.slideBox .bd li p a {
  witdh: 40%;
}
  .footer-info {
    text-align: center;
  }
}
.footer-info span {
  display: inline-block;
  padding-bottom: .7rem;
}
.breadcrumb {
  background: transparent;
  margin-bottom: .2rem;
}
.pagination a {
  color: #e81e1e;
}
.pagination a:hover {
  color: #bd0000;
}
#sideOverlayBtn {
  background-color: #E81E1E;
  position: fixed;
  right: 0px;
  top: 150px;
  padding: .5rem 1rem;
  color: #fff;
  z-index: 9998;
  transition: .5s all ease;
  transition-delay: .3s;
}
#sideOverlayBtn.hide{
  transition: none;
  opacity: 0;
}
#sideOverlayBtn .divider {
  width: 100%;
  height: 1px;
  margin: 8px 0;
  background-color: #fff;
}
#sideOverlayBtn .iconfont {
  font-size: 1.2rem;
}
#sideOverlay {
  background-color: #E81E1E;
  position: fixed;
  right: -8rem;
  top: 150px;
  width: 8rem;
  padding: .5rem 1rem;
  color: #fff;
  transition: .3s all ease;
  z-index: 9999;
}
#sideOverlay a {
  color: #fff;
}
#sideOverlay a:hover {
  color: #FFE400;
}
.side-icon-wrapper .iconfont {
  font-size: 4.5rem;
  line-height:4.5rem;
}
.side-icon-wrapper {
  border-bottom: 1px solid #FF3133;
  padding-bottom: .7rem;
}
.side-qrcode-wrapper {
  padding-top: .7rem;
}
@media only screen and (max-width:1400px) {
#sideOverlay {
  display: none;
}
#sideOverlayBtn {
  display: none;
}
}

.headline .headline-list {
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.headline .headline-list .entry-wrapper {
    overflow: hidden;
    padding: 0 12px;
}

.headline .headline-list .entry-wrapper + .entry-wrapper {
    border-left: 1px solid #999;
}