#postTop h4{
    height: 38px;
    line-height: 38px;
    border-bottom: 3px solid #20CE5A;
    font-size: 16px;
}
#postTop h4 span{
    background: #20CE5A;
    width: 103px;
    display:inline-block;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
#postTop h4 #toTop{
    float: right;
    position: relative;
}
#postTop h4 #toTop #pop{
    position: absolute;
    font-size:12px;
    padding: 20px 10px;
    line-height: 1.5em;
    width: 11em;
    background:#fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgb(202, 201, 201);
    left: -10px;
    top: 30px;
    display: none;
}
#postTop h4 #toTop #pop a{
    color: #3E74C6
}
#postTop h4 #toTop i{
    color:#3E74C6;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
}
.postItem {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.postItem:last-child{
    border: none;
}
.singleLine{
    padding: 14px 0 14px 30px;
}
.postItem a {
    color: #222;
}
.postItem .postItem_rule {
    color: red;
    font-size:14px;
}
.postItem .postItem_first {
    display: flex;
    align-items: center;
}
.postItem .postItem_first .postItem_flag {
    height: 18px;
    display: block;
    margin-right: 4px;
}
.postItem .postItem_first .postItem_flag img {
    height:18px;
}
.postItem .postItem_first .postItem_title {
    color: #222222;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    flex: 1;
}
.postItem .postItem_first .postItem_title :hover{
    color: #06f;
}
.postItem .postItem_first .postItem_user{
    width: 100px;
    text-align:right;
    color: #7E7E7E;
    font-size:14px;
}
.postItem .postItem_first .postItem_title_toleft {
    margin-left: -10px;
}
.postItem .postItem_first .postItem_salary {
    flex: 1;
    text-align: right;
    color: #f03131;
    font-size: 14px;
    white-space: nowrap;
}
.postItem .postItem_second {
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
}
.postItem .postItem_second span {
    display: inline-block;
    background: #f4f4f4;
    padding: 2px 8px;
    margin-right: 20px;
}
.postItem .postItem_second span:last-child {
    margin-right: 0;
}
