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()
程旭光

程旭光

 

    1944年生,汉族,内蒙古西部萨拉齐人。1959年考入内蒙古师范学院艺术系,师从邱石冥、胡蔚乔先生习山水、花鸟画。

1964年毕业后留校任教。系中国美术家协会会员、中国当代工笔画学会会员、中国工艺美术家学会会员、中国连环画研究会内蒙古分会会员。现为内蒙古师范大学美术系教授、硕士研究生导师、内蒙古文电研究馆馆员。

    作品构图饱满充实,追求乡土气息,专注于边塞风情。一贯遵从“寓大巧于无华”的美学信条。处女作《驯马》入选1964年全国美展。作品《高唱革命歌》、《打靶归来》入选1965年华北区年画版画展,并由天津艺术博物馆收藏。1985年秋赴津门随孙其峰先生深研山水、花鸟画一年。此后,创作的《斜阳》等多幅作品在《美术》、《中国画》、《内蒙古画报》等多家刊物发表。作品《古原》、《已凉天气未寒时》分别入选第七、八届全国美展;《彼岸遐思》入选全国首届工笔画大展;《山月何年初照人》入选全国工笔山水画大展;《秋思》等八幅边塞山水作品,入选全国新人新作展;《乡情》入选全国首届中国画大展,并多次获较高层次奖项。曾先后赴日本、新加坡、瑞典、苏联、香港等国家和地区举办画展。出版有《程旭光山水画集》等。作品及传略被《中国当代国画家辞典》、《中国艺术家人名录》等多部典籍收入。


 
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();