t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else
{
window.scrollTo(0,0);
clearInterval(timer);
中国社会科学院公告
中国诗歌版本图书馆作品征集
开局起步“十五五”
“理响中国·幸福有‘理’”理论融媒体传播活动
第十一个全民国家安全教育日
2026年全国两会
光小明的两会文化茶座
@芽未成年人网络保护公益行动计划
世界互联网大会亚太峰会
党的二十届四中全会
“十五五”民生里的“法”宝
网络中国节·春节
历年光明日报数据库
光明日报版网一体专区
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else
{
window.scrollTo(0,0);
clearInterval(timer);