.tishi {
    width: 100%;
    border-radius: 16px;
    background-image: linear-gradient(180deg, rgba(41, 206, 179, 0.1) 0%, rgba(41, 206, 179, 0) 100%);
    margin-left: 15px;
    padding: 15px;
	border-left: 10px solid #624514;
    box-shadow: 0 2px 8px 0 #00000014;
    box-sizing: border-box;
}
.job-detail h2 {
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.content em {
    height: 22px;
    width: 40px;
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
    background: #2ca6e0;
    left: 0;
    text-align: center;
    top: 0;
    font-style: inherit;
}