/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.inner_ban {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  flex-direction: column;
  position: relative;
}
.inner_ban .title {
  font-size: 55px;
  position: relative;
  font-weight: bold;
  z-index: 2;
  color: white;
  text-transform: uppercase;
}
.inner_ban .title .line {
  background: #b1874d;
  width: 110px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  z-index: 2;
  height: 3px;
}

.inner_video_center_page .prolist_box .box_li .p_pic {
  position: relative;
}
.inner_video_center_page .prolist_box .box_li .p_pic:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  display: block;
  content: '';
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inner_video_center_page .prolist_box .box_li .p_pic .bofang {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  height: auto;
  padding: 0;
  z-index: 3;
  width: 50px;
}

@media (max-width: 1450px) {
  .inner_ban {
    height: 390px;
  }

  .inner_ban .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .inner_ban {
    height: 238px;
  }

  .inner_ban .title {
    font-size: 25px;
  }
}

/*# sourceMappingURL=my_inner_page.css.map */
