.bg {
    background: #fff;
    padding: 20px 32px;
}
/* 首页样式*/
.picw {
    height:auto !important;
}
/* 底部样式 */
.footer {
    background: #1d2b53;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
}
.logo {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    background: #fff;
}

.company {
    color: rgb(27,48,105);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    height: 65px;
    position: relative;
    justify-content: space-around;
}

    .company .company-title {
        font-size: 22px;
        font-weight: bold;
    }

    .company .company-subtitle {
        font-size: 18px;
    }

.nav {
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: rgb(27,48,105);
    font-size: 18px;
}

    .nav .nav-list {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }

        .nav .nav-list li {
            width: fit-content;
            position: relative;
            cursor: pointer;
        }

            .nav .nav-list li:hover {
                color: rgba(255,255,255,0.3);
            }

    .nav .nav-list-active::after {
        position: absolute;
        content: '';
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
    }

.train {
    background: #fff;
    padding: 0 12px 50px;
    font-size: 14px;
}

.module {
    font-size: 20px;
    font-family: "SourceHanSansSC";
    font-weight:bold;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    color: rgb(27,48,105);
}

    .module::before {
        content: '';
        width: 30px;
        height: 2px;
        background: rgb(27,48,105);
        margin-right: 10px;
    }

    .module::after {
        content: '';
        width: 30px;
        height: 2px;
        background: rgb(27,48,105);
        margin-left: 10px;
    }

.train-head, .detail-head {
    font-size: 18px;
    background: rgb(20,49,109);
    height: 86px;
    line-height: 86px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    display: flex;
    font-weight: bold;
}
.ptb {
    padding: 50px 0 60px;
}
.train .ptb {
    padding: 50px 0 60px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgb(20,49,109) !important;
    color: #fff;
}
.train-head span:first-child, .train-body span:first-child {
    width: 30%;
}

.train-head span:nth-child(2), .train-body span:nth-child(2) {
    width: 30%;
}

.train-head span:nth-child(3), .train-body span:nth-child(3) {
    width: 25%;
}
.train-head span:nth-child(4), .train-body span:nth-child(4) {
    width: 15%;
}
.train-head span:nth-child(5), .train-body span:nth-child(5) {
    width: 15%;
}

.train-head span, .detail-head span {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.train-body span {
    text-align: center;
    padding: 0 10px;
}

.train-body, .detail-body {
    /* height: 86px;
    line-height: 86px;
    display: flex;
    font-size: 18px;
    color: rgb(34,34,34);*/
    height: auto;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    font-size: 18px;
    color: rgb(34,34,34);
    padding: 20px 0;
}

    .train-body:nth-child(2n-1), .detail-body:nth-child(2n-1) {
        background: rgb(245, 245, 245);
    }

    .train-body .btn {
        display: inline-block;
        width: 120px;
        height: 50px;
        line-height: 50px;
        background: rgb(27,48,105);
        color: #fff;
        border-radius: 40px;
        font-size: 16px;
        cursor: pointer;
    }

        .train-body .btn:hover {
            position: relative;
            top: 1px;
        }
/* 培训详情样式 */
.crumbs {
    position: relative;
    padding-left: 20px;
    color: rgb(27, 48, 105);
}

    .crumbs::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        display: block;
        width: 6px;
        height: 58px;
        margin-right: 8px;
        background: rgb(27, 48, 105);
    }

    .crumbs p:first-child {
        font-size: 26px;
        font-weight: bold;
    }

    .crumbs p:last-child {
        font-size: 20px;
        margin-top: 4px
    }

.clock {
    margin: 30px 0 10px;
    color: rgb(27, 48, 105);
    font-size: 16px;
}

.detail-list {
    margin-bottom: 78px;
}

.detail-head, .detail-body {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .detail-head span:first-child, .detail-body span:first-child {
        width: 14%;
    }

    .detail-head :nth-child(3), .detail-head :nth-child(4), .detail-head :nth-child(5), .detail-body :nth-child(3),
    .detail-body :nth-child(3), .detail-body :nth-child(4), .detail-body :nth-child(5), .detail-body :nth-child(3) {
        width: 18%;
    }

    .detail-head :nth-child(2), .detail-body :nth-child(2), .detail-head :nth-child(6), .detail-body :nth-child(6) {
        width: 22%;
    }
/* 培训讲师样式 */
.lecturer {
    padding-bottom: 50px;
}

.screen-nav-content {
    border-bottom: 2px solid rgb(236, 236, 236);
    margin-bottom: 20px;
    width: calc(100% - 150px);
}

.screen-nav, .screen-nav-list {
    display: flex;
    height: 50px;
    overflow: hidden;
}

.screen-nav, .is-show {
    height: auto;
    overflow: visible;
}

.screen-nav-title {
    margin-right: 10px;
}

.screen-nav-list {
    flex-wrap: wrap;
    flex: 1;
}

.screen-nav-content {
    display: flex;
    flex: 1;
}

.screen-nav .screen-nav-list li {
    width: fit-content;
    border-radius: 50px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}

.screen-nav-list-active {
    background: rgb(29,43,83);
    color: #fff;
}

.screen-nav-list li:hover:not(.screen-nav-list-active) {
    background: rgba(29,43,83, 0.1);
    color: #fff;
}

.screen-icon {
    cursor: pointer;
    width: 150px;
    color: #1b3069;
    display: flex;
}

    .screen-icon img {
        height: 12px;
        transform: rotate(90deg);
        margin-left: 10px;
        margin-top: 6px;
    }

.lecturer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .lecturer-list li {
        background: #f8f8f8;
        width: 438px;
        height: 282px;
        border-radius: 10px;
        padding: 28px;
        display: flex;
        margin-bottom: 30px;
    }

.lecturer-list-img {
    box-shadow: 0 0 4px #ccc;
}

    .lecturer-list-img, .lecturer-list-img img {
        width: 170px;
        height: 220px;
        border-radius: 8px;
        margin-right: 32px;
    }

.lecturer-list-content {
    flex: 1;
    position: relative;
    font-size: 18px;
    color: #222204;
    line-height: 1.4;
}

.lecturer-list-content-title {
    font-size: 24px;
    font-weight: bold;
    color: rgb(27,48,105);
    font-family: 'SourceHanSansSC';
    margin-bottom: 22px;
}
.lecturer-list-content-subtitle {
    font-size: 18px;
    color: rgb(34,34,34);
    font-family: 'SourceHanSansSC';
}
.lecturer-list-content-href {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    cursor: pointer;
}

    .lecturer-list-content-href img {
        margin-left: 10px;
        height: 12px;
    }

.lecturerDetail-nav {
    font-size: 26px;
    color: rgb(27,48,105);
    text-align: center;
    margin: 30px 0 50px;
}

    .lecturerDetail-nav::after {
        content: '';
        display: block;
        height: 2px;
        background: rgb(27,48,105);
        margin-top: 6px
    }

/*.lecturerDetail {
    display: flex;
}*/

.lecturerDetail-img, .lecturerDetail-img img {
    width: auto;
    height: 326px;
    border-radius: 10px;
}

.lecturerDetail-content {
    font-size: 18px;
    color: rgb(34,34,34);
    padding-left: 32px;
    line-height: 1.5;
}

.lecturerDetail-content-name {
    font-size: 24px;
    color: rgb(27, 48, 105);
    font-weight: bold;
    margin-bottom: 10px;
}

.lecturerDetail-content-hospital {
    position: relative;
}

    .lecturerDetail-content-hospital::after {
        content: '';
        display: block;
        width: 40px;
        height: 6px;
        background: rgb(27, 48, 105);
        margin-top: 4px;
    }

.lecturerDetail-content-remark {
    font-size: 18px;
    margin-top: 30px;
    text-indent: 2em;
}
