/* journal*/
.left-box {
  background: #fff;
}
.left-box h2 {
  color: #fff;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  padding-left: 26px;
  margin-bottom: 20px;
  background: #1e2b6f;
  border-top-right-radius: 3px;
  border-left: 8px solid #ae5da1;
}
.left-box ul li,
.left-box ol li {
  line-height: 22px;
  margin: 0 20px 10px 20px;
}
.left-box ul li a,
.left-box ol li a {
  color: #333;
  line-height: 22px;
}
.left-box ul li .tab-active,
.left-box ol li .tab-active {
  font-weight: bold;
  color: #337ab7;
}
.left-box ul li a:hover,
.left-box ol li a:hover {
  color: #7365b8;
  text-decoration: none;
}
.left-box ul li img,
.left-box ol li img {
  margin-left: 2px;
}
.left-box ul {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.left-box ol {
  padding-bottom: 12px;
  list-style-type: disc;
}
.left-box ol li {
  color: #1e2b6f;
}
.left-box .journal1 .on a {
  color: #7365b8;
}
.left-box .author-table {
  margin: 0 10px 0 5px;
}
.left-box .author-table table {
  table-layout: fixed;
  width: 100%;
}
.left-box .author-table table tr > th {
  font-size: 14px;
  color: #ccc;
  padding-left: 5px;
  padding-bottom: 8px;
}
.left-box .author-table table tr > th:nth-child(3) {
  text-align: right;
}
.left-box .author-table table tr td {
  padding-left: 5px;
  padding-bottom: 8px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journal-home-tooltip .tooltip-inner {
  text-align: left;
  z-index: 1000;
  max-width: 380px !important;
}
.journal-home-tooltip img {
  width: 12px;
  cursor: pointer;
}
.autoplay {
  text-align: right;
  background: #fff;
  padding: 0 15px 20px;
}
.autoplay .carousel-inner {
  margin-bottom: 8px;
}
.autoplay .control {
  margin: 0;
  left: 20px;
  width: auto;
}
.autoplay .control span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 3px;
  background: #ccc;
  cursor: pointer;
  margin: 0 2px;
}
.autoplay .control .active {
  background: #585178;
}
.lxf-box .close-modal {
  position: absolute;
  top: 28px;
  right: 15px;
  cursor: pointer;
}
.lxf-box .modal-footer {
  padding: 15px 0 0 0;
}
.lxf-box .save-modal {
  width: 116px;
  height: 38px;
  font-size: 16px;
  color: #1e2b6f;
  background: #fff;
}
.lxf-box .save-modal:hover {
  color: #fff;
  background: #1e2b6f;
}
.lxf-box .modal-body {
  padding: 25px 0 15px;
}
.lxf-box .form-group {
  margin-bottom: 25px;
}
.lxf-box .form-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.lxf-box .form-check {
  line-height: 20px;
  display: inline-block;
  margin-right: 25px;
}
.lxf-box .form-check input[type='checkbox'] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.lxf-box .form-check label {
  cursor: pointer;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
}
.lxf-box-list {
  overflow: hidden;
}
.recommend-item {
  width: 47%;
  position: relative;
  display: inline-block;
}
.recommend-item .recommend-item-img {
  width: 100%;
  overflow: hidden;
  min-height: 66px;
  height: 246px;
  position: relative;
  background-color: #fbfbfb;
}
.recommend-item .recommend-item-img p {
  display: none;
}
.recommend-item .recommend-item-img p:last-of-type {
  display: block;
}
.recommend-item .recommend-item-img img {
  width: auto;
  max-height: 246px;
  margin: 0 50%;
  transform: translateX(-50%);
}
.recommend-item .recommend-item-img label {
  display: none;
}
.recommend-item a:hover {
  text-decoration: none;
}
.recommend-item:nth-child(2) {
  float: right;
}
.recommend-item:after {
  top: 0;
  right: -25px;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background: #ddd;
}
.recommend-item .title {
  color: #ddd;
  height: 54px;
  position: relative;
  margin-top: -54px;
  padding: 5px 26px;
  background: rgba(0, 0, 0, 0.722);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 23px;
  z-index: 999;
}
.recommend-item .title:hover {
  text-decoration: none;
}
.recommend-item:hover .title {
  background: rgba(30, 43, 111, 0.722);
  color: #bac5ff;
  text-decoration: none;
}
.recommend-item .info {
  color: #999;
  padding: 10px;
  line-height: 22px;
  height: 113px;
}
.recommend-item .info p {
  color: #999;
  height: 44px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
}
.recommend-item .info .review {
  height: 12px;
  color: #337ab7;
  font-size: 16px;
  margin-right: 14px;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}
.page-control {
  position: absolute;
  right: 45px;
  top: 20px;
}
.page-control .next {
  transform: rotate(180deg);
}
.page-control a {
  width: 30px;
  height: 30px;
  color: #ddd;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid currentColor;
}
.page-control a:hover {
  color: #1e2b6f;
}
.page-control a:before {
  top: 8px;
  left: 10px;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.most-item {
  width: 31.3%;
  display: inline-block;
}
.most-item:nth-child(2) {
  margin: 0 2.4%;
}
.most-item:nth-child(5) {
  margin: 0 2.4%;
}
.most-item:nth-child(8) {
  margin: 0 2.4%;
}
.most-item .most-item-img {
  width: 100%;
  max-height: 164px;
  overflow: hidden;
}
.most-item .most-item-img p {
  display: none;
}
.most-item .most-item-img p:last-of-type {
  display: block;
}
.most-item .most-item-img img {
  max-height: 164px;
  margin: 0 50%;
  transform: translateX(-50%);
}
.most-item h3 {
  margin: 10px 5px 5px;
  font-weight: bold;
  font-size: 16px;
  height: 44px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.most-item h3 a {
  font-weight: bold;
  font-size: 16px;
  height: 44px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.most-item h3 p,
.most-item h3 div {
  line-height: 22px;
}
.most-item span {
  color: #999;
  height: 44px;
  line-height: 22px;
  padding: 0 5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.most-item .v4-promotion-video {
  max-width: 100%;
  height: 180px;
  text-align: center;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.most-item .v4-promotion-video video {
  max-width: 100%;
  max-height: 100%;
}
.lpf-red {
  color: #337ab7;
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  padding: 0 5px;
  max-height: 22px;
  height: 22px;
}
.lpf-data-list {
  background: #fff;
  margin: 15px 0;
  padding: 40px;
}
.lpf-data-list-item {
  line-height: 40px;
  padding: 30px 45px;
  border-bottom: 1px solid #f0f0f0;
}
.lpf-data-list-item .item-title {
  color: #333;
  font-size: 18px;
}
.lpf-data-list-item .item-title,
.lpf-data-list-item .item-title:hover {
  color: #337ab7;
  text-decoration: none;
}
.lpf-data-list-item .item-status {
  margin-bottom: 10px;
}
.lpf-data-list-item .item-status span {
  margin: 0 32px 0 6px;
}
.lpf-data-list-item .item-status img {
  margin-top: -6px;
  padding-right: 5px;
}
.lpf-data-list-item .item-status .lock {
  color: #666;
}
.lpf-data-list-item .item-status .unlock {
  color: #5abf60;
}
.contributor {
  margin-top: 10px;
}
.contributor sup {
  font-size: 12px;
  margin-right: 10px;
}
.item-link,
.item-remark {
  margin-top: 15px;
}
.item-operating {
  margin-top: 25px;
  align-items: center;
}
.item-operating span:not([title]) {
  margin-right: 30px;
}
.item-operating span {
  position: relative;
  display: inline-block;
}
.item-operating span:not([title]):before {
  content: '';
  top: 4px;
  right: -16px;
  width: 1px;
  height: 16px;
  position: absolute;
  background: #ccc;
}
.item-operating img {
  margin-right: 4px;
  vertical-align: text-top;
}
.view-more {
  margin-top: 20px;
  text-align: right;
}
.journal-menu {
  color: #332964;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.journal-menu a,
.journal-menu a:focus,
.journal-menu a:hover {
  color: #8a8fa7;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding: 0 10px 12px 10px;
}
.journal-menu a.select {
  color: #1e2b6f;
  border-bottom: 1px solid #878daf;
}
@media (min-width: 400px) {
  .item-thumbnail {
    float: right;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .lxf-box-list {
    flex-direction: column;
  }
  .item-operating span:not([title]) {
    margin-right: 20px;
  }
  .item-operating span:not([title]):before {
    right: -12px;
  }
  .recommend-item,
  .most-item {
    width: 100%;
  }
  .item img {
    width: 100%;
  }
  .lpf-data-list {
    padding: 20px 10px;
  }
  .lpf-data-list-item {
    padding: 20px 0;
  }
  .most-item:nth-of-type(2) {
    margin: 20px 0;
  }
  .journal-menu {
    margin-bottom: 20px;
  }
  .page-control {
    display: none !important;
  }
  .lxf-box .modal-body {
    padding: 10px 0 15px;
  }
  .lxf-box .form-title {
    margin-bottom: 15px;
  }
  .lxf-box .close-modal {
    top: 15px;
  }
  .journal-home-tooltip .tooltip-inner {
    width: 150px !important;
    text-align: left;
    max-width: 200px;
  }
}
.lpf-index-left {
  width: 265px;
  float: left;
  position: relative;
  z-index: 1001;
}
.lpf-index-right {
  width: 100%;
  padding-left: 280px;
  position: relative;
}
@media screen and (max-width: 940px) {
  .lpf-index-left {
    width: 100%;
    position: relative;
  }
  .lpf-index-right {
    width: 100%;
    padding-left: 0;
    min-height: auto;
  }
}
/****************about us、 legal、 services、 for authors、f&q、about journal、Editorial board、Editorial office、Copyright agreement、Abstracted and indexed in*******************/
.author-menu {
  float: left;
  min-height: 360px;
  border-right: 1px solid #ddd;
  width: 250px;
  z-index: 1000;
  position: relative;
}
.author-menu a {
  width: 220px;
  color: #1e2b6f;
  font-size: 16px;
  margin-top: 22px;
  line-height: 20px;
  padding: 11px 16px;
  border-radius: 3px;
  border: 1px solid #324193;
  text-decoration: none;
  display: block;
}
.author-menu a:hover {
  cursor: pointer;
}
.author-menu a:focus {
  text-decoration: none;
}
.author-menu a i {
  transition: all 0.5s;
}
.author-menu .select {
  color: #fff;
  background: #324193;
}
.author-menu .w-150 {
  width: 150px;
}
.author-content {
  width: 100%;
  padding: 30px 58px 66px 316px;
}
.editorial-board {
  width: 100%;
  padding: 20px 25px 20px 275px;
}
#resource_eml a,
#resource_eml_2 a,
#resource_eml_3 a {
  cursor: pointer !important;
}
#resource_eml a img,
#resource_eml_2 a img,
#resource_eml_3 a img {
  margin-right: 3px;
}
.editorial-board-no-menu {
  padding: 20px 25px;
}
.about-journal {
  padding: 10px 30px;
}
.database-list-item {
  width: 50%;
  display: inline-table;
}
.database-list-item2 {
  width: 100%;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  background: url("https://www.sciopen.com/assets/img/circle2-2de7085cfd0db5e1f46b384ca9df7d5f.png") left 13px no-repeat;
}
@media screen and (max-width: 700px) {
  .database-list-item {
    width: 100%;
    float: none;
  }
}
.author-menu-not-online {
  float: none;
  min-height: auto;
  border-right: none;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.author-menu-not-online a {
  width: 180px;
  color: #1e2b6f;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 16px;
  border-radius: 3px;
  border: 1px solid #324193;
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
  margin-top: 0;
}
.editorial-board-not-online {
  padding: 20px 30px;
}
#journal_not_online_height_1,
#journal_not_online_height_2,
#journal_not_online_height_3 {
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
}
.journal-not-online-show-more {
  margin-top: 25px;
  margin-bottom: -35px;
  border-top: 2px dashed #666;
  width: 100%;
  display: none;
}
.journal-not-online-show-more-btn {
  width: 126px;
  height: 32px;
  margin: 10px auto;
  border-radius: 18px;
  background-color: #324193;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
}
.journal-not-online-show-more-btn:hover {
  opacity: 0.6;
}
.journal-not-online-show-more-btn span {
  top: 3px;
}
@media screen and (max-width: 767px) {
  .author-menu {
    min-height: auto;
    border-right: none;
    width: 100%;
    float: none;
  }
  .author-menu a {
    min-width: 212px;
    color: #1e2b6f;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 20px;
    padding: 11px 20px;
    border-radius: 3px;
    border: 1px solid #324193;
    text-decoration: none;
    display: block;
  }
  .author-content {
    width: 100%;
    padding: 20px 0;
    margin-top: 15px;
    border-top: 1px solid #ddd;
  }
  .editorial-board {
    width: 100%;
    padding: 20px 0;
  }
  .about-journal {
    padding: 0 0 10px;
  }
}
/*F&Q*/
.author-menu .menu-item {
  min-height: 44px;
  width: 212px;
  color: #1e2b6f;
  font-size: 16px;
  margin-top: 22px;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #324193;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-menu .menu-item.collapsed i {
  transform: rotate(0deg);
}
.author-menu .menu-item i {
  transition: all 0.5s;
  transform-origin: 50%;
  transform: rotate(180deg);
}
.question-item {
  margin: 20px 40px 0 15px;
  cursor: pointer;
}
.question-item.select-q {
  font-weight: bold;
  color: #1e2b6f;
}
/** support 入口 */
.support-fast {
  width: 85px;
  position: fixed;
  top: 40%;
  right: 8px;
  background-color: #fff;
  text-align: center;
  padding: 25px 0 15px;
  border: 1px solid #c4d9eb;
  z-index: 1001;
}
.support-fast a {
  color: #1e2b6f;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
}
/*# sourceMappingURL=lxf.css.map */