main.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 70px;
  min-height: 660px;
}

main.content > .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

main.content > .left .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
}

main.content > .left .keyworld {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  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;
  font-size: 12px;
  color: #333333;
}

main.content > .left .keyworld .text {
  margin-right: 16px;
}

main.content > .left .news-content img {
  max-width: 100%;
}

main.content > .left .news-content video {
  max-width: 100%;
}

main.content > .right {
  width: 392px;
  min-width: 392px;
  margin-left: 12px;
  overflow: hidden;
  position: relative;
}

main.content > .right .banner {
  padding: 26px;
  color: #333333;
  background: #ffffff;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

main.content > .right .banner > .tip {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  line-height: 18px;
}

main.content > .right .banner .title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  line-height: 18px;
  height: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main.content > .right .banner .title a {
  font-weight: bold;
}

main.content > .right .banner .title a span {
  color: #333333;
}

main.content > .right .banner .title a:hover span {
  color: #297bff;
}

main.content > .right .banner .time {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  line-height: 14px;
  opacity: 0.8;
}

main.content > .right .share-group {
  margin-top: 16px;
}

main.content > .right .recommend-read {
  width: 392px;
  min-width: 392px;
  border-top: 4px solid #297bff;
  background: #fff;
  position: absolute;
  left: 0;
  top: 390px;
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
}

main.content > .right .recommend-read > h4 {
  margin: 10px 0;
}

main.content > .right .recommend-read .recommend-list {
  overflow: hidden;
  max-height: 240px;
}

main.content > .right .recommend-read .recommend-list .read-item {
  padding: 12px;
  height: 78px;
  overflow: hidden;
}

main.content > .right .recommend-read .recommend-list .read-item > img {
  width: 89px;
  height: 54px;
  float: left;
}

main.content > .right .recommend-read .recommend-list .read-item .title {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}

main.content > .right .recommend-read .recommend-list .read-item .title a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
}

main.content > .right .recommend-read .recommend-list .read-item .title a:hover {
  color: #297bff;
}

main.content > .right .recommend-read .recommend-list .read-item .time {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 14px;
  padding-left: 16px;
  margin-top: 10px;
  overflow: hidden;
}

main.content > .right .right-panel + .right-panel {
  margin-top: 12px;
}
/*# sourceMappingURL=pc.css.map */