.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);
}
.block-htgsci-show .dlmore div:first-of-type{
	width: 320px;
}
.block-htgsci-show .dlmore div:nth-of-type(2){
	width: 290px;
}
.block-htgsci-show .dlmore div:nth-of-type(3){
	width: 250px;
}
.block-htgsci-show .dlmore label{
	width: auto;
	text-align: left;
}
.block-htgsci-show .dlmore p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block-htgsci-show .dstopfits .dl-img{
	width: 274px;
	height: 350px;
	text-align: center;
	background-color: #f8f8f8;
	position: relative;
}
.block-htgsci-show .dstopfits .dl-img>span{
	display: block;
	width: 160px;
	height: 38px;
	position: absolute;
	top: 280px;
	left: 57px;
	background-image: linear-gradient(#cacaca, #f8f8f8);
	opacity: .5;
}
.block-htgsci-show .dstopfits .dl-img img{
	width: 160px;
	height: 213px;
	margin: 67px auto 0;
	position: static;
}


.block-htgsci-show ul.block-htgsci-charts{
	margin: 10px 0 25px 0;
}
.block-htgsci-show ul.block-htgsci-charts li{
	float: left;
	width: 160px;
	text-align: center;
}
.block-htgsci-show ul.block-htgsci-charts li p{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.block-htgsci-show ul.block-htgsci-charts li div{
	position: relative;
}
.block-htgsci-show ul.block-htgsci-charts li div span{
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: solid 5px #11acde;
	border-radius: 16px;
	margin: 0 auto;
}
.block-htgsci-show ul.block-htgsci-charts li div:before{
	content: '';
	display: inline-block;
	width: 75px;
	height: 1px;
	background-color: #00abbc;
	opacity: .2;
	position: absolute;
	top: 7.5px;
	left: 0;
}
.block-htgsci-show ul.block-htgsci-charts li div:after{
	content: '';
	display: inline-block;
	width: 75px;
	height: 1px;
	background-color: #00abbc;
	opacity: .2;
	position: absolute;
	top: 7.5px;
	right: 0;
}


/*table*/
.block-htgsci-show table{
	margin-bottom: 25px;
}
.block-htgsci-show table thead tr td{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #f3f3f3;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.block-htgsci-show table thead tr td:last-of-type{
	border-right: none;
}
.block-htgsci-show table tbody tr td{
	padding: 15px 20px;
	font-size: 15px;
	text-align: center;
	background-color: #f9f9f9;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.block-htgsci-show table tbody tr td:last-of-type{
	border-right: none;
}
.block-htgsci-show table tbody tr td span{
	display: block;
	line-height: 28px;
}
.block-htgsci-show table tbody tr td span:nth-of-type(2n){
	margin-bottom: 20px;
}
.block-htgsci-show table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.block-htgsci-show table tbody tr td span.keypoint{
	display: block;
	width: 36px;
	color: #fa132d;
	font-size: 15px;
	height: 24px;
	line-height: 22px !important;
	text-align: center;
	background-color: #fff5fb;
	border: solid 1px #faa197;
	margin: 0 auto 45px;
}
.block-htgsci-show table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
.block-htgsci-show table .num-elememt{
	position: relative;
	width: 70px;
	height: 10px;
	margin: 0 auto;
}
.block-htgsci-show table .num-elememt:nth-child(even){
	margin-top: 62px; 
}
.block-htgsci-show table .num-elememt b{
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	right: -24px;
	top: -5px;
}
.block-htgsci-show table .num-elememt .num-gray{
	position: absolute;
	width: 70px;
	height: 10px;
	background-color: #ceeaff;
	border-radius: 5px;
	left: -18px;
}
.block-htgsci-show table .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 10px;
	background-color: #11acde;
	border-radius: 5px;
	left: -18px;
}
.block-htgsci-show table .num-elememt .num-blue:after{
	content: '';
	display: inline-block;
	width: 10px;
    height: 10px;
    border-radius: 14px;
    background-color: #fff;
    border: solid 2px #11acde;
    position: absolute;
    right: 0px;
    top: -2px;
}
.block-htgsci-show .mini-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.block-htgsci-show .sec-title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.block-htgsci-show .htgscimcjs p{
	margin-top: 4px !important;
	font-size: 12px !important;
	line-height: 22px !important;
	color: #888 !important;
}
.block-htgsci-show .htgscimcjs b{
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #777;
	font-weight: bold;
}

/*中科院分区*/
.block-htgsci-show table.htgscitablezky thead tr td:first-of-type{
	width: 264px;
}
.block-htgsci-show table.htgscitablezky thead tr td:nth-of-type(2), .block-htgsci-show table.htgscitablezky thead tr td:nth-of-type(4), .block-htgsci-show table.htgscitablezky thead tr td:nth-of-type(5), .block-htgsci-show table.htgscitablezky thead tr td:nth-of-type(6){
	width: 130px;
}
.block-htgsci-show table.htgscitablezky tbody tr td:nth-of-type(3){
	text-align: left;
}

/* WOS(JCR) */
.block-htgsci-show table.htgscitablejcr{
	margin-bottom: 25px;
}
.block-htgsci-show table.htgscitablejcr thead tr td:nth-of-type(2), .block-htgsci-show table.htgscitablejcr thead tr td:nth-of-type(3), .block-htgsci-show table.htgscitablejcr thead tr td:nth-of-type(4), .block-htgsci-show table.htgscitablejcr thead tr td:nth-of-type(5){
	width: 180px;
}
.block-htgsci-show table.htgscitablejcr tbody tr td.name{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.block-htgsci-show table.htgscitablejcr .num-elememt b{
	right: -40px;
}

/*Cite Score*/
.block-htgsci-sjtj ul.csdatalist{
	margin: 0 0 20px 0;
}
.block-htgsci-sjtj ul.csdatalist li{
	float: left;
	margin-right: 100px;
	font-size: 15px;
	color: #777;
}
.block-htgsci-sjtj ul.csdatalist li span{
	color: #333;
}
.block-htgsci-sjtj ul.csdatalist li::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/sci/icon_sci_csdata.png) no-repeat center;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}

/*期刊数据统计*/
.block-htgsci-show table.htgscitablecs thead tr td:first-of-type span:last-of-type{
	margin-right: 0;
}
.block-htgsci-show table.htgscitablecs thead tr td:nth-of-type(2), .block-htgsci-show table.htgscitablecs thead tr td:nth-of-type(3), .block-htgsci-show table.htgscitablecs thead tr td:nth-of-type(4){
	width: 180px;
}
.block-htgsci-show table.htgscitablecs tbody tr td:first-of-type{
	text-align: left;
}
.block-htgsci-show table.htgscitablecs tbody tr td:first-of-type span{
	display: inline-block;
	margin-right: 30px;
}

/*综合数据*/
.block-htgsci-sjtj ul.zhsjdatalist{
	margin: 0 auto 20px;
}
.block-htgsci-sjtj ul.zhsjdatalist li{
	float: left;
	width: 380px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #f1f1f1;
	margin-right: 30px;
	padding: 0 30px;
	margin-bottom: 20px;
}
.block-htgsci-sjtj ul.zhsjdatalist li:nth-of-type(3n){
	margin-right: 0;
}

/*echarts*/
.block-htgsci-sjqs div.htgscichartsbox{
	margin-right: 32px;
}
.block-htgsci-sjqs .htgscichartsbox>div{
	width: 584px;
	height: 380px;
	border: solid 1px #f3f3f3;
}
.block-htgsci-sjqs div.htgscichartsbox:nth-of-type(even){
	margin-right: 0;
}

/*引用文章汇总*/
.block-htgsci-show .block-htgsci-yywzhz{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-htgsci-show .block-htgsci-yywzhz>.htgscifwsjsbox{
	width: 584px;
	display: block;
	align-items: center;
	justify-content: flex-start;
}
.block-htgsci-show table.htgscitablewzyy{
	margin-bottom: 15px;
}
.block-htgsci-show table.htgscitablewzyy thead tr td:first-of-type{
	text-align: left;
	padding-left: 12px;
}
.block-htgsci-show table.htgscitablewzyy thead tr td:nth-of-type(2){
	width: 130px;
}
.block-htgsci-yywzhz .yywzdatalist li{
	line-height: 18px;
	margin-bottom: 15px;
}
.block-htgsci-yywzhz .yywzdatalist li b{
	display: inline-block;
	max-width: 1025px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 12px;
}
.block-htgsci-yywzhz .yywzdatalist li p{
	display: inline-block;
	height: 18px;
	padding-left: 20px;
	border-bottom: 1px dashed #cccccc;
	margin: 0 0 3px 20px;
}
.block-htgsci-yywzhz .yywzdatalist li span{
	display: inline-block;
	width: 90px;
	text-align: left;
	font-size: 15px;
	padding-left: 16px;
}
.block-htgsci-yywzhz .wendadatalist li{
	line-height: 18px;
	margin-bottom: 15px;
}
.block-htgsci-yywzhz .wendadatalist li b{
	display: inline-block;
	max-width: 1025px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 12px;
}
.block-htgsci-yywzhz .wendadatalist li p{
	display: inline-block;
	height: 18px;
	padding-left: 20px;
	border-bottom: 1px dashed #cccccc;
	margin: 0 0 3px 20px;
	margin-bottom: 4px !important;
}
.block-htgsci-yywzhz .wendadatalist li span{
	display: inline-block;
	width: 90px;
	text-align: left;
	font-size: 15px;
	padding-left: 16px;
}
/*相关期刊*/
.block-htgsci-xgqk{
	margin-bottom: 0;
}
.block-htgsci-xgqk ul li{
	float: left;
	width: 372px;
	margin: 0 40px 45px 0;
}
.block-htgsci-xgqk ul li>a{
	display: block;
}
.block-htgsci-xgqk ul li:nth-of-type(3n){
	margin-right: 0;
}
.block-htgsci-xgqk ul li .item-pic{
	width: 105px;
	height: 138px;
}
.block-htgsci-xgqk ul li .item-pic img{
	width: 100%;
	height: 100%;
}
.block-htgsci-xgqk ul li .item-txt{
	width: 246px;
	margin-left: 20px;
}
.block-htgsci-xgqk ul li .item-txt h3{
	max-width: 180px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.block-htgsci-xgqk ul li .item-txt h4{
	font-size: 13px;
	font-weight: normal;
	color: #999;
	margin: 6px 0;
}
.block-htgsci-xgqk ul li .item-txt p{
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
.block-htgsci-xgqk ul li .item-txt span{
	font-size: 13px;
	color: #11acde;
	text-decoration: underline;
}

/*翻页*/
.htgsci-prenextpage{
	border-top: 1px solid #f3f3f3;
	padding-top: 25px;
}
.htgsci-prenextpage>div{
	width: 50%;
	padding-right: 5%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.htgsci-prenextpage>div>a{
	font-size: 14px;
}

/*SCI期刊导航*/
.block-htgsci-show .dl-map-left{
	width: 764px;
	height: 245px;
}
.block-htgsci-show .dl-map-right{
	width: 428px;
	height: 117px;
}
.block-htgsci-show .dl-map-right-one{
	margin-bottom: 10px;
}
.block-htgsci-show .dl-map-right a{
	width: auto;
	margin-right: 35px;
}

/*免责声明*/
.block-htgsci-mzsm>p{
	line-height: 1.75;
	font-size: 12px;
	color: #999;
}
.block-htgsci-mzsm>p a{
	color: #999;
}
.block-htgsci-mzsm>p a:hover{
	color: #00a3cb;
}
.block-htgsci-list .dl-can-box>div:last-of-type{
	border-bottom: none;
}
.block-htgsci-list .dl-con>div{
	padding-bottom: 0;
}
.block-htgsci-list .dl-con h5{
	margin: 20px auto 5px auto;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block-htgsci-list .dl-con  p{
	font-size: 13px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block-htgsci-show .dl-res span{
	padding-right: 6%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: -2px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.block-htgsci-show .dl-desc h3{
	font-size: 32px;
}
.block-htgsci-show .dl-desc h4, .block-htgsci-show .dl-desc h2{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-top: 10px;
}
.block-htgsci-show .scitips{
	font-size: 14px;
	color: #777;
	margin-bottom: 25px;
}
.block-htgsci-list .dl-con>div:hover a{
	color: #333;
}
.block-htgsci-list .dl-con>div:hover h5{
	color: #00bbe9;
}
.wenda-body table.htgscitablezky tbody tr td.xlxk div{
	margin-bottom: 20px;
}
.wenda-body table.htgscitablezky tbody tr td.xlxk div:last-of-type{
	margin-bottom: 0;
}
.wenda-body table.htgscitablezky tbody tr td.xlfq div{
	display: grid;
	align-items: center;
	justify-content: center;
}