body {
  background: #010946;
}
.banner {
  position: relative;
}
.banner .img--wrapper { /*position: absolute;*//*right: 12%;*//*bottom: 25px;*/
}
.banner .img--wrapper img {
  max-width: 100%;
}
.information {
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.25);
}
.information p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.information p.information_title {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 1em;
}
.division--wrapper {
  padding: 50px 0 40px;
}
.division--wrapper .p--division {
  position: relative;
}
.p--division:before, .p--division:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 11px;
}
.p--division:before {
  top: 3px;
  background: #FF921E;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.p--division:after {
  bottom: -1px;
  background: #FF6700;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.division--wrapper .p--division {
  margin: 0;
  position: relative;
}
.division--wrapper .p--division .am-fl {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #fff;
  line-height: 1;
  margin-left: 14px;
  position: relative;
}
.division--wrapper .p--division .svgIcon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.15em;
}
.title-tip {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 22px;
  margin: 0 auto 20px;
}
.news_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_list li {
  width: 290px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  margin-bottom: 13px;
}
.news_list li:not(:nth-child(4n+4)) {
  margin-right: 13px;
}
.news_list li:last-child:not(:nth-child(4n+4)) {
  margin-right: auto;
}
.news_list li:nth-child(1n+9) {
  display: none;
}
.news_list.active li:nth-child(1n+9) {
  display: flex;
}
.news_list li .img--wrapper {
  width: 290px;
  height: 193px;
  overflow: hidden;
}
.news_list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_list .title {
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2A2A2B;
  line-height: 22px;
  margin: 16px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list .message {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.news_list .message .img--wrapper {
  display: inline-block;
  vertical-align: text-bottom;
}
.news_list li .video {
  width: 40px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  border-radius: 4px;
  z-index: 4;
  cursor: pointer;
  vertical-align: text-bottom;
}
.news_list .img--wrapper:hover .video {
  background: #f60;
  transition: background-color 0.2s ease-in;
}
.news_list li .video .svgIcon {
  width: 1em;
  height: 1em;
  margin: 0;
  vertical-align: -0.15em;
}
.list--more {
  width: 229px;
  height: 42px;
  margin: 40px auto;
}
.container-wrapper:not(:first-child) .title-tip {
  margin-top: 20px;
}
.list-container .list-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-container .list-content li {
  width: 120px;
  flex-shrink: 0;
  position: relative;
}
.list-container .list-content li.playing:before {
  content: "";
  width: 87px;
  height: 30px;
  position: absolute;
  top: -19px;
  right: -19px;
  background: url("../images/playing.png") no-repeat center;
  background-size: contain;
  z-index: 2;
}
.list-container .list-content li:not(:nth-child(8n+8)) {
  margin-right: 34px;
}
.list-container .list-content li:last-child:not(:nth-child(8n+8)) {
  margin-right: auto;
}
.list-container .list-content li .img--wrapper {
  width: 120px;
  border: 1px solid #010946;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.list-container .list-content li.active .img--wrapper {
  border-color: #FF6700;
}
.list-container .list-content li .title {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  max-width: 120px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px auto;
}
.list-container .list-content li:nth-child(1n+9) {
  display: none;
}
.list-container .list-content.active li:nth-child(1n+9) {
  display: flex;
}
ul.active ~ .list--more {
  display: none;
}
.tab-wrapper {
  margin-top: 40px;
}
.tab-wrapper .tab-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.tab-wrapper .tab-panel li {
  width: 200px;
  height: 60px;
  border: 1px solid #E7E9EF;
  border-radius: 30px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.tab-wrapper .tab-panel li:not(:last-child) {
  margin-right: 20px;
}
.tab-wrapper .tab-panel li.active {
  background: #FF6700;
  border: 1px solid #FF6700;
  cursor: default;
}
.tab-content .tab-content-wrapper {
  display: none;
}
.tab-content .tab-content-wrapper.active {
  display: block;
}
.tab-content ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-content li {
  width: 23.33%;
  flex-shrink: 0;
  margin-bottom: 39px;
}
.tab-content li:not(:nth-child(4n+4)) {
  margin-right: 2.16666%;
}
.tab-content li:last-child:not(:nth-child(4n+4)) {
  margin-right: auto;
}
.tab-content li .img--wrapper {
  width: 100%;
  min-height: 497px;
  overflow: hidden;
  background: #f7f8f9;
}
.tab-content li .img--wrapper img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-content li p {
  max-width: 100%;
}
.tab-content li .tab-title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 36px auto 20px;
}
.tab-content .tab-title-tip {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .content-null {
  min-height: 614px;
}
