@charset "utf-8";
body {
    width: 100%;
    height: 100%;
    background: #F0F0F0
}

.career-detail {
         display: flex;
                    position: fixed;
                    top: 0;
                    z-index: 999;
                    left: 0;
                    bottom: 0;
                    background-color: rgba(0, 0, 0, 0.4);
                    right: 0;
width:100%;
height:100%;
}

.career-detail .cont1{
    overflow: hidden;
    margin-bottom: 45px;
    height: 510px;
    overflow-y: scroll;
}

#popUpBox{
   display:none
}
.career-detail .left {
    width: 897px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
position: absolute;
    top: calc(50% -  330px);
    left: calc(50% - 450px);
}

.career-detail .left h2 {
    font-size: 24px;
    font-weight: bold;
    color: #27426F;
    line-height: 38px;
}

.career-detail .left .tab {
    margin: 20px 0
}

.career-detail .left .tab span {
    padding: 0 15px;
    background: #F6F6F6;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
    font-weight: 500;
    color: #909090;
    display: inline-block;
    cursor: pointer;
}
.career-detail .left .tab span:hover{
    
background: #f1a968;
    
color: #fff;
}
.career-detail .left h3 {
    font-size: 20px;
    font-weight: bold;
    color: #27426F;
    line-height: 30px
}

.career-detail .left p {
    /* font-size: 16px; */
    font-weight: 500;
    color;
    line-height: 30px;
}

.career-detail .right {
    flex-grow: 1;
    margin-left: 20px
}

.career-detail .right .other {
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.career-detail .right .other .top {
    height: 49px;
    background: #F1A968;
    border-radius: 4px 4px 0px 0px;
    line-height: 49px;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
}

.career-detail .right .other .text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 4px;
    /* height: 90px; */
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    margin: 10px;
    padding: 10px 0 5px;
}

.career-detail .right .other .text .cere span {
    color: #404040;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 63%;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}
.career-detail .right .other .text:hover .cere span{
        color: #D69962;
}
.career-detail .right .other .text .cere h2 {
    font-size: 24px;
    font-weight: 400;
    color: #FF0404;
}
.career-detail .right .other .text .major{

line-height: 53px;
}
.career-detail .right .other .text .major p{
    
font-size: 16px;
    
font-weight: 400;
    
color: #838383;
    
padding-left: 10px;
}
.career-detail .right .other .text .major span {
    color: #838383;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}

.career-detail .right .other .text:last-child {
    border-bottom: none
}
#HBox{width:300px;height:270px;margin:0 auto;box-shadow:1px 1px 5px #333;-webkit-box-shadow:1px 1px 5px #333;display:none;background-color:#ffffff;}