/* banner start */
#banner{
  width: 100%;height: 260px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #f5f5f5;
}
#banner .line{
  width: 98px;height: 3px;
  margin-top: 50px;
  border-radius: 2px;
  background-color: #fff;
}
#banner h1{
  padding: 32px 0 20px;
  font-size: 48px;font-weight: 800;color: #fff;
}
#banner h2{
  font-size: 22px;color: #fff;
}
/* banner end */
/* 主题 start */
#topic .topic{
  position: relative;
  top: -40px;
  z-index: 9;
}
#topic .topic .item{
  height: 260px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #F7FCFF;
}
#topic .item .hd{
  float: left;
  width: 380px;height: 240px;
  padding: 20px 0 0 20px;
  margin-right: 30px;
}
#topic .hd .cover{
  width: 380px;height: 162px;
  border-radius: 6px;
  overflow: hidden;
}
#topic .hd .cover img{
  width: 380px;height: 162px;
}
#topic .hd strong{
  display: block;
  height: 52px;line-height: 26px;
  margin-top: 20px;
  font-size: 20px;font-weight: 700;color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
#topic .item .bd{
  position: relative;
  float: left;
  width: 740px;
}
#topic .bd .swiper{
  position: relative;
  margin: 0 -10px;
  visibility: visible;
  overflow: hidden;
}
#topic .bd .swiper a{
  display: block;
}
#topic .swiper .list{
  position: relative;
  left: 0;
  height: 260px;
  overflow: hidden;
}
#topic .swiper li{
  float: left;
  height: 240px;
  padding: 20px 10px;
}
#topic .swiper .cover{
  width: 130px;height: 180px;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: all .6s;
  overflow: hidden;
}
#topic .swiper .cover:hover{
  box-shadow: 0px 0px 25px 0px rgba(106,43,0,.25);
}
#topic .swiper .cover img{
  width: 130px;height: 180px;
}
#topic .swiper strong{
  display: block;
  width: 130px;height: 34px;line-height: 17px;
  margin: 13px 0 10px;
  font-size: 12px;font-weight: 400;color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
#topic .swiper strong{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#topic .swiper strong:hover{
  color: #FA7A20;
  text-decoration: underline;
}
#topic .pagetion{
  width: 100%;
  position: absolute;
  left: 0;
  top: 115px;
}
#topic .pagetion .cate-prev, 
#topic .pagetion .cate-next{
  position: absolute;
  z-index: 1;
  top: -18px;
  width:28px;height: 28px;line-height: 28px;
  border-radius: 50%;
  font-size: 12px;color: #999;
  background-color: #000;
  opacity: 0.2;
  filter:alpha(opacity=20);
  cursor: pointer;
  text-align: center;
    
}
#topic .pagetion .cate-prev{
  left: -16px;
}
#topic .pagetion .cate-next{
  right: -16px;
}
/* 主题 end */