body {
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
a {
  text-decoration: none;
  color: #484848;
}
.header {
  width: 100%;
  min-width: 1320px;
  height: 120px;
}
.footer {
  width: 100%;
  min-width: 1320px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background: #333333;
  color: white;
}

.footer .container a {
  color: white;
}

.footer .container .left a:after {
  content: " | ";
}

.footer .container .left a:last-child:after {
  content: "";
}

.navbar {
  width: 100%;
  min-width: 1320px;
  background: #cf2e2e;
  display: table;
}

.container {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}

.container-fs {
  min-width: 1320px;
  width: 100%;
}

/*.navbar .nav-collapse {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  padding: 0;*/
/*}*/

.navbar .menu {
  min-width: 110px;
  float: left;
  height: 90px;
  line-height: 90px;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}

.navbar .menu:hover {
  background: #830000;
}

.navbar .active {
  background: #830000;
}

.breadcrumb {
  height: 70px;
  line-height: 70px;
  list-style: none;
  display: flex;
  font-size: 18px;
}

.breadcrumb .active {
  color: #b71e21;
}

.pagination {
  width: 100%;
  min-width: 1320px;
  text-align: center;
  font-size: 18px;
  color: #484848;
  margin: 20px 0 100px 0;
}
.pagination ul {
  list-style: none;
}

.pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
.pagination a.active {
  color: #b71e21;
}

.carousel-item {
  display: flex;
  padding: 33px 25px;
  justify-content: space-between;
}
.carousel-item-left {
  width: 540px;
}
.hot-news .news-class {
  font-size: 30px;
  color: #333333;
}
.hot-news .news-title {
  margin-top: 35px;
  font-size: 36px;
  color: #333333;
}

.hot-news .news-desp {
  margin-top: 26px;
  font-size: 24px;
  color: #666666;
  line-height: 42px;
  width: 553px;
  height: 193px;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bg-white {
  background: white;
}
