@charset "utf-8";
body {
  background: #f6f6f6;
}
.lunbo {
  width: 1200px;
  height: 401px;
  margin: 32px auto 0;
  position: relative;
  overflow: hidden;
}
.lunbo .bar {
  width: 154px;
  height: 19px;
  z-index: 99;
  position: absolute;
  right: 25px;
  bottom: 32px;
  text-align: center;
}
.lunbo .bar .nowpage {
  font-size: 24px;
  text-align: left;
  color: #015095;
  line-height: 19px;
  letter-spacing: 2px;
}
.lunbo .bar .page {
  font-size: 16px;
  text-align: left;
  line-height: 19px;
  letter-spacing: 2px;
}
.lunbo .e_pic_wrap {
  z-index: 1;
  white-space: nowrap;
  width: 1200px;
  height: 523px;
}
.lunbo .e_pic_wrap li {
  position: relative;
  display: inline;
  width: 1200px;
  height: 401px;
  overflow: hidden;
}
.lunbo .e_pic_wrap li img {
  width: 800px;
  height: 523px;
}
.lunbo .e_pic_wrap li a {
  display: block;
}
.lunbo .e_flt_inf {
  width: 400px;
  height: 401px;
  padding: 50px 50px 50px 32px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  background: #ffffff;
}
.lunbo .e_flt_inf p {
  width: 320px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 48px;
}
.lunbo .e_flt_inf span {
  font-size: 16px;
  text-align: left;
  color: #999999;
  line-height: 30px;
  letter-spacing: 2px;
}
.lunbo .prev,
.lunbo .next {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.lunbo .prev {
  top: 0;
  left: 0;
  background: ;
}
.lunbo .next {
  top: 0;
  right: 0;
  background: ;
}
.topiclist {
  width: 102%;
  margin-top: 39px;
}
.topiclist li {
  float: left;
  margin: 0 17px 32px 0;
}
.topiclist li img {
  width: 287px;
  height: 144px;
  display: block;
}
.topiclist li .info {
  background: #ffffff;
  padding: 14px 35px 20px 13px;
  height: 48px;
}
.topiclist li .info p {
  width: 239px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 30px;
}

.footer{
  margin-top: 40px;
}