* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.top {
  background: #c63329 url(../images/bg_top.png) center top repeat-x;
  height: 359px;
}
.top div {
  width: 1200px;
  margin: 0 auto;
}
.top div img {
  display: block;
}
.top div ul {
  display: flex;
  height: 42px;
}
.top div ul li {
  flex-basis: 0;
  flex-grow: 1;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.top div ul li.cur {
  background-color: #a62f21;
}
.top div ul li:hover {
  background-color: #a62f21;
}
.top div ul li a {
  color: #fff;
}
.main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.main .info {
  width: 1200px;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 180%;
}
.main .info span {
  font-weight: bold;
}
.main .firstNew {
  position: relative;
  width: 1200px;
  padding: 30px;
  margin-top: 50px;
  background-color: #d0021b;
  box-sizing: border-box;
}
.main .firstNew img {
  position: absolute;
  left: 0px;
  top: -44px;
}
.main .firstNew h2 {
  display: block;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fddca9;
}
.main .firstNew a {
  color: #fddca9;
}
.main .firstNew p {
  line-height: 180%;
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
}
