/* web */
.top_fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 66rem;
  width: 100%;
  text-align: center;
  display: none;
  border-top: 3rem solid #e6000d;
  box-shadow: 0 5px 15px 0 #b1b1b1;
  background-color: white;
  border-bottom: 1px solid #c6c6c6;
}
.top_fixed .fixed_container {
  position: relative;
  width: 1280rem;
  margin: 0 auto;
}
.top_fixed .fixed_container .fixed_title {
  position: relative;
  width: 82%;
  height: 66rem;
  line-height: 66rem;
  font-size: 30rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top_fixed .fixed_container .fixed_show {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0;
  top: 11rem;
}
.top_fixed .fixed_container .fixed_show .share_qzone {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_7.png) no-repeat 0 0;
}
.top_fixed .fixed_container .fixed_show .share_weixin {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_8.png) no-repeat 0 0;
}
.top_fixed .fixed_container .fixed_show .share_sinaminiblog {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_6.png) no-repeat 0 0;
}
.top_fixed .fixed_container .fixed_show .share_qzone,
.top_fixed .fixed_container .fixed_show .share_weixin,
.top_fixed .fixed_container .fixed_show .share_sinaminiblog {
  width: 34rem;
  height: 34rem;
  cursor: pointer;
  position: relative;
  background-size: cover;
  margin-right: 10rem;
}
.top_fixed .fixed_container .fixed_show .share_qzone .share_qrcode > canvas,
.top_fixed .fixed_container .fixed_show .share_weixin .share_qrcode > canvas,
.top_fixed .fixed_container .fixed_show .share_sinaminiblog .share_qrcode > canvas {
  height: 90rem;
  width: 90rem;
}
.top_fixed .fixed_container .fixed_show .share_qzone .share_qrcode,
.top_fixed .fixed_container .fixed_show .share_weixin .share_qrcode,
.top_fixed .fixed_container .fixed_show .share_sinaminiblog .share_qrcode {
  position: absolute;
  height: 90rem;
  width: 90rem;
  margin-top: 40rem;
  left: 50%;
  margin-left: -45rem;
  display: none;
  z-index: 1;
}
.top_fixed .fixed_container .fixed_show .share_sinaminiblog {
  margin-right: 0rem;
}
.top_fixed .fixed_container .fixed_show .share_sinaminiblog .share_qrcode {
  left: -20rem;
}
.top_fixed .fixed_container .fixed_show .share_qzone:hover .share_qrcode,
.top_fixed .fixed_container .fixed_show .share_weixin:hover .share_qrcode,
.top_fixed .fixed_container .fixed_show .share_sinaminiblog:hover .share_qrcode {
  display: block;
}
.index_web .article_container {
  width: 1280rem;
  overflow: hidden;
  margin: 0 auto;
}
.index_web .article_container .prism-player {
  max-width: 100% !important;
}
.index_web .article_container .article_tab {
  font-size: 12rem;
  line-height: 14rem;
  color: #858181;
  padding: 12rem 0;
}
.index_web .article_container .article_content {
  position: relative;
}
.index_web .article_container .article_content .article_content_title {
  font-size: 38rem;
  font-weight: bold;
  text-align: center;
  margin-top: 22rem;
  margin-bottom: 20rem;
}
.index_web .article_container .article_content .article_source_web {
  font-size: 12rem;
  line-height: 14rem;
  color: #858181;
  text-align: center;
}
.index_web .article_container .article_content .article_source_web span {
  margin-right: 20rem;
  cursor: text;
}
.index_web .article_container .article_content .article_source_web span:hover {
  color: inherit;
}
.index_web .article_container .article_content .article_source_phone {
  display: none;
}
.index_web .article_container .article_content .article_line {
  width: 100%;
  padding-top: 1rem;
  background-color: #e8ecf3;
  margin-top: 20rem;
  margin-bottom: 40rem;
}
.index_web .article_container .article_content .article_content_media {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  margin-top: -26rem;
}
.index_web .article_container .article_content .article_content_media .share_qzone {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_7.png) no-repeat 0 0;
}
.index_web .article_container .article_content .article_content_media .share_weixin {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_8.png) no-repeat 0 0;
}
.index_web .article_container .article_content .article_content_media .share_sinaminiblog {
  background: url(http://www.cnenergynews.cn/mi4-website/template02/static2023/images/detail_6.png) no-repeat 0 0;
}
.index_web .article_container .article_content .article_content_media .share_qzone,
.index_web .article_container .article_content .article_content_media .share_weixin,
.index_web .article_container .article_content .article_content_media .share_sinaminiblog {
  width: 34rem;
  height: 34rem;
  cursor: pointer;
  position: relative;
  background-size: cover;
  margin-right: 10rem;
}
.index_web .article_container .article_content .article_content_media .share_qzone .share_qrcode,
.index_web .article_container .article_content .article_content_media .share_weixin .share_qrcode,
.index_web .article_container .article_content .article_content_media .share_sinaminiblog .share_qrcode {
  position: absolute;
  height: 90rem;
  width: 90rem;
  margin-top: 40rem;
  left: 50%;
  margin-left: -45rem;
  display: none;
  z-index: 1;
}
.index_web .article_container .article_content .article_content_media .share_qzone .share_qrcode > canvas,
.index_web .article_container .article_content .article_content_media .share_weixin .share_qrcode > canvas,
.index_web .article_container .article_content .article_content_media .share_sinaminiblog .share_qrcode > canvas {
  height: 90rem;
  width: 90rem;
}
.index_web .article_container .article_content .article_content_media .share_sinaminiblog {
  margin-right: 0rem;
}
.index_web .article_container .article_content .article_content_media .share_sinaminiblog .share_qrcode {
  left: -20rem;
}
.index_web .article_container .article_content .article_content_media .share_qzone:hover .share_qrcode,
.index_web .article_container .article_content .article_content_media .share_weixin:hover .share_qrcode,
.index_web .article_container .article_content .article_content_media .share_sinaminiblog:hover .share_qrcode {
  display: block;
}
@keyframes delayAni {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.index_web .article_container .article_content .article_detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index_web .article_container .article_content .article_detail_left {
  padding: 0 35rem;
  font-size: 16rem;
  color: #333333;
  width: 800rem;
  position: relative;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p,
.index_web .article_container .article_content .article_detail_left .article_detail_content span {
  cursor: text;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p:hover,
.index_web .article_container .article_content .article_detail_left .article_detail_content span:hover {
  color: inherit;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p {
  line-height: 28rem;
  margin-top: 18rem;
  text-indent: 2em;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p,
.index_web .article_container .article_content .article_detail_left .article_detail_content span,
.index_web .article_container .article_content .article_detail_left .article_detail_content a {
  font-size: 20rem !important;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content img,
.index_web .article_container .article_content .article_detail_left .article_detail_content video {
  max-width: 100%;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p:has(img) {
  text-indent: 0;
}
.index_web .article_container .article_content .article_detail_left .article_detail_content p:has(video) {
  text-indent: 0;
}
.index_web .article_container .article_content .article_detail_right {
  width: 390rem;
}
.index_web .article_container .article_content .article_detail_qrcode {
  width: 100%;
}
.index_web .article_container .article_content .article_detail_qrcode img {
  display: block;
  height: 200rem;
  width: 200rem;
  margin: 50rem auto 0;
}
.index_web .article_container .article_content .article_detail_qrcode div {
  margin-top: 10rem;
  text-align: center;
}
.index_web .article_container .article_content .article_detail_share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.index_web .article_container .article_content .article_detail_share span {
  margin-right: 10rem;
}
.index_web .article_container .article_content .article_detail_share .share_qrcode {
  height: 100rem;
  width: 100rem;
  position: absolute;
  top: 40rem;
  display: none;
  z-index: 1;
}
.index_web .article_container .article_content .article_detail_share .share_qrcode > canvas {
  height: 100rem;
  width: 100rem;
}
.index_web .article_container .article_content .article_detail_share:hover .share_qrcode {
  display: block;
}
.index_web .article_container .article_content .article_detail_state {
  font-size: 16rem;
  color: #888888;
  letter-spacing: 0.2px;
  text-align: left;
  margin-top: 70rem;
}
.index_web .article_container .article_content .article_detail_line {
  width: 100%;
  padding-top: 1rem;
  background-color: #e8ecf3;
  margin-top: 25rem;
  margin-bottom: 30rem;
}
.index_web .article_container .article_content .article_media_phone {
  display: none;
}
.index_web .article_container .article_content .article_detail_news .article_news_tab {
  font-size: 25rem;
  color: #000000;
  position: relative;
  padding-left: 10rem;
  font-weight: bold;
}
.index_web .article_container .article_content .article_detail_news .article_news_tab::after {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  padding: 2rem;
  height: 60%;
  width: 0;
  background-color: #e52329;
}
.index_web .article_container .article_content .article_detail_news .article_news_item {
  padding: 25rem 0 20rem;
  border-bottom: 1rem solid #e8ecf3;
  cursor: pointer;
}
.index_web .article_container .article_content .article_detail_news .article_news_item .article_item_title {
  font-size: 20rem;
  line-height: 22rem;
  color: #000000;
}
.index_web .article_container .article_content .article_detail_news .article_news_item .article_item_detail {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 18rem;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_web .article_container .article_content .article_detail_news .article_news_item .article_item_time {
  margin-top: 15rem;
  font-size: 16rem;
  line-height: 18rem;
  color: #666666;
}
.index_web .article_container .article_content .article_detail_news .article_news_item:hover .article_item_title,
.index_web .article_container .article_content .article_detail_news .article_news_item:hover .article_item_detail,
.index_web .article_container .article_content .article_detail_news .article_news_item:hover .article_item_time {
  color: #4d7fd0;
}
.index_web .article_container .article_content .article_detail_phone_news,
.index_web .article_container .article_content .article_news_phone_more {
  display: none;
}
.index_web .article_container .article_content .article_news_more {
  width: 100%;
  margin-top: 16rem;
  margin-bottom: 30rem;
  text-align: center;
  font-size: 16rem;
  color: #999999;
}
.index_web .article_container .article_content .article_news_more div {
  height: 38rem;
  width: 200rem;
  min-width: 35%;
  line-height: 38rem;
  border-radius: 6rem;
  border: 1rem dotted #e94346;
  color: #e94346;
  margin: 0 auto;
  cursor: pointer;
}
.index_web .article_container .article_content .article_news_more div:hover {
  opacity: 0.8;
}
.index_web .article_container .article_content .article_news_loading {
  margin-top: 16rem;
  margin-bottom: 30rem;
  text-align: center;
  font-size: 16rem;
  color: #666666;
}
.index_web .article_container .article_content .article_news_end {
  margin-top: 16rem;
  margin-bottom: 30rem;
  text-align: center;
  font-size: 16rem;
  color: #666666;
}
.index_web .article_container .article_news_top {
  display: none;
}
