body {
  width: 100%;
  background: url("../img/back.png") no-repeat top;
  min-width: 1200px;
}
.banner li,a:hover {
  cursor: pointer;
}
.con {
  width: 1200px;
  margin: 850px auto 0;
  padding-bottom: 200px;
}
.nav {
  background: #9d051f;
  border-radius: 6px;
}
.nav ul li {
  float: left;
  border-right: 2px solid #b40522;
  padding: 18px 34px;
}
.nav ul li:last-child {
  border-right: 0;
}
.nav ul li:hover {
  cursor: pointer;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.active {
  background: #370b14;
}
.main {
  background: #fff;
  padding: 30px;
  padding-bottom: 120px
}
.img {
  display: block;
  margin: 10px auto 15px;
}
.mainLeft {
  width: 730px;
  float: left;
}
.text div {
  padding: 18px;
  background: #f6f6f6;
  font-size: 18px;
  color: 333;
  line-height: 32px;
}
.mainRight {
  width: 380px;
  float: right;
  margin-top: 13px;
}
.news-list a {
  display: block;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 18px 0;
}
.prizeBox {
  padding: 25px;
  border: 2px solid #81041a;
}
.prizeTitle {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bolder;
  color: #FFF;
  background: #8c1010;
  text-align: center;
}
.prizeList {
  overflow: hidden;
  margin-top: 15px;
}
.prizeList li {
  float: left;
  width: 318px;
  margin-bottom: 30px;
}
.prizeImg {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.prizName {
  background: #e9ebf4;
  border: 1px solid #b5b5b5;
  padding: 15px 18px;
  height: 185px;
  overflow-y:auto; 
}
.prizName a {
  color: #d39312;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.prizCompany {
  overflow: hidden;
  margin-top: 10px;
  color: #d39312;
  font-size: 12px;
  display: none;
}
.prizCompany li {
  margin-bottom: 5px;
}
.fl {
  float: left;
}
.fr {
  float: right !important;
}
hr {
  background:#b5b5b5;
}
.historyBox {
  overflow: hidden;
  margin-top: 24px;
}
.historyList {
  overflow: hidden;
}
.historyList li {
  position: relative;
  margin-bottom: 20px;
  height: 262px;
}
.historyList  img {
  display: block;
  width: 100%;
  height: 206px;
}
.historyList p {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #858585;
  color: #FFF;
  font-size: 27px;
}