.article {
	padding: 25px;
}
.article:before, .article:after {
	display: table;
	content: "";
	clear: both;
}
.article-main {
	position: relative;

}
.article-title {
	margin-bottom: 30px;
}
.article-title h1 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 34px;
}
.article-title h1 span {
	margin-left: 5px;
	margin-right: 5px;
}
.article-title h1 span + span {
	margin: 0;
}
.article-title em {
	display: block;
	color: #999999;
	line-height: 16px;
	font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.article-title:hover em {
	color: #333;
}
.article-title h1 .pre-view {
	position: relative;
	display: inline-block;
	width: 65px;
}
.article-title h1 .pre-view a {
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: -1px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #545454;
	background: #ededf1;
	vertical-align: bottom;
	border-radius: 16px;
transition: all .3s;
    -webkit-transition: all .3s;
}
.article-title h1 .pre-view a i {
	top: 4px;
	font-size: 24px;
	margin: 0 3px;
}
.article-title h1 .pre-view a:hover {
	width: 65px;
	text-decoration: none;
	color: #fff;
	background: #F09E00;
	box-shadow: 2px 0 2px rgba(0,0,0,.3) inset;
} 


.article-title .cited, .article-title .downloaded {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}
.article-title .cited {
	margin-right: 2em
}


.article-source {
	margin-bottom: 40px;
}
.article-source a {
	display: inline-block;
	height: 28px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	color: #FFFFFF;
	background: #01319f;
	border-radius: 5px;
}
.article-source a i {
	margin-right: 3px;
}
.article-op {
	position: absolute;
	/* top: 0; */
	right: -5px;
	margin-top: -68px;
	height: 28px;
}
.article-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 .3s;
    -webkit-transition: all .3s;
}
.article-op a:hover {
	width: 63px;
	text-decoration: none;
	background: #F09E00;
	box-shadow: -2px 0 2px rgba(0,0,0,.3) inset;
}
.article-op i {
	margin: 0 6px;
	font-size: 16px;
}
.article-detail {
	min-height: 275px;
}
.article-detail a {
	color: #3c3c3c;
	border-bottom: 1px dotted #808080;
}
.article-detail a:hover {
	text-decoration: none;
}
.article-detail div {
	position: relative;
	margin-bottom: 15px;
	padding-left: 68px;
	font-size: 14px;
	line-height: 22px;
}
.article-detail div:hover em {
	color: #333;	
}

.article-detail div.subject span {
    margin-right: 8px;
}
.article-detail div.class span:after {
    display: inline-block;
    margin-left: 1px;
    margin-right: 3px;
    content: ";";
}
.article-detail em {
	display: block;
	margin-bottom: -10px;
	padding: 2px 0;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.article-detail .label {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 58px;
	margin-right: 10px;
	color: #777;
	text-align:justify;
	text-align-last:justify;
}
.article-detail .label:after {
	position: absolute;
	right: -5px;
	margin: 0!important;
	content: ":"!important;
}



.article-detail .author > span:after, .article-detail .author .more > span:after, .article-detail .organ > span:after, .article-detail .organ .more > span:after, .article-detail .fund > span:after, .article-detail .fund .more > span:after {
	display: inline-block;
	margin-left: 1px;
	margin-right: 3px;
	content: ",";
}
.article-detail .author > span:last-child:after, .article-detail .organ > span:last-child:after, .article-detail .fund > span:last-child:after {
	display: none;
}
.article-detail .author .more, .article-detail .organ .more, .article-detail .fund .more {
	margin-right: 5px;
}
.article-detail .author .more > span, .article-detail .organ .more > span, .article-detail .fund .more > span {
	display: none;
}
.article-detail .author .more .num, .article-detail .organ .more .num, .article-detail .fund .more .num {
    position: relative;
    margin: 0 3px;
    font-size: 12px;
    top: 1px;
    text-decoration: none;
    vertical-align: bottom;
    border-bottom: 0;
}
.article-detail .author .more .num:after, .article-detail .organ .more .num:after, .article-detail .fund .more .num:after {position: absolute;left: -3px;top: -1px;right: -3px;bottom: -1px;background: #F5F5FA;border-radius: 10px;content: "";z-index: -1;}
.article-detail .author .more:after, .article-detail .organ .more:after, .article-detail .fund .more:after {
	display: none;
}
.article-detail .from {
	margin: 0 4px;
}
.article-detail .from .medal {
	margin-left: 5px;
}
.article-detail .from .medal span {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 12px;
	height: 18px;
	line-height: 17px;
	text-decoration: none;
	text-indent: 0;
	color: #0033a0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #96abd8;
}
.article-detail .vol:before {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	content: "\00B7";
}
.article-detail .fund, .article-detail .fund a, .article-detail .fund .more .num {
	color: #e3913f;
	border-color: #e3913f
}

.article-detail .fund .more .num:after {
	background-color: #FFF3DB;
}


.article-detail .journal-cover {
	float: right;
	margin-top: -25px;
	margin-bottom: 0;
	padding: 30px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	z-index: 10;
}
.article-detail .journal-cover div {
	margin-bottom: 0;
	padding: 0;
}
.article-detail .journal-cover .cover {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}
.article-detail .journal-cover .cover img {
	width: 180px;
	height: 250px;
}
.article-detail .journal-cover .vol:before {
	display: none;
}
.article-detail .journal-cover .op {
    margin-top: 10px
}
.article-detail .journal-cover .op a {
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	color: #545454;
	background: #e8e7f7;
	border-radius: 5px;
}
.s-box {
	margin-bottom: 0;
}

.l-list {
	padding: 10px 0;
}
.l-list li {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 20px;
    height: 30px;
}
.l-list li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    background: #cccccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.l-list span {
	position: absolute;
	left: 0;
	width: 16px;
	text-align: right;
	background: #fff;
}

.l-list li a {

	color: #276dc0;

	line-height: 19px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.l-list li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    background: #cccccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.reference-list li a {
	margin-left: 5px;
}

/*期刊详细*/		
.cluster-list .cluster-item {
	margin-bottom: 0;
	line-height: 30px;
}
.cluster-list .cluster-item a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 75px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
}
.cluster-list .cluster-item a:before {
	position: absolute;
	width: 3px;
	height: 3px;
	left: 8px;
	top: 50%;
	margin-top: -2px;
	background: #cccccc;
	    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
}
.cluster-list .cluster-item a:hover {
	border-color: #e5e5e5;
	text-decoration: none;
}
.cluster-list .cluster-item a:hover:before {
	background: #333333;
}
.cluster-list .cluster-item a tt {
	position: absolute;
	right: 10px;
}
.cluster-list .cluster-item a i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -21px;
	margin-right: 1px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	border-radius: 100%;
}
.cluster-list .cluster-item a i:before {
	width: 20px;
}
.cluster-list .cluster-list .cluster-item a {
    padding-left: 35px;
}
.cluster-list .cluster-list .cluster-item a:before {
    left: 23px;
}

.object {
	padding: 25px;
}
.object:before, .object:after {
	display: table;
	content: "";
	clear: both;
}
.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 .3s;
    -webkit-transition: all .3s;
}
.object-op a:hover {
	width: 63px;
	background: #F09E00;
	text-decoration: none;
	box-shadow: -2px 0 2px rgba(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: 181px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
	background: #fff;

}
.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: 0;
}


.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 {
	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 .3s;
    -webkit-transition: all .3s;
}


.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 .info-content .page  {
	text-align: center;
}
.info-box .info-content .page .layui-laypage a, .info-box .info-content .page .layui-laypage span {
	display: inherit;
	height: inherit;
	line-height: 30px;
	margin: 0;
	padding: 0 7px;
	border: 0;
}
.info-box .info-content .page .layui-laypage .layui-laypage-curr .layui-laypage-em {

	background: transparent;
}
.info-box .info-content .page .layui-laypage .layui-laypage-curr em{
	color: #fff;
	font-weight: bold;
}
.info-box .info-content .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;
}


.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 li.issn .label:after {
	right: -40px;
	content: ": ISSN"!important;
}
.info-list li.cn .label:after {
	right: -29px;
	content: ": CN"!important;
}



.info-list li.issn .label {
	width: auto;
	margin-right: 45px;
}
.info-list li.cn .label {
	width: auto;
	margin-right: 34px;
}



.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: 68px;
}
.info-list.l1 li .label {
    position: absolute;
    left: 0; 
    top: 3px;
    display: inline-block;
    width: 58px;
    margin-right: 10px;
    color: #777;
    text-align: justify;
    text-align-last: justify;
}


.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: 68px;
}
.info-list.l1 li .label {
    position: absolute;
    left: 0; 
    top: 3px;
    display: inline-block;
    width: 58px;
    margin-right: 10px;
    color: #777;
    text-align: justify;
    text-align-last: justify;
}

/*对象  期刊*/		
.journal .object-intro {
	min-height: 277px;
	padding-left: 210px;
}
.journal .object-title h1{
	text-indent: -.45em;
}

/*电子出版*/		
.epub .info-main {
	float: none;
	width: auto;
   padding-left: 210px;
}
.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;
	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;
	padding: 0;
}
.epub .cluster-list .cluster-item  .cluster-item a {
	min-width: 30px;
	position: relative;
	padding: 0 2px;
	font-weight: lighter;
	text-align: center;
	color: #555;
}
.epub .cluster-list .cluster-item  .cluster-item a:before {
	display: none;
}
.epub .cluster-list .cluster-item  .cluster-item a.show-this {
	border-color: #999;
	z-index: 2;
}
.epub .cluster-list .cluster-list  .cluster-list .cluster-item a.show-this {
	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: -7px;
	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 .3s;
	-webkit-transition: all .3s;
}


.epub .cluster-list .cluster-list .cluster-list li {
	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;
}