@charset "UTF-8";
html,
body,
ol,
ul,
li,
dl,
dt,
dd,
i,
a,
p,
em,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

input[type=text],
input[type=search] {
  outline: none; /* 取消获取焦点后的边框 */
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

body {
  background: #f6f7fb;
}

main {
  padding-top: 68px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
main .content {
  margin-right: auto;
  margin-left: auto;
}
main .content .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main .content .row .row-pd {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
main .content .row .rw-left {
  width: 72%;
}
main .content .row .rw-right {
  width: 28%;
}

.panel {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #337ab7;
}
.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel .panel-body {
  padding: 15px;
}
.panel .panel-body ul li {
  line-height: 24px;
  margin: 6px 0;
}
.panel .panel-body ul li a {
  color: #337ab7;
}
.panel .panel-body ul li a:hover {
  color: #23527c;
  text-decoration: underline;
}

.load-box {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.load-content {
  width: 100%;
  height: auto;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px 0 30px;
  text-align: center;
}
.load-content .load-p {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #999999;
  margin: 30px 0 20px;
}
.load-content .load-p span {
  cursor: pointer;
  color: #1ca472;
}
.load-content .load-p span i {
  float: right;
  margin-left: 4px;
  font-size: 18px;
  color: #1ca472;
}
.load-content .load-p span .right {
  transform: rotate(90deg);
}
.load-content .ml-mb {
  margin-bottom: 25px;
}
.load-content .ml-pt {
  margin-top: 25px;
}
.load-content b {
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0 30px;
}
.load-content button {
  width: 340px;
  height: 70px;
  background: #ff4628;
  border: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 30px;
  cursor: pointer;
}
.load-content button:hover {
  filter: brightness(1.1);
}

.reader-tools-bar {
  width: 100%;
  height: 64px;
  border: 1px solid #ddd;
  background: #ffffff;
  box-shadow: 0px 15px 15px -15px rgba(185, 185, 185, 0.25), -15px 0px 15px -15px rgba(185, 185, 185, 0.25), 15px 0px 15px -15px rgba(185, 185, 185, 0.25);
  overflow: hidden;
}

.tools {
  float: left;
  height: 64px;
}
.tools .tools-prev {
  float: left;
  height: 36px;
  width: 30px;
  overflow: hidden;
  margin: 0 2px;
}
.tools .tools-prev .left {
  transform: rotate(-90deg);
  color: #aeaeae;
}
.tools .page-cur {
  float: left;
  width: 40px;
  height: 24px;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.tools span {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
.tools .tools-next {
  float: left;
  height: 36px;
  width: 30px;
  overflow: hidden;
  margin: 0 2px;
}
.tools .tools-next .right {
  transform: rotate(90deg);
  color: #aeaeae;
}

.bar-download {
  float: right;
}
.bar-download a {
  display: block;
  text-align: center;
  line-height: 48px;
  margin: 8px 10px 0 0;
  cursor: pointer;
  width: 160px;
  height: 48px;
  font-size: 16px;
  color: #2561a9;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #2561a9;
  box-sizing: border-box;
}
.bar-download a:hover {
  background: #d2e6ff;
}
.bar-download a .i-size {
  font-size: 20px;
}

article .header {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
}
article .header h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 48px;
  padding: 0;
  margin: 0;
  color: #000000;
}
article .content-box .tag-head {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ffffff;
}
article .content-box .tag-head ul {
  display: flex;
  overflow: hidden;
}
article .content-box .tag-head ul .tag-li {
  float: left;
}
article .content-box .tag-head ul .title-bt {
  display: block;
  cursor: pointer;
  padding: 30px 20px;
  font-size: 16px;
  border-right: 1px solid #ddd;
  color: #9d9d9d;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
article .content-box .tag-head ul .tag-active {
  background: #fff;
  color: #000;
  border-bottom: none;
}
article .content-box .tag-head ul .active-bt {
  float: left;
  flex: 1;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
article .content-box .about-ul .about-item {
  display: none;
}
article .content-box .about-ul .about-active {
  display: block;
}
article .content-box .about-ul .article-li {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
article .content-box .about-ul .article-li:nth-of-type(1) {
  border: none;
  border-top: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
article .content-box .about-ul .article-li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
article .content-box .about-ul .article-li .box-pd img {
  width: 100%;
}
article .reader-tools-flex {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -575px;
  z-index: 99;
  width: 811px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  background: #ffffff;
}

.header-section {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}
.header-section .header-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-section .header-detail p {
  color: #555;
  line-height: 2;
  font-style: italic;
}
.header-section .header-aside {
  padding: 0 0 0 30px;
  width: 302px;
}
.header-section .header-aside .aside-flex {
  box-shadow: 0 0 0 0 transparent;
  border-radius: 0.125rem;
  padding: 20px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  display: flex;
  align-items: center;
}

.mt-1 {
  margin-bottom: 10px;
}

.aside-img {
  width: 80px;
  height: 110px;
  margin-right: 20px;
  position: relative;
}
.aside-img img {
  width: 100%;
  height: 100%;
}
.aside-img .i-top {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 32px;
  z-index: 3;
  color: #00a39e;
}

.aside-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aside-btn .btn-type, .aside-btn .btn-type1 {
  border: 0;
  width: 100%;
  height: auto;
  background: #0080ff;
  color: #fff;
  margin: 5px 0 10px;
  line-height: 1;
  padding: 10px 20px;
  display: block;
  border: 1px solid #0080ff;
}
.aside-btn .btn-type:hover, .aside-btn .btn-type1:hover {
  filter: brightness(1.1);
}
.aside-btn .btn-type .load-icon, .aside-btn .btn-type1 .load-icon {
  font-size: 18px;
  margin-right: 4px;
}
.aside-btn .btn-type1 {
  border: 1px solid #0080ff;
  width: 100%;
  height: auto;
  background: #fff;
  color: #0080ff;
  margin: 5px 0 10px;
  line-height: 1;
}
.aside-btn .btn-type1:hover {
  background: #0080ff;
  border: 1px solid #0080ff;
  color: #fff;
}

.header-abstract {
  background: #f4f4f4;
  padding: 20px 20px 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.header-abstract .ab-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.header-abstract .ab-item .item-head {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.header-abstract .ab-item .item-head h2 {
  padding: 0;
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: normal;
}
.header-abstract .ab-item .item-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.header-abstract .ab-item .item-content .cont-font {
  position: relative;
}
.header-abstract .ab-item .item-content .cont-font .ft-box {
  line-height: 1.6;
  font-size: 17px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
}
.header-abstract .ab-item .item-content .cont-font .ft-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}
.header-abstract .ab-item .item-content .cont-font .ft-box img {
  width: 140px;
  float: left;
  object-fit: contain;
  margin-right: 10px;
}
.header-abstract .ab-item .item-content .cont-font .ft-box .text {
  overflow: hidden;
  text-align: justify;
}
.header-abstract .ab-item .item-content .cont-font .ft-hg {
  line-height: 1.8;
  font-size: 17px;
  max-height: none;
  position: relative;
  overflow: hidden;
}
.header-abstract .ab-item .item-content .cont-font .ft-hg img {
  width: 140px;
  float: left;
  object-fit: contain;
  margin-right: 10px;
}
.header-abstract .ab-item .item-content .cont-font .ft-hg .text {
  overflow: hidden;
  text-align: justify;
}
.header-abstract .ab-item .item-content .cont-font .ft-cover {
  position: relative;
}
.header-abstract .ab-item .item-content .cont-font .ft-cover a {
  display: block;
  width: 100%;
  height: 60px;
  color: #e91839;
  text-align: center;
}
.header-abstract .ab-item .item-content .cont-font .ft-cover a .i-bottom {
  display: inline-block;
  margin-right: 6px;
  color: #e2425a;
  transform: rotate(-180deg);
}

.recommend {
  width: 100%;
  box-sizing: border-box;
  /*  */
}
.recommend .panel-box {
  padding: 32px 0;
}
.recommend .panel-success {
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.recommend .panel-heading {
  border-bottom: 1px solid #dddddd;
  padding: 20px 20px 14px;
}
.recommend .panel-flex {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend .panel-left {
  padding: 10px 0 10px 20px;
}
.recommend .panel-left h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.recommend .panel-body {
  padding: 20px;
}
.recommend .panel-body-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.recommend .panel-body-li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.recommend .li-box {
  position: relative;
  min-height: 210px;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
}
.recommend .box-relative {
  background-color: #fff;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}
.recommend .box-relative h3 {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin: 0 0 14px;
  font-weight: normal;
}
.recommend .box-relative strong {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin: 0 0 14px;
}
.recommend .box-relative ul {
  list-style: none;
  padding: 0;
  margin: 6px 0;
  font-size: 13px;
  display: inline-block;
}
.recommend .box-relative ul li {
  display: inline;
  float: left;
  padding: 0 6px 0 0;
}
.recommend .box-relative ul li a,
.recommend .ralative-content a {
  display: inline;
  text-decoration: none;
}
.recommend .box-relative ul li a:hover {
  color: #0080ff;
  text-decoration: underline;
}
.recommend .ralative-content {
  word-break: break-word;
  color: #888888;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.recommend .color-a {
  color: #2561a9;
  font-size: 14px;
  cursor: pointer;
}
.recommend .color-a:hover {
  color: #0080ff;
}
.recommend .panel-rg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.recommend .panel-body-width {
  width: 50%;
}

.side {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
}
.side .side-download {
  padding: 20px 20px 10px;
}
.side .side-download .side-load-a {
  cursor: pointer;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  border: 0;
  background: #fac20b;
  border-radius: 4px;
}
.side .side-download .side-load-a:hover {
  filter: brightness(1.1);
}
.side .side-download .side-load-a .icon-load {
  display: block;
  width: 32px;
  height: 26px;
  margin-right: 12px;
  background: url(../images/download.png) no-repeat;
  background-size: 100% 100%;
}
.side .side-tag {
  padding: 0 20px 10px;
}
.side .side-tag .side-tag-ul {
  height: 40px;
  border-bottom: 2px solid #ddd;
}
.side .side-tag .side-tag-ul li {
  float: left;
  width: 33.33%;
  overflow: hidden;
}
.side .side-tag .side-tag-ul li a {
  display: block;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 12px;
  cursor: pointer;
  color: #999999;
}
.side .side-tag .side-tag-ul li .active {
  font-weight: 600;
  border-bottom: 2px solid #2561a9;
  color: #2561a9;
}
.side .side-tag .tab-items .tab-item {
  display: none;
  padding: 10px 0 0;
  height: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ebebed;
}
.side .side-tag .tab-items .tab-item ul {
  padding: 0 9px;
}
.side .side-tag .tab-items .tab-item ul li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebed;
}
.side .side-tag .tab-items .tab-item ul li:last-child {
  border-bottom: 0;
}
.side .side-tag .tab-items .tab-item ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  padding: 0 0 10px;
}
.side .side-tag .tab-items .tab-item ul li a:hover {
  color: #0080ff;
  text-decoration: underline;
}
.side .side-tag .tab-items .active {
  display: block;
}
.side .side-message {
  padding: 0 20px 0;
}
.side .side-message ul {
  width: 100%;
  overflow: hidden;
}
.side .side-message ul li {
  margin: 15px 0 0;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebed;
}
.side .side-message ul li:nth-of-type(1) {
  margin: 10px 0 10px;
}
.side .side-message ul li:last-child {
  border-bottom: 0;
}
.side .side-message ul li .message-lf {
  float: left;
  width: 70px;
  margin-right: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.side .side-message ul li .message-lf img {
  width: 100%;
  transition: all 0.6s;
}
.side .side-message ul li .message-lf img:hover {
  transform: scale(1.4);
}
.side .side-message ul li .meassage-rg {
  float: right;
  flex: 1;
  padding: 10px 0 0;
}
.side .side-message ul li .meassage-rg a {
  display: block;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.side .side-message ul li .meassage-rg a:hover {
  color: #0080ff;
  text-decoration: underline;
}

.article-container {
  position: relative;
  background: #f4f5f9;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.placeholder {
  min-height: 580px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.placeholder:nth-of-type(1) {
  border: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.placeholder:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.placeholder .loading {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/loading.gif) no-repeat center center;
}
.placeholder .loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 40px 0 0 -110px;
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.placeholder .pl-content {
  padding: 20px;
}
.placeholder .pl-content img {
  width: 100%;
}

.copy-text {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #2561a9;
  border-radius: 4px;
  border: 1px solid #2561a9;
  box-sizing: border-box;
}
.copy-text:hover {
  filter: brightness(1.1);
}

.content-floating {
  position: fixed;
  top: 56px;
  left: 50%;
  z-index: 99;
  margin-left: 280px;
  width: 359px;
  padding: 12px 10px 18px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=docview.css.map */
