.object {
  padding: 25px 0;
}
.object-intro {
  position: relative;
  margin-bottom: 25px;
  padding-left: 5px;
}
.object-title {
  margin-bottom: 10px;
  padding-right: 200px;
}
.object-title h1 {
  margin-bottom: 3px;

  font-size: 30px;
  line-height: 38px;
}
.object-title em {
  display: block;
  color: #999999;
  line-height: 16px;
}
.object-title .medal {
  position: relative;
  top: -5px;
  height: 28px;
}
.object-title .medal span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 14px;
  height: 28px;
  line-height: 26px;
  text-decoration: none;
  text-indent: 0;
  color: #0033a0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #96abd8;
}

.object-op {
  height: 28px;
  float: right;
  margin-top: -2px;
}
.object-op a {
  overflow: hidden;
  float: left;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #9a9a9a;
  border-radius: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.object-op a:hover {
  width: 63px;
  background: #f09e00;
  text-decoration: none;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3) inset;
}
.object-op i {
  margin: 0 6px;
  font-size: 16px;
}
.object-count {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
.object-count > span {
  margin-right: 30px;
}
.object-count a {
  text-decoration: underline;
}

.object-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  background: #fff;
  border-left: 28px solid #ccc;
  border-top: 5px solid #f1f1f1;
}
.object-cover:before {
  position: absolute;
  left: -28px;
  bottom: -1px;
  border-right: 28px solid transparent;
  border-bottom: 5px solid white;
  border-left: 0;
  content: "";
  z-index: 1;
}
.object-cover:after {
  position: absolute;
  right: -1px;
  top: -6px;
  border-left: 28px solid transparent;
  border-top: 5px solid white;
  border-right: 0;
  content: "";
  z-index: 1;
}
.object-cover img {
  width: 175px;
  height: 243px;
}
.object-cover .icon-oa-pic {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.object-cover a {
  position: absolute;
  left: -28px;
  top: 0;
  width: 28px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  /* transform: skewY(11deg); */
}
.object-cover a:hover {
  text-decoration: none;
}
.object-info-content {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  max-height: 44px;
  margin-bottom: 10px;
}
.object-info-content a {
  display: inline-block;
  margin-left: 2em;
}
.object-intro-list li {
  font-size: 14px;
  line-height: 24px;
}
.object-intro-list li > span:after {
  display: inline-block;
  margin-left: 1px;
  margin-right: 8px;
  content: ";";
}
.object-intro-list .label {
  position: relative;
  display: inline-block;
  width: 58px;
  margin-right: 10px;
  color: #777;
  text-align: justify;
  text-align-last: justify;
}
.object-intro-list .label:after {
  position: absolute;
  right: -5px;
  margin: 0 !important;
  content: ":" !important;
}
.object-intro-list .from:after {
  display: none;
}
.object-intro-list .num {
  position: relative;
  margin: 0 3px;
  font-size: 12px;
  top: 2px;
  color: #3c3c3c;
  text-decoration: none;
  vertical-align: bottom;
  border: 0;
}
.object-intro-list .num:after {
  position: absolute;
  left: -3px;
  top: -1px;
  right: -3px;
  bottom: -1px;
  background: #f5f5fa;
  border-radius: 10px;
  content: "";
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.object-intro .object-adv1 {
  position: absolute;
  right: 0px;
  top: 7px;
}
.object-intro .object-adv1 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 14px;
  height: 28px;
  line-height: 26px;
  text-decoration: none;
  text-indent: 0;
  color: #0033a0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #96abd8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.object-intro .object-adv1 a:after {
  position: absolute;
  right: -288px;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background: #0033a0;
  border-radius: 100%;
  content: "";
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.object-intro .object-adv1 a:hover {
  color: #fff;
  border-color: #0033a0;
}

.object-intro .object-adv1 a:hover:after {
  right: 0;
}

.object-tab {
  height: 49px;
  border-bottom: 3px solid #0033a0;
}
.object-tab ul {
  display: table;
  width: 1200px;
}
.object-tab li {
  display: table-cell;
  text-align: center;
  padding: 0 2px;
}
.object-tab li a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  color: #6e6e6e;
  background: #f0f0f0;
  border: 1px solid #eaecf2;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.object-tab li a:hover {
  text-decoration: none;
}
.object-tab li.tab-this a {
  color: #fff;
  background: #0033a0;
}

.object-main .search-refine .refine-submit {
  text-align: center;
}
.object-main .search-refine .refine-submit .layui-btn {
  width: 100px;
}
.object-report {
}
.object-report .report {
  padding-right: 210px;
}
.y-vol .layui-colla-icon {
  display: none;
}
.y-vol .layui-colla-content {
  max-height: 1200px !important;
}
.y-vol .layui-show {
  height: auto;
}

.y-vol .cluster-list .cluster-list {
  padding: 0;
}
.y-vol .cluster-list .cluster-list:before,
.y-vol .cluster-list .cluster-list:after {
  display: table;
  clear: both;
  content: "";
}
.y-vol .cluster-list .cluster-list li {
  float: left;
  width: 33.333%;
}
.y-vol .cluster-list .cluster-list li a {
  padding-left: 20px;
  padding-right: 10px;
}
.y-vol .cluster-list .cluster-list li a:before {
  display: none;
}
.y-vol .page {
  text-align: center;
}
.y-vol .page .layui-laypage a,
.y-vol .page .layui-laypage span {
  display: inherit;
  height: inherit;
  line-height: 30px;
  margin: 0;
  padding: 0 7px;
  border: 0;
}
.y-vol .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: transparent;
}
.y-vol .page .layui-laypage .layui-laypage-curr em {
  color: #fff;
  font-weight: bold;
}
.y-vol .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: transparent;
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  line-height: 17px;
  height: 15px;
  top: 6px;
}

.journal-catalog {
  font-size: 14px;
}
.journal-catalog h2 {
  height: 44px;
  padding: 0;
  font-size: 16px;
  line-height: 43px;
  color: #333;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c5c5c5;
}
.journal-catalog h6 {
  margin: 1em 0 0.5em;
  font-size: 18px;
  font-weight: bold;
}
.journal-catalog li {
  overflow: hidden;
  margin: 0.8em 0;
  line-height: 22px;
  background: url(../images/catalog-point.gif) left top;
}
.journal-catalog .title {
  font-size: 14px;
  margin-right: 2em;
  padding-right: 5px;
  background: #fff;
}
.journal-catalog .title a {
  color: #555;
  text-decoration: underline;
}
.journal-catalog tt {
  float: right;
  *margin-top: -22px;
  _margin-top: -22px;
  padding-left: 5px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.journal-catalog .pages {
  padding: 0;
}
.journal-info,
.search-list {
  padding: 10px 0;
}
.journal-info {
  font-size: 14px;
}
.info-left {
  float: left;
  width: 240px;
}
.info-main {
  float: right;
  width: 935px;
}

.info-box {
  margin-bottom: 20px;
}
.info-box .title {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.info-box .title h2 {
  position: relative;
  bottom: -1px;
  float: left;
  padding: 0 5px;
  font-size: 18px;
  line-height: 37px;
  border-bottom: 3px solid #15508c;
}
.info-box .title .op {
  position: absolute;
  right: 0;
  line-height: 40px;
}
.info-box .title .op a {
  margin: 0 10px;
  color: #999;
}
.info-box .title .op .show-this {
  color: #333;
  font-weight: bold;
}
.info-box .info-content {
  line-height: 22px;
}
.info-box .label {
  position: relative;
  display: inline-block;
  width: 58px;
  margin-right: 10px;
  color: #777;
  text-align: justify;
  text-align-last: justify;
}
.info-list ul:before,
.info-list ul:after {
  display: table;
  clear: both;
  content: "";
}
.info-list li {
  position: relative;
  float: left;
  width: 45%;
  margin-right: 5%;
  line-height: 24px;
  padding: 3px 0;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list li:before {
  position: absolute;
  width: 3px;
  height: 3px;
  left: 8px;
  top: 50%;
  margin-top: -1px;
  background: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.info-list.l1 li {
  width: 100%;
  padding-left: 0;
  overflow: inherit;
  white-space: inherit;
}
.info-list.l1 li:before {
  display: none;
}
.info-list.l1 li {
  position: relative;
  padding-left: 72px;
}
.info-list.l1 li .label {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 62px;
  margin-right: 10px;
  color: #777;
  text-align: justify;
  text-align-last: justify;
}
.info-list.l1 li.issn .label:after,
.object-intro-list li.issn .label:after {
  right: -40px;
  content: ": ISSN" !important;
}
.info-list.l1 li.cn .label:after,
.object-intro-list li.cn .label:after {
  right: -29px;
  content: ": CN" !important;
}

.info-list.l1 li.issn .label:after {
  right: -35px;
}
.info-list.l1 li.cn .label:after {
  right: -26px;
}

.info-list.l1 li.issn {
  padding-left: 170px;
}
.info-list.l1 li.cn {
  padding-left: 159px;
}
.info-list.l1 li.issn .label {
  width: 130px;
  margin-right: 45px;
  letter-spacing: -1px;
}
.info-list.l1 li.cn .label {
  width: 130px;
  margin-right: 45px;
  letter-spacing: -1px;
}
.object-intro-list li.issn .label {
  width: 140px;
  margin-right: 45px;
}
.object-intro-list li.cn .label {
  width: 140px;
  margin-right: 34px;
}
/*对象  期刊*/
.journal .object-intro {
  min-height: 277px;
  padding-left: 260px;
}
.journal .object-title h1 {
  text-indent: -0.45em;
}

/*电子出版*/
.epub .info-main {
  width: 940px;
}
.epub .object-op {
  margin-top: -60px;
}
.epub .object-intro {
  min-height: inherit;
  margin-bottom: 5px;
}
.epub .object-intro-list:before,
.epub .object-intro-list:after {
  display: table;
  content: "";
  clear: both;
}
.epub .object-intro-list li {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.epub .object-info-content {
  max-height: inherit;
}
.epub .cluster-list .cluster-item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 70px;
}
.epub .cluster-list .cluster-item a {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
}
.epub .cluster-list .cluster-list {
  display: inline-block !important;
}
.epub .cluster-list .cluster-item .cluster-item {
  display: inline-block;
  height: 30px;
  padding: 0;
  vertical-align: bottom;
}
.epub .cluster-list .cluster-item .cluster-item a {
  position: relative;
  width: 30px;
  padding: 0 5px;
  text-align: center;
  font-weight: lighter;
  color: #555;
}
.epub .cluster-list .cluster-item .cluster-item a:before {
  display: none;
}
.epub .cluster-list .cluster-item .cluster-item a.show-this {
  top: -1px;
  border-color: #999;
  z-index: 2;
}
.epub .cluster-list .cluster-list .cluster-list .cluster-item a.show-this {
  top: -1px;
  color: #fff;
  background-color: #0033a0;
  border-color: #0033a0;
}
.epub .cluster-list .cluster-list .show-more .cluster-list {
  display: inline-block !important;
}
.epub .cluster-list .cluster-list .cluster-list {
  display: none !important;
  overflow: hidden;
  position: relative;
  top: -9px;
  left: -37px;
  margin-right: -37px;
  padding: 2px;
  padding-left: 35px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  white-space: nowrap;
  vertical-align: bottom;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.epub .cluster-list .cluster-list .cluster-list li {
  margin-bottom: 0;
  vertical-align: bottom;
}
.epub .journal-catalog {
  padding: 0 10px;
}
.epub .journal-catalog h2 {
  font-weight: bold;
}
.epub .journal-catalog .title {
  border-bottom: 0;
  margin-bottom: 0;
}

.speed {
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.speed .title {
  position: relative;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.speed .title svg {
  position: absolute;
  fill: #dd0000;
}
.tip {
  margin-top: 25px;
  font-size: 14px;
  color: #507ad3;
}
