.news_main {
  width: 100%;
  margin-top: -663px;
  padding: 30px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.news_main .breadcrumbs {
  display: flex;
  align-items: center;
  height: 72px;
}
.news_main .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.news_main .breadcrumbs .title img {
  margin-right: 11px;
}
.news_main .breadcrumbs .path {
  font-size: 18px;
  color: #016bb5;
}
.news_main .breadcrumbs .path a {
  color: #333;
}
.news_main .breadcrumbs .path a:hover {
  color: #016bb5;
}
.news_main .main_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 80px;
}
.news_main .main_box .cont_items {
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid #eee;
}
.news_main .main_box .cont_items h1 {
  text-align: center;
}
.news_main .main_box .cont_items .time_source {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.news_main .main_box .cont_items .break_up_bg {
  height: 10px;
  margin: 60px 0;
  background: url(../images/qa_tit_bg.png) no-repeat;
}
.news_main .main_box .cont_items .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 2;
}
.news_main .main_box .cont_items .chapter {
  margin-top: 40px;
}
.news_main .main_box .cont_items .chapter .previous_chapter {
  font-size: 18px;
}
.news_main .main_box .cont_items .chapter .previous_chapter .ac {
  color: #016bb5;
  line-height: 2;
}
.news_main .main_box .cont_items .chapter .previous_chapter a {
  color: #333;
}
.news_main .main_box .cont_items .chapter .previous_chapter a:hover {
  color: #016bb5;
}
.news_main .main_box .fun_icon {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 0px;
  flex-direction: row;
  justify-content: start;
  position: absolute;
  top: 100px;
}
.news_main .main_box .fun_icon h3 {
  color: #016bb5;
  line-height: 2;
}
.news_main .main_box .fun_icon .font_size {
  display: flex;
  justify-content: space-between;
}
.news_main .main_box .fun_icon .font_size div {
  width: 40px;
  height: 33px;
  margin: 0 15px;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  text-align: center;
}
.news_main .main_box .fun_icon .font_size div:hover {
  color: #016bb5;
  cursor: pointer;
}
.news_main .main_box .fun_icon .font_size .active {
  color: #016bb5;
}
.news_main .main_box .fun_icon .icon {
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.news_main .main_box .fun_icon .icon .print,
.news_main .main_box .fun_icon .icon .off,
.news_main .main_box .fun_icon .icon .collect {
  width: 233px;
  height: 48px;
  margin-bottom: 16px;
  line-height: 48px;
  background: url(../images/cont_icon_bg.png) no-repeat;
  background-size: 100% 100%;
}
.news_main .main_box .fun_icon .icon .print img,
.news_main .main_box .fun_icon .icon .off img,
.news_main .main_box .fun_icon .icon .collect img {
  margin: -4px 20px 0 0;
  vertical-align: middle;
}
.news_main .main_box .fun_icon .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_main .main_box .fun_icon .share .social-share .icon-wechat {
  width: 38px;
  border: 0;
  background: url(../images/wechat.png) no-repeat;
}
.news_main .main_box .fun_icon .share .social-share .icon-weibo {
  width: 38px;
  border: 0;
  background: url(../images/weibo.png) no-repeat;
}
.news_main .main_box .fun_icon .share .social-share .icon-qzone {
  width: 38px;
  border: 0;
  background: url(../images/qqzoom.png) no-repeat;
}
