@charset "utf-8";
body {
  background: #f6f6f6;
}
.lunbo {
  width: 1200px;
  height: 523px;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.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: 523px;
  overflow: hidden;
}
.lunbo .e_pic_wrap li img {
  width: 786px;
  height: 523px;
}
.lunbo .e_pic_wrap li a {
  display: block;
}
.lunbo .e_flt_inf {
  width: 414px;
  height: 523px;
  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: ;
}
.tabdiv {
  margin-top: 42px;
}
.tabdiv p {
  float: left;
  font-size: 18px;
  text-align: left;
  color: #222222;
  padding: 0 15px 15px;
  margin-right: 80px;
  cursor: pointer;
}
.tabdiv p a{
	color:#333;
}
.tabdiv p.active{
	border-bottom:4px solid #015095;
}
.list {
  margin-top: 15px;
}
.list li {
  padding: 24px 97px 22px 24px;
  background: #ffffff;
  margin-bottom: 24px;
}
.list li img {
  width: 222px;
  height: 165px;
  display: block;
  margin-right: 22px;
}
.list li .info {
  width: 835px;
  max-height: 165px;
  position: relative;
}
.list li .info p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 48px;
}
.list li .info .brief,
.list li .info .time {
  display:block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.list li .info .time {
 /* position: absolute;
  left: 0;
  bottom: 0;*/
}
.list li.wutu .info {
  width: 1080px;
}


.footer{
  margin-top: 30px;
}