* {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #262626;
}
a:hover {
  color: #d80008;
}
body {
  min-width: 1280px;
}
.wrap {
  width: 1280px;
  margin: 0 auto;
}
.header {
  background: #d80008 url(../images/header_bg.png) top center no-repeat;
  height: 148px;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
}
.header .wrap .logo {
  padding: 30px 0 0 0;
  width: 300px;
}
.header .wrap .nav {
  width: 760px;
}
.header .wrap .nav ul .cur a {
  color: #ffe690;
}
.header .wrap .nav ul li {
  float: left;
  line-height: 148px;
  position: relative;
}
.header .wrap .nav ul li a {
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.header .wrap .nav ul li a:hover {
  color: #ffe690;
}
.header .wrap .nav ul li dl {
  display: none;
  position: absolute;
  left: 0;
  top: 148px;
  z-index: 999;
  text-align: center;
  background: #db0000;
}
.header .wrap .nav ul li dl dd {
  line-height: 50px;
  text-align: center;
  padding: 0 16px;
}
.header .wrap .nav ul li dl dd a{
    padding: 0 !important;
}
.header .wrap .nav ul li dl .cur {
  background: #b60309;
  color: #ffe690;
}
.page {
  margin: 20px;
  font-size: 12px;
}
.page b {
  background: #f1f1f1;
}
.page a,
.page b {
  border: #e0e0e0 1px solid;
  padding: 3px 6px;
  border-radius: 3px;
  text-align: center;
}
.page a[title="Total record"] {
  border: none;
  padding: 0;
}
.page a:hover {
  background: #e0e0e0;
}
.footer {
  margin-top: 30px;
  height: 116px;
  background-color: #333333;
}
.footer .wrap {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
}
.footer .wrap .party {
  width: 45px;
}
.footer .wrap .copyright {
  font-size: 14px;
  margin-left: 20px;
  color: #cbcbcb;
  line-height: 28px;
}
.footer .wrap .copyright a {
  color: #cbcbcb;
  margin: 0 10px;
}
