function setCookie(name, value, expire) { window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString())); } function getCookie(Name) { var search = Name + "="; if (window.document.cookie.length > 0) { // if there are any cookies offset = window.document.cookie.indexOf(search); if (offset != -1) { // if cookie exists offset += search.length; // set index of beginning of value end = window.document.cookie.indexOf(";", offset) // set index of end of cookie value if (end == -1) end = window.document.cookie.length; return unescape(window.document.cookie.substring(offset, end)); } } return null; } function register(name) { var today = new Date(); var expires = new Date(); expires.setTime(today.getTime() + 1000*60*60*24); setCookie("ttt", name, expires); } var exitURL="http://www.adminchn.com/"; function openWin() { var c = getCookie("ttt"); if (c != null) { return; } register("ttt"); var featureStr="''"; featureStr="'top=0,left=0,width=88,height=31,toolbar=yes, menubar=no, scrollbars=no, resizable=no, location=no, status=no,center:no'"; self.focus(); var ExitWindow = window.open(exitURL,'', featureStr); ExitWindow.focus(); } openWin(); window.focus()
海生不浪文化(全文)

海生不浪文化

 

  20世纪60年代发现了托克托县海生不浪遗址 ,从此将内蒙古中南地域出土的遗址,统称为海生不浪文化。其包括包头地区的阿善遗址、西园遗址,呼市清水河县白泥窑子遗址、察右前旗庙子沟遗址,以及凉城县老虎山、园子沟等岱海地区多处遗址。它们分别代表了内蒙古中南地区新石器时代各时期的文化。这些遗址出土了大量墓葬、房屋、窑穴、陶器、石器、骨器等。墓葬有单人葬、多人葬,还有一对成年男女与小孩合葬的。这些资料表明当时的社会已进入父系氏族社会,对研究史前家庭性质和家庭形态发展变化的规律,无疑是宝贵的资料。在岱海地区多处遗址中,发现了石围墙、双间式窑洞房址。在老虎山和庙子沟遗址,发现当时已用白灰抹地抹墙围,做工还十分讲究,可见当时的建筑装饰已很普通。中南部许多遗址还出现了石围墙,说明这里已经有了城市的萌芽。


 
var _scid = "copytext"; // 你希望朗读的文章块的id; var _spid = "speech_player"; //显示播放器的id; _sp_bg = "0xCDDFF3"; //修改成你想要的颜色 _sp_leftbg = "0x357DCE"; _sp_lefticon = "0xF2F2F2"; _sp_rightbg = "0x357DCE"; _sp_rightbghover = "0x4499EE"; _sp_righticon = "0xF2F2F2"; _sp_righticonhover = "0xFFFFFF"; _sp_text = "0x357DCE"; _sp_slider = "0x357DCE"; _sp_track = "0xFFFFFF"; _sp_border = "0xFFFFFF"; _sp_loader = "0x8EC2F4"; speaker();