标签 内容 内容长度 优化建议
网页标题(Title) 郑州电力高等专科学校 10 个字符 标题字符数量在合理范围
网页关键词(KeyWords) 郑州电力高等专科学校 10 个字符 关键字数在合理范围
内容描述(Description) 内容描述,获取失败 0 个字符 描述内容长度在合理范围
页面 http://www.zepc.edu.cn/ 检测结果
检测时间 2024-10-14 18:13:02
服务器IP 61.163.83.53
返回状态码 200
网页返回HEAD信息 HTTP/1.1 301 Moved Permanently
Server: rums/b
Date: Mon, 14 Oct 2024 10:13:02 GMT
Content-Type: text/html
Content-Length: 163
Connection: keep-alive
Location: https://www.zepc.edu.cn/

HTTP/2 200
server: rums/b
date: Mon, 14 Oct 2024 10:13:02 GMT
content-type: text/html
content-length: 18341
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, 14 Oct 2024 09:16:53 GMT
accept-ranges: bytes
vary: User-Agent,Accept-Encoding
cache-control: private, max-age=600
expires: Mon, 14 Oct 2024 10:23:02 GMT
content-encoding: gzip
etag: "147d8-6246c4c2e8e40-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\/1\/0E\/AA\/EBA83B9D5AB8A57A9375E83367E_086E11F9_43BF.png", "info\/1021\/57598.htm", "学校在2024年中国工业互联网安全大赛河南教育赛道...", "","学校在2024年中国工业互联网安全大赛河南教育赛道选拔赛暨“嵩山杯”工业互联网安全大赛中取得佳绩");

    u_u6_icn.addimg("\/__local\/B\/12\/6B\/8D251D7D763D214222FB1AB1FCC_09DE9681_F449.jpg", "info\/1021\/56848.htm", "“凝心铸魂跟党走 团结奋斗新征程”河南省电力职工...", "","“凝心铸魂跟党走 团结奋斗新征程”河南省电力职工书法篆刻美术作品展开幕");

    u_u6_icn.addimg("\/__local\/1\/0E\/AA\/EBA83B9D5AB8A57A9375E83367E_086E11F9_43BF.png", "info\/1021\/56778.htm", "新突破!学校心理情景剧《玻璃罩里的人》获评河南...", "","新突破!学校心理情景剧《玻璃罩里的人》获评河南省高校心理情景剧精品剧目");

    u_u6_icn.addimg("\/__local\/B\/37\/8A\/1D2BED94200CE578AAC89407724_8615BDD7_D0F2.jpg", "info\/1021\/56748.htm", "学校召开全体中层干部会议", "","学校召开全体中层干部会议");

    u_u6_icn.addimg("\/__local\/0\/E1\/59\/1DAB22A9102E41B2627D264E452_7FF9A893_C76C.jpg", "info\/1021\/56738.htm", "学校党委理论学习中心组举行第九次集中学习", "","学校党委理论学习中心组举行第九次集中学习");

    u_u6_icn.addimg("\/__local\/C\/F2\/F5\/1BC0F591D6F11B5289FFC27498B_C9DC2992_B93F.jpg", "info\/1021\/56688.htm", "砥砺进取逐理想,且持梦笔书星辰——学校2024级学...", "","砥砺进取逐理想,且持梦笔书星辰——学校2024级学生开学典礼暨军训成果汇演隆重举行");

    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/57598.htm" target="_blank" title="学校在2024年中国工业互联网安全大赛河南教育赛道选拔赛暨“嵩山杯”工业互联网安全大赛中取得佳绩">学校在2024年中国工业互联网安全大赛河...
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/57378.htm" target="_blank" title="学校召开2024年秋季学期第二次学生工作会议">学校召开2024年秋季学期第二次学生工作...
      <span style="float: right;">10-11</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/57218.htm" target="_blank" title="学校牵头制订电力行业海外教学团体标准助力电力“职教出海”">学校牵头制订电力行业海外教学团体标准...
      <span style="float: right;">10-09</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://mp.weixin.qq.com/s/OhY39zp1z75F2p3DmIz_iA" target="_blank" title="国旗飘扬,共庆华诞|学校国防先锋连参加国网河南省电力公司国庆升旗仪式">国旗飘扬,共庆华诞|学校国防先锋连参...
      <span style="float: right;">10-02</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56848.htm" target="_blank" title="“凝心铸魂跟党走 团结奋斗新征程”河南省电力职工书法篆刻美术作品展开幕">“凝心铸魂跟党走 团结奋斗新征程”河南...
      <span style="float: right;">09-30</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56838.htm" target="_blank" title="学校领导带队开展国庆节前安全大检查">学校领导带队开展国庆节前安全大检查
      <span style="float: right;">09-30</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56778.htm" target="_blank" title="新突破!学校心理情景剧《玻璃罩里的人》获评河南省高校心理情景剧精品剧目">新突破!学校心理情景剧《玻璃罩里的人...
      <span style="float: right;">09-30</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56748.htm" target="_blank" title="学校召开全体中层干部会议">学校召开全体中层干部会议
      <span style="float: right;">09-30</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56738.htm" target="_blank" title="学校党委理论学习中心组举行第九次集中学习">学校党委理论学习中心组举行第九次集中学习
      <span style="float: right;">09-29</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1021/56688.htm" target="_blank" title="砥砺进取逐理想,且持梦笔书星辰——学校2024级学生开学典礼暨军训成果汇演隆重举行">砥砺进取逐理想,且持梦笔书星辰——学...
      <span style="float: right;">09-27</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u7_57598','dynclicks_u7_57378','dynclicks_u7_57218','dynclicks_u7_57308','dynclicks_u7_56848','dynclicks_u7_56838','dynclicks_u7_56778','dynclicks_u7_56748','dynclicks_u7_56738','dynclicks_u7_56688'],[57598,57378,57218,57308,56848,56838,56778,56748,56738,56688],"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="https://epaper.sgcctop.com/202410/14/con-733185.html" target="_blank" title="【国家电网报】郑州电专:实行“清单式”工作法 重点任务落实落细">【国家电网报】郑州电专:实行“清单式”…
      <span style="float: right;">10-14</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://jyt.henan.gov.cn/2024/10-12/3072831.html" target="_blank" title="【河南省教育厅】郑州电力高等专科学校:制订海外专业标准 助力电力“职教出海”">【河南省教育厅】郑州电力高等专科学校:…
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://share.hntv.tv/news/0/1844359083879919617" target="_blank" title="【大象新闻】郑州电专河南省电力职工书法篆刻美术作品展开幕">【大象新闻】郑州电专河南省电力职工书法…
      <span style="float: right;">10-11</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://article.xuexi.cn/articles/index.html?art_id=18067508960302954758&item_id=18067508960302954758&study_style_id=feeds_opaque&pid=&ptype=-1&source=share&share_to=wx_single" target="_blank" title="【学习强国】助力电力“职教出海”!郑州电力高等专科学校牵头制订电力行业海外教学团体标准">【学习强国】助力电力“职教出海”!郑州…
      <span style="float: right;">10-11</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://mp.weixin.qq.com/s/qNszRmAw__N8zEmDfadF4Q" target="_blank" title="【河南高教】助力电力“职教出海”!郑州电力高等专科学校牵头制订电力行业海外教学团体标准">【河南高教】助力电力“职教出海”!郑州…
      <span style="float: right;">10-10</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://jyt.henan.gov.cn/2024/10-10/3071851.html" target="_blank" title="【河南省教育厅】郑州电力高等专科学校:着力“四个一”筑牢校园安全稳定防线">【河南省教育厅】郑州电力高等专科学校:…
      <span style="float: right;">10-10</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://mp.weixin.qq.com/s/gH2MsixqusEnoFOjHIEHzA" target="_blank" title="【河南高教】太燃了!河南多所高校军训汇演精彩纷呈,让人热血沸腾!">【河南高教】太燃了!河南多所高校军训汇…
      <span style="float: right;">10-06</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="https://mp.weixin.qq.com/s/5bHYNn-7b-UBqcySwsj4Pw" target="_blank" title="【河南高教】我爱你,中国!河南高校师生国庆前夕向祖国深情告白">【河南高教】我爱你,中国!河南高校师生…
      <span style="float: right;">10-01</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/57098.htm" target="_blank" title="【河南省教育厅视频号】直击河南一高校军训现场,直面青春与迷彩的相互碰撞!">【河南省教育厅视频号】直击河南一高校军…
      <span style="float: right;">10-01</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1073/57068.htm" target="_blank" title="【大象新闻】河南省军区、河南省教育厅联合督导检查郑州电专新生军训工作">【大象新闻】河南省军区、河南省教育厅联…
      <span style="float: right;">09-27</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u8_57708','dynclicks_u8_57638','dynclicks_u8_57628','dynclicks_u8_57478','dynclicks_u8_57618','dynclicks_u8_57278','dynclicks_u8_57228','dynclicks_u8_57108','dynclicks_u8_57098','dynclicks_u8_57068'],[57708,57638,57628,57478,57618,57278,57228,57108,57098,57068],"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\/5\/0F\/D3\/437FC941945056BB7434D50A4DF_D3493DC6_1FCF4.png", "info\/1023\/57698.htm", "艺术教学部:美育浸润,水墨传情,打造一堂沉浸式...", "","艺术教学部:美育浸润,水墨传情,打造一堂沉浸式美育思政课!");

    u_u9_icn.addimg("\/__local\/8\/C1\/E5\/6689B63099CF0442A0E8DC53658_25414EEE_25C37.png", "info\/1023\/56918.htm", "学校团委组织校院两级青马班开展“寻访红色足迹·赓...", "","学校团委组织校院两级青马班开展“寻访红色足迹·赓续革命精神”红色寻访活动");

    u_u9_icn.addimg("\/__local\/4\/B0\/69\/667638A56E5BB0F2E7BCACF0D83_57A79CA2_79D8.jpg", "info\/1023\/56708.htm", "保卫处:培训+演练,筑牢校园安全防火墙", "","保卫处:培训+演练,筑牢校园安全防火墙");

    u_u9_icn.addimg("\/__local\/8\/50\/1A\/2F7B18C3978BAE63634B93C74E8_D2521585_12F2E.png", "info\/1023\/56588.htm", "科技赋能·共创未来|学校举办华为云HCSD校园沙龙活...", "","科技赋能·共创未来|学校举办华为云HCSD校园沙龙活动");

    u_u9_icn.addimg("\/__local\/A\/9C\/FD\/CB9428E24A5A20E6A7F10D3124A_5CCD0830_204DE.png", "info\/1023\/56578.htm", "“新青年·新豫电”启航职场新篇章 —— 公司新员工...", "","“新青年·新豫电”启航职场新篇章 —— 公司新员工入职训练营顺利开班");

    u_u9_icn.addimg("\/__local\/3\/D6\/A3\/8DDB1D7699BCC0EA3A3A7DA40D7_40E465FF_CF53.jpg", "info\/1023\/56668.htm", "凝“绳”聚力 砥砺拼搏∣学生处:举办2024级新生军...", "","凝“绳”聚力 砥砺拼搏∣学生处:举办2024级新生军训拔河比赛");

    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/57698.htm" target="_blank" title="艺术教学部:美育浸润,水墨传情,打造一堂沉浸式美育思政课!">艺术教学部:美育浸润,水墨传情,打造…
      <span style="float: right;">10-14</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57608.htm" target="_blank" title="公共教学部:深学全会精神 凝聚奋进力量">公共教学部:深学全会精神 凝聚奋进力量
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57588.htm" target="_blank" title="信通学院:华为云计算HCIE现场工程师班学员全体通过理论考试">信通学院:华为云计算HCIE现场工程师班…
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57578.htm" target="_blank" title="重阳忆往昔 金秋话未来——学校2024年离退休职工重阳节主题活动圆满举行">重阳忆往昔 金秋话未来——学校2024年…
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57428.htm" target="_blank" title="纪委办公室:深入审计现场勘察 提高两算审计质量">纪委办公室:深入审计现场勘察 提高两…
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57408.htm" target="_blank" title="后勤服务中心:节后安全复工 筑牢安全防线">后勤服务中心:节后安全复工 筑牢安全…
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57368.htm" target="_blank" title="教务处:完成第一批课程标准编制工作">教务处:完成第一批课程标准编制工作
      <span style="float: right;">10-12</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57128.htm" target="_blank" title="学校举行10月份升国旗仪式">学校举行10月份升国旗仪式
      <span style="float: right;">10-08</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/57118.htm" target="_blank" title="信通学院:举办中兴捧月“星匠师”巧匠精英挑战赛(河南赛区)">信通学院:举办中兴捧月“星匠师”巧匠…
      <span style="float: right;">10-08</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1023/56928.htm" target="_blank" title="公共教学部:2024级新生”云端“文化课考试顺利进行">公共教学部:2024级新生”云端“文化课…
      <span style="float: right;">09-30</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u10_57698','dynclicks_u10_57608','dynclicks_u10_57588','dynclicks_u10_57578','dynclicks_u10_57428','dynclicks_u10_57408','dynclicks_u10_57368','dynclicks_u10_57128','dynclicks_u10_57118','dynclicks_u10_56928'],[57698,57608,57588,57578,57428,57408,57368,57128,57118,56928],"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/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>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/43118.htm" target="_blank" title="郑州市五一劳动奖章申报对象公示">郑州市五一劳动奖章申报对象公示
      <span style="float: right;">03-13</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/42088.htm" target="_blank" title="关于开展“读中华典籍 品厚重文化”活动的通知">关于开展“读中华典籍 品厚重文化”活动...
      <span style="float: right;">02-26</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/40848.htm" target="_blank" title="郑州电力高等专科学校高等职业教育质量年度报告(2023年度)">郑州电力高等专科学校高等职业教育质量...
      <span style="float: right;">01-26</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/39698.htm" target="_blank" title="关于学校应急指挥中心电话变更的通知">关于学校应急指挥中心电话变更的通知
      <span style="float: right;">12-20</span></a></li>
   <li style="height: 24px;margin-bottom: 10px;"><a href="info/1022/39298.htm" target="_blank" title="关于推荐2023年国网河南省电力公司先进工作者候选人的公示">关于推荐2023年国网河南省电力公司先进...
      <span style="float: right;">12-07</span></a></li>
</ul><script>_showDynClickBatch(['dynclicks_u11_56518','dynclicks_u11_55198','dynclicks_u11_49288','dynclicks_u11_47938','dynclicks_u11_47948','dynclicks_u11_43118','dynclicks_u11_42088','dynclicks_u11_40848','dynclicks_u11_39698','dynclicks_u11_39298'],[56518,55198,49288,47938,47948,43118,42088,40848,39698,39298],"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(&#34;wburl&#34;, 1419955491, 36546)">河南省提质培优办公室</a></li>
    <LI><a href="http://dlxnfz.zepc.edu.cn" title="" onclick="_addDynClicks(&#34;wburl&#34;, 1419955491, 37552)">电力虚拟仿真实训基地</a></li>
    <LI><a href="https://dlxnfz.zepc.edu.cn/stxnfzsx/sy.htm" title="" onclick="_addDynClicks(&#34;wburl&#34;, 1419955491, 37582)">双碳虚拟仿真实训基地</a></li>
    <LI><a href="list.jsp?urltype=tree.TreeTempUrl&amp;wbtreeid=1413" title="" onclick="_addDynClicks(&#34;wburl&#34;, 1419955491, 37572)">采购公告</a></li>
    <LI><a href="http://downloads.zepc.edu.cn/cas/" title="" onclick="_addDynClicks(&#34;wburl&#34;, 1419955491, 36548)">资源下载</a></li>
    <LI><a href="http://www.zepc.edu.cn/xqw90" title="" onclick="_addDynClicks(&#34;wburl&#34;, 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>版权所有 郑州电力高等专科学校 &nbsp; 地址:郑州市郑东新区凤栖街296号<br />邮编:450000&nbsp; 联系电话:0371-62275200&nbsp; &nbsp; 招生电话:0371-62275026&nbsp; &nbsp;<a href="https://beian.miit.gov.cn/" target="_self" style="color: rgb(242, 242, 242);">豫ICP备05002443号-1</a>&nbsp; &nbsp;&nbsp;</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&amp;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标签,分析标题、关键词、描述等是否符合搜索引擎收录规范 。

您的足迹:

常用入口: ip查询gzip检测网页分析自动排版