/*!
 * 专家入库须知
 * date：2020-10-27
 * author：qianyuting
 */

body {
    background: none;
}

.em-menus-item > a:after {
    display: none !important;
}

.em-info-hd {
    height: 76px;
    line-height: 76px;
    font-size: 22px;
}

.em-info-hd span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.em-info-hd span:before {
    position: absolute;
    left: 6px;
    top: 50%;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -10px;
    background-color: #0773fc;
}

.ewb-article {
    padding: 20px 0 175px;
}

.ewb-article h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.ewb-article-info {
    padding-top: 15px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    word-break: break-all;
}

.ewb-article-img {
    display: block;
    margin: 10px auto;
    max-width: 750px;
}

.ewb-article-h6 {
    font-size: 16px;
}

.ewb-article-p {
    padding: 6px 0;
    font-size: 16px;
    text-indent: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}
