@charset "utf-8";

.newsDetailBox {
    min-height: 300px;
}
.workTop .pageTitle {
    flex-basis: 40%;
}
.workDes {
    flex-basis: 58%;
}

select {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #969696;
    border-radius: 5px;
    padding: 0 20px;
}
.howShow::after {
    content: 'X';
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
}