@charset "utf-8";
.poster-btn{
	position:absolute;
	top:0px;
	bottom:0px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	z-index:200;
}
.poster_box {
  overflow: hidden;
  margin: 30px 20px
}
.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;
    width: 100%;
    height: 340px!important;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: auto;
}
.poster-main img {}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  align-items:center;
}
