* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  /*list-style: none;*/
  /* 取消列表项的符号样式 */
  padding: 0;
  /* 取消内边距 */
  margin: 0 0 0 30px;
  /* 取消外边距 */
}
.pkp_site_nav_toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: none;
  box-shadow: 1px 0 0 rgb(255 255 255 / 20%), -1px 0 0 rgb(255 255 255 / 20%);
  z-index: 999;
}
.pkp_site_nav_toggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 19px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.84);
  text-indent: -9999px;
  overflow: hidden;
}
.pkp_site_nav_toggle > span:before {
  top: 0;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.84);
}
.pkp_site_nav_toggle > span:after {
  top: 8px;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.84);
}
.pkp_site_nav_toggle > button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}
.pkp_site_nav_toggle--transform > span {
  border-bottom: 0;
  overflow: visible;
}
.pkp_site_nav_toggle--transform > span:before {
  top: 7px;
  transform: rotate(-405deg) translateY(1px) translateX(-2px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px);
}
.pkp_site_nav_toggle--transform > span:after {
  top: 14px;
  transform: rotate(405deg) translateY(-3px) translateX(-4px);
  -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px);
}
.pkp_site_nav_menu {
  display: none;
}
.pkp_site_nav_menu--isOpen {
  display: block;
}
.pkp_site_nav_menu {
  position: absolute;
  width: 100%;
  top: 60px;
  background: #fff;
  left: 0;
  padding: 0.714rem;
  z-index: 9999;
  font-size: 14px;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.87);
  display: none;
}
.pkp_site_nav_menu .yike_nav_list {
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.pkp_site_nav_menu ul ul {
  padding-left: 0.5rem;
}
.pkp_site_nav_menu a {
  display: inline-block;
  padding: 0.125rem 0;
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
}
.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #1b7479;
  text-decoration: underline;
}
.pkp_site_nav_menu #siteNav {
  position: absolute;
  top: 0;
  height: 0;
}

.sinchn {
  width: 100%;
  min-height: 100vh;
}

.sinchn .header {
  width: 100%;
  display: flex;
  background-color: #015357;
  justify-content: space-around;
}

.sinchn .logoheader {
  width: 100%;
  height: 100px;
  display: flex;
  background-color: #fff;
  justify-content: center;
}

.logoBox {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}

.sinchn .header .center {
  width: 1200px;
  height: 35px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.logocenter .logocenter {
  display: flex;
}

.sinchn .header .logocenter {
  width: 1200px;
  height: 35px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sinchn .header .center .logoBox {
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
}

.sinchn .header .center .logoBox img {
  height: 100%;
}

.sinchn .header .center ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.sinchn .header .center ul li a {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
}

.sinchn .header .center ul li a {
  color: #fff;
}

.sinchn .header .center ul .back {
  padding: 10px 20px;
  border: 1px solid #015357;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 10px;
}

.sinchn .header .center ul li a:hover {
  background-color: #000;
  text-decoration: underline;
  color: #ffffff;

  text-decoration: none;
}

.sinchn .banner {
  width: 100%;
  height: 200px;
  background: url(../img/bannerBg.jpg) center center;
  background-size: cover;
  font-size: 50px;
  font-weight: bolder;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sinchn .contentCenter {
  width: 1200px;

  display: block;
  align-items: top;
}

.sinchn .contentCenter .operating {
  width: 100%;
}

.sinchn .contentCenter .operating ul {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;

  line-height: 30px;
}

.sinchn .contentCenter .operating .cardTitle {
  color: #015357;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;

  margin-bottom: 20px;
}

.sinchn .contentCenter .operating .cardTitle img {
  width: 20px;
  margin-right: 5px;
}

.sinchn .contentCenter .operating ul .item {
  cursor: pointer;
  padding: 0 10px;
}

.sinchn .contentCenter .operating ul .item:hover {
  background-color: #015357;
  color: #ffffff;
}

/*.sinchn .contentCenter .content {
    width: 100%;
    padding: 0px;
}
*/
.sinchn .contentCenter .content .inputBox {
  height: 40px;
  width: 600px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.sinchn .contentCenter .content .inputBox > input {
  border: none;
  width: calc(100% - 70px);
  height: 100%;
  padding: 5px 55px 5px 15px;
  font-size: 15px;
}

.sinchn .contentCenter .content .inputBox > input:focus {
  outline: none;
}

.sinchn .contentCenter .content .inputBox .button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  background-color: #015357;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #015357;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.sinchn .contentCenter .content .inputBox .button > img {
  width: 20px;
}

.sinchn .contentCenter .content .title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #015357;
}

.sinchn .contentCenter .content .title a {
  color: #015357;
}
.xqjs h3,
.cmp_announcements h3,
.current_issue h2 {
  color: #015357 !important;
}

.sinchn .contentCenter .content .line {
  width: 100%;
  height: 1px;
  background-color: #015357;
  margin: 10px 0 20px;
}

.sinchn .contentCenter .content .journalListBox {
  width: 100%;
  display: flex;
  align-items: flex-start;

  flex-wrap: wrap;
  justify-content: space-around;
}

.sinchn .contentCenter .content .journalListBox .journalBox {
  width: calc(100% - 15px);
  padding: 15px;
  background-color: #fff;

  display: flex;
  align-items: top;
  position: relative;
  margin: 0 15px 0px 0;
  height: 195px;
}

.sinchn .contentCenter .content .journalListBox .journalBox .bookFace {
  margin-left: 10px;
  width: 100px;
  overflow: hidden;
  flex-shrink: 0;
}

.sinchn .contentCenter .content .journalListBox .journalBox .bookFace img {
  width: 100%;
  border: 1px solid #ccc;
}

.journalTit a {
  font-size: 18px;
  font-weight: bold;
  color: #015357;
  margin-bottom: 0 px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  cursor: pointer;
  display: block;
  line-height: 40px;
}

.journalTit {
  margin: 0 !important;
  height: 40px;
  width: 100%;
  background-color: #e3e3e3;
  padding-left: 15px;
}

.journalTit:hover {
  text-decoration: underline;
}

.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #015357;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
  color: #015357;
  text-decoration: none;
}

.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #015357;
  border: 1px solid #015357;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff !important;
  text-decoration: none;
}
.obj_article_details .entry_details .item .label {
  font-weight: bold;
}
.obj_article_details .main_entry .arId .label {
  color: #5bcdac !important;
}

/* .obj_article_details .main_entry .item .name {
  color: #00adff;
}
.obj_article_details .main_entry .doi .value a {
  color: #00adff !important;
} */

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #015357;
  color: #fff;
}

.sinchn
  .contentCenter
  .content
  .journalListBox
  .journalBox
  .journalInfo
  .journalIntroduce {
  font-size: 14px;
  color: #818181;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* 控制显示的行数 */
}

.journalIntroduce td {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.journalIntroduce td:nth-child(2) {
  display: none;
}

.buttons a {
  padding: 5px 0px;
  font-size: 14px;
  color: #ffffff;
  background-color: #015357;
  border-radius: 3px;
  margin-right: 0px;
  cursor: pointer;
  text-decoration: none;
}

.button {
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #015357 !important;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.sinchn .footer {
  width: 100%;
  background-color: #015357;
  margin-top: 50px;
  border-top: 1px solid #015357;
}

.sinchn .footer .center {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  padding: 50px 0;
  font-size: 14px;
}

.sinchn .footer .center .infor {
  width: 60%;
  margin-right: 50px;
}

.sinchn .footer .center .infor .icon {
  width: 20px;
  margin-right: 10px;
}

.sinchn .footer .center .infor .iconInfor {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.sinchn .footer .center .links {
  width: 10%;
}

.sinchn .footer .center .links > div {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
}

.sinchn .footer .center .links > div img {
  width: 100%;
}

@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
  }

  .pkp_structure_sidebar {
    float: right;
    width: 300px;
  }

  .pkp_structure_main {
    float: left;
  }

  .pkp_structure_main {
    padding: 30px 0px 90px;
  }

  .pkp_structure_content {
    padding-top: 0px;
  }

  .pkp_page_index .journals .thumb {
    padding-right: 5px;
  }
}

.pkp_head_wrapper {
  padding-top: 0px;
}

.pkp_head_wrapper .dropdown-menu {
  display: block !important;
}

.pkp_nav_list > li:last {
  padding: 10px 20px;
  border: 1px solid #015357;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 10px;
}

.pkp_structure_main:before,
.pkp_structure_main:after {
  width: 0px;
}

.pkp_page_index .journals > ul > li {
  border-top: none !important;
}

.pkp_navigation_primary_row {
  background-color: #015357;
  opacity: 1;
}

.pkp_head_wrapper {
  overflow: visible;
}

.task_count {
  background: #015357;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

@media (min-width: 768px) {
  .pkp_page_index .journals .thumb + .body {
    float: right;
    width: 90%;
  }
  .pkp_site_nav_toggle,
  .pkp_site_nav_menu {
    display: none !important;
  }
}

#pkp_content_main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ccc;

  margin-top: 15px;
}

@media (min-width: 992px) {
  .pkp_block {
    padding: 15px;
  }
}

.obj_issue_toc .galleys:before,
.obj_issue_toc .section:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 40px;
  width: 91%;
  border-top: 1px solid #ddd;
}

.pkp_navigation_primary_wrapper {
  display: flex;
  flex-direction: row;
  background-color: #015357;
  align-content: center;
  justify-content: space-between;
}

.pkp_navigation_users > li > a {
  margin: 0 1em;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
  color: #fff;
}

.pkp_nav_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.xqbanner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 0;
  border-top: #d7d7d7 1px solid;
  border-bottom: #d7d7d7 1px solid;
  background: url(../images/xqbg.jpg) #fff right center no-repeat;
  background-size: auto 100%;
}

.xqjszi {
  width: 96%;
  margin: 0 auto;
  max-width: 62%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.xqlogo {
  width: 110px;
  height: auto;
}

.xqlogo img {
  width: 100%;
  height: auto;
  border: #eee 1px solid;
}

.xqzi {
  width: calc(100% - 140px);
  box-sizing: border-box;
}

.xqzi h1 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.xqzi h1 em {
  color: #f68111;
  font-size: 20px;
  padding-left: 30px;
}

.xqzi h1 em img {
  height: 25px;
  width: auto;
  padding-right: 10px;
}

.xqzi h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.xqzi p {
  display: block;
  margin-top: 20px;
  color: #757783;
  font-size: 14px;
  line-height: 23px;
}

.xqbiao {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.xqbiao img {
  width: 100px;
  height: auto;
}

.pkp_page_index .additional_content {
  padding-top: 0;
}

.additional_content {
  padding: 0 !important;
  margin: 0 !important;
}

.k1 {
  padding: 10px;
  box-sizing: border-box;
}

.k1 ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  transition: all 0.6s;
}

.k1 ul li:hover {
  transform: translateY(-5px);
  transition: all 0.6s;
}

.k1 ul li a {
  color: #fff;
}

.k1 ul li:last-child {
  margin-bottom: 0;
}

.k1 ul li img {
  max-width: 100%;
  height: auto;
}

.k1 ul li:nth-child(2) {
  background: #255d42;
  line-height: 50px;
  padding-left: 10px;
}

.k1 ul li:nth-child(2) img {
  height: 20px;
  width: auto;
  padding-right: 5px;
}

.k1 ul li:nth-child(3) {
  background: #255d42;
  line-height: 50px;
  padding-left: 10px;
}

.k1 ul li:nth-child(3) img {
  height: 20px;
  width: auto;
  padding-right: 5px;
}

.k1.yig ul li {
  background: #255d42;
  line-height: 50px;
  padding-left: 10px;
}

.k1.yig ul li img {
  height: 20px;
  width: auto;
  padding-right: 5px;
}

.k2 {
  box-sizing: border-box;
  margin-top: 20px;
}

.nbt {
  border-left: #255d42 7px solid;
  line-height: 37px;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  padding-left: 15px;
  box-sizing: border-box;
}

.k2 ul {
  margin: 10px;
  margin-top: 0;
  box-sizing: border-box;
}

.k2 ul li {
  font-size: 14px;
  position: relative;
}

.k2 ul li a {
  display: block;
  line-height: 23px;
  padding-left: 20px;
  color: #666;
  transition: all 0.6s;
  margin-top: 5px;
}

.k2 ul li a:hover {
  padding-left: 30px;
  color: #a40000;
  transition: all 0.6s;
}

.k2 ul li:before {
  content: ">";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 33px;
}

.k3 {
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}

.k4 {
  margin-top: 20px;
}

.k4 img {
  width: 100%;
  height: auto;
}

.k2 ul {
  padding: 0 10px !important;
}

.xq1 {
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.xqpic {
  float: left;
  width: 250px;
  height: auto;
}

.xqpic img {
  width: 100%;
  height: auto;
}

.xqjs {
  float: right;
  width: calc(90%);
}

.xqjs h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
}

.xqjs p {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}

.xqjs p a {
  color: #a40000;
  font-size: 12px;
}

.obj_issue_toc .published {
  display: none;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0px !important;
}

.lib_Contentbox {
  clear: both;
  margin-top: 0px;
  border-top: none;
  height: auto;
  border: #d1d1d1 1px solid;
  padding: 0;
}

.obj_issue_toc .galleys:before,
.obj_issue_toc .section:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  border-top: 0px solid #ddd;
}

.lbzs {
  margin: 15px;
}

.tit {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: auto;
  color: #333;
  padding: 0 20px;
  margin-left: 0;
  margin-right: 0px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  margin-top: 0px !important;
  transition: all 0.6s;
  font-size: 20px !important;
  border-radius: 0;
  border-bottom: #fff 2px solid;
  font-weight: bold;
}

.lbzs ul li {
  border-bottom: #c0c0c0 1px dashed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lbzs ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}

.bq1 {
  display: flex;
  align-items: center;
}

.bq1 p {
  margin: 0 10px 0 0 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.bq1 .lv {
  background: #0882c1;
  /* background: #255d42; */
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 25px;
}

.bq1 .hong {
  background: #f68111;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  line-height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.bq1 .hong img {
  height: 15px;
  width: auto;
  padding-right: 5px;
}

.bq1 .huang {
  color: #f68111;
  line-height: 25px;
}

.bq1 .huang img {
  height: 25px;
  width: auto;
  padding-right: 10px;
}

.lbzs ul li .bq2 {
  margin: 20px 0;
  text-align: left;
}

.lbzs ul li .bq2 h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lbzs ul li .bq2 .h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lbzs ul li .bq2 a:hover {
  text-decoration: underline;
}

.lbzs ul li .bq2 p {
  font-size: 14px;
  line-height: 23px;
  color: #606060;
}

.lbzs ul li .bq2 a {
  color: #0f7497;
}

.lbzs ul li .bq2 img {
  max-width: 100%;
  height: auto;
}

.lbzs ul li .bq3 dl {
  display: flex;
  align-items: center;
}

.lbzs ul li .bq3 dl dt {
  margin-right: 25px;
}

.lbzs ul li .bq3 dl dt i {
  display: inline-block;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 25px;
}

.lbzs ul li .bq3 dl dt h1 {
  display: inline-block;
  font-size: 14px;
  color: #787878;
  line-height: 25px;
  padding: 0 8px;
}

.lbzs ul li .bq3 dl dt h2 {
  display: inline-block;
  color: #bf2222;
  font-size: 14px;
  line-height: 25px;
}

.lbzs ul li .bq3 dl dt:hover i {
  color: #c9243f;
}

.pkp_structure_main p {
  margin: 0px 0;
}

.abt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .pkp_head_wrapper {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .pkp_head_wrapper {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .pkp_head_wrapper {
    width: 1160px;
  }
}

.left .title {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  /* margin-bottom: 20px; */
  border-left: 4px solid #015357;
  padding-left: 5px;
  margin-top: 10px;
}

.left .editorInfo {
  font-size: 14px;
  color: #414141;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left .editorInfo .searchKey {
  text-align: left;
  margin: 10px 0 5px;
}

.left .editorInfo .textField {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #888888;
  background-color: #f5f5f5;
}

.left .editorInfo .textField:focus {
  outline: none;
}

.left .editorInfo .buttonBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.left .editorInfo .buttonBox .search {
  background-color: #015357;
  color: #fff;
  padding: 5px 8px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.left .VolumeList {
  margin-top: 10px;
}

.left .VolumeList .time {
  font-size: 14px;
  font-weight: bold;
  color: #015357;
}

.left .VolumeList .VolumeItem {
  font-size: 14px;
  color: #414141;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.left .FeaturedBox {
  width: 100%;
}

.left .FeaturedBox .pictureBox {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left .FeaturedBox .pictureBox img {
  width: 100%;
  vertical-align: top;
}

.left .FeaturedBox .articalTitle {
  font-size: 14px;
  font-weight: bold;
  color: #015357;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.summary {
}

.left .FeaturedBox .Abstract {
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.left p {
  line-height: 20px !important;
}

.left .photoBox {
  width: 120px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #ccc;
}

.left .photoBox img {
  width: 100%;
  vertical-align: middle;
}

.left .editorInfo {
  font-size: 14px;
  color: #414141;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
}

.left,
#pkp_content_main {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 20px !important;
  height: auto;
}

.pkp_block {
  padding: 0px !important;
}

.pkp_block .content {
  width: 100%;
}

.pkp_structure_sidebar {
  width: 20%;
}

.cont {
  text-align: justify;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary,
.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cmp_announcements {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.xq1 {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 15px;
}

.xqpic {
  float: right;
  width: 20%;
  height: auto;
}

.xqpic img {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.xqjs {
  float: left;
  width: calc(80% - 20px);
}

.xqjs h3 {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  color: #333;
}

.xqjs p {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

.xqjs p a {
  color: #a40000;
  font-size: 12px;
}

.pkp_page_index .additional_content {
  border-top: none !important;
}

.pkp_structure_main p {
  line-height: 24px !important;
  margin: 10px 0 0 0 !important;
}

.author_guidelines table,
.author_guidelines td {
  border: 1px solid lightgrey;
  border-collapse: collapse;
}

.pkp_structure_main li {
  line-height: 24px;
}

.xqjs li {
  font-size: 14px !important;
  color: #767676 !important;
  list-style: disc !important;

  list-style-position: inside !important;
}

.pkp_page_index .additional_content {
  padding: 0px 10px 0 10px !important;
  border-top: 1px solid #ddd;
  overflow: hidden !important;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0px !important;
}

.bq1 {
  display: flex;
  align-items: center;
}

.bq1 p {
  margin: 0 10px 0 0 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.obj_article_details .issue .sub_item:last-child {
  display: none;
}
/* .cmp_breadcrumbs li a {
  color: #17b2e1;
  font-weight: 600;
} */
.cmp_breadcrumbs .current {
  color: #fff;
  background: #0882c1;
  padding: 2px 15px;
  border-radius: 10px;
  font-weight: 600;
}
.bq1 .aid {
  background: #4c4c4c;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 25px;
  display: none;
}

.bq1 .hong {
  background: #ff7a00;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  line-height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.bq1 .hong img {
  height: 15px;
  width: auto;
  padding-right: 5px;
}

.bq1 .huang {
  color: #f68111;
  line-height: 25px;
}

.bq1 .huang img {
  height: 25px;
  width: auto;
  padding-right: 10px;
}

.lbzs ul li {
  border-bottom: #c0c0c0 1px dashed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.lbzs ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}

.lbzs ul li .bq2 {
  margin: 20px 0;
  text-align: left;
}

.lbzs ul li .bq2 h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lbzs ul li .bq2 .h3 {
  display: inline-block;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 15px;
}
.entry_details .citation,
.entry_details .copyright {
  background: #efefefd1;
  border-radius: 8px;
}

.lbzs ul li .bq2 a:hover {
  text-decoration: underline;
}

.lbzs ul li .bq2 p {
  font-size: 14px;
  line-height: 23px;
  color: #606060;
}

.lbzs ul li .bq2 a {
  color: #0f7497;
}

.lbzs ul li .bq2 img {
  max-width: 100%;
  height: auto;
}

.abt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  /* æŽ§åˆ¶æ˜¾ç¤ºçš„è¡Œæ•° */
}

.current_issue h2 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}

.articles li {
  position: relative;
  padding-top: 15px;
}

.cmp_article_list .galleys_links {
  /* position: absolute;
  right: 0px;
  top: -15px; */
  display: flex;
}
.sections ul li {
  border-bottom: #c0c0c0 1px dashed;
}
.sections .lbzs:last-child li:last-child {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.cmp_article_list .galleys_links li {
  border-bottom: none;
}
.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  float: left;
  width: 100% !important;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  border-left: 0px solid #ddd !important;
}

.obj_announcement_summary {
  border-bottom: #c0c0c0 1px dashed;
}
.obj_announcement_summary h2 a {
  font-size: 16px !important;
}
.obj_announcement_summary .summary p {
  font-size: 14px !important;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  position: relative;
  padding: 20px 10px !important;
}

.cmp_announcements h3 {
  font-size: 18px !important;
}

.obj_article_details .row {
  border-bottom: none !important;
}

.left .Section {
  width: 100%;
  height: 28px;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #7c7c7c;
  cursor: pointer;
  /* font-weight: bold; */
}

.left .Section:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left .AnnouncementsList {
  font-size: 14px;
  font-weight: 440;
  text-align: left;
}

.left .AnnouncementsList .AnnouncementsItem {
  margin-bottom: 5px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-weight: 600;
  color: #000;
}

.guest {
  margin-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left .AnnouncementsList .AnnouncementsContent {
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.left .AnnouncementsList .more {
  text-align: right;
  cursor: pointer;
  color: #015357;
  text-decoration: underline #015357;
  margin-bottom: 10px;
}

.left .AnnouncementsList .last {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

.FeaturedBox img {
  margin-top: 25px;
}

.line {
  width: 100%;
  background-color: #ccc;
  height: 1px;
  margin: 20px 0;
}

.cont_more a {
  float: right;
  color: #015357;
  display: block;
}

.obj_article_details .item {
  padding: 15px 25px !important;
  text-align: justify;
}

.pkp_page_index .journals > ul > li {
  margin: 0px !important;
  padding: 10px 10px !important;
}

.page_issue_archive .issues_archive {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.abt {
  text-align: justify;
}

.left {
  margin-top: 15px !important;
}

.left .title {
  padding-top: 0px !important;
}

.pkp_structure_sidebar {
  width: 20%;
}

#pkp_content_main {
  width: 79%;
}

.xq1 {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 15px;
}

.xqpic {
  float: right;
  width: 20%;
  height: auto;
}

.xqpic img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.xqjs {
  float: left;
  width: calc(78%);
  padding-left: 20px;
  text-align: justify;
}

.xqjs h3 {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  color: #333;
}

.xqjs p {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

.xqjs p a {
  color: #a40000;
  font-size: 12px;
}

.left p {
  font-size: 14px !important;
}

.value a {
  font-size: 14px !important;
}

.value p {
  word-wrap: break-word !important;
}

.show_more {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  display: none;
  border: none;
  left: 0% !important;

  height: 80px;

  background-color: #fff;
  box-shadow: 0px -10px 60px #fff;
  cursor: pointer;
}

#pkp_content_main {
  position: relative;
  overflow: hidden;
}

.references .value p {
  margin: 15px 0 !important;
}

.references .value a {
  overflow-wrap: break-word;
}

div a,
a:link,
a:hover,
a:visited {
  font-size: 14px !important;
}
/* a {
  color: #0097dd;
}
.obj_announcement_summary h2 a,
.obj_announcement_summary .summary a {
  color: #0097dd !important;
} */
.obj_announcement_summary h2 a {
  font-size: 16px !important;
}
.obj_announcement_summary .summary p {
  font-size: 14px !important;
}

.journalInfo td {
  border: none !important;
}

@media screen and (max-width: 769px) {
  .author_guidelines table {
    width: 100%;
  }
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .dropdown-menu li {
    width: 100%;
    list-style: none;
  }
  .pkp_site_nav_toggle {
    display: block;
  }
  .pkp_navigation_primary_row {
    display: none !important;
  }
  .sinchn .logoheader {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pkp_site_name_wrapper {
    display: flex;
    padding: 3px 8px;
    align-items: center;
    justify-content: space-between;
  }
  .logoBox {
    height: 60px;
  }
  .logoBox img {
    height: 50px;
    width: auto;
  }
  .xqpic {
    width: 100% !important;
  }

  .xqjs {
    width: 100%;
    padding-left: 0;
  }

  .xq1 {
    flex-direction: column;
  }

  .sinchn .header .center {
    width: calc(100% - 30px);
    overflow: hidden;
    padding: 0 15px;
  }

  .sinchn .contentCenter {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
  }

  #pkp_content_main {
    width: 100% !important;
  }

  .sinchn .contentCenter .content .title {
    margin-top: 0;
  }

  .sinchn .contentCenter .operating {
    width: 100%;
    font-size: 14px;
  }

  .sinchn .contentCenter .content .inputBox {
    width: 100%;
  }

  .sinchn .contentCenter .content {
    width: 100%;
  }

  .sinchn .banner {
    height: auto;
    margin-bottom: 20px;
    font-size: 25px;
    width: 100%;
    overflow: hidden;
  }

  .sinchn .banner img {
    /* max-width: 600px; */
  }

  .sinchn .header .center .logoBox {
    height: 30px;
  }

  .sinchn .header .center ul {
    display: none;
  }

  .pkp_structure_sidebar {
    width: 100% !important;
    text-align: left;
  }

  .sinchn .contentCenter .content .journalListBox .journalBox {
    width: 100%;
    height: auto;
  }

  .sinchn
    .contentCenter
    .content
    .journalListBox
    .journalBox
    .journalInfo
    .journalTit {
    font-size: 14px;
  }

  .sinchn
    .contentCenter
    .content
    .journalListBox
    .journalBox
    .journalInfo
    .journalIntroduce {
    font-size: 12px;
  }

  .sinchn
    .contentCenter
    .content
    .journalListBox
    .journalBox
    .journalInfo
    .buttons {
    bottom: 10px;
    flex-wrap: wrap;
  }

  .sinchn
    .contentCenter
    .content
    .journalListBox
    .journalBox
    .journalInfo
    .button {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .sinchn .footer .center {
    width: calc(100% - 30px) !important;
    padding: 50px 15px;
    flex-wrap: wrap;
  }

  .sinchn .footer .center .infor {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .sinchn .footer .center .links {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sinchn .footer .center .links > div {
    width: 100px;
    margin-right: 10px;
  }

  .sinchn .banner .centerbot {
    display: none;
  }

  .sinchn .contentCenter .content .journalListBox {
    justify-content: space-between;
  }

  .pkp_head_wrapper {
    overflow: hidden;
    overflow-x: scroll;
  }

  /* .yike_nav_list li {
    flex-shrink: 0;
  } */

  .member a {
    display: inline-block;
  }

  .cmp_article_list .galleys_links {
    position: unset;
  }
  .bq1 {
    flex-wrap: wrap;
  }
  .bq1 p {
    margin: 0 10px 10px 0 !important;
  }
}
