html,
body {
  height: 100%;
}

.location {
  margin: .2rem auto;
  width: 16.25rem;
  height: .2375rem;
  font-family: MicrosoftYaHei;
  font-size: .175rem;
  color: #999999;
  font-weight: 400;
}

/* .location img {
  position: relative;
  top: .0375rem;
  margin-right: .05rem;
} */

.location a {
  font-family: MicrosoftYaHei;
  font-size: .175rem;
  color: rgba(84, 84, 84, 1);
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.location span {
  font-family: PingFangSC-Regular;
  font-size: .175rem;
  color: rgba(84, 84, 84, 1);
  font-weight: 400;
}

/* .location strong {
  height: .2375rem;
  color: #006dec;
} */

.right_side h3 {
  padding-bottom: .275rem;
  font-family: MicrosoftYaHeiSemibold;
  font-size: .225rem;
  color: #3a3a3a;
  font-weight: 600;
  border-bottom: .0125rem solid #eee;
}

.right_side h3 img {
  margin-right: .15rem;
  position: relative;
  top: .05rem;
}

.right_side_content ul li {
  margin-top: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right_side_content ul li i {
  width: .075rem;
  height: .075rem;
  background: #dee2e6;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: .0375rem;
  margin-right: .125rem;
}

.right_side_content ul li a {
  font-family: MicrosoftYaHei;
  font-size: .175rem;
  color: #4d4d4d;
  font-weight: 400;
}

.zzfg_detail_wrap {
  width: 16.25rem;
  margin: 0 auto;
  display: flex;
}

.right_side {
  width: 4.375rem;
  height: 3.675rem;
  background: #ffffff;
  padding: .2rem .3rem;
}

.zzfg_detail_page {
  background-color: #f7faff;
  height: 100%;
  padding-top: .0125rem;
}

.zzfg_detail_page .zzfg_detail_main {
  width: 16.25rem;
  background-color: #ffffff;
  padding: .625rem .75rem .75rem;
  box-sizing: border-box;
  min-height: calc(100% - 3.575rem);
  border-radius: .05rem;
}

.zzfg_detail_page .detail_title {
  font-size: .375rem;
  font-weight: bold;
  font-family: PingFangSC-Semibold;
  color: #131415;
  text-align: left;
  line-height: 1.5em;
  word-break: break-all;
  margin-right: 1.2rem;
  /* width: 8.125rem; */
}

.zzfg_detail_page .title_info {
  width: 100%;
  box-sizing: border-box;
  padding: .2875rem 0;
  border-bottom: .0125rem solid #f5f1f0;
  overflow: hidden;
}

.zzfg_detail_page .title_info_item {
  font-family: PingFangSC-Regular;
  font-size: .15rem;
  color: rgba(19, 20, 21, 0.3);
  font-weight: 400;
  margin-right: .375rem;
}

.zzfg_detail_page .title_info_left {
  float: left;
}

.zzfg_detail_page .title_info_right {
  float: right;
}

.zzfg_detail_page .font_size_wrap {
  font-family: PingFangSC-Regular;
  font-size: .15rem;
  color: rgba(19, 20, 21, 0.3);
  font-weight: 400;
  margin-right: .375rem;
}

.zzfg_detail_page .font_btn {
  margin-right: .125rem;
  cursor: pointer;
}

.zzfg_detail_page .share_icon {
  width: .275rem;
  height: .275rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  vertical-align: middle;
  margin-right: .125rem;
  cursor: pointer;
}

.zzfg_detail_page .share_icon.detail_share {
  background-image: url("../images/content_detail/detail_share.png");
}

.zzfg_detail_page .share_icon.detail_weixin {
  background-image: url("../images/content_detail/detail_weixin.png");
}

.zzfg_detail_page .share_icon.detail_weibo {
  background-image: url("../images/content_detail/detail_weibo.png");
}

.zzfg_detail_page .share_icon.detail_qq {
  background-image: url("../images/content_detail/detail_qq.png");
}

.zzfg_detail_page .zzfg_news_body {
  width: 100%;
  padding: .4rem;
  box-sizing: border-box;
  /* border-bottom: .0125rem dashed #ddd; */
}

.zzfg_detail_page .zzfg_other_link {
  overflow: hidden;
  padding: .325rem 0;
}

.zzfg_detail_page .title_style .title_style_icon {
  width: .2rem;
  height: .2875rem;
  display: inline-block;
  background: url("../images/content_detail/title_style_icon.png") no-repeat
    center;
  background-size: 100% 100%;
  vertical-align: middle;
}

.zzfg_other_link_half {
  float: left;
  width: 50%;
}

.zzfg_detail_page .title_style .title_text {
  color: #666;
  font-size: .225rem;
  vertical-align: middle;
}

.zzfg_detail_page .link_wrap {
  overflow: hidden;
  padding: .4375rem .4375rem 0 .225rem;
}

.zzfg_detail_page .link_item_style {
  width: .075rem;
  height: .075rem;
  display: inline-block;
  background-color: #d3d3d3;
  margin-right: .125rem;
  vertical-align: middle;
}

.zzfg_detail_page .zzfg_link_item {
  cursor: pointer;
  margin-bottom: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zzfg_detail_page .link_item_name {
  color: #666;
  font-size: .175rem;
  vertical-align: middle;
}

.zzfg_detail_page .zzfg_link_item:hover .link_item_name {
  color: #1775f3;
}

.zzfg_detail_page .zzfg_link_item:hover .link_item_style {
  background-color: #1775f3;
}

.zzfg_detail_page .bottom_btn_wrap {
  width: 2.275rem;
  margin: 0 auto;
}

.zzfg_detail_page .bottom_btn {
  width: 1rem;
  height: .35rem;
  background-color: #f2f8ff;
  border-radius: .025rem;
  border: solid .0125rem #bdd9ff;
  color: #478be9;
  font-size: .175rem;
  line-height: .35rem;
  text-align: center;
  cursor: pointer;
}

.zzfg_detail_page .bottom_btn_left {
  float: left;
}

.zzfg_detail_page .bottom_btn_right {
  float: right;
}
