<!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/26f24a9d118a46dea6249bdfa80de2a4/a8989b617aac4c6e868dd6a47cb8a891.css" />
        
    
    
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/ef40363b5c7343d9b38361e4d65355e4.js" charset="utf-8"></script>
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/5a77d666b86048278ac76a2b6102b45d.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":1687,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1670,1687],"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: #9bd2ad; 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: #9bd2ad; 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: #9bd2ad; 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: #9bd2ad; 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: #9bd2ad; 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":1687,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1670,1687],"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: #9bd2ad; 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: #9bd2ad; 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: #9bd2ad; 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: #9bd2ad; 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/26f24a9d118a46dea6249bdfa80de2a4/6384b39e31b0463abae24c9cbff12dd1.js" charset="utf-8"></script>
    

<script type="text/javascript">
    function searchBanks() {
        var searchValue = $("#textInput").val();
        var repository = {"id":72,"code":"sxht","title":"\u897F\u5B89\u822A\u5929\u6280\u5E08\u5B66\u9662","visitorCnt":0,"properties":{}};
        if(!searchValue) {
            alert("请输入搜索内容")
        }else {
            window.location.href="/search/" + repository.id + '/' + '1/10?searchText=' +searchValue;
        }
    }
</script>

    <div style="background:url(https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/ce5be937afb54176a69545891365536d.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/26f24a9d118a46dea6249bdfa80de2a4/5c39dd1a5c684a64987059267f43bce9.jpg" 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: #9bd2ad; color: #fff; border: 1px solid #9bd2ad; padding: 8px 15px; cursor: pointer" onClick="searchBanks()">搜索</button>
            </div>
        </header>
    </div>
    <!--导航-->
    <nav>
        <ul class="rowpub">
            
                
                    <li><a href="/w1670" class="sel">首页</a></li>
                    
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1671/s888/1/10" >培训通知</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1673/s889/1/10" >课程中心</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1690/s890/1/10" >新闻资讯</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1676/s891/1/10" >考试平台</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1678/s892/1/10" >免费课程</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1680/s893/1/10" >会员单位</a></li>
                                
                                
                            
                        
                            
                                
                                <li style="position:relative;" class="procenter" ><a href="/w1682" >联系我们</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/1ca34028f1554e26924d9509ea7b5a7a/3442cdd41f414189babc04fbb75f894d.png" alt="" style="width: 100%" />
                        
                            <img src="https://resfiles.bjcscn.com/cf3e773cb98547edbbf7e86fe0b3d27f/272dcf98baca4cf0b475b715c35ae0cd.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/cc0e6365eed0429abc187b015d646a5f/8048bff65dc449ebadcecbf460dde9a4.png" 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 class="lineText" style="line-height: 30px; color:#888; height: 90px;">由陕西省职业培训协会院校专委会主办、陕西汽车技工学校承办的国家技能人才培养工学一体化课程标准和课程设置方案开发经验交流会在西安召开。进一步促进陕西省技工院校工学一体化技能人才培养模式实施试点。</p>
                                                        
                                                        <p style="text-align: right;"><a href="w1691/c29535" 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="w1691/c29539" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/6a0436f1b9de465c9b2e4989de659321.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-15 13:40</time>
                                                        </a>
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1690/s890/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;" />-->
                                                    <img src="https://resfiles.bjcscn.com/f249a73aacb3416980fd3b6b1b9a785a/45a50a1278864ae0b7bbdc57d128e29e.png" 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 class="lineText" style="line-height: 30px; color:#888; height: 90px;">2.取得本职业或相关职业五级/初级工职业资格(职业技能等级)证书后。并在取得本职业或相关职业三级/高级工职业资格(职业技能等级)证书后。4.取得本职业或相关职业三级/高级工职业资格（职业技能等级）证书的高级技工学校、技师学院毕业生。</p>
                                                        
                                                        <p style="text-align: right;"><a href="w1684/c29537" 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="w1684/c29536" style="align-items: center;">
                                                            <span><img src="https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/6a0436f1b9de465c9b2e4989de659321.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-15 13:35</time>
                                                        </a>
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1683/s894/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;" />-->
                                                    <img src="https://resfiles.bjcscn.com/a4a9a43a0b3247b5aa9403e703a43344/69312c723e604d588dafd7bf809c62fa.png" 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;">关于公布2023年陕西省技工教育优秀教科研成果评选结果的通报</p>
                                                        <p class="lineText" style="line-height: 30px; color:#888; height: 90px;">关于公布2023年陕西省技工教育优秀教科研成果评选结果的通报</p>
                                                        
                                                        <p style="text-align: right;"><a href="w1672/c29538" 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;">
                                        <!--列表-->
                                        
                                            
                                                
                                                    
                                                
                                            
                                        
                                    </div>
                                </div>
                                <div style="border-top: 1px solid #e1e1e1; text-align: right; padding-top: 10px;">
                                    
                                        
                                            
                                                
                                                    <a style="color: #999" href="w1671/s888/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/26f24a9d118a46dea6249bdfa80de2a4/de670e075b1f4fb6a2c896b2442e5ba1.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/26f24a9d118a46dea6249bdfa80de2a4/eed8934b7e35412a82be975fc6a65a83.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/26f24a9d118a46dea6249bdfa80de2a4/f2ee1d8ef0bc46ee8ebbbc867b50e94e.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/26f24a9d118a46dea6249bdfa80de2a4/37a362af76cb43c98b2901d716b02571.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/26f24a9d118a46dea6249bdfa80de2a4/1f1fce3b61244b75ba7211ba3bbe8218.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="w1673">查看更多>></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/26f24a9d118a46dea6249bdfa80de2a4/4af5e6e8a52c4c2cb1fa2162921b5a53.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="w1678/s892/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="w1679/c29525" >
                                            <img src="https://resfiles.bjcscn.com/648a2e1b3fc54b92b8d692a1de30d466/1b1ffb17798f41c8b1b786e5b7f7bda0.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="w1679/c29524" >
                                            <img src="https://resfiles.bjcscn.com/20e453430e234d7aa7c889d798d328a2/894cd6160bbc458eac8b54edbe7b6632.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="w1679/c29523" >
                                            <img src="https://resfiles.bjcscn.com/48cf9e910fd249bb8ecaae82cc8ebdd6/1bc50a8fb7e84c6d868348f9871e552c.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="w1679/c29522" >
                                            <img src="https://resfiles.bjcscn.com/c3cbcd3b66b64b9b92990bb286a00903/54d4d429fb70433ba6086b872e22aae1.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="w1679/c29521" >
                                            <img src="https://resfiles.bjcscn.com/7af6558c28e94738ba364a304fcbe44f/627e13fb820441b6bfca260c850607d7.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="w1679/c29520" >
                                            <img src="https://resfiles.bjcscn.com/5ebda8e1bbc647939dff429a87a721c4/478a7d4461bd4adcb0886dc4a0dcf981.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="w1679/c29519" >
                                            <img src="https://resfiles.bjcscn.com/e97e34c043d74382af4dd27892f3d336/0c99a884a5574e709f028f8dbaa941c1.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/26f24a9d118a46dea6249bdfa80de2a4/a8a21cda26244133a47b6e37586c35f2.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://web.ksj.kszx365.com/" target="_blank"><img src="https://resfiles.bjcscn.com/26f24a9d118a46dea6249bdfa80de2a4/719fdc03e31540c7a4c8fff1a777a962.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/26f24a9d118a46dea6249bdfa80de2a4/522a7538939649b9adab3d7768446bb6.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/26f24a9d118a46dea6249bdfa80de2a4/7e55a188e3bb4dcf8cbdcf5562813e09.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/26f24a9d118a46dea6249bdfa80de2a4/52b710b92b954935a2ae9e31cd8b6ef7.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,#64a97b, #9bd2ad);">
                    <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="w1680/s893/1/10">查看更多>></a>
                                
                            
                        
                    
                </div>
                <!--列表-->
                <div class="rowpub" style="align-items: center; flex-wrap: wrap; margin-top: 20px">
                    
                        
                            
                        
                    
                </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/2eda7c7ce3014d849182d97a76b9ccdd/23884e19cf554f3ea1b53fb71b2d6e2e.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/2aa6b59c8bf343e7bc29271c1033ce9f/540f0b302cfa403587a061271f3d8f5c.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/7c50ca696a20453eb073c32b9010de2c/4877a88da9e0471ba2dbc4e1495850a7.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/75fd27dc40214d668488b1c71aeec09a/eff9e40861a24a079fe719559007983f.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: #9bd2ad; 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/26f24a9d118a46dea6249bdfa80de2a4/a78cbd34a4c94eca8a4aad553c560641.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/26f24a9d118a46dea6249bdfa80de2a4/98fee0607e6c486fa297d0fdc3e36a82.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/26f24a9d118a46dea6249bdfa80de2a4/985d36e5e1c743218686f12befc1747b.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>
