/*sci开始*/
dl.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
dl.flexbox dd{
	display: block;
	align-items: center;
	justify-content: flex-start;
}
.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);
}
/* 筛选 */
.filter-sort-s{
	display: inline-block;
	/* width: 33%; */
	position: relative; 
}
.filter-sort-s:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #e6e8ee;
    position: absolute;
    /* right: 15px; */
	right: 1%;
    top: -2px;
}
.filter-sort-s:last-of-type::after{
	display: none;
}
.filter-sort-s .filter-sort-l span, .filter-sort-sf .filter-sort-l span{
	font-size: 14px;
	line-height: 12px;
}
.filter-sort-s .filter-sort-r{
	width: auto;
}
.filter-sort-sf .filter-sort-r .sorts a{
	font-size: 14px;
	color: #777;
}
.filter-sort-s .filter-sort-r .sorts a{
	width: 54px;
	font-size: 14px;
	color: #777;
}
.filter-sort-r .sorts a.app-menu-active{
	color: #ff0000;
	font-weight: bold;
}
.filter-sort-r .sorts a:hover{
	color: #ff0000;
}
.block-ifb-scilist .filter-sort-s .filter-sort-r .sorts a{
	width: auto;
}
.filter-sort-s .filter-sort-r .sorts{
	width: auto;
}
.filter-area .filter-sort-s:nth-of-type(3) .filter-sort-r .sorts a{
	width: 54px;
}
.block-ifb-scilist .filter-area .filter-sort-s:nth-of-type(3) .filter-sort-r .sorts a{
	width: auto;
}
.filter-area .filter-sort-sf .filter-sort-r .sorts a{
	width: auto !important;
	margin-right: 28px;
}
.filter-area .filter-sort-sf .filter-sort-r .sorts a:last-of-type{
	margin-right: 0;
}
.block-ifb-scilist .filter-sort-r .all{
	color: #777;
	font-weight: normal;
}
.block-ifb-scilist .filter-sort-r .all:hover{
	color: #ff0000;
}
.block-ifb-scilist .filter-sort-r .on{
	color: #ff0000;
	font-weight: bold;
}
.block-ifb-scilist .filter-sort-r .sorts a.on{
	color: #ff0000;
}
.block-ifb-scilist .logo-box-blue .bg-bottom{
	height: 158px;
}

.block-ifb-scilist{
	background-color: #f6f9ff;
}
.ifb-sci-list .red{
	color: #f4641c!important;
}
.ifb-sci-list .listbox ul li{
	width: 100%;
	height: 170px;
	padding: 25px 30px;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
}
.ifb-sci-list .listbox ul li:hover{
	box-shadow: 0 0 6px 6px rgb(13 86 176 / 4%);
}
.ifb-sci-list .listbox ul li:last-of-type{
	margin-bottom: 0;
}
.ifb-sci-list .listbox ul li .scilistimg{
	width: 90px;
	height: 118px;
	margin-right: 40px;
}
.ifb-sci-list .listbox ul li .scilistimg img{
	width: 100%;
	height: 100%;
}
.ifb-sci-list .listbox ul li .scilistinfo{
	width: 1094px;
}
.ifb-sci-list .listbox ul li .scilistinfo h1, .ifb-sci-list .listbox ul li .scilistinfo h6{
	font-size: 17px;
	min-height: 51px;
	font-weight: bold;
	max-width: 585px;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ifb-sci-list .listbox ul li .scilistinfo .sqkjc{
	position: absolute;
	right: 30px;
	top: 27px;
	font-size: 14px;
	color: #999;
}
.ifb-sci-list .listbox ul li .scilistinfo dl dd{
	width: 148px;
	border-right: 1px solid #f1f1f1;
	padding-left: 30px;
}
.ifb-sci-list .listbox ul li .scilistinfo dl dd:first-of-type{
	width: 346px;
	padding-right: 30px;
	padding-left: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ifb-sci-list .listbox ul li .scilistinfo dl dd:last-of-type{
	border-right: none;
}
.ifb-sci-list .listbox ul li .scilistinfo dl dd b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-bottom: 4px;
}
.ifb-sci-list .listbox ul li .scilistinfo dl dd p{
	font-size: 14px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 列表 */

/* 内页 */
.ifb-sci-show .ifbsci-common-box{
	padding: 35px 72px;
	background-color: #fff;
	margin-bottom: 20px;
}
.ifb-sci-show .ifbsci-common-title h2{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 30px;
}
.ifb-sci-show .ifbsci-common-title span{
	font-size: 12px;
	font-weight: normal;
}
.ifb-sci-show .ifbsci-common-article p{
	font-size: 15px;
	line-height: 1.75;
}
.ifb-sci-show .ifbsci-common-article .intro{
	margin-top: 30px;
}
.ifb-sci-show .ifb-sci-contop{
	padding: 40px;
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}
.ifb-sci-contop .left-ifbimg{
	width: 120px;
	height: auto;
	margin-right: 38px;
}
.ifb-sci-contop .left-ifbimg img{
	width: 100%;
	height: 100%;
}
.ifb-sci-contop .btn-collect {
    display: block;
	height: 30px;
	line-height: 30px;
	background-color: #9f9f9f;
	position: absolute;
	right: 40px;
	top: 40px;
	color: #fff;
	font-size: 13px;
	padding: 0 8px 0 16px;
	border-radius: 20px;
}
.ifb-sci-contop .btn-collect:hover{
	background-color: #009ce0;
}
.ifb-sci-contop .btn-collect i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/icon_sc.png) no-repeat center;
    background-size: 22px;
}
.ifb-sci-contop .right-ifbinfo{
	width: 1046px;
}
.ifb-sci-contop .right-ifbinfo h1{
	font-size: 28px;
	max-width: 890px;
	line-height: 36px;
	margin: -6px 0 4px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ifb-sci-contop .right-ifbinfo h2{
	font-size: 14px;
	font-weight: normal;
	color: #777;
	line-height: 24px;
}
.ifb-sci-contop .right-ifbinfo ul.info-list{
	margin-top: 30px;
}
.ifb-sci-contop .right-ifbinfo ul.info-list li{
	float: left;
	width: 25%;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
	padding-right: 4%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ifb-sci-contop .right-ifbinfo ul.info-list li::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 32px;
	background-color: #e5e5e5;
	position: absolute;
	right: 28px;
	top: 0;
}
.ifb-sci-contop .right-ifbinfo ul.info-list li:nth-of-type(4n)::after{
	display: none;
}
.ifb-sci-contop .right-ifbinfo ul.info-list li b{
	font-weight: normal;
}
.ifb-sci-contop .right-ifbinfo .paper-box .box-down{
	text-align: left;
	margin: 30px 0 0 0;
}

/* tabs */
.ifb-sci-show .sci-ifbtabs{
	padding-left: 28px;
}
.ifb-sci-show .sci-ifbtabs a{
	margin: 0 44px;
}

/* 表格 */
.ifb-sci-show .mb35{
	margin-bottom: 35px;
}
.ifb-sci-show .sec-title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333 !important;
}
.ifb-sci-show .sec-title span{
	font-size: 12px;
	font-weight: normal;
}
.ifb-sci-show .red{
	color: #f4641c!important;
}
.ifb-sci-show .keypoint{
	display: block;
	width: 34px;
	color: #f4641c;
	font-size: 15px;
	height: 24px;
	line-height: 22px !important;
	text-align: center;
	border: 1px solid #f46e08;
	background-color: #ffffe6;
	margin: 0 auto;
}
.ifb-sci-show .keypoint:not(:first-of-type){
	margin-top: 45px;
}
.ifb-sci-show .scimcjs{
	background-color: #f9f9f9;
	padding: 20px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ifb-sci-show .scimcjsmB{
	margin-bottom: 30px;
}
.ifb-sci-show .scimcjs p{
	font-size: 12px !important;
    color: #777 !important;;
    line-height: 1.75;
	margin-bottom: 15px;
	margin-top: 0px !important;
}
.ifb-sci-show .scimcjs p:last-of-type{
	margin-bottom: 0;
}
.ifb-sci-show .scimcjs p b{
	font-weight: bold;
	color: #333;
	font-size: 12px !important;
}

.ifb-sci-show table{
	border-collapse:collapse;
	border: 1px solid #ebebeb;
}
.wenda-body .ifb-sci-show table{
	margin-bottom: 10px;
}
.ifb-sci-show table td{
	border: 1px solid #ebebeb;
}
.ifb-sci-show table thead{
	background-color:#f9f9f9;
}
.ifb-sci-show table thead tr{
	height:34px; 
	line-height:34px;
}
.ifb-sci-show table thead td{
	font-size: 14px;
	color: #777;
	text-align: center;
}
.ifb-sci-show table tbody tr{
	height:44px;
	line-height:44px;
}
.ifb-sci-show table tbody tr td{
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 1.75;
}
.ifb-sci-show table tbody td span{
	display: block;
	margin-bottom: 5px;
}
.ifb-sci-show table tbody td span:last-of-type{
	margin-bottom: 0;
}

/* 中科院分区 */
.ifb-sci-show table.ifbscitable1 thead td:first-of-type{
	width: 260px;
}
.ifb-sci-show table.ifbscitable1 thead td:nth-of-type(2), .ifb-sci-show table.ifbscitable1 thead td:nth-of-type(4), .ifb-sci-show table.ifbscitable1 thead td:nth-of-type(5), .ifb-sci-show table.ifbscitable1 thead td:nth-of-type(6){
	width: 126px;
}
.ifb-sci-show table.ifbscitable1 tbody td:nth-of-type(3){
	padding: 15px;
	text-align: left;
}

/* WOS分区 */
.ifb-sci-show table.ifbscitable2 thead td:first-of-type{
	width: 260px;
}
.ifb-sci-show table.ifbscitable2 tbody tr td.name{
	text-align: left;
	padding-left: 15px;
}
.ifb-sci-show table.ifbscitable2 thead td:nth-of-type(3),.ifb-sci-show table.ifbscitable2 thead td:nth-of-type(4){
	width: 126px;
}

/* Cite Score */
.ifb-sci-show table.ifbscitable3 thead td:first-of-type,.ifb-sci-show table.ifbscitable3 thead td:nth-of-type(2),.ifb-sci-show table.ifbscitable3 thead td:nth-of-type(3){
	width: 160px;
}
.ifb-sci-show table.ifbscitable3 thead td:nth-of-type(5),.ifb-sci-show table.ifbscitable3 thead td:nth-of-type(6),.ifb-sci-show table.ifbscitable3 thead td:nth-of-type(7){
	width: 105px;
}
.ifb-sci-show table.ifbscitable3 tbody tr td.dxl{
	text-align: left;
	padding: 15px 0;
	padding-left: 15px;
}
.ifb-sci-show table.ifbscitable3 tbody tr td span{
	margin-bottom: 0;
}
.ifb-sci-show .num-elememt{
	position: relative;
	width: 70px;
	height: 6px;
	margin-top: 16px;
}
.ifb-sci-show .num-elememt p{
	font-size: 13px !important;
	position: absolute;
	left: 25%;
	top: -13px;
	width: 100%;
	text-align: center;
	color: #333 !important;
	margin: 0px !important;
	line-height: 0px !important;
}
.ifb-sci-show .num-elememt .num-gray{
	position: absolute;
	width: 70px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 17.5px;
}
.ifb-sci-show .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #009ce0;
	border-radius: 3px;
	left: 17.5px;
}
.title-wd{
	color: #000 !important;
}
.sec-wd-tit{
	color: #000 !important;
	padding-top: 20px !important;
}
/* 投稿建议 */

/* 期刊指数 */
.ifb-sci-show table.ifbscitable4 thead td{
	width: 16.66%;
}
.ifbscichartsbox .chartstitle, .ifbscichartsboxwd .chartstitle{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ifbscichartsbox .chartstitle:before, .ifbscichartsboxwd .chartstitle:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../image/sci/icon_sci_chartstitle.png) no-repeat center;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.ifbscichartsbox .chartsbox{
	width: 545px;
	margin-right: 50px;
}
.ifbscichartsboxwd .chartsbox{
	width: 100%;
	margin-bottom: 30px;
}
.wenda-body .ifb-sci-show .scimcjs{
	margin-top: 0;
}
.ifbscichartsbox .chartsbox:nth-of-type(2n), .ifbscichartsboxwd .chartsbox:nth-of-type(2n){
	margin-right: 0;
}
.ifbscichartsbox .chartsbox .scihctable, .ifbscichartsboxwd .chartsbox .scihctable{
	border: 1px solid #eee;
}
.ifbscichartsbox .chartsbox:nth-of-type(2n), .ifbscichartsboxwd .chartsbox:nth-of-type(2n){
	margin-right: 0;
}

/* 文章引用数据 */
.ifb-sci-show table.ifbscitable5 thead td{
	font-weight: bold;
	color: #333;
}
.ifb-sci-show table.ifbscitable5 thead td:first-of-type{
	text-align: left;
	padding-left: 15px;
}
.ifb-sci-show table.ifbscitable5 tbody td:first-of-type{
	text-align: left;
	padding: 5px 15px;
}
.ifb-sci-show table.ifbscitable5 thead td:last-of-type{
	width: 138px;
}

/* 翻页 */
.ifbsci-prenextpage{
	font-size: 14px;
}
.ifbsci-prenextpage .paget{
	float: left;
	margin-right: 28px;
	line-height: 42px;
}
.ifbsci-prenextpage .table{
	float: left;
	height: 42px;
}
.ifbsci-prenextpage .table:nth-of-type(2){
	width: 80%;
}
.ifbsci-nextjournal .table:nth-of-type(2){
	width: 80%;
}
.ifbsci-prenextpage a{
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ifbsci-prejournal{
	width: 50%;
	border-right: 1px solid #eee;
	padding-right: 50px;
}
.ifbsci-prejournal .paget:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../image/sci/icon_sci_pages.png) no-repeat center;
	vertical-align: middle;
	margin: 0 6px 4px 0;
	background-position: 0 0;
}
.ifbsci-nextjournal .paget::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../image/sci/icon_sci_pages.png) no-repeat center;
	vertical-align: middle;
	margin: 0 0 4px 6px;
	background-position: 0 -27px;
}
.ifbsci-prejournal b, .ifbsci-nextjournal b{
	display: block;
	font-weight: normal;
}
.ifbsci-nextjournal{
	width: 50%;
	padding-left: 50px;
}

/* 热门期刊 */
.ifb-sci-show table.ifbscitable6 thead td{
	font-weight: bold;
	color: #333;
}
.ifb-sci-show table.ifbscitable6 thead td:first-of-type{
	text-align: left;
	padding-left: 15px;
}
.ifb-sci-show table.ifbscitable6 thead td:nth-of-type(2),.ifb-sci-show table.ifbscitable6 thead td:nth-of-type(3),.ifb-sci-show table.ifbscitable6 thead td:nth-of-type(4){
	width: 126px;
}
.ifb-sci-show table.ifbscitable6 tbody tr td:first-of-type{
	text-align: left;
	padding: 5px 15px;
}

/* 广告 */
.ad-content-ifbsci>a{
	display: block;
	width: 100%;
	height: 80px;
	margin: 20px auto 20px;
	background: url(../image/sci/ad_sci_content.png) no-repeat center;
	background-size: cover;
}
.ad-content-ifbsci>a:hover{
	opacity: .8;
}

/* 友情链接 */
.ifb-sci-show .block-ifbsci-yqlj{
	padding-bottom: 25px;
}
.block-ifbsci-yqlj .yqljbox a{
	display: inline-block;
	margin: 0 40px 10px 0;
}
/*sci结束*/

.block-ifbsci-zysm .ifbsci-common-article p{
	font-size: 12px;
	color: #999;
	line-height: 1.75;
}
.block-ifbsci-zysm .ifbsci-common-article p a{
	color: #999;
}
.block-ifbsci-zysm .ifbsci-common-article p a:hover{
	color: #309ae6;
}
/* WOS(JCR) */
table.ifb_scitable_jcrdata{
	margin-bottom: 10px;
}
table.ifb_scitable_jcrdata thead tr td:nth-of-type(2), table.ifb_scitable_jcrdata thead tr td:nth-of-type(3),table.ifb_scitable_jcrdata thead tr td:nth-of-type(4), table.ifb_scitable_jcrdata thead tr td:nth-of-type(5){
	width: 105px;
}
table.ifb_scitable_jcrdata tbody tr td.name{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}