/* ======================================
二级页-play
======================================== */
.p-banner {
  background: url(../images/play/p_banner.png) no-repeat top center;
  width: 100%;
  height: 283px;
  min-width: 1200px;
  position: relative;
  z-index: 2;
}
.p-main-top {
  background-image: url(../images/newslist/bg06-01.jpg);
  background-repeat: no-repeat;
  background-color: #f2edde;
  background-position: center top;
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 1;
  margin-top: -44px;
  padding-top: 114px;
}
.p-main-mid {
  background-image: url(../images/newslist/bg06-02.jpg);
  background-repeat: no-repeat;
  background-position: center 354px;
  background-size: cover;
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
.p-slo {
  display: block;
  width: 999px;
  height: 58px;
  margin: 0 auto;
}
.p-contentbox {
  background: url(../images/video/v-bg07_02.png) center 194px repeat-y;
  width: 1001px;
  min-height: 400px;
  position: relative;
  margin: 70px auto 0;
  padding: 50px 0 80px 0;
  /* overflow: hidden; */
}
.p-contentbox::before {
  content: "";
  display: block;
  background: url(../images/video/v-bg07_01.png) center top no-repeat;
  width: 1001px;
  height: 195px;
  position: absolute;
  top: -20px;
  z-index: -1;
}
.p-contentbox::after {
  content: "";
  display: block;
  background: url(../images/video/v-bg07_03.png) center bottom no-repeat;
  width: 1001px;
  height: 164px;
  position: absolute;
  bottom: -20px;
  z-index: -1;
}
.p-tab-menu {
  width: 882px;
  height: 48px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.p-menu-item {
  width: 172px;
  height: 48px;
  position: relative;
  background-image: url(../images/play/p_tab.png);
  background-position: 0 -96px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-menu-wj {
  background-position: 0 -96px;
}
.p-menu-zhd {
  background-position: -218px -96px;
}
.p-menu-zhm {
  background-position: -436px -96px;
}
.p-menu-wy {
  background-position: -652px -96px;
}
.p-menu-item:hover {
  top: -16px;
  height: 66px;
  background-position-y: 0;
}

.p-active {
  top: -16px;
  height: 66px;
  background-position-y: 0;
}

.p-content-item {
  width: 820px;
  margin: 0 auto;
}

.p-content-item .p-content-title {
  color: #554318;
  font-size: 30px;
  font-family: "Meiryo";
  text-align: center;
  line-height: 1.4;
}
.p-titleborder {
  margin: 25px auto 0;
}
.p-section {
  width: 820px;
  margin-top: 40px;
  position: relative;
}
.p-section-title {
  margin-bottom: 10px;
  height: 76px;
}
.p-section-words p {
  color: #4C4C25;
  font-size: 16px;
  font-family: "Meiryo";
  line-height: 1.5;
  text-indent: 2em;
}
.red {
  color: #B30007;
}
.p-wuweitu {
  position: absolute;
  right: 110px;
  top: -20px;
}
.p-section-img {
  display: block;
  width: 720px;
  margin-top: 10px; 
  margin-left: 2em;
  margin-bottom: 20px;
}
.p-small-title {
  font-size: 18px;
  font-family: "Meiryo";
  line-height: 1.5;
  text-indent: 1.5em;
}
.p-small-title img {
  vertical-align: -10%;
}
.p-section-words-2 p {
  color: #4C4C25;
  font-size: 16px;
  font-family: "Meiryo";
  line-height: 1.5;
  text-indent: 4em;
}