a:hover {
  text-decoration: none;
  color: #c50c11;
}
.mainColor {
  color: #c50c11;
}
.header {
  height: 60px;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.header-tool {
  margin-bottom: 35px;
  margin-top: 27px;
}
.header-tool-item i {
  color: #fff;
}
.header-tool-item i.search-icon {
  color: #999;
}
.header .headerL .header-logo {
  width: auto;
  height: 42px;
}
.nav-wrapper {
  background: url(../img/d_nav_bg.png) no-repeat;
  height: 150px;
  margin-bottom: 45px;
}
.news-nav {
  /* width: 1285px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  height: 58px;
}
.news-nav li {
  height: 58px;
  line-height: 58px;
}
.news-nav li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 36px;
}
.news-nav li.active {
  background-color: #fff;
}
.news-nav li.active a {
  font-weight: bold;
  font-size: 18px;
  color: #c50c11;
}

.crumbs {
  /* width: 1285px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 30px;
}
.crumbs p {
  font-size: 14px;
  color: #333333;
}

.pagin .pagination a.page-link:hover:not(.left) {
  color: #c50c11;
  border-color: #c50c11;
}
.pagin .pagination .active a.page-link {
  background-color: #c50c11;
  border: solid 1px #c50c11;
  color: #fff;
}
.pagin .pagination a.page-link:hover:not(.left) .iconfont {
  color: #c50c11;
}

.newTitle {
  width: 99.5%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/d_title_bg2.png);
  padding-left: 30px;
}
.newTitle .p1 {
  font-size: 22px;
  font-weight: bold;
  color: #4a1514;
}
.more {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.media-body-inner {
  padding-top: 15px;
  padding-bottom: 30px;
}

.search-box .sarch-btn {
  background-color: #c50c11 !important;
}

.footer-other {
  border-top: 3px solid #ba2418;
}
.footer{
  padding-top: 80px;
  width: auto;
}