/* sci开始 */
.flexbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox li{
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.table{
	display: table;height:100%;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.left{
	float: left;
}
.right{
	float: right;
}
.hoverimg img{
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hoverimg:hover img{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
.container *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.nosetBoxsizng *{-moz-box-sizing: unset;-webkit-box-sizing: unset;-o-box-sizing: unset;-ms-box-sizing: unset;box-sizing: unset; }
/*列表菜单*/
.block-sci-list, .block-sci-content{
	background-color: #f8f8f8;
	padding-bottom: 20px;
}
.container a:hover{
	text-decoration: none;
	opacity: .8;
}
.sci-listmenu-box .menu-bottom{
	width: 100%;
	min-width: 1200px;
	height: 166px;
	background-color: #14b4f0;
}
.block-sci-content .mb30{
	margin-bottom: 30px;
}
.block-sci-content .red{
	color: #fa132d!important;
}
.block-sci-content .keypoint{
	display: block;
	width: 38px;
	color: #fa132d;
	font-size: 15px;
	height: 24px;
	line-height: 22px !important;
	text-align: center;
	border: 1px solid #faa197;
	background-color: #fff5fb;
	margin: 0 auto;
}
.block-sci-content .keypoint:not(:first-of-type){
	margin-top: 45px;
}
.block-sci-content .scimcjs{
	/* background-color: #f8f9fd; */
	/* padding: 15px 0;; */
	/* padding: 15px; */
	margin-top: 20px;
	/* margin-top: 20px; */
}
.block-sci-content .scimcjs p{
	font-size: 12px;
    color: #777;
    line-height: 1.75;
}
/*面包屑*/
.sci-breadcrumb>a, .sci-breadcrumb>span{
	color: #fff;
	font-size: 13px;
}
.sci-breadcrumb>a:after{
	content: '>';
	display: inline-block;
	margin-left: 6px;
}
.sci-listmenu-box .sci-breadcrumb{
	height: 52px;
	line-height: 52px;
}

/*筛选*/
.dyoshai-sci{
	width: 1200px;
	padding: 35px;
	margin: -114px auto 0;
}
.dyoshai-sci .dyofida{
	margin-bottom: 0;
}
.dyoshai-sci .dyofida:first-of-type{
	margin-bottom: 5px;
}
.dyoshai-sci p a{
	margin-bottom: 0;
}
.dyoshai-sci p a:last-of-type{
	padding-right: 0;
}
.dyoshai-sci>div>a.action, .dyoshai-sci>div>p .action{
	color: #149edb !important;
}
.dyoshai-sci .dyofida-s{
	display: inline-block;
	position: relative;
}
.dyoshai-sci .dyofida-s:after{
	content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #d1d1d1;
    position: absolute;
    right: 26px;
    top: 2px;
}
.dyoshai-sci .dyofida-s p{
	width: 226px;
}
.dyoshai-sci .dyofida p a.app-menu-active{
	color: #149edb;
}
.dyoshai-sci .dyofida-s p a:hover{
	color: #fc0000;
}
.dyoshai-sci .dyofida-s p a:last-of-type{
	margin-right: 10px;
}
.dyoshai-sci .dyomore{
	display: inline-block;
	width: 373px;
	padding: 0;
	margin: 0;
	border-top: none;
	position: relative;
}
.dyoshai-sci .dyomore b{
	width: 93px;
	margin-top: 7px;
}
.dyoshai-sci .dyomore ul{
	width: auto;
	position: absolute;
	left: 94px;
	top: 0;
}
.dyoshai-sci .dyomore li{
	padding-bottom: 0;
}
.dyoshai-sci .dyomore span{
	height: 28px;
	line-height: 26px;
	font-size: 13px;
	color: #777;
	border-radius: 3px;
	border-color: #e1e2e6;
	margin-top: 5px;
}
.dyoshai-sci .dyomore li.active span{
	color: #149edb;
	font-weight: bold;
}
/*列表*/
.sci-list-box{
	margin-top: 20px;
}
.sci-list-box .listbox{
	margin-bottom: 20px;
}
.sci-list-box dl{
	background-color: #eff1f4;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sci-list-box dl dd{
	display: block;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #777;
    text-align: center;
    width: 11%;
}
.sci-list-box dl dd:first-of-type{
	width: 23%;
}
.sci-list-box .listbox>ul>li{
	padding: 18px 0;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.sci-list-box .listbox>ul>li:hover{
	z-index: 4;
	color: #149edb;
	box-shadow: 2px 3px 30px rgba(180, 211, 242, 0.55);
}
.sci-list-box .listbox>ul>li:hover a>div{
	color: #149edb !important;
}
.sci-list-box .listbox>ul>li:hover a>div.title .pt2{
	color: #149edb !important;
}
.sci-list-box .listbox>ul>li:hover a>div.title .pt1{
	color: #149edb !important;
}
.sci-list-box .listbox>ul>li:last-of-type{
	border-bottom: none;
}
.sci-list-box .listbox>ul>li a{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sci-list-box .listbox>ul>li a>div{
	display: table;
	height:100%;    
	align-items: center;
    justify-content: flex-start;
	font-size: 14px;
    color: #777;
    width: 11%;
    text-align: center;
}
.sci-list-box .listbox>ul>li a>div>span{
	display: table-cell;
    vertical-align: middle;
}
.sci-list-box .listbox>ul>li a>div>span.red{
	color: #f6683e;
}
.sci-list-box .listbox>ul>li a>div:first-of-type{
	width: 23%;
	padding: 0 12px 0 36px;
	text-align: left;
	min-height: 42px;
}
.sci-list-box .listbox>ul>li a>div:nth-of-type(2){
	text-align: left;
}
.sci-list-box .listbox>ul>li a>div.title .pt1{
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sci-list-box .listbox>ul>li a>div.title .pt2{
	font-size: 14px;
	color: #777;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sci-list-box .listbox>ul>li a:hover{
	opacity: 1;
}
.sci-list-box .listbox>ul>li a:hover>div.title .pt1{
	color: #00a2ca;
}
/*分页*/
.sci-page-box{
	margin-top: 20px;
}
.sci-page-box .page-box ul li span{
	color: #149edb;
	border-color: #149edb;
}
.sci-page-box ul li:nth-child(1) span {
    color: #7c7c7c;
    border: 1px solid #d9d9d9;
}

/*内容页*/
.block-sci-content .sci-top-nav{
	height: 38px;
	line-height: 38px;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #999;
}
.block-sci-content .sci-top-nav .left span{
	color: #f06718;
}
.block-sci-content .sci-top-nav a, .block-sci-content .sci-top-nav span{
	font-size: 12px;
	color: #999;
}
.block-sci-content .sci-top-nav .right a, .block-sci-content .sci-top-nav .right span{
	margin-left: 30px;
}
.block-sci-content .sci-top-nav .right a{
	letter-spacing: 1px;
}
.block-sci-content .sci-top-nav .right a b{
	font-weight: normal;
}
.block-sci-content .sci-top-nav .right span b{
	color: #f1071f;
}

.sci-conmenu-box .menu-bottom{
	height: 138px;
}
.sci-conmenu-box .sci-breadcrumb{
	height: 68px;
	line-height: 68px;
}

/*期刊信息*/
.sci-con-topbox{
	background-color: #fff;
}
.sci-con-topbox .left-img{
	width: 214px;
	height: 330px;
	border-radius: 4px;
	background-color: #fff;
	margin: -66px 15px 0 0;
	text-align: center;
	box-shadow:3px 5px 10px rgba(153, 153, 153, 0.09);
}
.sci-con-topbox .left-img img{
	width: 144px;
	height: 192px;
	margin: 30px auto 5px;
}
.sci-con-topbox .left-img span, .sci-con-topbox .left-img a{
	display: block;
	width: 144px;
	height: 34px;
	line-height: 34px;
	background-color: #f8f9fd;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.sci-con-topbox .left-img a:hover{
	color: #00acee;
}
.sci-con-topbox .left-img a.btn_collect{
	display: block;
}
.sci-con-topbox .left-img a.btn_collect span{
	display: inline-block;
	width: auto;
}
.sci-con-topbox .left-img a.btn_collect, .sci-con-topbox .left-img a.btn_collect span{
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}
.sci-con-topbox .left-img a.btn_collect:hover{
	color: #14b4f0;
}
.sci-con-topbox .left-img a.btn_collect i.jrsc{
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/youfb_icon_collect.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.sci-con-topbox .left-img a.btn_collect:hover i.jrsc {
	background: url(../images/youfb_icon_collected.png) no-repeat;
}
.sci-con-topbox .left-img a.btn_collect i.ysc{
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/youfb_icon_collected.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.sci-con-topbox .right-info{
	width: 971px;
	margin-top: -70px;
}
.sci-con-topbox .right-info h1{
	font-size: 28px;
	color: #f8f8f8;
	line-height: 1.15;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 70px;
}
.sci-con-topbox .right-info .info-list{
	margin: 20px 0;
}
.sci-con-topbox .right-info .info-list li{
	float: left;
	width: 26%;
	font-size: 14px;
	color: #888;
	line-height: 2.5;
	padding-right: 2%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sci-con-topbox .right-info .info-list li:nth-of-type(3n){
	width: 48%;
}
.sci-con-topbox .right-info .info-list li b{
	font-weight: normal;
	color: #333;
}
.sci-con-topbox .right-info .info-rectangle li{
	width: 19.5%;
	height: 70px;
	background-color: #f8f9fd;
	text-align: center;
}
.sci-con-topbox .right-info .info-rectangle li>div{
	width: 100%;
}
.sci-con-topbox .right-info .info-rectangle li p{
	font-size: 14px;
	color: #777;
}
.sci-con-topbox .right-info .info-rectangle li b{
	display: block;
	font-size: 15px;
	color: #333;
	margin-top: 4px;
}
.sci-con-topbox .right-info .info-rectangle li b.red a{
	color: #fa132d!important;
}
.sci-con-topbox .right-info .bottom-btns{
	margin-top: 30px;
	padding-bottom: 36px;
}
.sci-con-topbox .right-info .bottom-btns .left-btns a{
	display: inline-block;
    width: 150px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #f8f8f8;
    font-weight: bold;
    margin-right: 20px;
    transition: 0.3s;
    border-radius: 3px;
}
.sci-con-topbox .right-info .bottom-btns .left-btns a.scibtn1{
	background-color: #e70125;
}
.sci-con-topbox .right-info .bottom-btns .left-btns a.scibtn1:hover{
	opacity: 1;
	background-color: #ff193d;
}
.sci-con-topbox .right-info .bottom-btns .left-btns a.scibtn2{
	background-color: #14b4f0;
}
.block-sci-content .sci-nav-list{
	padding: 36px 0 18px 0;
}
.block-sci-content .sci-nav-list>div{
	padding-left: 40px;
}
.block-sci-content .sci-nav-list a{
	font-size: 16px;
	color: #777;
	margin-right: 88px;
}
.block-sci-content .sci-nav-list a.active{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.block-sci-content .sci-nav-list a.active:after{
	content: '';
	display: block;
	width: 26px;
	height: 3px;
	background-color: #14b4f0;
	border-radius: 1.5px;
	position: absolute;
	left: 30%;
	bottom: -45%;
}
.block-sci-content .sci-common-box{
	padding: 40px;
	background-color: #fff;
	margin-bottom: 20px;
}
.block-sci-content .sci-common-title{
	text-align: left;
	padding: 0;
	line-height: 1;
}
.block-sci-content .sci-common-title h2{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 25px;
}
.block-sci-content .sci-common-title h2 span{
	font-weight: normal;
	font-size: 14px;
	color: #777;
}
.block-sci-content .common-article p{
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 30px;
}
.block-sci-content .common-article2 p{
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 10px;
}
.block-sci-content .common-article p:last-of-type{
	margin-bottom: 0;
}
.block-sci-content .common-article2 p:last-of-type{
	margin-bottom: 0;
}
.block-sci-content .scifq-tips{
	font-size: 13px;
	color: #777;
	margin-bottom: 16px;
}
.block-sci-content .scifq-tips b{
	font-size: 14px;
}
.block-sci-content .sci-tips:after{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/sci/icon_sci_sm.png) no-repeat;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}
.block-sci-content .min-title{
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin-bottom: 15px;
}
.block-sci-content table{
	border-width:5px 1px 2px 5px;
}
.block-sci-content table thead{
	background-color:#EFF1F4;
}
.block-sci-content table thead tr{
	height:34px; 
	line-height:34px;
}
.block-sci-content table thead td{
	font-size: 15px;
	color: #777;
	text-align: center;
	border-right: 6px solid #fff;
}
.block-sci-content table tbody tr td{
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 1.75;
	border-right: 6px solid #fff;
}
.block-sci-content table thead td:last-of-type{
	border-right: none;
}
.block-sci-content table tbody td:last-of-type{
	border-right: none;
}
.block-sci-content table tbody tr:nth-child(odd){
	background-color: #fff;
	height:44px; 
	line-height:44px;
}
.block-sci-content table tbody tr:nth-child(even){
	background-color:#f8f9fd;
	height:34px; 
	line-height:34px;
}

.block-sci-content table.scitable1 thead tr td:first-of-type{
	width: 280px;
}
.block-sci-content table.scitable1 thead tr td:nth-of-type(3){
	width: 114px;
}
.block-sci-content table.scitable1 thead tr td{
	border-bottom: 6px solid #fff;
}
.block-sci-content table.scitable1 tbody tr td{
	background-color: #f8f9fd;
	padding: 10px 0;
}
.block-sci-content table.scitable1 tbody tr td:nth-of-type(2) span{
	text-align: left;
	padding-left: 15px;
	display: block;
	line-height: 45px;
}
.block-sci-content table.scitable1 tbody tr td .keypoint:not(:first-of-type){
	margin-top: 20px;
}

.block-sci-content table.scitable2 tbody tr:nth-child(odd){
	background-color:#f8f9fd;
}
.block-sci-content table.scitable2 thead td{
	border-bottom: 6px solid #fff;
}
.block-sci-content table.scitable2 thead td:first-of-type{
	width: 293px;
}
.block-sci-content table.scitable2 thead td:nth-of-type(2){
	width: 114px;
}
.block-sci-content table.scitable2 thead td:nth-of-type(3){
	width: 360px;
}
.block-sci-content table.scitable2 tbody td:nth-of-type(3){
	text-align: left;
	padding: 15px 0 15px 25px;
}
.block-sci-content table.scitable2 thead td:nth-of-type(4){
	width: 114px;
}
.block-sci-content table.scitable2 thead td:nth-of-type(5){
	width: 114px;
}
.block-sci-content table.scitable2 thead td:nth-of-type(6){
	width: 107px;
}
.block-sci-content table.scitable2 tbody span{
	display: block;
}
.block-sci-content table.scitable2 tbody td:nth-of-type(3) span:nth-of-type(2n){
	margin-bottom: 15px;
}
.block-sci-content table.scitable2 tbody td:nth-of-type(3) span:last-of-type{
	margin-bottom: 0;
}
.block-sci-content table.scitable2 tbody td:nth-of-type(4) span{
	line-height: 65px;
}
.block-sci-content table.scitable3 tbody tr td{
	width: 370px;
	text-align: left;
	padding-left: 10px;
}
.block-sci-content table.scitable3 tbody tr:nth-child(odd) td{
	font-size: 14px;
	color: #777;
}
.block-sci-content table.scitable4 thead td{
	border-bottom: 6px solid #fff;
}
.block-sci-content table.scitable4-1 thead td{
	border-bottom: none;
}
.block-sci-content table.scitable4 thead td:first-of-type{
	width: 116px;
}
.block-sci-content table.scitable4 thead td:nth-of-type(2){
	width: 116px;
}
.block-sci-content table.scitable4 thead td:nth-of-type(3){
	width: 116px;
}
.block-sci-content table.scitable4 tbody tr:nth-child(odd) td{
	background-color: #f8f9fd;
}
.block-sci-content .num-elememt{
	position: relative;
	width: 104px;
	height: 6px;
	left: 23px;
}
.block-sci-content .num-elememt:nth-child(even){
	margin-top: 62px;
}
.block-sci-content .num-elememt p{
	font-size: 13px;
	position: absolute;
	left: 85%;
	top: -14px;
}
.block-sci-content .num-elememt .num-gray{
	position: absolute;
	width: 104px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 0;
	top: 12px;
}
.block-sci-content .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #14b4f0;
	border-radius: 3px;
	left: 0;
	top: 12px;
}
.block-sci-content table.scitable4-1 thead tr td{
	font-size: 15px;
	font-weight: bold;
	border-right: none;
}
.block-sci-content table.scitable4-1 thead td:first-of-type{
	width: 335px;
}
.block-sci-content table.scitable4-1 thead td:nth-of-type(2){
	width: 140px;
}
.block-sci-content table.scitable4-1 thead td:nth-of-type(3){
	width: 130px;
}
.block-sci-content table.scitable4-1{
	padding: 10px 0 10px 20px;
}
.block-sci-content table.scitable4-1 td{
	background-color: transparent;
}
.block-sci-content table.scitable4-1 tbody tr td{
	border-right: none;
}
.block-sci-content table.scitable4-1 td:first-of-type{
	text-align: left;
}
.block-sci-content table.scitable4-1 td span{
	display: block;
	font-size: 15px;
}
.block-sci-content table.scitable4-1 td:nth-of-type(2) span, .block-sci-content table.scitable4-1 td:nth-of-type(3) span{
	line-height: 68px;
}
.block-sci-content table.scitable4-1 td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.block-sci-content .scitable5-box, .block-sci-content table.scitable5{
	width: 545px;
	margin-right: 32px;
}
.block-sci-content .scitable5-box:nth-of-type(2n-1){
	margin-right: 0;
}
.block-sci-content table.scitable5 thead td:nth-of-type(2){
	width: 188px;
}
.block-sci-content table.scitable5-2 tbody td:first-of-type{
	text-align: left;
	padding-left: 15px;
}
.block-sci-content table.scitable6 tbody tr:nth-child(odd){
	background-color: #f8f9fd;
}
.block-sci-content table.scitable6 tbody tr:nth-child(even){
	background-color:#fff;
}
.block-sci-content table.scitable6 tbody tr td:first-of-type{
	width: 116px;
	font-size: 13px;
}
.block-sci-content table.scitable6 tbody tr td:nth-of-type(2){
	text-align: left;
	padding: 12px 0 12px 18px;
}
.block-sci-content table.scitable6 tbody tr:nth-child(even) td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.block-sci-content table.scitable6 tbody tr td:nth-of-type(2) h5{
	font-size: 16px;
	line-height: 1;
	margin: 0 0 15px 0;
}
.block-sci-content table.scitable6 tbody tr td:nth-of-type(2) p{
	font-size: 13px;
	line-height: 1.5;
}
.ad-content-sci>a{
	display: none;
	width: 100%;
	height: 64px;
	margin: 20px auto 20px;
	background: url(../image/sci/ad_sci_content.png) no-repeat center;
	background-size: cover;
}
.block-sci-content table.scitable7 thead tr td:first-of-type{
	text-align: left;
	padding-left: 16px;
}
.block-sci-content table.scitable7 thead tr td:nth-of-type(2){
	width:194px;
}
.block-sci-content table.scitable7 thead tr td:nth-of-type(3){
	width:188px;
}
.block-sci-content table.scitable7 tbody tr td:first-of-type{
	text-align: left;
	padding-left: 16px;
}
.block-sci-zgyq{
	margin-top: 30px;
}
/*友情链接*/
.block-sci-sciyqlj{
	margin-top: 20px;
	margin-bottom: 0;
}
.block-sci-sciyqlj .sci-common-title h2{
	margin-bottom: 10px;
}
.block-sci-sciyqlj>b{
	display: block;
	font-size: 15px;
}
.block-sci-sciyqlj ul a{
	display: inline-block;
	width: 12.5%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top: 15px;
	font-size: 13px;
    color: #555;
}
/*分页*/
.block-sci-content .sci-prenextpage{
	margin-top: 20px;
	height: 80px;
}
.block-sci-content .sci-prenextpage .table{
	height: 80px;
	float: left;
}
.block-sci-content .sci-prenextpage .table:nth-of-type(2){
	width:85%;
}
.block-sci-content .sci-nextjournal .table{
	height: 80px;
	float: right;
}
.block-sci-content .sci-nextjournal .table:nth-of-type(2){
	width:85%;
}
.block-sci-content .sci-prejournal, .block-sci-content .sci-nextjournal{
	width: 49.7%;
	background-color: #fff;
}
.block-sci-content .sci-prejournal .paget, .block-sci-content .sci-nextjournal .paget{
	line-height: 80px;
	font-size: 14px;
	float: left;
}
.block-sci-content .sci-prejournal .paget{
	margin-right:25px;
}
.block-sci-content .sci-nextjournal .paget{
	float: right;
	margin-left:25px;
}
.block-sci-content .sci-prejournal .paget:before{
	content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../image/sci/icon_sci_pages.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 2px 0;
}
.block-sci-content .sci-nextjournal .paget:after{
	content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../image/sci/icon_sci_pages.png) no-repeat;
    vertical-align: middle;
    margin: 0 0 2px 8px;
    background-position: -2px -22px;
}
.block-sci-content .sci-prejournal{
	padding-left: 40px;
}
.block-sci-content .sci-nextjournal{
	padding-right: 40px;
	text-align: right;
}
.block-sci-content .sci-prenextpage a{
	font-size: 14px;
	line-height: 80px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-sci-content .sci-prejournal a{
	margin-right: 25px;
}
.block-sci-content .sci-nextjournal a{
	margin-left: 25px;
}
.block-sci-content .sci-prenextpage a:hover{
	color:#00acee;
}
.block-sci-content .sci-prenextpage a:hover .paget:before{
	background: url(../image/sci/icon_sci_pages_hover.png) no-repeat;
}
.block-sci-content .sci-nextjournal a:hover .paget:after{
	background: url(../image/sci/icon_sci_pages_hover.png) no-repeat;
	background-position: -2px -22px;
}
.block-sci-content .block-sci-scimzsm{
	margin-bottom: 0;
}
.block-sci-content .block-sci-scimzsm p{
	font-size: 12px;
	letter-spacing: 1.2px;
	color: #999;
	line-height: 1.75;
}
.block-sci-content .block-sci-scimzsm p a{
	color: #999;
}
.block-sci-content .block-sci-scimzsm p a:hover{
	color: #10a9dc;
}
/* 列表 */
.filter-box .box-item-others .r ul{
	margin-left: 0;
}
.filter-box .box-item-others .l{
	margin-top: 10px;
}

.block-sci-zwjj, .block-sci-qkdp{
	margin-top: 30px;
}
.block-sci-content .scisgsd{
	visibility: hidden;
}
.block-sci-content .dddata{
	color: #1F992F !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
/* echarts */
.block-sci-content .scihctable{
	width: 545px;
	border: 1px solid #eee;
}
.block-sci-content .block-sci-chartssj .scichartsbox:nth-child(even){
	margin-right: 32px;
}
.sci-page-box .page-box ul li a.prev{
	background-image: url(../image/sci/page.png);
}
.sci-page-box .page-box ul li a.next{
	background-image: url(../image/sci/page.png);
}
.sci-page-box .page-box ul li a:hover, .sci-page-box .page-box ul li a.action{
    color:#fff;
    text-decoration:none;
    background-color:#149edb;
    border:1px solid #149edb;
}

/* WOS(JCR) */
.block-sci-content table.youfb_scitable_jcrdata{
	margin-bottom: 20px;
}
.block-sci-content table.youfb_scitable_jcrdata thead tr td:nth-of-type(2), .block-sci-content table.youfb_scitable_jcrdata thead tr td:nth-of-type(3), .block-sci-content table.youfb_scitable_jcrdata thead tr td:nth-of-type(4), .block-sci-content table.youfb_scitable_jcrdata thead tr td:nth-of-type(5){
	width: 150px;
}
.block-sci-content table.youfb_scitable_jcrdata tbody tr td.name{
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
/* sci页面结束 */