html {
  background: #0C0D0F;
}
main {
  background: #0C0D0F;
  display: flex;
  min-height: calc(100vh - 81px);
  position: relative;
}
main .news {
  width: 100%;
  height: 100%;
}
main .news .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .news .container .content {
  flex: 1;
  position: relative;
}
main .news .container .content .navslist {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .news .container .content .navslist .list {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  margin-bottom: 40px;
}
main .news .container .content .navslist .list.active {
  font-size: 18px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
main .news .container .content .navslist .list.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #D55838;
}
main .news .container .content .navslist .list:last-child {
  margin-bottom: 0;
}
main .news .container .content .loadding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0D0F;
  z-index: 999;
  display: none;
}
main .news .container .content .loadding.show {
  display: block !important;
}
main .news .container .content .loadding .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
}
main .news .container .content .loadding .tips .iconfont {
  font-size: 36px;
}
main .news .container .content .top {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .news .container .content .top .left {
  width: 570px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}
main .news .container .content .top .left .title {
  font-size: 44px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 60px;
  position: relative;
}
main .news .container .content .top .left .title .cover {
  position: relative;
  z-index: 1;
}
main .news .container .content .top .left .title .bg {
  position: absolute;
  top: -25px;
  right: -45px;
  z-index: 0;
  color: #D55838;
  font-size: 50px;
}
main .news .container .content .top .left .newsImg {
  width: 372px;
  height: 268px;
}
main .news .container .content .top .right {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
main .news .container .content .top .right .newslist {
  border-bottom: 1px solid #333333;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-indent: 1em;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: 80px;
}
main .news .container .content .top .right .newslist:last-child {
  margin-bottom: 0;
}
main .news .container .content .top .right .newslist.active a.title {
  color: #D55838;
}
main .news .container .content .top .right .newslist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #D55838;
}
main .news .container .content .top .right .newslist a.title {
  display: inline-block;
  width: 700px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .news .container .content .top .right .newslist a.title:hover {
  color: #D55838;
}
main .news .container .content .top .right .newslist span {
  font-size: 12px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #999999;
  flex-shrink: 0;
}
main .news .container .content .top .top-loadding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0C0D0F;
  display: none;
}
main .news .container .content .top .top-loadding.show {
  display: block !important;
}
main .news .container .content .top .top-loadding .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
}
main .news .container .content .top .top-loadding .tips .iconfont {
  font-size: 36px;
}
main .news .container .content .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
main .news .container .content .pages .pageList {
  width: 40px;
  height: 40px;
  opacity: 1;
  border: 1px solid #646464;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin: 0 10px;
}
main .news .container .content .pages .pageList.active {
  background: #D55838;
  border: 1px solid #D55838;
  color: #fff;
}
main .moudle {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0C0D0F;
  display: none;
}
main .moudle.show {
  display: block !important;
}
main .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
}
main .moudle .tips .iconfont {
  font-size: 36px;
}
