<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>陕西省职业培训协会</title>
    
        
            <link rel="stylesheet" href="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/124c37cd21bb49169068f9d91de93965.css" />
        
    
    
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/e6008f33a8e142f2aa51c9e47de9b7ff.js" charset="utf-8"></script>
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/d8f064d901344b57951730c570105891.js" charset="utf-8"></script>
        
    
    <script type="text/javascript">
        function bodyScale() {
            var devicewidth = document.documentElement.clientWidth;
            var scale = devicewidth / 1920;
            document.body.style.zoom = scale;
        }
        window.onload = function () {
            // bodyScale();
        };
        let classPeriods = [], projects= [], projectSorts = [];
        $(document).ready(function () {
            const url = 'https://axypc.zyjnpx.com/cpnsp/'; // 正式
            const unitUid = '4662c59239e249f3bc41bb18a8a16575'; // 陕西省职业培训协会
            // const url = 'https://minitrain.web.bjcscn.com/cpnsp/'; // 测试
            // const unitUid = 'e3e825cd1caf4b1693d25e86112fa462'; // 本地测试
            const webData = [{"id":1422,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1352,1422],"code":"pxkcDetails","navTitle":"\u73ED\u671F\u8BE6\u60C5"}];
            const webId = (webData||[]).length>0 && webData[0].id || '';
            const isAll = true;
            $.ajax({
                // type: 'POST',
                type: 'GET',
                url: url + "ws/site/getJoinableClassPeriods/" + unitUid,
                contentType: "application/json; charset=utf-8",
                //data: "",
                async:false,
                success: function (data) {
                    if(isAll) {
                        projectSorts = data.data?.projectSorts||[];
                        projects = data.data?.projects||[];
                        classPeriods = data.data?.classPeriods||[];
                        var tbBodyAll1 = [], projectAllBody = [];
                        $.each(projectSorts, function (index, value) {
                            var tbBodyAll2 = '';
                            if((index + 1) == 1) {
                                tbBodyAll2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + value.id + ")'>" + value.title + "</div>"
                            }else {
                                tbBodyAll2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + value.id + ")'>" + value.title + "</div>"
                            }
                            tbBodyAll1.push(tbBodyAll2);
                        });
                        var tbBodyAll = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                            "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >培训分类：</p>\n" +
                            tbBodyAll1.join('') +
                            "                                </div>";
                        $("#ProjectSorts").append(tbBodyAll);
                        var projectSortId = (projectSorts||[]).length>0 && projectSorts[0] && projectSorts[0].id;
                        var projectsDatas = (projects||[]).filter(item=> item.projectSortId == projectSortId);
                        $.each(projectsDatas, function (projectIndex, projectValue) {
                            var projectBody2 = '';
                            // if((projectIndex + 1) == 1) {
                            //     projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                            // }else {
                            //     projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                            // }
                            projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                            projectAllBody.push(projectBody2);
                        });
                        var project1Body = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                            "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >职业名称：</p>\n" +
                            "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", 0)'>全部</div>"+
                            projectAllBody.join('') +
                            "                                </div>";
                        $("#projects").append(project1Body);
                        var classBody = [];
                        var classPeriodsData = (classPeriods||[]).filter(item=> item.projectSortId == projectSortId);
                        $.each(classPeriodsData, function (index, value) {
                            if(index<12){
                                const detailUrl = '/w' + webId + '?classPeriodUid=' + value.uid;
                                const validFrom = moment(value?.enrollStart);
                                const validTo = moment(value?.enrollEnd);
                                const validTime = validTo.diff(validFrom,'day');
                                const validDays = value.validDays>0 ? value.validDays + '天' : validTime  + '天';
                                var classBody1 = "<div style='width: 25%; margin-bottom: 25px;'>\n" +
                                    "                                    <div style='width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;'>\n" +
                                    "                                        <a href=" + detailUrl + " >\n" +
                                    "                                            <img src=" + value.navImg + " loading='lazy' alt='' style='width: 100%; height: 150px;' />\n" +
                                    "                                            <p style='color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >" + value.title + "</p>\n" +
                                    // "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >课程时长：<span >" + value.introduce + "</span></p>\n" +
                                    "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >有效期：<span >" + validDays + "</span></p>\n" +
                                    "                                        </a>\n" +
                                    "                                    </div>\n" +
                                    "                                </div>";
                                classBody.push(classBody1);
                            }
                        });
                        $("#ClassPeriod").append(classBody.join(''));
                    }else {
                        if((data.data?.projectSorts||[]).length>0) {
                            projectSorts = data.data?.projectSorts||[];
                            projects = data.data?.projects||[];
                            classPeriods = data.data?.classPeriods||[];
                            const datas = (data.data?.projectSorts||[]).map(item=> {
                                let projectData = [];
                                (data.data?.projects||[]).map(project=> {
                                    if(item.id == project.projectSortId) {
                                        projectData.push(project)
                                    }
                                });
                                return {...item,projectData}
                            });
                            var tbBody1 = [], projectBody = [];
                            $.each(datas, function (index, value) {
                                var tbBody2 = '';
                                if((index + 1) == 1) {
                                    tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + value.id + ",0)'>" + value.title + "</div>"
                                }else {
                                    tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + value.id + ",0)'>" + value.title + "</div>"
                                }
                                tbBody1.push(tbBody2);
                            });
                            var projectSortId = data.data.projectSorts[0] && data.data.projectSorts[0].id;
                            var projectsDatas = (data.data.projects||[]).filter(item=> item.projectSortId == projectSortId);
                            var tbBody = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                                "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >培训分类：</p>\n" +
                                tbBody1.join('') +
                                "                                </div>";
                            $("#ProjectSorts").append(tbBody);
                            if((projectsDatas||[]).length>0) {
                                $.each(projectsDatas, function (projectIndex, projectValue) {
                                    var tbBody2 = '';
                                    if((projectIndex + 1) == 1) {
                                        tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                                    }else {
                                        tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                                    }
                                    projectBody.push(tbBody2);
                                });

                                var tb1Body = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                                    "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >职业名称：</p>\n" +
                                    projectBody.join('') +
                                    "                                </div>";
                                $("#projects").append(tb1Body);

                                if(data.data.classPeriods.length>0) {
                                    var tbBody = [];
                                    var projectId = projectsDatas[0] && projectsDatas[0].id;
                                    var classPeriodsData = (data.data.classPeriods||[]).filter(item=> item.ownerId == projectId);
                                    if((classPeriodsData||[]).length>0) {
                                        // data.data.classPeriods
                                        $.each(classPeriodsData, function (index, value) {
                                            if(index<12){
                                                const detailUrl = '/w' + webId + '?classPeriodUid=' + value.uid;
                                                const validFrom = moment(value?.enrollStart);
                                                const validTo = moment(value?.enrollEnd);
                                                const validTime = validTo.diff(validFrom,'day');
                                                const validDays = value.validDays>0 ? value.validDays + '天' : validTime  + '天';
                                                var tbBody1 = "<div style='width: 25%; margin-bottom: 25px;'>\n" +
                                                    "                                    <div style='width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;'>\n" +
                                                    "                                        <a href=" + detailUrl + " >\n" +
                                                    "                                            <img src=" + value.navImg + " loading='lazy' alt='' style='width: 100%; height: 150px;' />\n" +
                                                    "                                            <p style='color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >" + value.title + "</p>\n" +
                                                    // "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >课程时长：<span >" + value.introduce + "</span></p>\n" +
                                                    "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >有效期：<span >" + validDays + "</span></p>\n" +
                                                    "                                        </a>\n" +
                                                    "                                    </div>\n" +
                                                    "                                </div>";
                                                tbBody.push(tbBody1);
                                            }
                                        });
                                        $("#ClassPeriod").append(tbBody.join(''));
                                    }
                                }

                            }

                        }
                    }
                }
            });
        });

        function onChange(projectSortId,projectId) {
            const webData = [{"id":1422,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1352,1422],"code":"pxkcDetails","navTitle":"\u73ED\u671F\u8BE6\u60C5"}];
            const webId = (webData||[]).length>0 && webData[0].id || '';
            // 培训分类
            if((projectSorts||[]).length>0) {
                var tbBody1 = [];
                $.each(projectSorts, function (index, value) {
                    var tpBody = '';
                    if(value.id == projectSortId) {
                        tpBody = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + value.id + ",0)'>" + value.title + "</div>"
                    }else {
                        tpBody = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + value.id + ",0)'>" + value.title + "</div>"
                    }
                    tbBody1.push(tpBody);
                });
                var projectSortsBody = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                    "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >培训分类：</p>\n" +
                    tbBody1.join('') +
                    "                                </div>";
                $("#ProjectSorts").html(projectSortsBody);
                if(projectId === 0) { // 全部职业
                    var projectSortId = projectSortId || ((projectSorts||[]).length>0 && projectSorts[0] && projectSorts[0].id);
                    var projectsDatas = (projects||[]).filter(item=> item.projectSortId == projectSortId);
                    let projectAllBody = [];
                    $.each(projectsDatas, function (projectIndex, projectValue) {
                        var projectBody2 = '';
                        // if((projectIndex + 1) == 1) {
                        //     projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                        // }else {
                        //     projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                        // }
                        projectBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                        projectAllBody.push(projectBody2);
                    });
                    var project1Body = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                        "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >职业名称：</p>\n" +
                        "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", 0)'>全部</div>"+
                        projectAllBody.join('') +
                        "                                </div>";
                    $("#projects").html(project1Body);
                    // 班期
                    var classBody = [];
                    var classPeriodsData = (classPeriods||[]).filter(item=> item.projectSortId == projectSortId);
                    $.each(classPeriodsData, function (index, value) {
                        if(index<12){
                            const detailUrl = '/w' + webId + '?classPeriodUid=' + value.uid;
                            const validFrom = moment(value?.enrollStart);
                            const validTo = moment(value?.enrollEnd);
                            const validTime = validTo.diff(validFrom,'day');
                            const validDays = value.validDays>0 ? value.validDays + '天' : validTime  + '天';
                            var classBody1 = "<div style='width: 25%; margin-bottom: 25px;'>\n" +
                                "                                    <div style='width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;'>\n" +
                                "                                        <a href=" + detailUrl + " >\n" +
                                "                                            <img src=" + value.navImg + " loading='lazy' alt='' style='width: 100%; height: 150px;' />\n" +
                                "                                            <p style='color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >" + value.title + "</p>\n" +
                                // "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >课程时长：<span >" + value.introduce + "</span></p>\n" +
                                "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >有效期：<span >" + validDays + "</span></p>\n" +
                                "                                        </a>\n" +
                                "                                    </div>\n" +
                                "                                </div>";
                            classBody.push(classBody1);
                        }
                    });
                    $("#ClassPeriod").html(classBody.join(''));
                }else {
                    // 职业名称
                    if((projects||[]).length>0){
                        var projectBody = [];
                        var projectsDatas = (projects||[]).filter(item=> item.projectSortId == projectSortId);
                        $.each(projectsDatas, function (projectIndex, projectValue) {
                            var tbBody2 = '';
                            if(projectId ? (projectValue.id == projectId) : ((projectIndex+1) == 1)) {
                                tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer; background: #76b3f6; color: #fff; padding: 2px 5px; border-radius: 10px;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                            }else {
                                tbBody2 = "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", " + projectValue.id + ")'>" + projectValue.title + "</div>"
                            }
                            projectBody.push(tbBody2);
                        });
                        var tb1Body = "<div class='rowpub' style='margin-bottom: 25px; align-items: center; justify-content: flex-start; flex-wrap: wrap;'>\n" +
                            "                                            <p style='color: #151515; line-height: 25px; margin-right: 5px; margin-bottom: 5px;' >职业名称：</p>\n" +
                            "<div style='margin-right: 10px; margin-bottom: 5px; cursor: pointer;' onclick='onChange(" + projectSortId + ", 0)'>全部</div>"+
                            projectBody.join('') +
                            "                                </div>";
                        $("#projects").html(tb1Body);
                        // 班期
                        if(classPeriods.length>0) {
                            var tbBody = [];
                            var pjId = projectId || ((projectsDatas||[]).length>0 ? projectsDatas[0].id : '');
                            var classPeriodsData = (classPeriods||[]).filter(item=> item.ownerId == pjId);
                            if((classPeriodsData||[]).length>0) {
                                // data.data.classPeriods
                                $.each(classPeriodsData, function (index, value) {
                                    if(index<12){
                                        const detailUrl = '/w' + webId + '?classPeriodUid=' + value.uid;
                                        const validFrom = moment(value?.enrollStart);
                                        const validTo = moment(value?.enrollEnd);
                                        const validTime = validTo.diff(validFrom,'day');
                                        const validDays = value.validDays>0 ? value.validDays + '天' : validTime  + '天';
                                        var tbBody1 = "<div style='width: 25%; margin-bottom: 25px;'>\n" +
                                            "                                    <div style='width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;'>\n" +
                                            "                                        <a href=" + detailUrl + " >\n" +
                                            "                                            <img src=" + value.navImg + " loading='lazy' alt='' style='width: 100%; height: 150px;' />\n" +
                                            "                                            <p style='color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >" + value.title + "</p>\n" +
                                            // "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >课程时长：<span >" + value.introduce + "</span></p>\n" +
                                            "                                            <p style='color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;' >有效期：<span >" + validDays + "</span></p>\n" +
                                            "                                        </a>\n" +
                                            "                                    </div>\n" +
                                            "                                </div>";
                                        tbBody.push(tbBody1);
                                    }
                                });
                                $("#ClassPeriod").html(tbBody.join(''));
                            }
                        }
                    }
                }
            }
        }
    </script>
    <style type="text/css">
        .btn{
            width: 100%;
            height: 180px;
            font-size: 18px;
            color: #151515;
            padding: 5px 0;
            text-align: center;
            background: #f7f8fa;
            cursor: pointer;
        }
        .content1{
            position: relative;
            margin: 15px auto;
            display: none;
        }
        .btn.active{
            width: 100%;
            height: 180px;
            font-size: 18px;
            color: #151515;
            font-weight: bold;
            padding: 5px 0;
            text-align: center;
            background: #ffffff;
            cursor: pointer;
        }
        .content1.show{
            display: block;
        }
        .lineTextT{
            width: 100%;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .lineText{
            width: 100%;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    </style>
</head>
<body>
<!--头部-->

    <div>
    
        <script type="text/javascript" src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/5e7bbddff41643938113aa0d8cf64cba.js" charset="utf-8"></script>
    

<script type="text/javascript">
    function searchBanks() {
        var searchValue = $("#textInput").val();
        var repository = {"id":59,"code":"sxpx","title":"\u9655\u897F\u7701\u804C\u4E1A\u57F9\u8BAD\u534F\u4F1A","visitorCnt":0,"properties":{"url":"https:\/\/pxpj11.zyjndj.com"}};
        if(!searchValue) {
            alert("请输入搜索内容")
        }else {
            window.location.href="/search/" + repository.id + '/' + '1/10?searchText=' +searchValue;
        }
    }
</script>

    <div style="background:url(https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/9f65b5387043465badf388f31db6fc11.png); background-size: cover; width: 100%; height: 150px">
        <header class="rowpub">
            <a class="rowpub">
                <div style="margin-right: 15px;">
                    <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/023ee88120f24135937091e4db5bd262.png" style="margin-left: 30px; height: 90px" />
                </div>
            </a>
            <!--搜索-->
            <div class="rowpub">
                <div class="rowpub inputv" style="border-radius:0px;margin-right:10px">
                    <form id="searchForm" style="float:left" method="get" >
                        <input id="textInput" placeholder="输入关键词" placeholder-style="color:#2897F3;" name="searchText" title="输入搜索词" type="input" value="" maxlength="100" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false"/>
                    </form>
                </div>
                <button style="background: #155793; color: #fff; border: 1px solid #155793; padding: 8px 15px; cursor: pointer" onClick="searchBanks()">搜索</button>
            </div>
        </header>
    </div>
    <!--导航-->
    <nav>
        <ul class="rowpub">
            
                
                    <li><a href="/w1352" class="sel">首页</a></li>
                    
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1353/s748/1/10" >培训通知</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1355/s749/1/10" >课程中心</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1366/s754/1/10" >新闻资讯</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1359/s751/1/10" >考试平台</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1450/s794/1/10" >免费课程</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1431/s785/1/10" >会员单位</a></li>
                                
                                
                            
                        
                            
                                
                                <li style="position:relative;" class="procenter" ><a href="/w1365" >联系我们</a></li>
                            
                        
                    
                
            
        </ul>
    </nav>
    <!--banner-->
    <div style="width:100%;position: relative;margin: 0 auto; height:420px" >
        <div style="width:100%;float: left">
            <div class="target" id="target-1" style="position:relative;height:420px">
                <div >
                    <!--                    <img th:if="${fileDatas['banner']}" th:src="${fileDatas['banner'].storeUrl}"  alt="" style="width: 100%;" />-->
                    
                        
                            <img src="https://resfiles.bjcscn.com/899b83e1c0fd4c6c888b265c869582e3/d748940f14bc470caa1d16b1e499b7f4.jpg" alt="" style="width: 100%" />
                        
                            <img src="https://resfiles.bjcscn.com/079496b8fc294be4b7b29d758f0077df/241dfa6e58e04229bdfa4b3af4295ead.png" alt="" style="width: 100%" />
                        
                            <img src="https://resfiles.bjcscn.com/2fe3c5bc8216412a9e734903c9055824/48f102e370e54b2998e56dc56e67a512.jpg" alt="" style="width: 100%" />
                        
                            <img src="https://resfiles.bjcscn.com/08bd0c0d425c4df790552a5baf6214b1/7f5c8b13c1b144ee97e05ad66fa48456.png" alt="" style="width: 100%" />
                        
                    
                </div>
            </div>
        </div>
    </div>

<script>
    // 轮播图
    $( "#target-1" ).HappyImage({
        effect: "slide",
        autoplay: 3000,
    });
</script>
</div>

<!-- 列表 -->

    
        <div style="width: 80%; max-width: 1200px; margin: 50px auto;">
            <div class="rowpub" style="align-items: flex-start; justify-content: space-between;">
                <div style="width: 72%;">
                    <div class="rowpub" style="align-items: flex-start; justify-content: space-between; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px; width: 100%;">
                        <div class="colpub" style="width: 10%; margin-right: 2%;">
                            <div class="btn active">
                                <p style="writing-mode: vertical-lr; margin: 0 auto; height: 100%;">新闻资讯</p>
                            </div>
                            <div class="btn">
                                <p style="writing-mode: vertical-lr; margin: 0 auto; height: 100%;">政策文件</p>
                            </div>
                            <div class="btn">
                                <p style="writing-mode: vertical-lr; margin: 0 auto; height: 100%;">培训通知</p>
                            </div>
                        </div>
                        <!--新闻资讯-->
                        <div class="content1 show" style="width: 85%;">
                            <div class="rowpub" style="align-items: flex-start; justify-content: space-between; margin-bottom: 15px; height: 201px;">
                                
                                    
                                        
                                            
                                                <div style="width: 48%;">
                                                    <!--                                            <img th:if="${fileDatas['news'].storeUrl}" th:src="${fileDatas['news'].storeUrl}" loading="lazy" alt="" style="width: 100%; margin-bottom: 10px;" />-->
                                                    <img src="https://resfiles.bjcscn.com/32e55312c9fa436a8bbf601e485a307d/123f2508a71449998e4274bcfe1d59d5.jpg" loading="lazy" alt="" style="width: 100%; height: 200px;" />

                                                </div>
                                                <div style="width: 48%;">
                                                    <a style="align-items: center;">
                                                        <p class="lineTextT" style="font-size: 20px; color: #151515; line-height: 30px; padding: 10px 0px; border-bottom: 1px solid #e1e1e1;">陕西省“长庆杯”职业培训师职业技能大赛初赛理论考试顺利举行！</p>
                                                        
                                                        <p style="line-height: 30px; color:#888; height: 90px;">暂无简介</p>
                                                        <p style="text-align: right;"><a href="w1367/c31191" style="text-decoration: none; color:#888; line-height: 30px;">阅读原文></a></p>
                                                    </a>
                                                </div>
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                    
                                
                            </div>
                            <div style="position: relative;">
                                <!--新闻资讯-->
                                <!--                        <div class="rowpub titlev" style="border-bottom: 1px solid #0B60A2;">-->
                                <!--                            <span class="title" ><span style="font-size: 16px; color: #0B60A2; border-bottom: 0px solid #0B60A2; padding-bottom: 7px;">新闻资讯</span></span>-->
                                <!--                        </div>-->
                                <div style="margin: 10px 0px;">
                                    <div style="flex: 1; margin-top: 10px; height: 350px;">
                                        <!--列表-->
                                        
                                            
                                                
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c31188" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">2024年陕西技工教育政策宣讲会圆满召开</p>
                                                            <time style="color:#888;">2024-08-26 16:57</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c30543" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">陕西省茶艺师职业技能竞赛能力提升培训班开班</p>
                                                            <time style="color:#888;">2024-08-26 16:12</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c31189" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">中国职工教育和职业培训协会第七次会员大会在北京召开</p>
                                                            <time style="color:#888;">2024-08-20 17:01</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c29689" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">陕西省职业培训协会赴 陕西精工数码技术学校调研</p>
                                                            <time style="color:#888;">2024-05-29 14:14</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c29687" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">陕西省技工院校劳动素质教育研修班在天津举办</p>
                                                            <time style="color:#888;">2024-05-29 11:08</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c29498" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">陕西省职业培训协会第一届理事会第六次会议成功召开</p>
                                                            <time style="color:#888;">2024-05-14 15:38</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1367/c28572" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">陕西省职业培训协会赴长庆油田公司培训中心考察调研 </p>
                                                            <time style="color:#888;">2024-03-20 12:01</time>
                                                        </a>
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1366/s754/1/10">了解更多></a>
                                                
                                            
                                        
                                    
                                </div>
                            </div>
                        </div>
                        <!--政策文件-->
                        <div class="content1" style="width: 85%;">
                            <div class="rowpub" style="align-items: flex-start; justify-content: space-between; margin-bottom: 15px; height: 201px;">
                                
                                    
                                        
                                            
                                                <div style="width: 48%;">
                                                    <!--                                            <img th:if="${fileDatas['news'].storeUrl}" th:src="${fileDatas['news'].storeUrl}" loading="lazy" alt="" style="width: 100%; margin-bottom: 10px;" />-->
                                                    
                                                </div>
                                                <div style="width: 48%;">
                                                    <a style="align-items: center;">
                                                        <p class="lineTextT" style="font-size: 20px; color: #151515; line-height: 30px; padding: 10px 0px; border-bottom: 1px solid #e1e1e1;">人社部 | 关于健全完善新时代技能人才职业技能等级制度的意见（试行）</p>
                                                        <p class="lineText" style="line-height: 30px; color:#888; height: 90px;">实行技能人才职业技能等级制度。由用人单位和社会培训评价组织（以下简称社评组织）按照有关规定实施职业技能等级认定。三、完善职业技能等级认定机制 （八）实行分类考核评价。首席技师、特级技师是在高技能人才中设置的高级技术职务（岗位）。</p>
                                                        
                                                        <p style="text-align: right;"><a href="w1370/c28567" style="text-decoration: none; color:#888; line-height: 30px;">阅读原文></a></p>
                                                    </a>
                                                </div>
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                    
                                
                            </div>
                            <div style="position: relative;">
                                <!--                        <div class="rowpub titlev" style="border-bottom: 1px solid #0B60A2;">-->
                                <!--                            <span class="title" ><span style="font-size: 16px; color: #0B60A2; border-bottom: 0px solid #0B60A2; padding-bottom: 7px;">政策文件</span></span>-->
                                <!--                        </div>-->
                                <div style="margin: 10px 0px;">
                                    <div style="flex: 1; margin-top: 10px; height: 350px;">
                                        <!--列表-->
                                        
                                            
                                                
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1370/c28566" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">人社部 | 制定出台《关于健全完善新时代技能人才职业技能等级制度的意见（试行）》 </p>
                                                            <time style="color:#888;">2024-02-29 11:13</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1370/c28565" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">人社厅 | 《陕西省技工教育“十四五”规划》全文发布 </p>
                                                            <time style="color:#888;">2024-02-29 11:09</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1370/c28564" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">人社厅丨陕西省人力资源和社会保障厅关于印发《陕西省专业技术人才职称评审工作规则（试行）》的通知 </p>
                                                            <time style="color:#888;">2024-02-29 11:09</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1370/c28563" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">电子商务师《国家职业标准》（报名条件） </p>
                                                            <time style="color:#888;">2024-02-29 11:07</time>
                                                        </a>
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1368/s755/1/10">了解更多></a>
                                                
                                            
                                        
                                    
                                </div>
                            </div>
                        </div>
                        <!--培训通知-->
                        <div class="content1" style="width: 85%;">
                            <div class="rowpub" style="align-items: flex-start; justify-content: space-between; margin-bottom: 15px; height: 201px;">
                                
                                    
                                        
                                            
                                                <div style="width: 48%;">
                                                    <!--                                            <img th:if="${fileDatas['news'].storeUrl}" th:src="${fileDatas['news'].storeUrl}" loading="lazy" alt="" style="width: 100%; margin-bottom: 10px;" />-->
                                                    
                                                </div>
                                                <div style="width: 48%;">
                                                    <a style="align-items: center;">
                                                        <p class="lineTextT" style="font-size: 20px; color: #151515; line-height: 30px; padding: 10px 0px; border-bottom: 1px solid #e1e1e1;">关于举办健康和社会照护职业技能竞赛能力 提升培训班的通知</p>
                                                        <p class="lineText" style="line-height: 30px; color:#888; height: 90px;">健康和社会照护职业技能竞赛能力提升培训班。八、培训证书 参加培训人员颁发《健康和社会照护职业技能竞赛能力提升培训》结业证书。8月21日-9月20日 （二）扫码进入健康和社会照护职业技能竞赛能力提升培训班报名信息登记。</p>
                                                        
                                                        <p style="text-align: right;"><a href="w1354/c30548" style="text-decoration: none; color:#888; line-height: 30px;">阅读原文></a></p>
                                                    </a>
                                                </div>
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                            
                                        
                                    
                                
                            </div>
                            <div style="position: relative;">
                                <!--                        <div class="rowpub titlev" style="border-bottom: 1px solid #0B60A2;">-->
                                <!--                            <span class="title" ><span style="font-size: 16px; color: #0B60A2; border-bottom: 0px solid #0B60A2; padding-bottom: 7px;">培训通知</span></span>-->
                                <!--                        </div>-->
                                <div style="margin: 10px 0px;">
                                    <div style="flex: 1; margin-top: 10px; height: 350px;">
                                        <!--列表-->
                                        
                                            
                                                
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1354/c30547" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">关于举办 2024 年陕西省“长庆杯”职业培训师 职业技能大赛的通知</p>
                                                            <time style="color:#888;">2024-08-26 16:41</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1354/c29848" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">关于举办《陕西省技工院校“生成式人工智能赋能教师数字素养提升”研修班》的通知</p>
                                                            <time style="color:#888;">2024-06-13 15:59</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1354/c28574" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">关于公布2023年陕西省技工教育优秀教科研成果评选结果的通报 </p>
                                                            <time style="color:#888;">2024-02-29 11:17</time>
                                                        </a>
                                                    
                                                
                                                    
                                                        <a class="rowpub" href="w1354/c28573" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/eb9608f69a114b2196a476907c8d811a.png" loading="lazy" alt="" style="width:16px;margin-right: 5px;" /></span>
                                                            <p style="color: #656565; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1;">关于第二期骨干教师培训时间调整的通知 </p>
                                                            <time style="color:#888;">2024-02-29 11:17</time>
                                                        </a>
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1353/s748/1/10">了解更多></a>
                                                    <!--                                            <a style="position: absolute; top: 0; right: 0; color: #999" th:href="@{'w' + ${webData.id} + '/s' + ${contentStruNav.id} + '/1/10'}">MORE+</a>-->
                                                
                                            
                                        
                                    
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="textlists" style="margin-right:0; width: 25%;">
                    <!--信息化系统-->
                    <div style="position: relative; ">
                        <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/87882896aea1477f8c25defca84ecdd1.png" loading="lazy" alt="" style="width:100%;" />
                        <!--标题-->
                        <div class="colpub" style="width:100%;margin-top:20px;">
                            <div style="position: absolute; top: 50px; left: 25px;">
                                <a target='_blank' href="https://axypc.zyjnpx.com/#/?unitUid=4662c59239e249f3bc41bb18a8a16575"  class="index_linkv" >
                                    <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/38362030269d4bf38960c645c0b1b25f.png" loading="lazy" alt="" style="width: 90%;" />
                                </a>
                            </div>
                            <div style="position: absolute; top: 208px; left: 25px;">
                                <a target='_blank' href="https://axyjg.zyjnpx.com" class="index_linkv" >
                                    <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/761b7030382449949a220ab8f138e0d9.png" loading="lazy" alt="" style="width: 90%;" />
                                </a>
                            </div>
                            <div style="position: absolute; top: 366px; left: 25px;">
                                <a target='_blank' href="https://axyjk.zyjnpx.com/?sysType=customization" class="index_linkv" >
                                    <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/64dddfa5d01f44288f4c6913cd87ea94.png" loading="lazy" alt="" style="width: 90%;" />
                                </a>
                            </div>
                        </div>
                        <div style="clear: both"></div>
                    </div>
                </div>
            </div>
            <div class="rowpub" style="width:100%;margin-top:50px;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap">
                <div class="textlists" style="width: 100%; margin-right: 0;">
                    <!--培训课程-->
                    <div class="rowpub titlev" style="position:relative; border-bottom: 0px;">
                        <span class="rowpub title" >
                            <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/b85c0a12535546b18e124807658130d6.png" loading="lazy" style="width: 20px;" />
                            <span style="font-size: 20px; color: #151515; font-weight: bold; margin-left: 5px;">课程中心</span>
                        </span>
                        
                            
                                <a style="position: absolute; top: 3px; right: 0; color: #999" href="w1355">查看更多>></a>
                            
                        
                    </div>
                    <p id="ProjectSorts" style="margin: 15px 0;"></p>
                    <p id="projects" style="margin: 15px 0;"></p>
                    <div class="rowpub" id="ClassPeriod" style="flex-wrap: wrap; margin: 25px 0px; min-height: 120px;">
                        <!--列表-->
                        <!--                        <th:block th:with="conDatas=${@cmsDataHelper.getWebPageNavs(curRepository.id,{'pxkcContent'},30)}">-->
                        <!--                            <th:block th:each="con,conStat:${conDatas}">-->
                        <!--                                <div style="width: 33%; margin-bottom: 25px;">-->
                        <!--                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">-->
                        <!--                                        <a th:if="${datas.struCodeContents['pxkc']}" th:each="data,dataStat:${datas.struCodeContents['pxkc']}" th:href="@{'w' + ${con.id} + '/c' + ${data.id}}" >-->
                        <!--                                            <img th:if="${data.navImgUrl}" th:src="${data.navImgUrl}" loading="lazy" alt="" style="width: 100%;" />-->
                        <!--                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" th:if="${data.title}" th:text="${data.title}">养老护理员（三级）</p>-->
                        <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                        <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                        <!--                                        </a>-->
                        <!--                                    </div>-->
                        <!--                                </div>-->
                        <!--                            </th:block>-->
                        <!--                        </th:block>-->
                    </div>
                </div>
                <div class="textlists" style="margin-right: 0; width: 100%;">
                    <!--免费课程-->
                    <div class="rowpub titlev" style="position: relative; border-bottom: 0px solid #0B60A2; padding-bottom: 10px;">
                         <span class="rowpub title" >
                             <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/6fe9cd412c7c41f0812aac9c632389c8.png" loading="lazy" style="width: 20px;" />
                             <span style="font-size: 20px; color: #151515; font-weight: bold; margin-left: 5px;">免费课程</span>
                             <!--                             <span style="font-size: 18px; color: #151515; padding-bottom: 7px; border-left: 5px solid #155793; padding-left: 5px;">免费课程</span>-->
                         </span>
                        
                            
                                
                                    
                                        <a style="position: absolute; top: 0; right: 0; color: #999" href="w1450/s794/1/10">查看更多>></a>
                                    
                                
                            
                        
                    </div>
                    <!--列表-->
                    <div class="rowpub" style="flex-wrap: wrap; align-items: flex-start; margin-top: 25px; min-height: 120px;" >
                        
                            
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28858" >
                                            <img src="https://resfiles.bjcscn.com/9db7f2193acd432696956fb3720c5dbf/43d021195fd24fb6947279210f012851.jpg" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">滑炒鱼丁</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28856" >
                                            <img src="https://resfiles.bjcscn.com/8eb985801a1c4f2bbd6dcce6bdf98d08/a8e8709a6b5b499da9456b2c8af5d317.png" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">意面制作</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28852" >
                                            <img src="https://resfiles.bjcscn.com/89087271f6844883aae3341f2834220e/072144f9f7834adda5271a2ddee757d8.jpg" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">协助老年人口腔清洁</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28853" >
                                            <img src="https://resfiles.bjcscn.com/83b622906c824439a9f8d81358154b9c/95ed4d74bbd64b1a96d4f24b43fe0e7a.jpg" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">七步洗手法</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28857" >
                                            <img src="https://resfiles.bjcscn.com/37df97ebfa76498db192c04d0973f8bd/66c63def2d3246a6b01608b97530ab86.png" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">荷叶饼</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28855" >
                                            <img src="https://resfiles.bjcscn.com/29a9dfe7c0c345719d044f2be79d061e/e0c6a465d4a84b33ba93d0812af0ef8c.png" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">酱爆鸡丁</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                                <div style="width: 25%; margin-bottom: 25px;">
                                    <div style="width:85%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); padding: 10px;">
                                        <a  href="w1451/c28854" >
                                            <img src="https://resfiles.bjcscn.com/53b4cb690f164c409f08ee19e74643c8/bb5e3d2d61974a5bad08401d083dbc5d.jpg" loading="lazy" alt="" style="width: 100%;" />
                                            <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">协助老年人洗脸洗手洗脚</p>
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程时长：<span th:if="${data.customInfos['0']}" th:text="${data.customInfos['0']}">2200分钟</span></p>-->
                                            <!--                                            <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" >课程有效期：<span th:if="${data.customInfos['1']}" th:text="${data.customInfos['1']}">180天</span></p>-->
                                        </a>
                                    </div>
                                </div>
                            
                        
                    </div>
                </div>
                <div class="textlists" style="margin-right: 0; width: 100%;">
                    <!--考试平台-->
                    <div class="rowpub titlev" style="position:relative;border-bottom: 0px solid #0B60A2;padding-bottom: 10px;">
                        <span class="rowpub title" >
                            <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/6ce9884ea7604e3b9fd456a7d68cbdb1.png" loading="lazy" style="width: 20px;" />
                            <span style="font-size: 20px; color: #151515; font-weight: bold; margin-left: 5px;">考试平台</span>
                            <!--                            <span style="font-size: 18px; color: #151515; padding-bottom: 7px; border-left: 5px solid #155793; padding-left: 5px;">考试平台</span>-->
                        </span>
                    </div>
                    <div class="rowpub" style="justify-content: space-between; width: 100%; margin-top: 10px">
                        <div style="width: 25%;">
                            <!--                            <div style="color: #0B60A2; text-align: center; margin-bottom: 10px;">考试系统</div>-->
                            <div style="border-top: 0px solid #0B60A2;">
                                <div class="rowpub" style="margin-top: 20px;">
                                    <a style="flex:1;" href="https://ksj.kszx365.com/" target="_blank"><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/4d8f5aed80814a1e81403afa0640f0b3.png" loading="lazy" alt="" style="width: 97%;" /></a>
                                </div>
                            </div>
                        </div>
                        <div style="width: 73%;">
                            <!--                            <div style="color: #0B60A2; text-align: center; margin-bottom: 10px;">管理系统</div>-->
                            <div style="border-top: 0px solid #0B60A2;">
                                <div class="rowpub" style="margin-top: 20px;">
                                    <a style="flex:1;" href="http://sppj.zyjndj.com/minitestflowLogin" target="_blank"><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/4681f83976174e7d80fd6d1cd0aacf22.png" loading="lazy" alt="" style="width: 100%;" /></a>
                                    <a style="flex:1;" href="https://kc.kszx365.com/" target="_blank"><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/5ec8eceec31b46899dca4d92c1d79186.png" loading="lazy" alt="" style="width: 100%;" /></a>
                                    <a style="flex:1;" href="http://yj.kszx365.com/" target="_blank"><img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/c9ebe96a0909485a8501e978c8c03e10.png" loading="lazy" alt="" style="width: 100%;" /></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <!--                <div class="textlists" style="margin-right: 0; width: 100%;" >-->
                <!--                    &lt;!&ndash;专家智库&ndash;&gt;-->
                <!--                    <div class="rowpub titlev" style="position:relative;border-bottom: 0px solid #0B60A2;padding-bottom: 10px;">-->
                <!--                        <span class="title" ><span style="font-size: 18px; color: #151515; padding-bottom: 7px; border-left: 5px solid #155793; padding-left: 5px;">专家智库</span></span>-->
                <!--                    </div>-->
                <!--                    &lt;!&ndash;列表&ndash;&gt;-->
                <!--                    <div class="rowpub" style="flex-wrap: wrap; align-items: flex-start; margin-top: 20px;" >-->
                <!--                        <th:block th:with="conDatas=${@cmsDataHelper.getWebPageNavs(curRepository.id,{'zjzkContent'},30)}">-->
                <!--                            <th:block th:each="con,conStat:${conDatas}">-->
                <!--                                <div style="width: 12.5%; margin-bottom: 25px; text-align: center;" th:if="${datas.struCodeContents['zjzk']}" th:each="data,dataStat:${datas.struCodeContents['zjzk']}">-->
                <!--                                    <a th:href="@{'w' + ${con.id} + '/c' + ${data.id}}" style="width: 100%; display: block;">-->
                <!--                                        <img th:if="${data.navImgUrl}" th:src="${data.navImgUrl}" loading="lazy" alt="" style="max-width:100%; max-height:140px; min-width: 120px;min-height:78px;" />-->
                <!--                                        <p style="color: #151515; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" th:if="${data.title}" th:text="${data.title}">专家</p>-->
                <!--                                        <p style="color: #656565; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" th:if="${data.summary}" th:text="${data.summary}">从事培训指导师10年</p>-->
                <!--                                    </a>-->
                <!--                                </div>-->
                <!--                            </th:block>-->
                <!--                        </th:block>-->
                <!--                    </div>-->
                <!--                </div>-->
            </div>
            <div class="textlists" style="width: 98%; margin-right:0; margin-bottom: 45px; padding: 10px; border: 3px solid #e1e1e1;">
                <!--会员单位-->
                <div class="rowpub titlev" style="position:relative;border-bottom: 0px solid #0B60A2;padding: 10px 0px; background: linear-gradient(to right,#01375d, #0365a2);">
                    <span class="title" style="text-align: center;">
                        <span style="font-size: 20px; color: #fff; font-weight: bold; text-align: center;">会员单位</span>
                        <!--                        <span style="font-size: 18px; color: #151515; padding-bottom: 7px; border-left: 5px solid #155793; padding-left: 5px;">会员单位</span>-->
                    </span>
                    
                        
                            
                                
                                    <a style="position: absolute; top: 15px; right: 10px; color: #fff" href="w1431/s785/1/10">查看更多>></a>
                                
                            
                        
                    
                </div>
                <!--列表-->
                <div class="rowpub" style="align-items: center; flex-wrap: wrap; margin-top: 20px">
                    
                        
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://pxpj20.zyjndj.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/87fa9a7a648348c5aea4ccc1de29b9f4/e611e6220bdf4ebd8ed3c1d1101a11e3.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">西安航天技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://pxpj21.zyjndj.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/9c01c98e42bc42798810966ee437391b/52c205cb28914c5392d3caa1fa3e8c5e.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">西安建筑工程技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.sxltmh.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/6bd350461fe3477c8568ab1edc92d5f4/d8b6f6a62eeb4c31a3a4a415e3308aa7.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">陕西蓝天民航技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.wntc.cc/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/e13cc4241978409f9161753883d50f2c/867d106e5461416082754b9f7ba5306c.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">渭南技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.btjsxy.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/253b5313eaad4614b18da728026e5684/1d8b2dc9ca814a398ff7420dddd1a9ee.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">宝鸡铁路技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.huashanxueyuan.cn/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/8909457582ca4aebb20d8a5745961674/59716bf884224c67a940b780a791e2c7.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">陕西华山技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.bjjsxy.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/aec753d66c0e477983f1fbd60d588290/c22035cfda504943bde16fa33cfb9f3a.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">宝鸡技师学院</p>
                            </div>
                            <div style="width: 20%; margin-bottom: 10px;text-align:center">
                                <a style="width:100%" href="http://www.xdpxedu.com/" target="_blank">
                                    <img src="https://resfiles.bjcscn.com/e594694f082447f0a3fea1bccd82d34b/5256421869834e628afe904f91341a5d.jpg" alt="" style="max-width:100%;max-height:140px; min-width: 120px;min-height:78px;" />
                                </a>
                                <p style="color: #000000;text-align:center;margin-top:10px;">西安技师学院</p>
                            </div>
                        
                    
                </div>
            </div>
            <div class="textlists" style="margin-right: 0; width: 100%;" >
                <!--友情链接-->
                <div class="rowpub titlev" style="position:relative;border-bottom: 0px solid #0B60A2;padding-bottom: 10px;">
                    <span class="title" style="text-align: center;">
                        <span style="font-size: 20px; color: #151515; font-weight: bold;">友情链接</span>
                        <!--                        <span style="font-size: 18px; color: #151515; padding-bottom: 7px; border-left: 5px solid #155793; padding-left: 5px;">友情链接</span>-->
                    </span>
                </div>
                <!--列表-->
                <div class="rowpub" style="flex-wrap: wrap; align-items: flex-start; margin-top: 20px;" >
                    
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="http://www.osta.org.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/acf231c60bf545f699cf2f872ff616b5/8692e1696b504b69be2542ea22dfe5b1.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人社部技能人才评价工作网</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="http://xahrss.xa.gov.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/23217b69a46a4f80acff39b82f7a4bcc/6f97caae9d60483dbfd047aa9fd5cf62.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">西安市人力资源和社会保障局</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="https://rst.shaanxi.gov.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/6c0c9f0dcd6948239b513c3b90ca3e7e/578e8e0e9bdf4448b177e550cfc29da5.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">陕西省人力资源和社会保障厅</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="http://www.mohrss.gov.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/52a7a86af0f44b119af891d0b2c7af6f/7c3635019cae4594bd4f5e17645e4b42.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人力资源和社会保障部</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="   http://www.cott.org.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/e41bbca7bae141fba972c27e21677863/7bcac05c7c7d45e99ec9a735e03f4249.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">全国职业培训教材网</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href="http://chinajob.mohrss.gov.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/8de0e305258348cda5bfad5970c321ba/9da20355dded451f9d82f6235d5f4b1b.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">中国就业</p>
                                </a>
                            </div>
                        
                            <div style="width: 25%; margin-bottom: 10px; " >
                                <a class="rowpub" href=" https://zsgx.mohrss.gov.cn/" target="_blank" style="width: 88%; border: 1px solid #e1e1e1; padding: 10px; align-items: center; justify-content: space-between; margin: 0 auto;">
                                    <img src="https://resfiles.bjcscn.com/22dc226525f64d3497a32ffbacd9ff48/ab941825d4284d85a9faf3f4e0d38e43.png" loading="lazy" alt="" style="width:12%; margin-right: 2%;" />
                                    <p style="color: #151515; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">国家专业技术人才知识更新工程 </p>
                                </a>
                            </div>
                        
                    
                </div>
            </div>
        </div>
    

<!--底部-->

    <div><footer style="width: 100%">
    <div style="background-color: #155793; padding: 30px 0;">
        
            <div class="rowpub" style="width: 80%; max-width: 1200px; margin: 0 auto; padding-top: 10px; padding-bottom: 5px">
                <div style="flex: 2;">
                    <p style="color: #fff; margin-bottom: 15px;">联系地址：陕西省西安市莲湖区丰镐东路33号</p>
                    <p style="color: #fff; margin-bottom: 15px;">版权所有：陕西省职业培训协会</p>
                    <p style="color: #fff;"><a href="https://beian.miit.gov.cn/" target="_blank" style="color: #fff; text-align: center">陕ICP备2021002125号</a></p>
                </div>
                <div style="flex: 2;">
                    <p style="color: #fff; margin-bottom: 15px;">电子邮箱：3583899102@qq.com</p>
                    <p style="color: #fff; margin-bottom: 15px;">主办单位：陕西省职业培训协会</p>
                    <p class="rowpub" style="color: #fff; text-align: left; align-items: center;">
                        <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/ce0d613e90eb4692ab8383895927687f.png" loading="lazy" style="width: 20px; margin-right: 5px;" />
                        <a href="https://beian.miit.gov.cn/" target="_blank" style="color: #fff; text-align: center">陕公网安备61010402000701号</a>
                    </p>
                </div>
                <div class="rowpub" style="flex: 1; align-items: center; justify-content: space-between;">
                    <div style="text-align: center;">
                        <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/9e8c7fb80a0e441b9b14add24e42c2f6.png" loading="lazy" style="width: 100px;" />
                        <p style="text-align: center; color: #fff; margin-top: 10px">关注公众号</p>
                    </div>
                    <div style="text-align: center;">
                        <img src="https://resfiles.bjcscn.com/91c041932c0c4bf59a3a07d1207c235d/04c2c77930fb4a8983602769bb74a43c.png" loading="lazy" style="width: 100px;" />
                        <p style="text-align: center; color: #fff; margin-top: 10px">登录二维码</p>
                    </div>
                </div>
            </div>
        
    </div>
</footer>
</div>

<script>
    var btns = document.getElementsByClassName("btn");
    var contents = document.getElementsByClassName("content1");
    for(var i=0;i<btns.length;i++) {
        btns[i].index = i;
        btns[i].onclick = function(){
            for(var j=0;j<btns.length;j++) {
                btns[j].className = btns[j].className.replace(' active', '').trim();
                contents[j].className = contents[j].className.replace(' show', '').trim();
            }
            this.className = this.className + ' active';
            contents[this.index].className = contents[this.index].className + ' show';
        };
    }
</script>
</body>
</html>
