.hykjtitle {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .contentbox {
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: calc(100vh - 256px);
    box-sizing: border-box;
}

    .content .contentbox .Pagetitle {
        width: 100%;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: -moz-linear-gradient(top, #0076ce 0%, #41b6e6 100%);
        background: -webkit-gradient(linear, top, bottom, color-stop(0%, #0076ce), color-stop(100%, #41b6e6));
        background: -webkit-linear-gradient(top, #0076ce 0%, #41b6e6 100%);
        background: -o-linear-gradient(top, #0076ce 0%, #41b6e6 100%);
        background: -ms-linear-gradient(top, #0076ce 0%, #41b6e6 100%);
        background: linear-gradient(to bottom, #0076ce 0%, #41b6e6 100%);
    }

        .content .contentbox .Pagetitle .h5 {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            height: 34px;
            line-height: 34px;
        }

        .content .contentbox .Pagetitle .info {
            margin-top: 5px;
            display: flex;
            color: #fff;
            font-size: 18px;
            justify-content: center;
        }

            .content .contentbox .Pagetitle .info .name {
                margin-right: 20px;
            }

            .content .contentbox .Pagetitle .info span {
                font-size: 14px;
            }

    .content .contentbox .eventsPage .eventsList {
        min-height: 300px;
        padding: 30px 40px;
        box-sizing: border-box;
    }

        .content .contentbox .eventsPage .eventsList .nodata {
            background: url(../images/appo-model1.png) no-repeat center center;
            background-size: 100% 100%;
            width: 400px;
            height: 237px;
            float: left;
            margin-bottom: 30px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

            .content .contentbox .eventsPage .eventsList .nodata .title {
                height: 32px;
                line-height: 32px;
                color: #0076ce;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
            }

            .content .contentbox .eventsPage .eventsList .nodata p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                line-height: 26px;
                color: #fff;
                font-size: 18px;
            }

        .content .contentbox .eventsPage .eventsList ul, .content .contentbox .eventsPage .eventsList .nodataBox {
            min-height: 250px;
            width: 100%;
            position: relative;
            padding: 0px 150px;
            box-sizing: border-box;
        }

            .content .contentbox .eventsPage .eventsList ul li, .content .contentbox .eventsPage .eventsList .nodataBox li {
                background: url(../images/appo-model1.png) no-repeat center center;
                background-size: 100% 100%;
                width: 400px;
                height: 237px;
                float: left;
                margin: 0px 25px;
                margin-bottom: 30px;
            }

                .content .contentbox .eventsPage .eventsList ul li .title, .content .contentbox .eventsPage .eventsList .nodataBox li .title {
                    height: 32px;
                    line-height: 32px;
                    color: #0076ce;
                    text-align: center;
                    font-size: 18px;
                    font-weight: bold;
                }

                .content .contentbox .eventsPage .eventsList ul li.nodata, .content .contentbox .eventsPage .eventsList .nodataBox li.nodata {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

                    .content .contentbox .eventsPage .eventsList ul li.nodata p, .content .contentbox .eventsPage .eventsList .nodataBox li.nodata p {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        line-height: 26px;
                        color: #fff;
                        font-size: 18px;
                    }

                .content .contentbox .eventsPage .eventsList ul li.over .ListCon .status span, .content .contentbox .eventsPage .eventsList ul li.over .ListCon .status p, .content .contentbox .eventsPage .eventsList .nodataBox li.over .ListCon .status span, .content .contentbox .eventsPage .eventsList .nodataBox li.over .ListCon .status p {
                    color: #274679;
                }

                .content .contentbox .eventsPage .eventsList ul li.over .ListCon .status .callButton, .content .contentbox .eventsPage .eventsList .nodataBox li.over .ListCon .status .callButton {
                    display: none;
                }

                .content .contentbox .eventsPage .eventsList ul li.over .ListCon .funList .funListCon .liCon, .content .contentbox .eventsPage .eventsList .nodataBox li.over .ListCon .funList .funListCon .liCon {
                    background: #c6c8c5;
                }

                .content .contentbox .eventsPage .eventsList ul li.over .ListCon .funList .funListCon span, .content .contentbox .eventsPage .eventsList .nodataBox li.over .ListCon .funList .funListCon span {
                    color: #a0a0a0;
                }

                .content .contentbox .eventsPage .eventsList ul li .ListCon, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon {
                    width: 100%;
                    padding: .1rem .25rem;
                    box-sizing: border-box;
                }

                    .content .contentbox .eventsPage .eventsList ul li .ListCon .time, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .time {
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;
                        color: #fff;
                        width: 100%;
                        margin-top: 10px;
                    }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .time .timeicon, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .time .timeicon {
                            width: 19px;
                            height: 18.5px;
                            background: url(../images/timeicon.png) no-repeat center center;
                            background-size: 100% 100%;
                            margin-right: .05rem;
                        }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .time span, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .time span {
                            width: .7rem;
                            font-size: .14rem;
                            margin-right: .05rem;
                            font-weight: bold;
                        }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .time p, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .time p {
                            flex: 1;
                            font-size: .14rem;
                        }

                    .content .contentbox .eventsPage .eventsList ul li .ListCon .status, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .status {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        margin-top: .1rem;
                        color: #fff;
                    }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .status .statusicon, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .status .statusicon {
                            display: block;
                            width: 19px;
                            height: 18.5px;
                            background: url(../images/statusicon.png) no-repeat center center;
                            background-size: 100%;
                            margin-right: .05rem;
                        }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .status span, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .status span {
                            width: .7rem;
                            font-size: .14rem;
                            margin-right: .05rem;
                            font-weight: bold;
                            color: #e0ad28;
                        }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .status p, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .status p {
                            width: .6rem;
                            font-size: .14rem;
                            color: #e0ad28;
                        }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .status .callButton, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .status .callButton {
                            width: .9rem;
                            height: .25rem;
                            background: url(../images/button.png) no-repeat center center;
                            background-size: 100% 100%;
                            font-size: .12rem;
                            text-align: center;
                            line-height: .21rem;
                        }

                    .content .contentbox .eventsPage .eventsList ul li .ListCon .funList, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .funList {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-top: .16rem;
                    }

                        .content .contentbox .eventsPage .eventsList ul li .ListCon .funList .funListCon, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .funList .funListCon {
                            width: .84rem;
                            height: .87rem;
                            border: 1px solid #fff;
                            border-radius: .05rem;
                            overflow: hidden;
                            background: #fff;
                            box-sizing: border-box;
                        }

                            .content .contentbox .eventsPage .eventsList ul li .ListCon .funList .funListCon .liCon, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .funList .funListCon .liCon {
                                height: .65rem;
                                width: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                background: -moz-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                                background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #71b3e3), color-stop(100%, #4376ca));
                                background: -webkit-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                                background: -o-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                                background: -ms-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                                background: linear-gradient(to top right, #71b3e3 0%, #4376ca 100%);
                                border-bottom: 1p solid #c5dcf2;
                            }

                                .content .contentbox .eventsPage .eventsList ul li .ListCon .funList .funListCon .liCon img, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .funList .funListCon .liCon img {
                                    width: auto;
                                    height: auto;
                                    max-width: .35rem;
                                    max-height: .42rem;
                                }

                            .content .contentbox .eventsPage .eventsList ul li .ListCon .funList .funListCon span, .content .contentbox .eventsPage .eventsList .nodataBox li .ListCon .funList .funListCon span {
                                font-size: .12rem;
                                color: #4275ca;
                                display: block;
                                height: .22rem;
                                line-height: .22rem;
                                text-align: center;
                            }

    .content .contentbox .eventsUpLoad {
        width: 800px;
        margin: 0px auto;
    }

        .content .contentbox .eventsUpLoad .upLoadbox {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 454px;
            margin-top: 20px;
        }

            .content .contentbox .eventsUpLoad .upLoadbox .left {
                width: 400px;
                height: 100%;
                background: url(../images/uploadleft.png) no-repeat center center;
                background-size: cover;
            }

            .content .contentbox .eventsUpLoad .upLoadbox .right {
                width: 400px;
                height: 100%;
                background: #fff;
                position: relative;
                padding-bottom: 50px;
                box-sizing: border-box;
            }

                .content .contentbox .eventsUpLoad .upLoadbox .right .title {
                    height: 40px;
                    line-height: 40px;
                    font-size: 18px;
                    color: #fff;
                    background: #0074bf;
                    font-weight: bold;
                    text-align: center;
                }

                .content .contentbox .eventsUpLoad .upLoadbox .right .scrollshow {
                    height: calc(100% - 40px);
                    overflow: auto;
                    box-sizing: border-box;
                }

                .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .h5 {
                    height: 30px;
                    line-height: 30px;
                    font-size: 16px;
                    font-weight: bold;
                    color: #333;
                    text-align: center;
                    margin-top: 20px;
                }

                .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .inputgroup {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 300px;
                    margin: 0px auto;
                    margin-top: 10px;
                }

                    .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .inputgroup .upLoadInput {
                        width: 140px;
                        margin: 0px;
                    }

                .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .upLoadInput {
                    width: 300px;
                    margin: 0px auto;
                    margin-top: 10px;
                    border: 1px solid #aaa;
                    border-radius: 2px;
                    height: 30px;
                }

                    .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .upLoadInput input {
                        width: 100%;
                        height: 100%;
                        padding: 0px 10px;
                        color: #333;
                        font-size: 14px;
                        box-sizing: border-box;
                        text-align: center;
                        position: relative;
                    }

                    .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .upLoadInput select {
                        width: 100%;
                        height: 100%;
                        padding: 0px 10px;
                        color: #333;
                        font-size: 14px;
                        box-sizing: border-box;
                        text-align: center;
                        position: relative;
                    }

                .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .textarea {
                    width: 300px;
                    margin: 0px auto;
                    margin-top: 10px;
                    border: 1px solid #aaa;
                    border-radius: 2px;
                    height: 100px;
                }

                    .content .contentbox .eventsUpLoad .upLoadbox .right .upLoadcont .textarea textarea {
                        resize: none;
                        display: block;
                        width: 100%;
                        height: 100%;
                        border: none;
                        font-size: 14px;
                        box-sizing: border-box;
                        padding: 10px;
                    }

            .content .contentbox .eventsUpLoad .upLoadbox .buttonBox {
                position: absolute;
                left: 50%;
                bottom: 0%;
                transform: translateX(-50%);
                width: 3rem;
                margin-top: 30px;
            }

                .content .contentbox .eventsUpLoad .upLoadbox .buttonBox .button {
                    width: 1.2rem;
                    height: .3rem;
                    line-height: .22rem;
                }

    .content .contentbox .eventDownLoadCase, .content .contentbox .eventDownLoadVideo {
        width: 1000px;
        margin: 0px auto;
    }

        .content .contentbox .eventDownLoadCase .h5, .content .contentbox .eventDownLoadVideo .h5 {
            height: 70px;
            line-height: 70px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
        }

        .content .contentbox .eventDownLoadCase .info, .content .contentbox .eventDownLoadVideo .info {
            line-height: 26px;
            color: #fff;
            font-size: 18px;
            text-align: center;
        }

        .content .contentbox .eventDownLoadCase .CaseList ul, .content .contentbox .eventDownLoadVideo .CaseList ul {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-top: 20px;
        }

            .content .contentbox .eventDownLoadCase .CaseList ul.onlyone, .content .contentbox .eventDownLoadVideo .CaseList ul.onlyone {
                justify-content: center;
            }

                .content .contentbox .eventDownLoadCase .CaseList ul.onlyone li, .content .contentbox .eventDownLoadVideo .CaseList ul.onlyone li {
                    margin-right: 5px;
                }

            .content .contentbox .eventDownLoadCase .CaseList ul li, .content .contentbox .eventDownLoadVideo .CaseList ul li {
                width: 220px;
                margin-right: 40px;
                margin-bottom: 20px;
            }

                .content .contentbox .eventDownLoadCase .CaseList ul li:nth-of-type(4n), .content .contentbox .eventDownLoadVideo .CaseList ul li:nth-of-type(4n) {
                    margin-right: 0px;
                }

                .content .contentbox .eventDownLoadCase .CaseList ul li span, .content .contentbox .eventDownLoadVideo .CaseList ul li span {
                    text-align: center;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    display: block;
                    height: 56px;
                    line-height: 28px;
                }

                .content .contentbox .eventDownLoadCase .CaseList ul li .img, .content .contentbox .eventDownLoadVideo .CaseList ul li .img {
                    width: 100%;
                    height: 160px;
                    border: 2px solid #fff;
                    box-sizing: border-box;
                    position: relative;
                }

                    .content .contentbox .eventDownLoadCase .CaseList ul li .img img, .content .contentbox .eventDownLoadVideo .CaseList ul li .img img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    .content .contentbox .eventDownLoadCase .CaseList ul li .img .button, .content .contentbox .eventDownLoadVideo .CaseList ul li .img .button {
                        position: absolute;
                        left: 50%;
                        bottom: 10px;
                        transform: translateX(-50%);
                        width: 130px;
                        height: 32px;
                        line-height: 27px;
                    }

                .content .contentbox .eventDownLoadCase .CaseList ul li i.icon, .content .contentbox .eventDownLoadVideo .CaseList ul li i.icon {
                    width: .62rem;
                    height: .61rem;
                    background: url(../images/listicon7.png) no-repeat center center;
                    background-size: 100%;
                    position: absolute;
                    left: 50%;
                    top: 40%;
                    transform: translate(-50%, -50%);
                }

        .content .contentbox .eventDownLoadCase .CaseList ul {
            margin-top: 10px;
        }

    .content .contentbox .eventDownLoadCaseExcl {
        width: 1000px;
        margin: 0px auto;
    }

        .content .contentbox .eventDownLoadCaseExcl .h5 {
            height: 70px;
            line-height: 70px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
        }

        .content .contentbox .eventDownLoadCaseExcl .CaseList {
            margin-top: .3rem;
        }

            .content .contentbox .eventDownLoadCaseExcl .CaseList ul {
                width: 100%;
                margin: 0px auto;
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
            }

                .content .contentbox .eventDownLoadCaseExcl .CaseList ul.onlyone {
                    justify-content: center;
                }

                    .content .contentbox .eventDownLoadCaseExcl .CaseList ul.onlyone li {
                        margin-right: 0px;
                    }

                .content .contentbox .eventDownLoadCaseExcl .CaseList ul li {
                    border: .02rem solid #fff;
                    box-sizing: border-box;
                    position: relative;
                    margin-bottom: .2rem;
                    width: 300px;
                    margin-right: 50px;
                }

                    .content .contentbox .eventDownLoadCaseExcl .CaseList ul li:nth-of-type(3n) {
                        margin-right: 0px;
                    }

                    .content .contentbox .eventDownLoadCaseExcl .CaseList ul li .img {
                        width: 100%;
                        height: 1.6rem;
                    }

                        .content .contentbox .eventDownLoadCaseExcl .CaseList ul li .img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .content .contentbox .eventDownLoadCaseExcl .CaseList ul li .scre {
                        display: inline-block;
                        height: .38rem;
                        width: 1.8rem;
                        line-height: .38rem;
                        font-size: .2rem;
                        color: #fff;
                        background: rgba(200, 200, 200, 0.5);
                        text-align: center;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        font-weight: bold;
                    }

                    .content .contentbox .eventDownLoadCaseExcl .CaseList ul li .downbutton {
                        width: 1.04rem;
                        height: .3rem;
                        line-height: .3rem;
                        text-align: center;
                        color: #eee;
                        font-size: .18rem;
                        font-weight: bold;
                        cursor: pointer;
                        background: -moz-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #71b3e3), color-stop(100%, #4376ca));
                        background: -webkit-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                        background: -o-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                        background: -ms-linear-gradient(bottom left, #71b3e3 0%, #4376ca 100%);
                        background: linear-gradient(to top right, #71b3e3 0%, #4376ca 100%);
                        position: absolute;
                        right: 0px;
                        bottom: 0px;
                    }

    .content .contentbox .eventCaseNull {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .content .contentbox .percenter_page {
        text-align: center;
        margin-top: 20px;
    }

        .content .contentbox .percenter_page a, .content .contentbox .percenter_page span {
            margin: 0px 3px;
            border: none;
            line-height: 26px;
        }

        .content .contentbox .percenter_page a {
            background: none;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 2px;
            box-sizing: border-box;
        }

        .content .contentbox .percenter_page span.layui-laypage-curr {
            margin-top: 2px;
            color: #0076ce;
        }

            .content .contentbox .percenter_page span.layui-laypage-curr .layui-laypage-em {
                box-sizing: border-box;
                background: #fff;
            }

            .content .contentbox .percenter_page span.layui-laypage-curr em {
                color: #0076ce;
            }

        .content .contentbox .percenter_page span.layui-laypage-spr {
            border: 1px solid #fff;
            border-radius: 2px;
            color: #fff;
        }

        .content .contentbox .percenter_page span {
            background: none;
        }

.layui-laydate-content > .layui-laydate-list {
    padding-bottom: 0px;
    overflow: hidden;
}

    .layui-laydate-content > .layui-laydate-list > li {
        width: 50%;
    }

.laydate-time-list ol li {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0px !important;
}

.merge-box .scrollbox .merge-list {
    padding-bottom: 5px;
}

.laydate-theme-molv .layui-laydate-main {
    width: 300px !important;
}
