﻿.ExploreEntModule {
    margin: 0 auto;
    width: 1300px;
    position: relative;
    display: flex;
}

.ExploreEntModule_Tag {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: default;
}

.ExploreEntModuleBox:first-child {
    margin-left: 0px !important;
}

.ExploreEntModuleBox {
    margin: auto;
    text-align: center;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 0px;
    padding: 10px 0;
    cursor: default;
    width: 314px;
}

.ExploreEntModule_EntLogo {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
}

    .ExploreEntModule_EntLogo > img {
        height: 100%;
        width: 100%;
    }

.ExploreEntModule_EntName {
    font-size: 16px;
    color: #55738B;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*white-space:nowrap;*/
}

.ExploreEntModule_EntRecruitment {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

    .ExploreEntModule_EntRecruitment > a > span {
        color: #0378D8;
    }

.ExploreEntModule_EntVideo {
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    height: 177px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

    .ExploreEntModule_EntVideo > img {
        width: auto;
        height: 100%;
        max-width: 100%;
    }

.ExploreEntModule_EntVideoPlayButton {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.ExploreEntModule_EntVideoPlayButton_Arrow {
    position: absolute;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-35%,-50%);
}

.ExploreEntModule_EntIntroduction {
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    white-space: nowrap;
    width: 90%;
}

.VideoLayer {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0,0,0,0.4);
}

.VideoLayer_Content {
    margin: auto;
    z-index: 888;
    background-color: #fff;
    position: relative;
}

.VideoLayer_BtnClose {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0,0,0,0.4);
    transform: translateX(100%);
}

.VideoLayer_Body {
    width: 800px;
    height: 450px;
    margin: 25px;
}

.VideoLayer_Mask {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
}
