﻿@charset "utf-8";
/*.w-1000{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
*/
html {
	background: url("../images/index-bg.jpg") no-repeat center top #e4d4b6;
}
body {
	background-color: transparent;
}
.search-box { margin-bottom: 20px;}
.l-width {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.i-box {
	margin-bottom: 20px;
}
.i-box-title {	 
	position: relative;
	height: 41px;
	color: #684923;
	line-height: 30px;
}
.i-box-title h2 {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: inherit!important;
	line-height: inherit;
	vertical-align: top;
}
.i-box-title .en {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.i-box-title .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 32px;
}
.i-box-content {
	padding: 20px;
	background-color: #fcedd8;
	box-shadow: 6px 6px 7px rgba(116,119,120,.2);
}

.abstracts {
	float: left;
	width: 870px;
}
.abstracts .i-box-content {
	height: 460px;
	background: url(../images/abstracts-bg.jpg) no-repeat center ;

}
.cover-show {
	float: left;
	width: 210px;
}
.cover-show .layui-carousel, .cover-show .cover {
	background-color: transparent;
}
.cover-show .cover {
	text-align: center;
}
.cover-show .cover img {
	width: 210px;
	height: 277px;
}
.cover-show .cover .name {
	display: block;
	font-size: 16px;
	color: #866b54;
	text-align: center;
	line-height: 55px;
}
.cover-show .cover a {
	display: inline-block;
	width: 100px;
	height: 28px;
	color: #560000;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #d2b29a;
	border-radius: 15px;
}
.cover-show .layui-carousel-arrow {
	width: 22px;
	height: 22px;
	
	margin-top: 111px;
	font-size: 12px;
	line-height: 20px;
	color: #866b54;
	background-color: transparent;
	border: 1px solid #866b54;
	border-radius: 3px;
}
.cover-show .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
	left: 0;
}
.cover-show .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .cover-show .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.catalog {
	float: right;
	width: 600px;
}
.catalog .title {
	position: relative;
	margin-bottom: 10px;
	color: #684923;
	line-height: 34px;
}
.catalog .title h5 {
	font-weight: bold;
	font-size: 26px;
}
.catalog .title h5 a {
	font-size: 24px;
}
.catalog .title h5 svg {
	width: 1.15em;
	height: 1.15em;
	margin-left: 8px;
	vertical-align: -4px;
}
.catalog .title .vol {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
.catalog .list {
	margin-left: -5px;
}
.catalog .list li {
  display: flex;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
}
.catalog .list a {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  font-size: 16px;
}
.catalog .list a:before {
  position: absolute;
  left: 8px;
  top: 15px;
  width: 4px;
  height: 4px;
  background-color: #444;
  transform: rotate(45deg);
  content: "";
}
.catalog .list .pot {
  flex: 1;
  min-width: 40px;
  background: url("../images/list-bg.png") repeat-x left center;
}
.catalog .list .info {
  margin-left: 10px;
  font-size: 16px;
  color: #666;
}
.catalog .submit {
	padding-top: 10px;
	text-align: center;
}
.catalog .submit a {
	display: inline-block;
	width: 160px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #d73240;
	border-radius: 30px;
}
.catalog .submit a + a {
	margin-left: 35px;
	background-color: #560000;
}



.rank {
	float: right;
	top: 0;
	width: 310px; 
	height: auto;
	margin-right: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
	border-radius: 0;
}
.rank .i-box-content {
	height: 460px;
	padding: 0;
	background: url("../images/rank-bg.jpg") no-repeat center;
}
.rank .layui-tab {
	margin: 0;
}
.rank .layui-tab-title {
	height: 60px;
	padding: 0 17px;
	border-bottom: 1px solid #684923;
}
.rank .layui-tab-title li {
	min-width: inherit;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	color: #684923;
}
.rank .layui-tab-title li + li {
	margin-left: 20px;
}
.rank .layui-tab-brief>.layui-tab-title .layui-this {
	font-weight: bold;
	color: #d73240!important;
}
.rank .layui-tab-title .layui-this:after {
	height: 60px;
	border-bottom: 3px solid #d73240!important;
}
.rank-list {
	padding: 12px 17px 0;
}
.rank-list li {
	position: relative;

	padding-left: 25px;
	font-size: 16px;
	line-height: 38px;
	color: #333;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rank-list li:before {
	position: absolute;
	left: -5px;
	top: 0;
	width: 30px;
	color: #666666;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	content: "1."
}
.rank-list li:nth-child(1):before {
	color: #d73240;
}
.rank-list li:nth-child(2):before {
	color: #c08d03;
	content: "2."
}
.rank-list li:nth-child(3):before {
	color: #560000;
	content: "3."
}
.rank-list li:nth-child(4):before {
	content: "4."
}
.rank-list li:nth-child(5):before {
	content: "5."
}
.rank-list li:nth-child(6):before {
	content: "6."
}
.rank-list li:nth-child(7):before {
	content: "7."
}
.rank-list li:nth-child(8):before {
	content: "8."
}
.rank-list li:nth-child(9):before {
	content: "9."
}
.rank-list li:nth-child(10):before {
	content: "10."
}
.rank-list li a {
	font-size: 16px;
	font-weight: normal;
}

.author,
.journal {
	float: none;
	width: 100%;
	clear: both;
}
.author .i-box-content {
	height: 400px;
	background: url("../images/authors-bg.jpg") no-repeat center;
}
.author .i-box-content:before, .journal .i-box-content:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.author-list {
	display: inline-block;
	width: 1175px;
	font-size: 0;
	margin: 0 -10px;
	vertical-align: middle;
}
.author-list dl {
	display: inline-block;
	position: relative;
	width: 370px;
	height: 100px;
	margin: 10px;
	padding: 25px 20px 25px 115px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.author-list dt {
	font-size: 20px;
	line-height: 28px;
}
.author-list dt a {
	font-size: inherit;
	color: inherit;
}
.author-list dt a img {
	vertical-align: -2px;
}
.author-list .count {
	font-size: 12px;
	margin-left: 8px;
}
.author-list dd {
	font-size: 14px;
	line-height: 22px;
}
.author-list .pic {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -40px;
	width: auto;
	height: auto;
	background: none transparent;
}
.author-list .pic img {
	width: 80px;
	height: 80px;
	border: 2px solid #6c4d28;
	border-radius: 50px;
}

.journal .i-box-content {
	height: 420px;
	background: url("../images/journals-bg.jpg") no-repeat center;
}
.journal-list {
		display: inline-block;
	width: 1176px;
	font-size: 0;
	margin: 0 -11px;
	vertical-align: middle;
}
.journal-list li {
	display: inline-block;
	width: 120px; 
	height: 220px;
	margin: 0 12px;
	text-align: center
}
.journal-list li img {
	width: 120px;
	height: 170px;
}
.journal-list li .name {
	display: block;
	line-height: 45px;
	font-size: 16px;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data-show {
	background: url(../images/data-show-bg.jpg) no-repeat center #e0cba9;
}
.data-show .l-width {
	height: 220px;
	padding: 30px 0;
}

.data-show .data {
	float: left;
	width: 500px;	
	height: 100%;
	border-right: 1px solid #cbb998;
}
.data-show .data .d-box-title {
	float: left;
	width: 71px;
	height: 100%;
	padding: 25px 0;
	border-right: 1px solid #e9cba2;
	box-sizing: border-box;
}
.data-show .data .d-box-content {
	margin-left: 71px;
	height: 100%;
	border-right: 1px solid #e9cba2;
		border-left: 1px solid #cbb998;
}
.data-show .data-list {
	font-size: 0;
}
.data-show .data-list li {
	display: inline-block;
	width: 50%;
	height: 108px;
	padding: 20px 10px 20px 20px;
	box-sizing: border-box;
}
.data-show .data-list li img {
	float: left;
	margin-right: 10px;
}
.data-show .data-list li > span {
	display: block;

}
.data-show .data-list li .count {
	font-size: 25px;
	line-height: 36px;
}
.data-show .data-list li .count span {
	font-size: 14px;
	line-height: 30px;
}
.data-show .data-list li .count + span {
	margin-top: -3px;
	font-size: 16px;
}

.data-show .intro {
	margin-left: 500px;
	padding: 20px 20px 20px 35px;
}
.data-show .intro .d-box-title {
	margin-bottom: 40px;
	line-height: 33px;
}
.data-show .intro .d-box-content {
	line-height: 23px;
}
@-webkit-keyframes openSmallBook {
		0% {
		opacity: 0;
	}
  65%, 100% {
    -webkit-transform: rotateY(-180deg)
  }
}
@keyframes openSmallBook {
	0% {
		opacity: 0;
	}
  65%, 100% {
    transform: rotateY(-180deg);
	  opacity: 1;
  }
}
@-webkit-keyframes closeSmallBook {
	
  0%, 45% {
    -webkit-transform: rotateY(-180deg);
	  opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
	    opacity: 1;
  }
}
@keyframes closeSmallBook {
  0%, 45% {
    transform: rotateY(-180deg);
	    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
	    opacity: 1;
  }
}
@media screen and (max-width: 1560px) {
  .index-show .book:after {
    transform: scale(.8);
  }
}
@media screen and (max-width: 1330px) {
  .index-show .book:after {
    transform: scale(.69);
  }
}