@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "优设标题黑";
  src: url("../fonts/优设标题黑.ttf");
}
.container {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  min-width: 1260px;
}
.container-full .image {
  display: block;
  width: 100%;
  height: auto;
}

.background {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 60px;
  min-width: 1260px;
}
.background.b2 {
  background-image: url("../images/2.jpg");
}
.background.b3 {
  background-image: url("../images/3.jpg");
}
.background.b4 {
  background-image: url("../images/4.jpg");
}
.background.b5 {
  background-image: url("../images/5.jpg");
}
.background.b6 {
  background-image: url("../images/6.jpg");
}

.box {
  background: url("../images/9.png") no-repeat;
  background-size: 100% 100%;
  padding: 72px 80px 120px 20px;
}
.box .box-title {
  background-image: url("../images/8.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 320px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: white;
  margin: 0 auto;
  font-size: 40px;
  font-family: "优设标题黑";
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  letter-spacing: 2px;
}
.box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  margin-top: 60px;
}
.box .flex .box-left {
  width: 52.5%;
  margin-right: 50px;
}
.box .flex .box-left img {
  display: block;
  width: 100%;
}
.box .flex .box-right {
  width: 47.5%;
  height: 100%;
  overflow-y: auto;
  line-height: 1.75;
  padding-right: 20px;
}
.box .flex .box-right p {
  text-indent: 2em;
  text-align: justify;
}
.box .flex .box-right p + p {
  margin-top: 10px;
}
.box .flex .box-right .bold {
  font-weight: bold;
  margin-top: 20px;
}

.b3 {
  padding: 96px 0;
}
.b3 .box .box-title {
  background-image: url("../images/11.png");
}

.b4 .box {
  padding: 72px 80px 80px 20px;
}
.b4 .box .box-title {
  background-image: url("../images/12.png");
}

.b5 {
  padding: 80px 0 136px;
}
.b5 .box .box-title {
  width: 920px;
  font-size: 43px;
  background-image: url("../images/13.png");
}

.news {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 80px;
}
.news li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.news li span {
  width: 40px;
  height: 40px;
  background: url("../images/14.png") no-repeat;
  background-size: 100% 100%;
  font-family: "优设标题黑";
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.news li a {
  width: 420px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news li a:hover {
  color: #427fd0;
}

.news-readonly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  padding-left: 50px;
}
.news-readonly .right {
  margin-left: 20%;
}
.news-readonly dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.news-readonly dt i {
  width: 40px;
  height: 40px;
  background: url("../images/15.png") no-repeat;
  background-size: 100% 100%;
  font-family: "优设标题黑";
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.news-readonly dd {
  margin-bottom: 20px;
  padding-left: 60px;
  color: gray;
}

.more {
  display: block;
  width: 140px;
  line-height: 36px;
  background-color: #427fd0;
  border-radius: 50px 50px;
  text-align: center;
  color: white;
  margin: 40px auto 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}
.more:active {
  opacity: 0.7;
}

.plays {
  font-size: 15px;
}
.plays ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 72px;
  list-style: none;
  min-height: 452px;
}
.plays ul li {
  display: none;
  position: relative;
  width: 21%;
  background-color: #f0eeef;
}
.plays ul li.show {
  display: block;
}
.plays ul li.show + .show {
  margin-left: 5.3333333333%;
}
.plays ul li .cover {
  position: relative;
  height: 332px;
  background-color: #d8d8d8;
}
.plays ul li .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.plays ul li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}
.plays ul li .text {
  height: 120px;
  text-align: justify;
  color: gray;
  overflow-y: auto;
  padding: 12px;
  line-height: 1.75;
  background-color: #f4f4f4;
}
.plays ol {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.plays ol li {
  width: 36px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #975af3;
  border: 1px solid #975af3;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.plays ol li.curr {
  background-color: #975af3;
  color: white;
}
.plays ol li:active {
  opacity: 0.7;
}
.plays ol li + li {
  margin-left: 12px;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #efefef;
  border-radius: 50px 50px;
  overflow: hidden;
}
.scrollbar::-webkit-scrollbar-button {
  background-color: #0044b8;
  display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 50px 50px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a9a9a9;
}

.footer {
  line-height: 2;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */