<!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/b8ca2de60f83409ca8f0ca8ac5dc2484/a798976e99974c69bc524d18e2bca9f6.css" />
        
    
    
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/b8ca2de60f83409ca8f0ca8ac5dc2484/de220dfbac6b4c28b7aeb6483afb31e4.js" charset="utf-8"></script>
        
            <script type="text/javascript" src="https://resfiles.bjcscn.com/b8ca2de60f83409ca8f0ca8ac5dc2484/d96953b413a149d88594c8d1366f7c6e.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":1667,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1650,1667],"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: #8a3325; 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: #8a3325; 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: #8a3325; 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: #8a3325; 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: #8a3325; 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":1667,"title":"\u73ED\u671F\u8BE6\u60C5","hieIds":[1650,1667],"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: #8a3325; 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: #8a3325; 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: #8a3325; 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: #8a3325; 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/b8ca2de60f83409ca8f0ca8ac5dc2484/a1dc5ea3d2814b3c8a78e1f5d0770b99.js" charset="utf-8"></script>
    

<script type="text/javascript">
    function searchBanks() {
        var searchValue = $("#textInput").val();
        var repository = {"id":71,"code":"xajzgcjsxy","title":"\u897F\u5B89\u5EFA\u7B51\u5DE5\u7A0B\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/b8ca2de60f83409ca8f0ca8ac5dc2484/8eace55ecfa149f68be7ecfa3bf1af24.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/b8ca2de60f83409ca8f0ca8ac5dc2484/9571937ad2784a36861b7ae6c8fef542.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: #8a3325; color: #fff; border: 1px solid #8a3325; padding: 8px 15px; cursor: pointer" onClick="searchBanks()">搜索</button>
            </div>
        </header>
    </div>
    <!--导航-->
    <nav>
        <ul class="rowpub">
            
                
                    <li><a href="/w1650" class="sel">首页</a></li>
                    
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1651/s879/1/10" >培训通知</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1653/s880/1/10" >课程中心</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1654/s881/1/10" >新闻资讯</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1656/s882/1/10" >考试平台</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1658/s883/1/10" >免费课程</a></li>
                                
                                
                            
                        
                            
                                
                                    <li style="position:relative;" class="procenter" ><a href="/w1660/s884/1/10" >会员单位</a></li>
                                
                                
                            
                        
                            
                                
                                <li style="position:relative;" class="procenter" ><a href="/w1662" >联系我们</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/8d649c5da6dc43ff93abe6ff6d16598f/634f661d03b54a4580eddef7815e6c6e.png" alt="" style="width: 100%" />
                        
                            <img src="https://resfiles.bjcscn.com/138245af1577401f8c89281ef5a4ac28/68237dd0ac6848fda8778a041e31998a.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/8e66c7d5ef7145a4b23178b86cfe2d1a/66635b9508d344dc9a0af81a5dcedcdf.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="w1655/c29540" 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="w1654/s881/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>
                            <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="w1663/s885/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>
                            <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="w1651/s879/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/b8ca2de60f83409ca8f0ca8ac5dc2484/84377931e8ad46f49748f3461fa2f0f4.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/b8ca2de60f83409ca8f0ca8ac5dc2484/87b899c80f3a4dfba3adc228c3fdfe8c.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/b8ca2de60f83409ca8f0ca8ac5dc2484/346d52c9c8404ce5b822b689976e5fb6.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/b8ca2de60f83409ca8f0ca8ac5dc2484/915285e5cb6e4deea7a17300e665e795.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/b8ca2de60f83409ca8f0ca8ac5dc2484/3f21bd43a3d54f6e902378f8e7e2c520.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="w1653">查看更多>></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/b8ca2de60f83409ca8f0ca8ac5dc2484/09d69e120d8948369491fb75ecb709b0.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="w1658/s883/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="w1659/c29505" >
                                            <img src="https://resfiles.bjcscn.com/f91f33fe649e43d2a506c0d50536d7aa/9aa85e13315040f2a8922b39a127ce76.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="w1659/c29504" >
                                            <img src="https://resfiles.bjcscn.com/ef5428bcb1de4f8b986abd8ab75a46ed/2309dac67cab4bf79eb1b188b8074e53.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="w1659/c29503" >
                                            <img src="https://resfiles.bjcscn.com/bd95cd3163b949039e27ae278ef698ec/a75d9da5b03340e3a870b0794567df2f.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="w1659/c29502" >
                                            <img src="https://resfiles.bjcscn.com/60e14b115eee4554ac75c2f87bfbaf88/3976f8107b8940bd90ca762a45d5074e.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="w1659/c29501" >
                                            <img src="https://resfiles.bjcscn.com/21f876e980a243b7ada21ed9e0ff5758/ea0794bf95db4a3eae69705397356700.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="w1659/c29500" >
                                            <img src="https://resfiles.bjcscn.com/8f846148bc794b2f988fc4c1e931e282/fb4696043eef454b81646722b284f1a4.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="w1659/c29499" >
                                            <img src="https://resfiles.bjcscn.com/85cd6a46c3c140f18dd804effc1c5994/0b93a8d635384da49db16e5694ee41b6.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/b8ca2de60f83409ca8f0ca8ac5dc2484/cc2a976a6b0947a7aa2ee6ec01af26d7.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/b8ca2de60f83409ca8f0ca8ac5dc2484/71fb719de724488aab375b73daa76230.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/b8ca2de60f83409ca8f0ca8ac5dc2484/b7cae1234c4b42caa45af1d75e687ef4.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/b8ca2de60f83409ca8f0ca8ac5dc2484/2b3a928aa1bb4b6ab953724d19bee37c.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/b8ca2de60f83409ca8f0ca8ac5dc2484/bc1b229cf3434640a93ef98b7b23c783.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, #8a3325, #e8beb8);">
                    <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="w1660/s884/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/c220c2d72c984861956dad12e6d26418/a722c6e0c9ea4cd9889334578f45bbb8.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: #8a3325; 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/b8ca2de60f83409ca8f0ca8ac5dc2484/c7f6225e548d47f88ce59bdb9e2cb6ec.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/b8ca2de60f83409ca8f0ca8ac5dc2484/47b3f88877bf4d8baa837380a8a35e13.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/b8ca2de60f83409ca8f0ca8ac5dc2484/974e50e354e04f07a2a48e2f940e11ba.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>
