// 是否在有效期内
function _isExpires(start, end) {
var startTime = new Date(start).getTime();
var endTime = new Date(end).getTime();
if (curTime >= startTime && curTime < endTime) {
return true;
} else {
return false;
};
};
// 临时增加
/*var adDate = new Date();
var adDay = adDate.getDate();
var adMonth = adDate.getMonth() + 1;
// //对联广告交替显示
if(adMonth == 2) {
if(adDay >= 12) {
// $(".m-ad-popup-small").addClass("m-ad-popup-small_none");
$(".m-ad-couplet1").hide();
$(".m-ad-couplet2").show();
为“文博热”注入更持久动力
中国非遗年度人物
中国社会科学院公告
中国诗歌版本图书馆作品征集
2026数字丝路发展论坛
庆祝中国共产党成立105周年
习近平对朝鲜民主主义人民共和国进行国事访问
世界经济论坛第十七届新领军者年会(夏季达沃斯)
2026年中国网络文明大会
开局起步“十五五”
网络中国节·春节
// 是否在有效期内
function _isExpires(start, end) {
var startTime = new Date(start).getTime();
var endTime = new Date(end).getTime();
if (curTime >= startTime && curTime < endTime) {
return true;
} else {
return false;
};
};
// 临时增加
/*var adDate = new Date();
var adDay = adDate.getDate();
var adMonth = adDate.getMonth() + 1;
// //对联广告交替显示
if(adMonth == 2) {
if(adDay >= 12) {
// $(".m-ad-popup-small").addClass("m-ad-popup-small_none");
$(".m-ad-couplet1").hide();
$(".m-ad-couplet2").show();