标签 | 内容 | 内容长度 | 优化建议 |
---|---|---|---|
网页标题(Title) | 郑州电力高等专科学校 | 10 个字符 | 标题字符数量在合理范围 |
网页关键词(KeyWords) | 郑州电力高等专科学校 | 10 个字符 | 关键字数在合理范围 |
内容描述(Description) | 内容描述,获取失败 | 0 个字符 | 描述内容长度在合理范围 |
检测时间 | 2024-12-23 22:34:48 |
服务器IP | 202.197.192.6 |
返回状态码 | 200 |
网页返回HEAD信息 | HTTP/1.1 301 Moved Permanently Server: rums/b Date: Mon, 23 Dec 2024 14:34:48 GMT Content-Type: text/html Content-Length: 163 Connection: keep-alive Location: https://www.zepc.edu.cn/ HTTP/1.1 200 OK Server: rums/b Date: Mon, 23 Dec 2024 14:34:48 GMT Content-Type: text/html Content-Length: 18044 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Referer-Policy: no-referer-when-downgrade X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: master-only Last-Modified: Mon, 23 Dec 2024 09:47:07 GMT Accept-Ranges: bytes Vary: User-Agent,Accept-Encoding Cache-Control: private, max-age=600 Expires: Mon, 23 Dec 2024 14:44:48 GMT Content-Encoding: gzip ETag: "147a6-629ece12e53fe-gzip" Content-Language: zh-CN |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML><HEAD><TITLE>郑州电力高等专科学校</TITLE><meta name="pageType" content="1">
<meta name="pageTitle" content="郑州电力高等专科学校">
<META Name="keywords" Content="郑州电力高等专科学校" />
<META charset="UTF-8">
<META content="ie=edge" http-equiv="X-UA-Compatible">
<!--Announced by Visual SiteBuilder 9-->
<link rel="stylesheet" type="text/css" href="_sitegray/_sitegray_d.css" />
<script language="javascript" src="_sitegray/_sitegray.js"></script>
<!-- CustomerNO:77656262657232307e7a465453555742000200024052 -->
<link rel="stylesheet" type="text/css" href="index.vsb.css" />
<script type="text/javascript" src="/system/resource/js/vsbscreen.min.js" id="_vsbscreen" devices="pc|pad"></script>
<script type="text/javascript" src="/system/resource/js/counter.js"></script>
<script type="text/javascript">_jsq_(1002,'/index.jsp',-1,1419955491)</script>
</HEAD>
<BODY>
<DIV id="top">
<DIV style="width: 100%; background: #1b8b7d; height: 5px"></DIV>
<DIV id="logo">
<DIV style="float: left">
<!-- 网站logo图片地址请在本组件"内容配置-网站logo"处填写 -->
<a href="index.htm" title="学校首页"></a>
</DIV>
<DIV style="float: right; margin: 10px 0px 0px">
<script language="javascript" src="/system/resource/js/base64.js"></script><script language="javascript" src="/system/resource/js/jquery/jquery-latest.min.js"></script><script language="javascript" src="/system/resource/vue/vue.js"></script><script language="javascript" src="/system/resource/vue/bluebird.min.js"></script><script language="javascript" src="/system/resource/vue/axios.js"></script><script language="javascript" src="/system/resource/vue/polyfill.js"></script><script language="javascript" src="/system/resource/vue/token.js"></script><LINK href="/system/resource/vue/static/element/index.css" type="text/css" rel="stylesheet"><script language="javascript" src="/system/resource/vue/static/element/index.js"></script><script language="javascript" src="/system/resource/vue/static/public.js"></script><style>
#appu1 .qwss{
height: 31px;
font-size: 12px;
min-width: 190px;
max-width: 600px;
width: 60%;
margin-top: -15px;
outline: none;
padding-left: 10px;
border-radius: 2px;
border: 1px solid #e4e7ed;}
#appu1 .tj{
padding-left: 6px;
letter-spacing: 5px;
color: white;
min-width: 53px;
max-width: 150px;
height: 32px;
border: 0;
border-radius: 2px;
background-color: #1890FF;
position: relative;
top: 1px;
width: 20%;
margin-top: -15px;}
</style>
<div id="divu1"></div>
<script type="text/html" id="htmlu1">
<div id="appu1">
<div style="background:url(images/ssinputbg.jpg) no-repeat;height:50px;padding:6px;margin:0px;display:inline;font-family:宋体;font-size:12px;" v-if="!isError">
<input style="border: none;line-height: 20px;" autocomplete=off v-model=query.keyWord @keyup.enter="onSubmit">
<input name="submit_button" type="image" src="images/ss.jpg" align="absmiddle" style="cursor:hand;padding-right:2px;" v-on:click="onSubmit()"/>
</div>
<div v-if="isError" style="color: #b30216; font-size:18px;text-align: center;padding:20px;">
应用维护中!
</div>
</div>
</script>
<script>
$("#divu1").html($("#htmlu1").text());
</script>
<script>
var appOwner = "1419955491";
var token = gettoken(10);
var urlPrefix = "/aop_component/";
jQuery.support.cors = true;
$.ajaxSetup({
beforeSend: function (request, settings) {
request.setRequestHeader("Authorization", token);
request.setRequestHeader("owner", appOwner);
}
});
new Vue({
el: "#appu1",
data: function () {
return {
query: {
keyWord: "",//搜索关键词
owner: appOwner,
token: token,
urlPrefix: urlPrefix,
lang:"i18n_zh_CN"
},
isError: false
}
},
mounted: function () {
var _this = this;
// _this.init();
},
methods: {
init: function(){
$.ajax({
url: "/aop_component//webber/search/test",
type: "get",
success: function (response) {
if (response.code == "0000") {
} else if (response.code == "220") {
_this.isError = true;
console.log(response);
} else if (!response.code) {
_this.isError = true;
console.log(response);
}
},
error: function (response) {
_this.isError = true;
}
});
},
onSubmit: function (e) {
var url = "/views/search/modules/resultpc/soso.html";
if ("10" == "1" || "10" == "2") {
url = "" + url;
}
var _this = this;
var query = _this.query;
if (url.indexOf("?") > -1) {
url = url.split("?")[0];
}
if (query.keyWord) {
var query = new Base64().encode(JSON.stringify(query));
window.open(url + "?query=" + query);
} else {
alert("请填写搜索内容")
}
},
}
})
</script></DIV>
<DIV class="clear"></DIV>
</DIV>
<script language="javascript" src="/system/resource/js/dynclicks.js"></script>
</SCRIPT>
</SCRIPT>
</DIV>
<DIV id="tittle">
<DIV class="tittle"><ul id="list" class="clearfix" style="clear: both;">
<li class="home"><A class="cur" href="index.htm" style="padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top:0px;"><I class="m_h_ico"></I></A></LI>
<li class="lis"><a href="index.htm" title="学校首页" class="on">学校首页</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="xxgk.htm" title="学校概况">学校概况</a>
<!--子栏目循环-->
<dl class="subNav dl_2">
<dt><a href="xxgk/xxjj.htm" title="学校简介" style="font-size:15px;">学校简介</a></dt>
<dt><a href="xxgk/xsyg.htm" title="校史沿革" style="font-size:15px;">校史沿革</a></dt>
<dt><a href="xxgk/xrld.htm" title="现任领导" style="font-size:15px;">现任领导</a></dt>
<dt><a href="xxgk/xybs.htm" title="校园标识" style="font-size:15px;">校园标识</a></dt>
<dt><a href="xxgk/qywh.htm" title="企业文化" style="font-size:15px;">企业文化</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1011" title="公司要闻">公司要闻</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="glbm.htm" title="管理部门">管理部门</a>
<!--子栏目循环-->
<dl class="subNav dl_4">
<dt><a href="glbm/bgs1.htm" title="办公室" style="font-size:15px;">办公室</a></dt>
<dt><a href="glbm/dwzzb.htm" title="党委组织部" style="font-size:15px;">党委组织部</a></dt>
<dt><a href="glbm/dwxcb.htm" title="党委宣传部" style="font-size:15px;">党委宣传部</a></dt>
<dt><a href="glbm/rlzyb.htm" title="人力资源部" style="font-size:15px;">人力资源部</a></dt>
<dt><a href="glbm/cwzcb.htm" title="财务资产部" style="font-size:15px;">财务资产部</a></dt>
<dt><a href="http://jwc.zepc.edu.cn/" title="教务处" style="font-size:15px;">教务处</a></dt>
<dt><a href="http://pxgl.zepc.edu.cn/" title="培训管理部" style="font-size:15px;">培训管理部</a></dt>
<dt><a href="glbm/tw.htm" title="团委" style="font-size:15px;">团委</a></dt>
<dt><a href="https://xsc.zepc.edu.cn/" title="学生处" style="font-size:15px;">学生处</a></dt>
<dt><a href="glbm/zsjyc.htm" title="招生就业处" style="font-size:15px;">招生就业处</a></dt>
<dt><a href="http://kyc.zepc.edu.cn/" title="科研处" style="font-size:15px;">科研处</a></dt>
<dt><a href="glbm/fzzlb.htm" title="发展质量部" style="font-size:15px;">发展质量部</a></dt>
<dt><a href="http://gjjyb.zepc.edu.cn" title="国际教育部" style="font-size:15px;">国际教育部</a></dt>
<dt><a href="glbm/jwbgs.htm" title="纪委办公室" style="font-size:15px;">纪委办公室</a></dt>
<dt><a href="glbm/bwc.htm" title="保卫处" style="font-size:15px;">保卫处</a></dt>
<dt><a href="glbm/ghbgs.htm" title="工会办公室" style="font-size:15px;">工会办公室</a></dt>
<dt><a href="http://tsg.zepc.edu.cn/" title="图书馆" style="font-size:15px;">图书馆</a></dt>
<dt><a href="http://wlfw.zepc.edu.cn" title="信息中心" style="font-size:15px;">信息中心</a></dt>
<dt><a href="glbm/hqfwzx.htm" title="后勤服务中心" style="font-size:15px;">后勤服务中心</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="jxyb.htm" title="教学院部">教学院部</a>
<!--子栏目循环-->
<dl class="subNav dl_5">
<dt><a href="http://dianli.zepc.edu.cn/" title="电力工程学院" style="font-size:15px;">电力工程学院</a></dt>
<dt><a href="http://dongli.zepc.edu.cn/" title="能源与动力工程学院" style="font-size:15px;">能源与动力工程学院</a></dt>
<dt><a href="http://dqgc.zepc.edu.cn/" title="电气工程学院" style="font-size:15px;">电气工程学院</a></dt>
<dt><a href="http://xxtx.zepc.edu.cn/" title="信息通信学院" style="font-size:15px;">信息通信学院</a></dt>
<dt><a href="http://jjgl.zepc.edu.cn/" title="经济管理学院" style="font-size:15px;">经济管理学院</a></dt>
<dt><a href="https://ggjxb.zepc.edu.cn" title="公共教学部" style="font-size:15px;">公共教学部</a></dt>
<dt><a href="http://sz.zepc.edu.cn" title="马克思主义学院" style="font-size:15px;">马克思主义学院</a></dt>
<dt><a href="http://ty.zepc.edu.cn/" title="体育教学部" style="font-size:15px;">体育教学部</a></dt>
<dt><a href="http://ys.zepc.edu.cn/" title="艺术教学部" style="font-size:15px;">艺术教学部</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="#" title="师资队伍">师资队伍</a>
<!--子栏目循环-->
<dl class="subNav dl_6">
<dt><a href="szdw/hnsgdxxjxms.htm" title="河南省高等学校教学名师" style="font-size:15px;">河南省高等学校教学名师</a></dt>
<dt><a href="szdw/hnsjytyxjyglrc.htm" title="河南省教育厅优秀教育管理人才" style="font-size:15px;">河南省教育厅优秀教育管理人才</a></dt>
<dt><a href="szdw/hnsjytxsjsdtr.htm" title="河南省教育厅学术技术带头人" style="font-size:15px;">河南省教育厅学术技术带头人</a></dt>
<dt><a href="szdw/hnszyjysjms.htm" title="河南省职业教育省级名师" style="font-size:15px;">河南省职业教育省级名师</a></dt>
<dt><a href="szdw/hnszyjysjggjs.htm" title="河南省职业教育省级骨干教师" style="font-size:15px;">河南省职业教育省级骨干教师</a></dt>
<dt><a href="szdw/hnsjsns.htm" title="河南省技术能手" style="font-size:15px;">河南省技术能手</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://jwc.zepc.edu.cn/" title="教育教学">教育教学</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://kyc.zepc.edu.cn/" title="科学研究">科学研究</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://pxgl.zepc.edu.cn/" title="培训服务">培训服务</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="zsjy.htm" title="招生就业">招生就业</a>
<!--子栏目循环-->
<dl class="subNav dl_10">
<dt><a href="https://zs.zepc.cloudzhaokao.com" target="_blank" title="招生信息网" style="font-size:15px;">招生信息网</a></dt>
<dt><a href="http://zepc.bysjy.com.cn/" target="_blank" title="就业信息网" style="font-size:15px;">就业信息网</a></dt>
</dl>
<!--子栏目循环-->
</li>
<div class="clear"></div>
</ul></DIV>
</DIV>
<DIV id="banner">
<DIV class="banner_1" style="margin: 0px auto; width: 1280px; height: 430px"> <DIV id="fsD1" class="focus">
<DIV id="D1pic1" class="fPic">
<ul>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/75zn.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="http://cpc.people.com.cn/GB/67481/459166/index.html" target="_blank">
<li class="fcon" style="background-image: url(img/xxgc.png);"><span class="shadow"><p></p></span> </li>
</a>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/24/03/18/1egy59zi14/dz1.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/24/03/18/1egy59zi14/bz.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/24/03/18/1egy59zi14/dz3.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/24/03/18/1egy59zi14/dz4.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="" target="_blank">
<li class="fcon" style="background-image: url(images/24/03/18/1egy59zi14/dz5.jpg);"><span class="shadow"><p></p></span> </li>
</a>
<a href="http://www.moe.gov.cn/jyb_xwfb/xw_zt/moe_357/2024/2024_zt16/" target="_blank">
<li class="fcon" style="background-image: url(images/qgjydh.png);"><span class="shadow"><p></p></span> </li>
</a>
</ul>
</DIV>
<DIV class="fbg">
<DIV id="D1fBt" class="D1fBt">
<A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A><A hidefocus href="javascript:void(0)" target="_self"><I>1</I></A></DIV>
</DIV>
<SPAN class="prev"></SPAN>
<SPAN class="next"></SPAN>
</DIV>
<img src="images/gzl.jpg" style="margin: 0px 0 0 0;width:1280px;"></DIV></DIV>
<DIV class="clear"></DIV>
<DIV id="containter">
<!--新闻 --><DIV id="containter">
<DIV class="kuaixun">
<DIV id="contop" style="width: 880px;">
<IMG src="images/xxyw.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">学校要闻</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1021" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="kuaicon" style="width: 880px;border: 1px #cce4e4 solid;border-width: 2px 0 0 0;">
<DIV id="kuaicon1">
<LINK href="/system/resource/style/component/news/list/imagechangenews.css" type="text/css" rel="stylesheet">
<script language="javascript" src="/system/resource/js/news/imagechangenews.js"></script><script language="JavaScript">
var u_u6_icn = new ImageChangeNews("u_u6_", 485, 314, 4, 2.0, true, false, false, true, false,"#u_u6_centerCutImg");
//初始化图片, 并启动定时
function u_u6_init_img()
{
u_u6_icn.addimg("\/__local\/9\/83\/91\/2E8B636825180A7F065A85F2627_DFB784D9_93BD.jpg", "info\/1021\/65228.htm", "共话校园发展 凝聚奋进力量 —— 学校召开2024年校...", "","共话校园发展 凝聚奋进力量 —— 学校召开2024年校长联络员座谈会");
u_u6_icn.addimg("\/__local\/1\/7A\/D9\/3B804D26A88869CB82863CDB3F2_ECFC0F26_AB43.jpg", "info\/1021\/65178.htm", "中广核服务集团有限公司来校考察调研", "","中广核服务集团有限公司来校考察调研");
u_u6_icn.addimg("\/__local\/1\/0E\/AA\/EBA83B9D5AB8A57A9375E83367E_086E11F9_43BF.png", "info\/1021\/65138.htm", "学校在河南省第二十八届教育教学信息化交流活动中...", "","学校在河南省第二十八届教育教学信息化交流活动中喜获佳绩");
u_u6_icn.addimg("\/__local\/4\/8C\/97\/2667438D251179E4C52DAD1DF44_A73A1B4D_16D6A.png", "info\/1021\/64878.htm", "华为开发者年度盛典落幕,我校信息通信学院荣获生...", "","华为开发者年度盛典落幕,我校信息通信学院荣获生态卓越贡献奖");
u_u6_icn.addimg("\/__local\/1\/0E\/AA\/EBA83B9D5AB8A57A9375E83367E_086E11F9_43BF.png", "info\/1021\/64678.htm", "学校荣获2024年度河南省教育公共机构能源资源节约...", "","学校荣获2024年度河南省教育公共机构能源资源节约示范案例一等奖");
u_u6_icn.addimg("\/__local\/2\/6A\/EC\/0CFD5AB5CED2C29590052611F8E_F7FF43DC_E122.jpg", "info\/1021\/64538.htm", "学校承办郑州市第二十一届职工技术运动会新能源发...", "","学校承办郑州市第二十一届职工技术运动会新能源发电系统安装与调试技能竞赛");
u_u6_icn.changeimg(0);
}
</script><table cellspacing="0" cellpadding="0" border="0" style="padding:0px margin:0px; border:0px">
<tr><td>
<div id="u_u6_centerCutImg" style="OVERFLOW: hidden;height:314px;width:485px">
<div id="u_u6_div" align="center" style="padding:0px;margin:0px;border:0px solid black;background-color:#000000;FILTER: progid:DXImageTransform.Microsoft.RevealTrans (duration=2.0,transition=23);height:314px;width:485px">
<div id="u_u6_imgdiv" style="padding:0px;border:0px;"><a id="u_u6_url" target="_blank"><img id="u_u6_pic" border="0" src="/system/resource/images/space.gif"></a></div>
</div>
<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);width:485px;height:19px;text-align:right;top:-19px;position:relative;padding:0px;margin:0px;border:0px;">
<a href="javascript:u_u6_icn.changeimg(0)" ; id="u_u6_selectNode0" class="imagechangenews_pnode" target="_self">1</a><a href="javascript:u_u6_icn.changeimg(1)" ; id="u_u6_selectNode1" class="imagechangenews_pnode" target="_self">2</a><a href="javascript:u_u6_icn.changeimg(2)" ; id="u_u6_selectNode2" class="imagechangenews_pnode" target="_self">3</a><a href="javascript:u_u6_icn.changeimg(3)" ; id="u_u6_selectNode3" class="imagechangenews_pnode" target="_self">4</a><a href="javascript:u_u6_icn.changeimg(4)" ; id="u_u6_selectNode4" class="imagechangenews_pnode" target="_self">5</a><a href="javascript:u_u6_icn.changeimg(5)" ; id="u_u6_selectNode5" class="imagechangenews_pnode" target="_self">6</a>
</div></div></td></tr>
<tr><td height="25">
<div align="center" style="overflow:hidden;text-overflow:ellipsis;height:25px;width:485px;"><a target="_blank" class="titlestyle1094526" id="u_u6_newstitle"></a></div>
</td></tr>
<div align="left" display="none" style="overflow:hidden;text-overflow:ellipsis;height:0px;width:485px;padding-left:2px;padding-right:2px"><a target="_blank" class="summarystyle1094526" id="u_u6_newssummary"></a></div>
</table><SCRIPT language="JavaScript">u_u6_init_img();</SCRIPT></DIV>
<DIV id="kuaicon2"><script language="javascript" src="/system/resource/js/centerCutImg.js"></script><script language="javascript" src="/system/resource/js/ajax.js"></script><ul>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/65228.htm" target="_blank" title="共话校园发展 凝聚奋进力量 —— 学校召开2024年校长联络员座谈会">共话校园发展 凝聚奋进力量 —— 学校召...
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/65178.htm" target="_blank" title="中广核服务集团有限公司来校考察调研">中广核服务集团有限公司来校考察调研
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/65138.htm" target="_blank" title="学校在河南省第二十八届教育教学信息化交流活动中喜获佳绩">学校在河南省第二十八届教育教学信息化...
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/64878.htm" target="_blank" title="华为开发者年度盛典落幕,我校信息通信学院荣获生态卓越贡献奖">华为开发者年度盛典落幕,我校信息通信...
<span style="float: right;">12-17</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/64678.htm" target="_blank" title="学校荣获2024年度河南省教育公共机构能源资源节约示范案例一等奖">学校荣获2024年度河南省教育公共机构能...
<span style="float: right;">12-16</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/64538.htm" target="_blank" title="学校承办郑州市第二十一届职工技术运动会新能源发电系统安装与调试技能竞赛">学校承办郑州市第二十一届职工技术运动...
<span style="float: right;">12-16</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/64508.htm" target="_blank" title="学校在全省高校心理健康教育名师工作室建设质量监测中获评A级">学校在全省高校心理健康教育名师工作室...
<span style="float: right;">12-13</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/64458.htm" target="_blank" title="学校召开2024年秋季学期第四次学生工作会议">学校召开2024年秋季学期第四次学生工作...
<span style="float: right;">12-11</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/63488.htm" target="_blank" title="学校承办2024年河南省高等职业院校外事工作业务能力提升培训班">学校承办2024年河南省高等职业院校外事...
<span style="float: right;">12-09</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/63128.htm" target="_blank" title="中共河南省委教育工委专职副书记尹洪斌一行来校调研指导工作">中共河南省委教育工委专职副书记尹洪斌...
<span style="float: right;">12-05</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u7_65228','dynclicks_u7_65178','dynclicks_u7_65138','dynclicks_u7_64878','dynclicks_u7_64678','dynclicks_u7_64538','dynclicks_u7_64508','dynclicks_u7_64458','dynclicks_u7_63488','dynclicks_u7_63128'],[65228,65178,65138,64878,64678,64538,64508,64458,63488,63128],"wbnews", 1419955491)</script>
</DIV>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="contop" style="width: 374px;float: right;margin-top: -448px;">
<IMG src="images/mtjj.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">媒体聚焦</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1073" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="kuaicon" style="width: 390px;float: right;margin-top: -382px;">
<DIV id="kuaicon3"><ul>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/64958.htm" target="_blank" title="【大象新闻】郑州电专在心理健康教育名师工作室建设质量监测中获评A级">【大象新闻】郑州电专在心理健康教育名师…
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/64948.htm" target="_blank" title="【大象新闻】郑州电专学生处举办承文化薪火续文明新篇学生处长下午茶活动">【大象新闻】郑州电专学生处举办承文化薪…
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/64938.htm" target="_blank" title="【大象新闻】郑州电专团委举办第十一届校园新星秀才艺大赛">【大象新闻】郑州电专团委举办第十一届校…
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/64928.htm" target="_blank" title="【大象新闻】郑州电专学生处举办承文化薪火续文明新篇学生处长下午茶活动">【大象新闻】郑州电专学生处举办承文化薪…
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="http://m.jyt.henan.gov.cn/2024/12-13/3098783.html#10006-weixin-1-52626-6b3bffd01fdde4900130bc5a2751b6d1" target="_blank" title="【河南省教育厅】郑州电力高等专科学校:坚持“四个学习” 凝心铸魂育工匠">【河南省教育厅】郑州电力高等专科学校:…
<span style="float: right;">12-13</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/64448.htm" target="_blank" title="【大象新闻】郑州电专学生处举办“宪法宣传周”系列活动深入普及宪法知识">【大象新闻】郑州电专学生处举办“宪法宣…
<span style="float: right;">12-11</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="https://3g.k.sohu.com/t/n844121557?serialId=49c31ac7d830d59ff56cbcc07e561c6f&showType=844121557" target="_blank" title="【河南高教】2024年河南省高等职业院校外事业务能力提升培训班举办">【河南高教】2024年河南省高等职业院校外…
<span style="float: right;">12-07</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="https://app-api.henandaily.cn/mobile/view/news/385582124297617408503281" target="_blank" title="【河南日报】荣获两个赛道冠军,河南在2024年中国工业互联网安全大赛决赛中喜获佳绩">【河南日报】荣获两个赛道冠军,河南在20…
<span style="float: right;">12-06</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="http://www.dahebao.cn/detail.html?newsid=2121701" target="_blank" title="【大河报网】河南在2024年中国工业互联网安全大赛决赛中荣获两个赛道冠军">【大河报网】河南在2024年中国工业互联网…
<span style="float: right;">12-06</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/63258.htm" target="_blank" title="【大象新闻】郑州电专迎接卢旺达职业技术教育培训代表团来访">【大象新闻】郑州电专迎接卢旺达职业技术…
<span style="float: right;">12-05</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u8_64958','dynclicks_u8_64948','dynclicks_u8_64938','dynclicks_u8_64928','dynclicks_u8_64528','dynclicks_u8_64448','dynclicks_u8_63648','dynclicks_u8_63638','dynclicks_u8_63628','dynclicks_u8_63258'],[64958,64948,64938,64928,64528,64448,63648,63638,63628,63258],"wbnews", 1419955491)</script>
</DIV>
</DIV>
<DIV style="clear: both"></DIV></DIV>
<!--快讯 -->
<DIV class="kuaixun">
<DIV id="contop" style="width: 880px;">
<IMG src="images/xyks.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">校园快讯</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1023" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="kuaicon" style="width: 880px;border: 1px #cce4e4 solid;border-width: 2px 0 0 0;">
<DIV id="kuaicon1">
<script language="JavaScript">
var u_u9_icn = new ImageChangeNews("u_u9_", 485, 314, 4, 2.0, true, false, false, true, false,"#u_u9_centerCutImg");
//初始化图片, 并启动定时
function u_u9_init_img()
{
u_u9_icn.addimg("\/__local\/0\/76\/D3\/A0EBD02DC3E698804587BB02F62_D9B7E301_220D9.png", "info\/1023\/64558.htm", "学生处:举办“承文化薪火 续文明新篇”学生处长下...", "","学生处:举办“承文化薪火 续文明新篇”学生处长下午茶活动");
u_u9_icn.addimg("\/__local\/D\/97\/EB\/F04F65A4C39A4091846C71D1EB2_69500A56_16CE9.png", "info\/1023\/64548.htm", "信通学院:荣获一带一路暨金砖国家技能发展与技术...", "","信通学院:荣获一带一路暨金砖国家技能发展与技术创新大赛二等奖");
u_u9_icn.addimg("\/__local\/6\/7D\/E1\/7892D6F470B591FE9E6F85297A4_E56BEEC2_1600E.png", "info\/1023\/64468.htm", "学生处:开展第三期朋辈心理助人技能培训", "","学生处:开展第三期朋辈心理助人技能培训");
u_u9_icn.addimg("\/__local\/B\/DE\/25\/E758DD44B51E7BBE52BE068A3AD_B949C2F5_B4AA.jpg", "info\/1023\/63058.htm", "学生处:组织开展“‘习语金句’大家写”系列活动", "","学生处:组织开展“‘习语金句’大家写”系列活动");
u_u9_icn.addimg("\/__local\/1\/D9\/8D\/A429646D21FEB39497B57586431_843F40C9_21EFA.png", "info\/1023\/62978.htm", "学校获得2024年中国工业互联网安全大赛职工组一等...", "","学校获得2024年中国工业互联网安全大赛职工组一等奖");
u_u9_icn.addimg("\/__local\/2\/D5\/7A\/1A0128843F9E98888D89F7B4805_5C87811E_E06A.jpg", "info\/1023\/62608.htm", "信通学院:荣获第二届全国信息通信行业职业技能竞...", "","信通学院:荣获第二届全国信息通信行业职业技能竞赛全国总决赛二等奖");
u_u9_icn.changeimg(0);
}
</script><table cellspacing="0" cellpadding="0" border="0" style="padding:0px margin:0px; border:0px">
<tr><td>
<div id="u_u9_centerCutImg" style="OVERFLOW: hidden;height:314px;width:485px">
<div id="u_u9_div" align="center" style="padding:0px;margin:0px;border:0px solid black;background-color:#000000;FILTER: progid:DXImageTransform.Microsoft.RevealTrans (duration=2.0,transition=23);height:314px;width:485px">
<div id="u_u9_imgdiv" style="padding:0px;border:0px;"><a id="u_u9_url" target="_blank"><img id="u_u9_pic" border="0" src="/system/resource/images/space.gif"></a></div>
</div>
<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);width:485px;height:19px;text-align:right;top:-19px;position:relative;padding:0px;margin:0px;border:0px;">
<a href="javascript:u_u9_icn.changeimg(0)" ; id="u_u9_selectNode0" class="imagechangenews_pnode" target="_self">1</a><a href="javascript:u_u9_icn.changeimg(1)" ; id="u_u9_selectNode1" class="imagechangenews_pnode" target="_self">2</a><a href="javascript:u_u9_icn.changeimg(2)" ; id="u_u9_selectNode2" class="imagechangenews_pnode" target="_self">3</a><a href="javascript:u_u9_icn.changeimg(3)" ; id="u_u9_selectNode3" class="imagechangenews_pnode" target="_self">4</a><a href="javascript:u_u9_icn.changeimg(4)" ; id="u_u9_selectNode4" class="imagechangenews_pnode" target="_self">5</a><a href="javascript:u_u9_icn.changeimg(5)" ; id="u_u9_selectNode5" class="imagechangenews_pnode" target="_self">6</a>
</div></div></td></tr>
<tr><td height="25">
<div align="center" style="overflow:hidden;text-overflow:ellipsis;height:25px;width:485px;"><a target="_blank" class="titlestyle1094556" id="u_u9_newstitle"></a></div>
</td></tr>
<div align="left" display="none" style="overflow:hidden;text-overflow:ellipsis;height:0px;width:485px;padding-left:2px;padding-right:2px"><a target="_blank" class="summarystyle1094556" id="u_u9_newssummary"></a></div>
</table><SCRIPT language="JavaScript">u_u9_init_img();</SCRIPT></DIV>
<DIV id="kuaicon2"><ul>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/65198.htm" target="_blank" title="2024年“中文在线杯”信息素养大赛圆满落幕,学校斩获佳绩">2024年“中文在线杯”信息素养大赛圆满…
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/65168.htm" target="_blank" title="电气工程学院开展 “光影心语,电影心声”活动">电气工程学院开展 “光影心语,电影心…
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/65158.htm" target="_blank" title="经济管理学院与锦源老年公寓携手共绘志愿服务新蓝图">经济管理学院与锦源老年公寓携手共绘志…
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/65148.htm" target="_blank" title="学生处:“敞开心扉,携手同行”人际关系系列团辅活动圆满结束!">学生处:“敞开心扉,携手同行”人际关…
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/65128.htm" target="_blank" title="教务处:开展实训室安全分级分类及专项检查工作">教务处:开展实训室安全分级分类及专项…
<span style="float: right;">12-23</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/64968.htm" target="_blank" title="后勤服务中心:以爱为舟 渡彼心 — 后勤党支部开展特殊关爱党日活动">后勤服务中心:以爱为舟 渡彼心 — 后勤…
<span style="float: right;">12-19</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/64818.htm" target="_blank" title="信通学院:荣获2024年"一带一路"暨金砖国家技能发展与技术创新大赛之智能硬件应用与开发赛项二等奖">信通学院:荣获2024年"一带一路"暨金砖…
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/64478.htm" target="_blank" title="团委举办第十一届校园新星秀才艺大赛">团委举办第十一届校园新星秀才艺大赛
<span style="float: right;">12-18</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/64808.htm" target="_blank" title="学校2024年“学习型宿舍”评选展示活动圆满结束">学校2024年“学习型宿舍”评选展示活动…
<span style="float: right;">12-17</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/64668.htm" target="_blank" title="学校“深‘话’生涯规划 精准就业指导”辅导员沙龙顺利举行">学校“深‘话’生涯规划 精准就业指导…
<span style="float: right;">12-16</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u10_65198','dynclicks_u10_65168','dynclicks_u10_65158','dynclicks_u10_65148','dynclicks_u10_65128','dynclicks_u10_64968','dynclicks_u10_64818','dynclicks_u10_64478','dynclicks_u10_64808','dynclicks_u10_64668'],[65198,65168,65158,65148,65128,64968,64818,64478,64808,64668],"wbnews", 1419955491)</script>
</DIV>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="contop" style="width: 374px;float: right;margin-top: -448px;">
<IMG src="images/tzgg.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">通知公告</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1022" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<DIV id="kuaicon" style="width: 390px;float: right;margin-top: -382px;">
<DIV id="kuaicon3"><ul>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/63568.htm" target="_blank" title="关于开展“宪法宣传周”系列活动的通知">关于开展“宪法宣传周”系列活动的通知
<span style="float: right;">12-02</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/63558.htm" target="_blank" title="关于开展学风建设主题辩论赛的通知">关于开展学风建设主题辩论赛的通知
<span style="float: right;">11-25</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/63548.htm" target="_blank" title="关于举办2024年大学生职业规划大赛(就业赛道)暨第二届全国大学生职业规划大赛河南省赛选拔赛的通知">关于举办2024年大学生职业规划大赛(就...
<span style="float: right;">11-20</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/63538.htm" target="_blank" title="关于举办“七十五载逢盛世 青春放歌献华章”2024年“一二·九”学生合唱比赛的通知">关于举办“七十五载逢盛世 青春放歌献华...
<span style="float: right;">10-30</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/63528.htm" target="_blank" title="关于举办“中华民族一家亲 同心共筑中国梦”主题演讲比赛的通知">关于举办“中华民族一家亲 同心共筑中国...
<span style="float: right;">10-09</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/56518.htm" target="_blank" title="【收藏】普通高等教育学籍学历十问十答来啦!">【收藏】普通高等教育学籍学历十问十答...
<span style="float: right;">09-25</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/55198.htm" target="_blank" title="郑州电力高等专科学校关于2024年高等学历继续教育招生工作的公告">郑州电力高等专科学校关于2024年高等学...
<span style="float: right;">09-03</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/49288.htm" target="_blank" title="2024年学校“挑战杯”河南省大学生创业计划竞赛校内评审结果公示">2024年学校“挑战杯”河南省大学生创业...
<span style="float: right;">05-30</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/47938.htm" target="_blank" title="关于2024届毕业生图书催还的通知">关于2024届毕业生图书催还的通知
<span style="float: right;">05-07</span></a></li>
<li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/47948.htm" target="_blank" title="关于组织开展学“习”有梦、学“习”有行、学“习”有责主题活动之“劳模”主题车站学习实践活动的通知">关于组织开展学“习”有梦、学“习”有...
<span style="float: right;">05-06</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u11_63568','dynclicks_u11_63558','dynclicks_u11_63548','dynclicks_u11_63538','dynclicks_u11_63528','dynclicks_u11_56518','dynclicks_u11_55198','dynclicks_u11_49288','dynclicks_u11_47938','dynclicks_u11_47948'],[63568,63558,63548,63538,63528,56518,55198,49288,47938,47948],"wbnews", 1419955491)</script>
</DIV>
</DIV>
<DIV style="clear: both"></DIV></DIV>
</DIV>
<!--通知 -->
<DIV class="tongzhi">
<DIV id="contop" style="width: 49%;">
<IMG src="images/xyfc.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">校友风采</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1743" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<div style="height: 10px;width: 628px ;border-bottom:2px solid #cce4e4;margin-bottom: 15px;">
</div>
<DIV id="kuaicon" class="cl-seamless-container" style="width: 628px;max-height: 600px !IMPORTANT"><DIV id="kuaicon9" class="cl-seamless-list">
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53628.htm" target="_blank" title="闫欢欢">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/2/BB/9D/8901FF4EC0C6C30F0B257B8C709_F62D377F_163E4.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>闫欢欢</strong></h3>
<p style="font-size: 16px;">【个人介绍】闫欢欢,中国共产党第二十次全国代表大会代表电力工程学院发电厂及电力系统专业2011届毕业生,现任大唐环境产业集团股份有限公司许昌项目部主任工程师。中国大唐集团公司巾帼建功标兵、劳动模范,电力行业技术能手,全国技术能手,全国五一劳动奖章获得者,全国三...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53618.htm" target="_blank" title="王建涛">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/3/6B/C7/561A1F4244A81E50A624C94314C_12EEBD1E_C120.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>王建涛</strong></h3>
<p style="font-size: 16px;">2021年12月人社部副部长为王建涛颁发中华技能大奖2023年4月12日,总书记在广州接见,左四为王建涛【个人介绍】王建涛、中共党员中广核核电运营有限公司发电机检修专工正高级工程师,享受国务院政府特殊津贴专家,荣获“中华技能大奖”、 工人院士【主要事迹】1996年,我从郑州...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53608.htm" target="_blank" title="董宏飞">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/1/76/05/01EF5EF5A9CC78101C1694DE5C7_56593DD7_E039.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>董宏飞</strong></h3>
<p style="font-size: 16px;">【个人介绍】董宏飞,1996年出生,团员。国网西藏电力有限公司林芝供电公司发展建设部项目管理专责。2020年获得教育部闪亮的日子—青春该有的模样先进事迹;2021年入选国网西藏电力有限公司基建专家库专家;2022年获得教育部全国高校毕业生基层就业卓越奖【主要事迹】“我用心...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53598.htm" target="_blank" title="杨培斌">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/6/8B/54/B6F16A452216C2EE7B5E2FE6D9A_291FCB78_238B3.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>杨培斌</strong></h3>
<p style="font-size: 16px;">【个人介绍】杨培斌,男,1996年01月出生,中共党员,籍贯河南安阳,2014年考入郑州电力高等专科学校,2017毕业后毅然决定应征入伍,2017年8月经层层考核选拔进入部队,现任32211部队飞行保障营某技术室计算机技师。该同志自进入部队以来,先后荣获2018年、2019年年度优秀士官...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53588.htm" target="_blank" title="杨庆波">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/F/A5/91/EB566C124E85CF09682690504D7_5DBCB448_28C5.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>杨庆波</strong></h3>
<p style="font-size: 16px;">【个人介绍】杨庆波,男,汉族,河南省商丘市夏邑县人,现为营销1801班学生,善于思考善于挖掘,善于站在在别人不同的视角认知问题,创立了郑州帆顺文化传媒有限公司 ,任执行董事。【主要事迹】勤奋刻苦,智慧卓越,领导力强。源于2016年的那个暑假,他开始喜欢上游戏并试着做...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0;width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1743/53578.htm" target="_blank" title="王淅">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/5/3C/F6/1BAEBBEBA6B6C747AE322BC3CCB_33747C2B_AABA.jpg" class="img img-responsive" />
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>王淅</strong></h3>
<p style="font-size: 16px;">【个人介绍】王淅,男,汉族,是我校原能源与动力工程系供热通风和空调工程技术2002班的学生,2020–2022年先后在唐河易之家装饰工程有限公司、郑州尚层装饰工程有限公司、湖南大有建设工程有限公司,从事设计、销售、施工等工作,2022年创立南阳爱美饰家装饰工程有限公司,任...</p>
</div>
</div>
</div></a>
</div>
</section>
</DIV><script>_showDynClickBatch(['dynclicks_u12_53628','dynclicks_u12_53618','dynclicks_u12_53608','dynclicks_u12_53598','dynclicks_u12_53588','dynclicks_u12_53578'],[53628,53618,53608,53598,53588,53578],"wbnews", 1419955491)</script>
</DIV>
<DIV id="contop" style="width: 49%;float: right;margin-top: -90px;">
<IMG src="images/qcby.png" style="padding-top: 15px; padding-left: 10px;">
<H2 style="padding-bottom: 10px;padding-left: 10px;padding-right: 0px;padding-top: 15px;float: left;color: #016864; font-family: 'SimSun', '宋体', serif !IMPORTANT;">青春榜样</H2>
<A href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1773" style="padding-bottom: 0px; margin-top: 10px; padding-left: 15px; padding-right: 15px; float: right; font-size: 18px;font-family: 'SimSun', '宋体', serif !IMPORTANT;">更多--></A>
<DIV style="clear: both"></DIV>
</DIV>
<div style="width: 628px ;border-bottom:2px solid #cce4e4;margin-bottom: 15px;margin-top:-17px;float: right;">
</div>
<DIV id="kuaicon" class="cl-seamless-container2" style="width: 49%;float: right;"><DIV id="kuaicon9" class="cl-seamless-list2" style="width: 570px;border: 1px #cce4e4 solid;border-width: 2px 0 0 0;">
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53448.htm" target="_blank" title="电力工程学院;李经宇">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/9/04/8B/7585EE092C232599F1E26D091E4_2128CCC3_53FA3.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;李经宇
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;李经宇</strong></h3>
<p style="font-size: 16px;">【个人介绍】李经宇,2002年10月出生,共青团员郑州电力高等专科学校电力工程学院输配电工程技术二班团支书曾参加河南省第十六届“挑战杯”大赛并获得三等奖在校期间获得校级三等奖学金两次,“优秀学生干部”、“优秀共青团干”、“优秀共青团员”、“社会实践先进个人”、“...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53438.htm" target="_blank" title="电力工程学院;李宏轲">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/A/A7/5F/051E9BF377C3902A9EC45FCC421_CE3B245F_3E26.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;李宏轲
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;李宏轲</strong></h3>
<p style="font-size: 16px;">【个人介绍】李宏轲,2003年12月出生,共青团员郑州电力高等专科学校,电力工程学院输配电工程技术2201班学生。在校期间,获得一次国家励志奖学金,多次获得学校奖学金。被评为校“三好学生”,连续两次评为“优秀共青团员”在“互联网+”比赛中获得省一等奖,“挑战杯”省三等...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53428.htm" target="_blank" title="电力工程学院;韦嘉">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/0/F0/E2/91B9215F274C3150BC39F801014_D49B554F_135E5.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;韦嘉
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;韦嘉</strong></h3>
<p style="font-size: 16px;">【个人介绍】韦嘉,2004年5月出生,共青团员郑州电力高等专科学校电力工程学院电力系统继电保护技术2班学生电力工程学院志愿者服务队队长,青年马克思主义培训班成员。曾荣获第十七届发明杯国赛“三等奖”、 “互联网+创新创业大赛”三等奖;学校“一等奖学金”和“二等奖学金...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53418.htm" target="_blank" title="电力工程学院;程远博">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/E/37/A4/C2AA5FD53691D87577462A12970_2846A4A6_3467D.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;程远博
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;程远博</strong></h3>
<p style="font-size: 16px;">【个人介绍】程远博,2004年2月出生,共青团员郑州电力高等专科学校供用电技术专业校三好学生、优秀共青团团员。互联网+创新创业大赛“三等奖”全国高职院校发明杯专利创新大赛“三等奖”2022至2024年间获得了两次学业一等奖学金职业技能等级证书高压、低压、高处电工证装表接...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53408.htm" target="_blank" title="电力工程学院;刘奕雯">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/A/D8/10/592388A24CBA0AC59D59C6AFD22_88E9C02A_FDD9.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;刘奕雯
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;刘奕雯</strong></h3>
<p style="font-size: 16px;">【个人介绍】刘奕雯,2004年6月,共青团员院学生会权益中心副主任,供电2271班文体委员,23届班主任助理曾荣获河南省省级优秀学生干部、河南省文明宿舍、国家励志奖学金、校级一等奖学金、校级三等奖学金,被评为校优秀学生干部、校优秀团员、优秀志愿者,获得“巨浪青年”最佳...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53398.htm" target="_blank" title="电力工程学院;周方雅">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/A/EA/42/E4A20118F99F642179858A9E020_345AEB95_2F8C.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;周方雅
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;周方雅</strong></h3>
<p style="font-size: 16px;">【个人介绍】周方雅,2004年4月出生,河南省郑州电力高等专科学校电力工程学院2022级供用电技术2班学生,在校担任班级副班长,曾担任学院办公室志愿者、校学生体育联合会志愿者。【主要事迹】 青春五四 为党献歌2022年,通过团队的共同努力,经过七个月的辛苦练习,在学校电力...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53388.htm" target="_blank" title="电力工程学院;安幼琦">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/4/5B/7F/8B13F2C30956CC48BD6FAAFB597_EAFD7251_A02D.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;安幼琦
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;安幼琦</strong></h3>
<p style="font-size: 16px;">【个人介绍】安幼琦,2004年8月出生,共青团员,是郑州电力高等专科学校电力工程学院2022级发电厂及电力系统的一名学生,担任班级宣传委员一职,也曾是电力工程学院权益中心部门干事,在大学期间积极参加各项活动,参加“发明杯”大学生专利创新大赛获得了省级三等奖的荣誉奖项...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53378.htm" target="_blank" title="电力工程学院;张蕊">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/D/42/34/9FD3C23D854EE14E47C214C43A4_9E020FCC_16A3F.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;张蕊
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;张蕊</strong></h3>
<p style="font-size: 16px;">【个人介绍】张蕊,2004年10月出生,共青团员郑州电力高等专科学校在读学生2023年“互联网+”省赛二等奖,第九届“互联网+”三等奖,校三好学生,优秀团员称号,优秀共青团干部,“一二九”大合唱二等奖,“一等奖学金”,“二等奖学金”,“最美笔记”评选活动二等奖,“学习...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53368.htm" target="_blank" title="电力工程学院;牛奕皓">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/A/C7/C0/C7BB0037EBD6962C5790CF9CFEE_3453C66B_2A428.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;牛奕皓
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;牛奕皓</strong></h3>
<p style="font-size: 16px;">【个人介绍】牛奕皓,2003年9月出生,共青团员。院团总支组织委员、院青马班班长、“就业指南针”辅导员工作室学生助理、新生班主任助理。曾荣获多次奖学金、英语四级证书、高压电工证、“挑战杯”省赛二等奖、社会实践先进个人等荣誉。【主要事迹】在思想上,本人有良好道德修...</p>
</div>
</div>
</div></a>
</div>
</section>
<section style="background-color: #f8f8f8;margin: 10px 0; width: 628px;border-radius: 25px;">
<div class="container-fluid">
<div class="row"> <a href="info/1773/53358.htm" target="_blank" title="电力工程学院;王守智">
<div class="col-sm-3 col-md-3 " style="width: 241px; height: 251px;padding-left: 20px;padding-bottom: 5px;">
<div class="card card-7" style="border-radius: 25px;height: 250px;">
<img src="/__local/A/5E/DC/23C48856D7A6D5BE52EEA950AD0_A6431771_2C9FD.jpg" class="img img-responsive" />
<div class="card-name" style="font-size: 18px;">
电力工程学院;王守智
</div>
</div>
</div>
<div class="col-sm-9 col-md-9 hidden-xs">
<div class="card-desription-container">
<h3><strong>电力工程学院;王守智</strong></h3>
<p style="font-size: 16px;">【个人简介】王守智,2002年10月出生,共青团员,电力工程学院电自2204班学生,担任班级宣传委员,曾任学院团总支文艺部委员。获得校一等奖学金一次,二等奖学金两次,及校三好学生,2022年度优秀共青团员;2023年度优秀团干部,2023年暑期社会实践先进个人,优秀志愿者等称号...</p>
</div>
</div>
</div></a>
</div>
</section>
</DIV><script>_showDynClickBatch(['dynclicks_u13_53448','dynclicks_u13_53438','dynclicks_u13_53428','dynclicks_u13_53418','dynclicks_u13_53408','dynclicks_u13_53398','dynclicks_u13_53388','dynclicks_u13_53378','dynclicks_u13_53368','dynclicks_u13_53358'],[53448,53438,53428,53418,53408,53398,53388,53378,53368,53358],"wbnews", 1419955491)</script>
</DIV>
<DIV id="contop" style="background: #fff;">
<DIV style="clear: both"></DIV>
</DIV>
</DIV>
<DIV id="daohang">
<DIV class="daohang">
<H4 style="padding-bottom: 10px; padding-left: 10px; padding-right: 0px; padding-top: 15px">快速导航</H4>
<HR color="#e2e1e0" width="100%">
<script language="javascript" src="/system/resource/js/openlink.js"></script><UL>
<LI><a href="http://tzpy.zepc.edu.cn" title="" onclick="_addDynClicks("wburl", 1419955491, 36546)">河南省提质培优办公室</a></li>
<LI><a href="http://dlxnfz.zepc.edu.cn" title="" onclick="_addDynClicks("wburl", 1419955491, 37552)">电力虚拟仿真实训基地</a></li>
<LI><a href="https://dlxnfz.zepc.edu.cn/stxnfzsx/sy.htm" title="" onclick="_addDynClicks("wburl", 1419955491, 37582)">双碳虚拟仿真实训基地</a></li>
<LI><a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1413" title="" onclick="_addDynClicks("wburl", 1419955491, 37572)">采购公告</a></li>
<LI><a href="http://downloads.zepc.edu.cn/cas/" title="" onclick="_addDynClicks("wburl", 1419955491, 36548)">资源下载</a></li>
<LI><a href="http://www.zepc.edu.cn/xqw90" title="" onclick="_addDynClicks("wburl", 1419955491, 88154)">九十周年校庆网</a></li>
</UL></DIV></DIV>
<DIV class="clear"></DIV>
<DIV id="zhuanti">
<DIV class="zhuanti">
<H4 style="padding-bottom: 10px; padding-left: 10px; padding-right: 0px; padding-top: 15px">专题栏目</H4>
<A style="padding-bottom: 0px; margin-top: 15px; padding-left: 15px; padding-right: 0px; float: right; font-size: 13px">MORE+</A>
<DIV style="clear: both"></DIV>
<HR color="#c2c2c2" width="100%">
<ul>
<li><a href="xwgk.htm" target="_blank"><img src="images/1.gif" border="0"></a></li>
<li><a href="https://bs.zepc.edu.cn" target="_blank"><img src="images/zhihuidianzhuan.png" border="0"></a></li>
<li><a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1073" target="_blank"><img src="images/3.gif" border="0"></a></li>
<li><a href="http://xsc.zepc.edu.cn/" target="_blank"><img src="images/xs.jpg" border="0"></a></li>
<li><a href="http://tw.zepc.edu.cn/" target="_blank"><img src="images/6.gif" border="0"></a></li>
<li><a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1513" target="_blank"><img src="images/aqsc1.jpg" border="0"></a></li>
<li><a href="https://www.douyin.com/user/MS4wLjABAAAAahBpJgr17Bo4euLc0RTZn11tTFDYT8ZRAhFB108sLNCgR8iN2V-yqOf2xUNwhR8b" target="_blank"><img src="images/8.jpg" border="0"></a></li>
</ul></DIV></DIV></DIV>
<DIV id="tittle">
<DIV class="tittle"><ul id="list" class="clearfix" style="clear: both;">
<li class="home"><A class="cur" href="index.htm" style="padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top:0px;"><I class="m_h_ico"></I></A></LI>
<li class="lis"><a href="index.htm" title="学校首页" class="on">学校首页</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="xxgk.htm" title="学校概况">学校概况</a>
<!--子栏目循环-->
<dl class="subNav dl_2">
<dt><a href="xxgk/xxjj.htm" title="学校简介" style="font-size:15px;">学校简介</a></dt>
<dt><a href="xxgk/xsyg.htm" title="校史沿革" style="font-size:15px;">校史沿革</a></dt>
<dt><a href="xxgk/xrld.htm" title="现任领导" style="font-size:15px;">现任领导</a></dt>
<dt><a href="xxgk/xybs.htm" title="校园标识" style="font-size:15px;">校园标识</a></dt>
<dt><a href="xxgk/qywh.htm" title="企业文化" style="font-size:15px;">企业文化</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1011" title="公司要闻">公司要闻</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="glbm.htm" title="管理部门">管理部门</a>
<!--子栏目循环-->
<dl class="subNav dl_4">
<dt><a href="glbm/bgs1.htm" title="办公室" style="font-size:15px;">办公室</a></dt>
<dt><a href="glbm/dwzzb.htm" title="党委组织部" style="font-size:15px;">党委组织部</a></dt>
<dt><a href="glbm/dwxcb.htm" title="党委宣传部" style="font-size:15px;">党委宣传部</a></dt>
<dt><a href="glbm/rlzyb.htm" title="人力资源部" style="font-size:15px;">人力资源部</a></dt>
<dt><a href="glbm/cwzcb.htm" title="财务资产部" style="font-size:15px;">财务资产部</a></dt>
<dt><a href="http://jwc.zepc.edu.cn/" title="教务处" style="font-size:15px;">教务处</a></dt>
<dt><a href="http://pxgl.zepc.edu.cn/" title="培训管理部" style="font-size:15px;">培训管理部</a></dt>
<dt><a href="glbm/tw.htm" title="团委" style="font-size:15px;">团委</a></dt>
<dt><a href="https://xsc.zepc.edu.cn/" title="学生处" style="font-size:15px;">学生处</a></dt>
<dt><a href="glbm/zsjyc.htm" title="招生就业处" style="font-size:15px;">招生就业处</a></dt>
<dt><a href="http://kyc.zepc.edu.cn/" title="科研处" style="font-size:15px;">科研处</a></dt>
<dt><a href="glbm/fzzlb.htm" title="发展质量部" style="font-size:15px;">发展质量部</a></dt>
<dt><a href="http://gjjyb.zepc.edu.cn" title="国际教育部" style="font-size:15px;">国际教育部</a></dt>
<dt><a href="glbm/jwbgs.htm" title="纪委办公室" style="font-size:15px;">纪委办公室</a></dt>
<dt><a href="glbm/bwc.htm" title="保卫处" style="font-size:15px;">保卫处</a></dt>
<dt><a href="glbm/ghbgs.htm" title="工会办公室" style="font-size:15px;">工会办公室</a></dt>
<dt><a href="http://tsg.zepc.edu.cn/" title="图书馆" style="font-size:15px;">图书馆</a></dt>
<dt><a href="http://wlfw.zepc.edu.cn" title="信息中心" style="font-size:15px;">信息中心</a></dt>
<dt><a href="glbm/hqfwzx.htm" title="后勤服务中心" style="font-size:15px;">后勤服务中心</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="jxyb.htm" title="教学院部">教学院部</a>
<!--子栏目循环-->
<dl class="subNav dl_5">
<dt><a href="http://dianli.zepc.edu.cn/" title="电力工程学院" style="font-size:15px;">电力工程学院</a></dt>
<dt><a href="http://dongli.zepc.edu.cn/" title="能源与动力工程学院" style="font-size:15px;">能源与动力工程学院</a></dt>
<dt><a href="http://dqgc.zepc.edu.cn/" title="电气工程学院" style="font-size:15px;">电气工程学院</a></dt>
<dt><a href="http://xxtx.zepc.edu.cn/" title="信息通信学院" style="font-size:15px;">信息通信学院</a></dt>
<dt><a href="http://jjgl.zepc.edu.cn/" title="经济管理学院" style="font-size:15px;">经济管理学院</a></dt>
<dt><a href="https://ggjxb.zepc.edu.cn" title="公共教学部" style="font-size:15px;">公共教学部</a></dt>
<dt><a href="http://sz.zepc.edu.cn" title="马克思主义学院" style="font-size:15px;">马克思主义学院</a></dt>
<dt><a href="http://ty.zepc.edu.cn/" title="体育教学部" style="font-size:15px;">体育教学部</a></dt>
<dt><a href="http://ys.zepc.edu.cn/" title="艺术教学部" style="font-size:15px;">艺术教学部</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="#" title="师资队伍">师资队伍</a>
<!--子栏目循环-->
<dl class="subNav dl_6">
<dt><a href="szdw/hnsgdxxjxms.htm" title="河南省高等学校教学名师" style="font-size:15px;">河南省高等学校教学名师</a></dt>
<dt><a href="szdw/hnsjytyxjyglrc.htm" title="河南省教育厅优秀教育管理人才" style="font-size:15px;">河南省教育厅优秀教育管理人才</a></dt>
<dt><a href="szdw/hnsjytxsjsdtr.htm" title="河南省教育厅学术技术带头人" style="font-size:15px;">河南省教育厅学术技术带头人</a></dt>
<dt><a href="szdw/hnszyjysjms.htm" title="河南省职业教育省级名师" style="font-size:15px;">河南省职业教育省级名师</a></dt>
<dt><a href="szdw/hnszyjysjggjs.htm" title="河南省职业教育省级骨干教师" style="font-size:15px;">河南省职业教育省级骨干教师</a></dt>
<dt><a href="szdw/hnsjsns.htm" title="河南省技术能手" style="font-size:15px;">河南省技术能手</a></dt>
</dl>
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://jwc.zepc.edu.cn/" title="教育教学">教育教学</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://kyc.zepc.edu.cn/" title="科学研究">科学研究</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="http://pxgl.zepc.edu.cn/" title="培训服务">培训服务</a>
<!--子栏目循环-->
<!--子栏目循环-->
</li>
<li class="lis"><a href="zsjy.htm" title="招生就业">招生就业</a>
<!--子栏目循环-->
<dl class="subNav dl_10">
<dt><a href="https://zs.zepc.cloudzhaokao.com" target="_blank" title="招生信息网" style="font-size:15px;">招生信息网</a></dt>
<dt><a href="http://zepc.bysjy.com.cn/" target="_blank" title="就业信息网" style="font-size:15px;">就业信息网</a></dt>
</dl>
<!--子栏目循环-->
</li>
<div class="clear"></div>
</ul></DIV></DIV>
<DIV id="foot">
<DIV class="foot">
<DIV class="footleft"><!-- 版权内容请在本组件"内容配置-版权"处填写 -->
<p><img title="" border="0" hspace="0" alt="" src="/__local/F/E9/5F/E451D4C65467D9D6CBA92EE699E_CAD710C8_1B94.gif?e=.gif" width="100" height="50" style="float: left" /></p><p>版权所有 郑州电力高等专科学校 地址:郑州市郑东新区凤栖街296号<br />邮编:450000 联系电话:0371-62275200 招生电话:0371-62275026 <a href="https://beian.miit.gov.cn/" target="_self" style="color: rgb(242, 242, 242);">豫ICP备05002443号-1</a> </p></DIV>
<DIV class="footright"> <ul>
<li><a href="https://www.zepc.edu.cn/xxlb.jsp?urltype=tree.TreeTempUrl&wbtreeid=1422"><img src="img/xzxx.png" border="0" style="wifht:83px;height:83px;"><p>校长信箱</p></a></li>
<li><a href="info/1002/2551.htm"><img src="images/weixin.gif" border="0" style="wifht:83px;height:83px;"><p>学校微信公众号</p></a></li>
<li><a href="https://weibo.com/zepcic"><img src="images/weibo.gif" border="0" style="wifht:83px;height:83px;"><p>学校官方微博</p></a></li>
</ul> </DIV>
<DIV style="clear: both"></DIV></DIV>
</SCRIPT></DIV>
<br>
<SCRIPT language="JavaScript">
self.onError=null;
lastScrollXu20=0;lastScrollYu20=0;NS=(document.layeru20)?1:0;IE=(document.all)?1:0;FF=(document.getBoxObjectFor)?1:0;
lastScrollX2u20=0;lastScrollY2u20=0;NS=(document.layer2u20)?1:0;IE=(document.all)?1:0;FF=(document.getBoxObjectFor)?1:0;
function moveu20()
{
try{
diffYu20=(document.documentElement && document.documentElement.scrollTop)?document.documentElement.scrollTop:document.body.scrollTop;
diffXu20=(document.documentElement&&document.documentElement.scrollLeft)?document.documentElement.scrollLeft:document.body.scrollLeft;
if(diffYu20!=lastScrollYu20)
{
percent =.1*(diffYu20-lastScrollYu20);
if(percent>0)
percent=Math.ceil(percent);
else
percent=Math.floor(percent);
document.getElementById("layeru20").style.top=parseInt(document.getElementById("layeru20").style.top)+percent+"px";
lastScrollYu20=lastScrollYu20+percent;
}
if(diffXu20!=lastScrollXu20)
{
percent=.1*(diffXu20-lastScrollXu20);
if(percent>0)
percent=Math.ceil(percent);
else
percent = Math.floor(percent);
document.getElementById("layeru20").style.left+=percent;
lastScrollXu20=lastScrollXu20+percent;
}
}catch(e)
{}
}
action =window.setInterval('moveu20()',1);
function move2u20()
{
try{
diffY2u20=(document.documentElement && document.documentElement.scrollTop)?document.documentElement.scrollTop:document.body.scrollTop;
diffX2u20=(document.documentElement&&document.documentElement.scrollLeft)?document.documentElement.scrollLeft:document.body.scrollLeft;
if(diffY2u20!=lastScrollY2u20)
{
percent =.1*(diffY2u20-lastScrollY2u20);
if(percent>0)
percent=Math.ceil(percent);
else
percent=Math.floor(percent);
document.getElementById("layer2u20").style.top = parseInt(document.getElementById("layer2u20").style.top)+percent+"px";
lastScrollY2u20=lastScrollY2u20+percent;
}
if(diffX2u20!=lastScrollX2u20)
{
percent=.1*(diffX2u20-lastScrollX2u20);
if(percent>0)
percent=Math.ceil(percent);
else
percent = Math.floor(percent);
document.getElementById("layer2u20").style.right+=percent;
lastScrollX2u20=lastScrollX2u20+percent;
}
}catch(e){}
}
action =window.setInterval('move2u20()',1);
</SCRIPT>
<SCRIPT language="JavaScript">
function imageCloseu20(id,id2)
{
document.getElementById(id).style.display = 'none';
document.getElementById(id2).style.display = 'none';
}
</SCRIPT>
<DIV id="layeru20" style="Z-INDEX:2;left:20px;POSITION:absolute; TOP:500px">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1793" target="_blank" onclick="_addDynClicks('wbimage',1419955491,79577)">
<img src="images/zjqy.png" width="255" height="135" border="0"></a><br>
<a href="javascript:imageCloseu20('layeru20','layer2u20');"><img src="/system/resource/images/component/close.gif" align="left" border="0"></a>
</td></tr>
</table>
</div>
<DIV id="layer2u20" style="Z-INDEX:2;right:20px;POSITION:absolute; TOP:500px">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
</td></tr>
</table>
</div>
<!-- 校园新闻图片切换 -->
</BODY>
<link rel="stylesheet" href="css/bootstrap.min1.css">
<link rel="stylesheet" href="css/tabs.css">
<LINK rel="stylesheet" type="text/css" href="style/style1.css">
<script type="text/javascript" src="js/bootstrap.min1.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="css/style11.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/html5.min.js"></script>
<script type="text/javascript" src="js/koala.min.js"></script>
<script type="text/javascript">
Qfast.add('widgets', {
path: "js/terminator.min.js",
type: "js",
requires: ['fx']
});
Qfast(false, 'widgets', function() {
K.tabs({
id: 'fsD1', //焦点图包裹id
conId: "D1pic1", //** 大图域包裹id
tabId: "D1fBt",
tabTn: "a",
conCn: '.fcon', //** 大图域配置class
auto: 1, //自动播放 1或0
effect: 'fade', //效果配置
eType: 'click', //** 鼠标事件
pageBt: true, //是否有按钮切换页码
bns: ['.prev', '.next'], //** 前后按钮配置class
interval: 3000 //** 停顿时间
})
})
</script>
<style>
.cl-seamless-container {
width: 628px;
float: left;
max-height: 600px !important;
overflow: hidden;
display: flex;
flex-direction: column;}/* 鼠标移入滚动区域变成手型 */
.cl-seamless-container:hover .cl-seamless-list {
cursor: pointer;}
/* 鼠标移入滚动区域暂停动画 */
.cl-seamless-container.pause .cl-seamless-list {
animation-play-state: paused !important;}
.cl-seamless-container2 {
width: 628px;
float: right;
max-height: 600px !important;
overflow: hidden;
display: flex;
flex-direction: column;}/* 鼠标移入滚动区域变成手型 */
.cl-seamless-container2:hover .cl-seamless-list2 {
cursor: pointer;}
/* 鼠标移入滚动区域暂停动画 */
.cl-seamless-container2.pause .cl-seamless-list2 {
animation-play-state: paused !important;}
/* 动画关键帧 */
@keyframes cl-scrolling {
from {
transform: translate(0px, 0%);}
to {
transform: translate(0px, -100%);}
}
</style>
<script type="text/javascript">
function animation () {
var seamless_container = document.getElementsByClassName("cl-seamless-container");
for (let i = 0; i < seamless_container.length; i++) {
if (seamless_container[i].children.length > 0) {
// 限制每个容器的高度
let seamless_sub = seamless_container[i].children[0];
seamless_container[i].style="max-height: " + seamless_sub.clientHeight + "px";
// 调节滚动速率,使滚动速率不至于过快或过慢
let scroll_speed = Math.max(4, Math.ceil(seamless_sub.clientHeight / 30));
seamless_sub.style = "animation: cl-scrolling " + scroll_speed + "s infinite linear";
// 复制一份完全相同的列表,实现无缝滚动
seamless_container[i].innerHTML += seamless_container[i].innerHTML;
}
// 监听鼠标移入事件,暂停动画; 同时鼠标移出,继续动画
seamless_container[i].addEventListener("mouseenter", function(event) {
event.target.classList.add("pause");
});
seamless_container[i].addEventListener("mouseleave", function(event) {
event.target.classList.remove("pause");
})
}
}
animation();
</script>
<script type="text/javascript">
function animation2 () {
var seamless_container = document.getElementsByClassName("cl-seamless-container2");
for (let i = 0; i < seamless_container.length; i++) {
if (seamless_container[i].children.length > 0) {
// 限制每个容器的高度
let seamless_sub = seamless_container[i].children[0];
seamless_container[i].style="max-height: " + seamless_sub.clientHeight + "px";
// 调节滚动速率,使滚动速率不至于过快或过慢
let scroll_speed = Math.max(4, Math.ceil(seamless_sub.clientHeight / 30));
seamless_sub.style = "animation: cl-scrolling " + scroll_speed + "s infinite linear";
// 复制一份完全相同的列表,实现无缝滚动
seamless_container[i].innerHTML += seamless_container[i].innerHTML;
}
// 监听鼠标移入事件,暂停动画; 同时鼠标移出,继续动画
seamless_container[i].addEventListener("mouseenter", function(event) {
event.target.classList.add("pause");
});
seamless_container[i].addEventListener("mouseleave", function(event) {
event.target.classList.remove("pause");
})
}
}
animation2();
</script>
</HTML>
为您提供网页信息检测查询,可以快速检测网页的META标签,分析标题、关键词、描述等是否符合搜索引擎收录规范 。