@charset "utf-8";


/*轮播样式ʽ*/
.poster_box {
/*  overflow: hidden;
 */  /* margin: 30px 50px */
  margin-top: 30px;
  width: 95%;
}
.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
    position: relative;
    /* margin-left: auto;
    margin-right: auto; */
	/* width: 92%!important;
	height: 400px!important; */
	margin-left: 5%;
	/* overflow: hidden; */
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
 /* width: 600px!important;
  height: 400px!important; */
}
.poster-main .poster-list .poster-item {
  /* width: 510px!important;
  height: 400px!important; */
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
	width: 30px!important;height: 30px!important;
  left: -6%;
      top: 200px;
      background: url(left.png) no-repeat center center;
      background-size: contain;
}
.poster-main .poster-next-btn {
	width: 30px!important;
	height: 30px!important;
	right: -5%;
	top: 200px;
	background: url(right.png) no-repeat center center;
	background-size: contain;
}
.poster-item-title {
 background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#2a2a2a;
  color: #FFF;
  width: 97%;
  height: 70px;
  /* line-height: 52px; */
  position: absolute;
  bottom: 0px;
  left:0;
  text-indent: 44px;
  text-align: left;
  padding:20px 10px 30px 10px;
  line-height: 28px;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 2px
}
.lunbo_btn li {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}