.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: #19478a !important;
}
.bgC2 {
  background: #2568cb ;
}
.bgC3 {
  background: #19478a ;
}
.bgC4 {
  background: #2568cb ;
}
.colorC1 {
  color: #19478a !important;
}
.colorC2 {
  color: #2568cb ;
}
.colorC3 {
  color: #2568cb ;
}
.colorC4 {
  color: #2568cb ;
}
.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid #19478a;
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #19478a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #19478a;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
}
.font-regular {
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
}
.font-bold {
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
html,
body {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  color: white;
  text-decoration: none;
}
label.error {
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}
.nextOrPrevBox a {
  color: #1554B2 !important;
}
.nextOrPrevBoxH5 a {
  color: #1554B2 !important;
}
.specialMove {
  color: #1851B3 !important;
  min-width: 25px;
  text-align: center;
  padding: 3px 0px;
}
.specialMove:hover,
.specialMove:active {
  background-color: #2568cb !important;
  color: white !important;
  text-decoration: none;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .backButton .backPage {
  border: 1px solid #2568cb;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .backButton .backPage:hover {
  background: #2568cb;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .pdfButton .downloadPDF {
  border: 1px solid #2568cb;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .pdfButton .downloadPDF:hover {
  background: #19478a;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .contentBox {
    margin-top: 20px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .text {
    display: none;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .intro {
    width: calc(100% - 20px);
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .intro {
    width: calc(100% - 20px);
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .imgBox {
    width: calc(100% - 20px);
    height: auto;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .imgBox {
    width: 78.4vw;
    height: 48.5vw;
  }
  .jgLeftBox .listsBox .video {
    width: 78.4vw;
    height: 48.5vw;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText {
    margin: 0 13px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .popover {
    width: 130px;
  }
  .actionsbar {
    display: none!important;
  }
  .fa-pencil {
    display: none!important;
  }
  .contentLeftHeader .nameBox .left .fa-pencil {
    display: inline-block;
  }
  .contentLeftHeader .title .fa-pencil {
    font-size: 14px;
    cursor: pointer;
  }
  .contentRight {
    display: none;
  }
  .nextOrPrevBoxH5 {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .nextOrPrevBoxH5 .fa {
    margin: 0 5px;
    cursor: pointer;
    font-size: 25px;
  }
  .nextOrPrevBoxH5 .currentIssue {
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .contentBox {
    margin-top: 35px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .intro {
    width: calc(100% - 76px);
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .intro {
    width: calc(100% - 76px);
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .imgBox {
    width: 520px;
    height: 364px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .imgBox {
    width: 602px;
    height: 372px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .text {
    display: none;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText {
    margin: 0 20px;
  }
  .jgLeftBox .listsBox .video {
    width: 602px;
    height: 372px;
  }
  .contentRight {
    display: none;
  }
  .nextOrPrevBoxH5 {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .contentRight {
    display: block;
  }
  .contentRight .issueInformationBox img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .text {
    display: inline;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
  .contentRight .issueInformationBox img {
    height: 302px;
  }
}
#abbs {
  width: 100%;
  height: 100%;
  color: black;
  display: flex;
  flex-direction: column;
}
.contentBox {
  padding-bottom: 50px;
}
.contentRight {
  width: calc(100% - 10px);
  float: right;
}
.contentRight .issueInformationBox {
  width: calc(100% - 35px);
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.contentRight .issueInformationBox img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.contentRight .issueInformationBox p {
  font-size: 12px;
  margin: 5px 0 10px;
  cursor: pointer;
}
.contentRight .issueInformationBox p:hover {
  text-decoration: underline;
}
.contentRight .issueInformationBox h5 {
  font-size: 16px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.contentRight .nextOrPrevBox {
  width: 100%;
  font-size: 13px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contentRight .nextOrPrevBox .fa {
  margin: 0 5px;
  cursor: pointer;
  font-size: 25px;
}
.contentRight .nextOrPrevBox .currentIssue {
  font-weight: bold;
  margin: 0 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.contentRight .bannerBtn {
  width: 100%;
  height: auto;
  margin-top: 70px;
}
.contentRight .bannerBtn .submitBtn {
  max-width: 100%;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 30px auto;
  cursor: pointer;
  font-size: 16px;
}
.contentRight .bannerBtn .submitBtn a {
  display: flex;
  align-items: center;
}
.contentRight .bannerBtn .submitBtn .submit {
  color: white;
  margin-left: 10px;
  font-weight: bold;
}
.contentRight .bannerBtn .submitBtn:hover {
  -webkit-animation: shake 0.38s;
}
.contentRight .figuresBox {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.contentRight .figuresBox .tabBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-bottom: 4px;
}
.contentRight .figuresBox .tabBox .tabB {
  overflow: hidden;
  width: 100%;
}
.contentRight .figuresBox .tabBox .tabB .tabs {
  color: #AAAAAA;
  /* display: flex; */
  width: 100%;
  position: relative;
  left: 0;
}
.contentRight .figuresBox .tabBox .tabB .tabs .tabItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contentRight .figuresBox .tabBox .tabB .tabs .item {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentRight .figuresBox .tabBox .tabB .tabs .active {
  font-weight: bold;
  color: #1A1A1F;
}
.contentRight .figuresBox .tabBox .fa {
  font-size: 22px;
  cursor: pointer;
}
.tab-relatedArticles ul {
  padding: 12px 0 !important;
}
.tab-relatedArticles li {
  font-size: 13px;
}
.contentRight .figuresBox .listBox {
  height: auto;
  border: 1px solid #f2f2f2;
  overflow-y: auto;
  overflow-x: auto;
  max-height: 1154px;
}
.contentRight .figuresBox .listBox .list1 {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0.73vw;
}
.contentRight .figuresBox .listBox .list1 h5 {
  margin-top: 1.5625vw;
  font-size: 0.73vw;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.contentRight .figuresBox .listBox .list1 p {
  color: #AAAAAA;
  font-size: 0.68vw;
  margin-top: 0.26vw;
  line-height: 20px;
}
.contentRight .figuresBox .listBox .list1 p span {
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.contentRight .figuresBox .listBox .list1 img {
  width: 100%;
  height: 9.9vw;
  margin-top: 0.52vw;
}
.contentRight .figuresBox .listBox .chart_tu {
  width: 206px;
}
.contentRight .figuresBox .listBox .clickBtn {
  width: 90px;
  height: 33px;
  line-height: 33px;
  color: white;
  border-radius: 7px;
  text-align: center;
  /* margin: 20px 0 0; */
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.contentRight .figuresBox .listBox .clickBtn:hover {
  -webkit-animation: shake 0.38s;
}
.contentRight .figuresBox .listBox .download {
  width: 110px;
  height: 33px;
  line-height: 33px;
  color: white;
  border-radius: 7px;
  text-align: center;
  /* margin: 20px 0 0; */
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.contentRight .figuresBox .listBox .download:hover {
  -webkit-animation: shake 0.38s;
}
.contentRight .relatedBox {
  font-size: 14px;
  margin: 50px 0 0 0;
}
.contentRight .relatedBox .tab {
  font-weight: bold;
  color: #1A1A1F;
}
.contentRight .trendmd-widget-header {
  padding: 8px 0 0 0!important;
  margin: 0 0 12px!important;
}
.contentRight .trendmd-widget-header__heading {
  width: auto;
  color: #1A1A1F;
  border-bottom: 4px solid #261737 !important;
  display: inline-block;
}
.contentRight .trendmd-widget-list {
  padding-left: 0 !important;
}
.jgLeftBox .listsBox {
  width: 100%;
  height: auto;
  position: relative;
}
.jgLeftBox .listsBox .listBox .noFind {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader {
  width: 100%;
  height: auto;
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox {
  margin-bottom: 25px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .backButton .backPage {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  margin: 0px 25px 0 0;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .backButton .backPage:hover {
  color: #ffffff;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .backButton:hover {
  text-decoration: none;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .pdfButton .downloadPDF {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .pdfButton .downloadPDF:hover {
  color: #ffffff;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .buttonBox .pdfButton:hover {
  text-decoration: none;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox {
  width: 100%;
  height: auto;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left {
  width: 100%;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left .name {
  color: #AAAAAA;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left .type {
  color: #AAAAAA;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left .inline {
  color: #AAAAAA;
  display: inline-block;
  margin: 0 18px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left .openAccess {
  display: inline-block;
  color: #F59A23;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .nameBox .left .fa-pencil {
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 7px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .title {
  font-size: 24px;
  margin: 11px 0 19px;
  text-decoration: none;
  font-size: 24px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .title #articletitle {
  cursor: pointer;
  /* font-weight: bold; */
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .title .crossmarkModal {
   /* position: absolute;
    margin-left: 5px; */
    cursor: pointer;
    vertical-align: text-top;
    display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .Authors,
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .doi {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .Authors span,
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .doi span {
  color: #1554B2;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .Authors span {
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .Authors span a {
  color: #1554B2;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .Authors span .popover {
  width: 155px;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .doi span {
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .contentLeftHeader .updated {
  font-size: 14px;
  color: #333333;
  margin: 10px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .result {
  margin-top: 10px;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .result img {
  width: 70px;
  height: 24px;
  margin-left: 5px;
}
.jgLeftBox .listsBox .listBox .list .listItem {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox {
  width: 100%;
  height: auto;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .tag {
  color: #AAAAAA;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .tag .tagLine {
  margin: 0 10px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .tag .access {
  color: #F59A23;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .title {
  margin: 8px 0 13px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  width: 100%;
  line-height: 19px;
  font-weight: bold;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .title:hover {
  text-decoration: underline;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox {
  width: 100%;
  height: auto;
  font-size: 13px;
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .authors {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .authors .popoverAuthor {
  color: #1554B2;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .authors .popoverAuthor:focus {
  outline: none;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .authors .popover {
  width: 145px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .desc {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .share {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .share .link {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  color: #1554B2;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .imgTextBox .textBox .share .fa {
  color: gray;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .popover {
  width: 145px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText {
  display: flex;
  align-items: center;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .downloadImg {
  width: 16px;
  height: 16px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .img {
  margin-right: 5px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText .text {
  font-weight: normal;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .imgText:first-of-type {
  margin-left: 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .labelBox .faUnlock .popover {
  width: 94px;
  left: -40.5px !important;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .detailsBox .imgText {
  cursor: pointer;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .detailsBox .imgText .text {
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .detailsBox .imgText .fa {
  font-size: 15px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .detailsBox .details {
  display: none;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox {
  margin: 10px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .imgText {
  cursor: pointer;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .imgText .text {
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .imgText .fa {
  font-size: 15px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis {
  width: 100%;
  height: auto;
  background: #EFF2F7;
  border-radius: 10px;
  margin: 10px 0 0 0;
  padding-bottom: 30px;
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .imgText .fa {
  font-size: 15px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .scoped {
  position: absolute;
  right: 10px;
  top: -25px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .scoped .fa-pencil {
  font-size: 18px;
  color: #1554B2;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .intro {
  margin: 25px auto 0;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .imgBox {
  margin: 15px auto 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .imgBox .img {
  width: 100%;
  height: 100%;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .btnBox {
  margin: 15px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .btnBox .btns {
  text-align: center;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .btnBox .btns .link {
  color: #333333;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .synopsisBox .synopsis .btnBox .btns .link:hover {
  color: #169bd5;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox {
  margin: 10px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .imgText {
  cursor: pointer;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .imgText .text {
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .imgText .fa {
  font-size: 15px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement {
  font-size: 12px;
  color: #000000;
  margin: 15px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #D7D7D7;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr th {
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr td {
  text-align: center;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr .type {
  width: 120px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr .img {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr .fa-play-circle {
  color: #1554B2;
  margin-right: 5px;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .supplementBox .supplement tr .scoped {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox {
  margin: 10px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .imgText {
  cursor: pointer;
  display: inline-block;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .imgText .text {
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos {
  width: 100%;
  height: auto;
  background: #EFF2F7;
  border-radius: 10px;
  margin: 10px 0 0 0;
  padding-bottom: 30px;
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .scoped {
  position: absolute;
  right: 10px;
  top: -25px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .scoped .fa-pencil {
  font-size: 18px;
  color: #1554B2;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .intro {
  margin: 25px auto 0;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .imgBox {
  margin: 15px auto 0;
  position: relative;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .imgBox .img {
  width: 100%;
  height: 100%;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .imgBox .playImg {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  right: 22px;
  bottom: 25px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .btnBox {
  margin: 15px 0 0 0;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .btnBox .btns {
  text-align: center;
  font-size: 14px;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .btnBox .btns .link {
  color: #333333;
  cursor: pointer;
}
.jgLeftBox .listsBox .listBox .list .listItem .rightBox .videoBox .videos .btnBox .btns .link:hover {
  color: #169bd5;
}
.jgLeftBox .listsBox .listBox:nth-last-of-type(2) .listItem:last-of-type {
  border: none;
}
.jgLeftBox .listsBox .video {
  position: absolute;
}
.jgLeftBox .listsBox .video .video-js {
  width: 100%;
  height: 100%;
}
.jgLeftBox .moreBox {
  width: 100%;
  text-align: center;
}
.jgLeftBox .moreBox .more {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #2568cb;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 87.5px;
  margin: 53px 0 23px 0;
}
.jgLeftBox .moreBox .more:hover {
  color: #ffffff;
  background: #2568cb;
}
.jgLeftBox .bottomAttention {
  margin-top: 30px;
}
.jgLeftBox .bottomAttention .attentionContent h3 {
  font-size: 16px;
  padding-bottom: 15px;
}
.jgLeftBox .bottomAttention .attentionContent p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 15px;
}
.uploadBtnImg {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.label-point-green {
  width: 10px;
  height: 10px;
  border: 1px solid #07c160;
  border-radius: 50%;
  background-color: #07c160;
  display: inline-block;
}
.label-point-gray {
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  border-radius: 50%;
  display: inline-block;
}
.label-point-orange{
  width: 10px;
  height: 10px;
  border: 1px solid #F59A23;
  border-radius: 50%;
  background-color: #F59A23;
  display: inline-block;
}
  #readMoreModal .leftBox {
    display: inline-block;
    width: 400px;
    vertical-align: top;
  }
  #readMoreModal .leftBox #journalCoverOfCurrentIssue {
    width: 100%;
    height: 530px;
  }
  #readMoreModal .leftBox .text {
    display: block;
    font-size: 13px;
    color: #00508B;
    cursor: pointer;
  }
  #readMoreModal .rightBox {
    width: calc(100% - 490px);
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
  }
  #readMoreModal .rightBox .issue {
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
    margin-top: 10px;
  }
  #readMoreModal .rightBox .desc {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
	word-break: break-word;
  }
  #readMoreModal  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#readMoreModal .btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#readMoreModal .downloadBtn{
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 22px;
  }
  #readMoreModal .downloadHD {
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}