﻿:root {
    --contentWidth: 1300px;
    --transY: -80px;
}
body {
    color: #3D3D3D;
    line-height: 2em;
    min-width: 1500px;
}
header .top {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    color: #000;
    position: relative;
    z-index: 100;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,30%);
    background: linear-gradient(180deg, #f2f2f2, #fff);
}
    header .top .sys-name {
        font-size: 26px;
        color: #000;
        font-weight: 600;
    }
    header .top .sys-name img {
        width: 40px;
        vertical-align: middle;
        margin-right: 10px;
    }
    header .top .menu {
        display: flex;
    }
        header .top .menu li {
            cursor: pointer;
            font-size: 16px;
        }
            header .top .menu li + li {
                margin-left: 30px;
            }
            header .top .menu li.this-page {
                color: #E5221F;
                font-weight: 600
            }
header .top-carousel img {
    width: 100%;
    height: 100%;
}
            header,
            footer,
            div,
            li {
                box-sizing: border-box;
            }
                header .top-carousel {
                    --headerCarouselHeight: 560px;
                    height: var(--headerCarouselHeight);
                }
                header .el-carousel__container {
                    /*height: var(--headerCarouselWidth);*/
                    height: 100%;
                }
                header .top .login {
                    padding: 2px 20px;
                    border: 1px solid #000;
                    border-radius: 20px;
                    cursor: pointer;

                }
                    header .top .login i {
                        color: #000;
                        font-size: 16px;
                    }
                    .page-content {
                        min-height: calc(100% - 450px);
                    }
footer {
    background: #262626;
    color: #fff;
}
    footer > .desc {
        padding: 40px 0 20px;
        width: var(--contentWidth);
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    footer img {
        display: block;
    }
    footer .qq img {
        width: 100px;
        margin: 0 auto 10px;
    }
    footer .public-number .name,
    footer .about-us .name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    footer .about-us span {
        color: #50F0FA
    }
    footer .public-number .name {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .public-number .model img {
        width: 100px;
        margin: 0 auto 10px;
    }
    footer .public-number .model + .model {
        margin-left: 20px;
    }
    footer .record-number {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
.index .top-carousel img {
    width: 100%;
    height: 100%;
}
.index .index-ul > li {
    padding: 45px 0;
}
    .index .index-ul > li:nth-child(even) {
        background: #F7F7F7;
    }
    .index .index-ul > li > div {
        width: var(--contentWidth);
        margin: auto;
    }
.index .index-ul .jsct-dom .left {
    width: 700px;
}
.index .index-ul .jsct-dom .right {
    width:calc(100% - 730px);
}
.index .index-ul .jsct-dom .titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.index .index-ul .jsct-dom .titles .model {
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
    .index .index-ul .jsct-dom .titles .model.choose {
        font-weight: 600;
        font-size: 16px;
    }
    .index .index-ul .jsct-dom .titles .model.choose:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #E5221F;
        border-radius: 2px;
    }
    .index .index-ul .jsct-dom .titles .model + .model {
        margin-left: 20px;
    }
.index .index-ul .jsct-dom .more {
    cursor: pointer;
    color: #B3B3B3;
}
.index .index-ul .jsct-dom .list {
    height: calc(100% - 50px);
    overflow: hidden;
    line-height: 4em;
    font-size: 16px;
}
    .index .index-ul .jsct-dom .list > li {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #d8d8d8;
    }
    .index .index-ul .jsct-dom .list .name {
        width: calc(100% - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index .index-ul .jsct-dom .list .time {
        color: #B3B3B3
    }
.index .index-ul .jsct-dom .list img {
    vertical-align: middle;
    margin-right: 5px;
}
.index .jsap-dom .name,
.index .wjhg-dom .name,
.index .jsyl-dom .name {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.index .jsap-dom .ch-name,
.index .wjhg-dom .ch-name,
.index .jsyl-dom .ch-name {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 100;
}
.index .jsap-dom .en-name,
.index .wjhg-dom .en-name,
.index .jsyl-dom .en-name {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #E5E5E5;
    z-index: 10;
    top: -15px;
}
.jsap .line .model .time {
    transform: translate(calc(-50% + 20px), 10px);
    font-weight: 600;
    /*text-align: center;*/
}
.jsap .line .model:nth-child(even) .time {
    transform: translate(calc(-50% + 20px), calc(-100% - 10px));
}
.jsap .line .model .ststus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
    .jsap .line .model .ststus > div:last-child.grey {
        border-color: #B3B3B3;
        color: #B3B3B3;
        cursor: no-drop;
    }
    .jsap .line .model .ststus > div:first-child {
        font-weight: bold;
    }
        .jsap .line .model .ststus > div:first-child:before {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            vertical-align: middle;
            margin-right: 10px;
        }
    .jsap .line .model .ststus > div.running {
        color: #F5B61F;
    }
        .jsap .line .model .ststus > div.running:before {
            background: linear-gradient( 180deg, #FFAE00 0%, #FFDD90 100%);
        }
    .jsap .line .model .ststus > div.end {
        color: #FF6F6F;
    }

        .jsap .line .model .ststus > div.end:before {
            background: linear-gradient( 180deg, #FF6F6F 0%, #FBC5C5 100%);
        }
    .jsap .line .model .ststus > div.nostart {
        color: #B3B3B3;
    }

        .jsap .line .model .ststus > div.nostart:before {
            background: linear-gradient( 180deg, #B8B8B8 0%, #DDDDDD 100%);
        }
    .jsap .line .model .ststus > div:last-child {
        background: #FFFFFF;
        border-radius: 15px;
        border: 1px solid #DEB660;
        padding: 0px 15px;
        color: #DEB660;
        cursor: pointer;
    }
.index .wjhg-dom .more {
    cursor: pointer;
    color: #767676;
}
.index .wjhg-dom .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
    .index .wjhg-dom .list li {
        width: calc(100% / 3 - 30px);
        margin-right: 45px;
        line-height: 1;
    }
        .index .wjhg-dom .list li:nth-child(3n) {
            margin-right: 0;
        }
        .index .wjhg-dom .list li:nth-child(n + 4) {
            margin-top: 45px;
        }
        .index .wjhg-dom .list li video {
            width: 100%;
            height: 240px;
        }
        .index .wjhg-dom .name {
            margin-bottom: 0px;
        }
.index .jsyl-dom .content {
    display: flex;
    justify-content: space-between;
    height: 250px;
}
    .index .jsyl-dom .content .left {
        width: calc(60% - 40px);
        display: flex;
        justify-content: space-between;
        flex-flow: column;
    }
    .index .jsyl-dom .content .right {
        width: calc(40% - 20px);
        background-image: url(/Content/image/jsyl-bg.png);
        background-size: 100% 100%;
    }
    .index .jsyl-dom .content .left .word {
        text-indent: 2em;
    }
    .index .jsyl-dom .content .left .tabs {
        display: flex;
        justify-content: end;
    }
    .index .jsyl-dom .content .left .tabs > div + div {
        margin-left: 15px;
    }
        .index .jsyl-dom .content .left .tabs > div {
            border-radius: 15px;
            border: 1px solid #000000;
            padding: 0 15px;
            cursor: pointer;
        }
.pagePosition {
    text-align: center;
    margin-top: 10px;
}
.red-tabs {
    display: flex;
    justify-content: center;
}

    .red-tabs li {
        cursor: pointer;
        background: rgba(255,255,255,0.9);
        font-size: 16px;
        font-weight: 600;
        padding: 3px 25px;
    }

        .red-tabs li + li {
            margin-left: 20px;
        }

        .red-tabs li.choose {
            background: #FF7272;
            color: #fff;
        }
.jszy > ul li {
    padding: 60px 0;
}

    .jszy > ul li > div {
        width: var(--contentWidth);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .jszy > ul li:nth-child(even) {
        background: #F7F7F7;
    }

    .jszy > ul li img {
        width: 500px;
        height: 268px;
        z-index: 100;
        position: relative;
    }
    .jszy > ul li .img {
        position: relative;
        line-height: 1;
        z-index: 100;
    }
        .jszy > ul li .right {
            width: calc(100% - 650px);
        }

        .jszy > ul li .right .name {
            font-weight: 600;
            font-size: 16px;
        }

        .jszy > ul li .right .content {
            margin: 20px 0;
            text-indent: 2em;
        }

        .jszy > ul li .right .btn {
            text-align: center;
        }

            .jszy > ul li .right .btn button {
                background: #DD3230;
                border-radius: 5px;
                color: #fff;
                border-color: #DD3230;
            }