.fcn_filter_sci .filter-box .box-item:not(:first-of-type){
	float: left;
	width: 33.33%;
}
.fcn_filter_sci .filter-box .box-item:not(:first-of-type) .r{
	width: 63%;
}
.fcn_filter_sci .filter-box .box-item:nth-of-type(2), .fcn_filter_sci .filter-box .box-item:nth-of-type(3){
	position: relative;
}
.fcn_filter_sci .filter-box .box-item:nth-of-type(2)::after, .fcn_filter_sci .filter-box .box-item:nth-of-type(3)::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 24px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}
.fcn_filter_sci .filter-box .box-item:nth-of-type(2)::after{
	right: 11%;
}
.fcn_filter_sci .filter-box .box-item:nth-of-type(3)::after{
	right: 5%;
}
/* 中国学者发表论文 */
.fcn_sci_main ul.list_jqzzfw li{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 13px;
}
.fcn_sci_main ul.list_jqzzfw li:last-of-type{
	margin-bottom: 0;
}
.fcn_sci_main ul.list_jqzzfw li b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
}
.fcn_sci_main ul.list_jqzzfw li span{
	font-size: 12px;
	color: #999;
	line-height: 28px;
}
/* table */
.fcn_sci_main table{
	border-collapse: collapse;
	border: solid 1px #ebebeb;
}
.fcn_sci_main table thead tr td{
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #f9f9f9;
}
.fcn_sci_main table thead tr td:last-of-type{
	border-right: none;
}
.fcn_sci_main table tbody tr td{
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
}
.fcn_sci_main table tbody tr td span{
	display: block;
	line-height: 30px;
}
.fcn_sci_main table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.fcn_sci_main table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.fcn_sci_main table tbody tr td span.keypoint{
	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 30px;
}
.fcn_sci_main table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
.fcn_sci_main .fcn_scimcjs{
	background-color: #f9f9f9;
	padding: 15px 20px;
	margin-top: 25px;
}
.fcn_sci_main .fcn_scimcjs p{
	font-size: 12px;
    color: #999;
    line-height: 20px;
	margin-bottom: 5px;
}
.fcn_sci_main .fcn_scimcjs p:last-of-type{
	margin-bottom: 0;
}
.fcn_sci_main .fcn_scimcjs p b{
	font-weight: bold;
}
/* WOS(JCR)分区 */
.fcn_sci_main table.fcn_scitable_jcrdata{
	margin-bottom: 30px;
}
.fcn_sci_main table.fcn_scitable_jcrdata thead tr td:nth-of-type(2), .fcn_sci_main table.fcn_scitable_jcrdata thead tr td:nth-of-type(3), .fcn_sci_main table.fcn_scitable_jcrdata thead tr td:nth-of-type(4), .fcn_sci_main table.fcn_scitable_jcrdata thead tr td:nth-of-type(5){
	width: 105px;
}
.fcn_sci_main table.fcn_scitable_jcrdata tbody tr td.name{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
/* CiteScore */
.fcn_sci_main table.fcn_scitable_csdata thead td:first-of-type, .fcn_sci_main table.fcn_scitable_csdata thead td:nth-of-type(2), .fcn_sci_main table.fcn_scitable_csdata thead td:nth-of-type(3){
	width: 110px;
}
.fcn_sci_main table.fcn_scitable_csdata thead td:nth-of-type(5), .fcn_sci_main table.fcn_scitable_csdata thead td:nth-of-type(6), .fcn_sci_main table.fcn_scitable_csdata thead td:nth-of-type(7){
	width: 105px;
}
.fcn_sci_main table.fcn_scitable_csdata tbody tr td.dxl span{
	text-align: left;
	padding-left: 15px;
	line-height: 20px;
}
.fcn_sci_main .num-elememt{
	position: relative;
	width: 70px;
	height: 6px;
}
.fcn_sci_main .num-elememt:nth-child(even){
	margin-top: 62px;
}
.fcn_sci_main .num-elememt p{
	font-size: 13px;
	position: absolute;
	left: 55%;
	top: -10px;
	text-align: center;
}
.fcn_sci_main .num-elememt .num-gray{
	position: absolute;
	width: 70px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 17.5px;
	top: 12px;
}
.fcn_sci_main .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #00a6dc;
	border-radius: 3px;
	left: 17.5px;
	top: 12px;
}
/* 期刊评价指数 */
.fcn_sci_main .fcn_sci_pjzs h5{
	font-size: 15px;
	color: #222;
	line-height: 30px;
	text-align: center;
	margin: 0 0 10px 0;
}
.fcn_sci_main .fcn_sci_pjzs .fcn_sci_table_box{
	float: left;
}
.fcn_sci_main .fcn_sci_pjzs .fcn_sci_table_box .fcn_sci_table_com{
	width: 490px;
	height: 338px;
	border: solid 1px #ebebeb;
}
.fcn_sci_main .fcn_sci_pjzs .fcn_sci_table_box:nth-of-type(2){
	margin-left: 20px;
}
/* 中科院分区 */
.fcn_sci_main .fcn_sci_zkysj h3{
	font-size: 16px;
	color: #222;
	line-height: 30px;
	margin: 0 0 14px 0;
	text-align: center;
}
.fcn_sci_main table.fcn_scitable_zkylnfq{
	margin-bottom: 30px;
}
.fcn_sci_main table.fcn_scitable_zkylnfq thead tr td{
	font-size: 14px;
	color: #777;
	font-weight: normal;
	background-color: #f9f9f9;
}
.fcn_sci_main table.fcn_scitable_zkylnfq tbody tr td{
	font-size: 14px;
	color: #333;
}
.fcn_sci_main table.fcn_scitable_zkydata{
	margin-bottom: 30px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td.zkyfqnf{
	font-weight: bold;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata:first-of-type tbody tr td.zkyfqnf{
	color: #e90013;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata thead tr td:nth-of-type(4), .fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata thead tr td:nth-of-type(5){
	width: 105px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata thead tr td:first-of-type{
	width: 230px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata thead tr td:nth-of-type(2){
	width: 230px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(2) span{
	display: inline-block;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(2) span.name{
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(2) span.keypoint{
	float: right;
	width: 20%;
	margin-right: 15px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(3) .r{
	width: 13%;
	margin: 0 15px 0 0;
	display: grid;
	align-items: center;
	justify-content: center;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(3) .l{
	width: 77%;
	text-align: left;
	margin-left: 15px;
}
.fcn_sci_main .fcn_sci_zkysj_inner table.fcn_scitable_zkydata tbody tr td:nth-of-type(3) .l span{
	line-height: 20px;
}
.wenda_body_sci .fcn_sci_main_full .fcn_sci_pjzs .fcn_sci_table_box{
	float: none;
}
.wenda_body_sci .fcn_sci_main_full .fcn_sci_pjzs .fcn_sci_table_box .fcn_sci_table_com{
	width: 100%;
}