body {
  font: 14px/1.5 "microsoft yahei", tahoma, arial, "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
}
p {
  margin: 0;
  padding: 0;
}
a {
  color: #222;
}
.container {
  width: 1170px !important;
}
header .topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
header .topbar .logo {
  background-image: url("../images/common/logo.png");
  width: 500px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
header .topbar nav a {
  display: inline-block;
  height: 100px;
  width: 100px;
  color: #222;
  line-height: 100px;
  text-align: center;
}
header .topbar nav a:hover {
  color: #fff;
  background: #0373c7;
}
header #banner .swiper-slide {
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer {
  color: #fff;
  background: #262626;
}
footer .top .list {
  position: relative;
  width: 156px;
  height: 156px;
  margin: 70px auto;
  border: solid 1px #666;
  text-align: center;
}
footer .top .list h5 {
  font-size: 18px;
  color: #666;
  margin: 0;
}
footer .top .list .dash {
  width: 40px;
  height: 4px;
  background: #fff;
  margin: 15px auto;
}
footer .top .list span {
  text-transform: uppercase;
  color: #f7f7f7;
}
footer .top .list:before {
  position: absolute;
  content: "";
  width: 78px;
  height: 78px;
  top: 0;
  left: 0;
  border-top: solid 4px #666;
  border-left: solid 4px #666;
}
footer .top .list:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 78px;
  bottom: 0;
  right: 0;
  border-bottom: solid 4px #666;
  border-right: solid 4px #666;
}
footer .top .foot-nav a {
  font-size: 16px;
  width: 115px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
footer .top .foot-nav a:hover {
  background: #0373c7;
}
footer .top h4 {
  font-size: 18px;
  font-weight: normal;
}
footer .copyright {
  height: 55px;
  line-height: 55px;
  text-align: center;
}

footer .copyright a {
  color: #fff;
}

.detail {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.detail .d-title {
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 20px;
}
.detail .d-time {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  color: #9d9d9d;
  text-align: center;
}
.d-title {
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 20px;
}
.d-time {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  color: #9d9d9d;
  text-align: center;
}
.desc {
  margin: 20px 0;
}
/*# sourceMappingURL=common.css.map */
