﻿
.header {
    width: 100%;
}

.tips a {
    color: #000;
    font-size: 18px;
}

.tips {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-top: 30px;
}

p.itme_name {
    background: #f7f7f7;
    color: #000;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
}

.itme_info, .itme_title {
    display: none;
}

.current .itme_info,
.current .itme_title {
    display: block;
}

span.job_num {
    margin-left: 5px;
}

.itme_info {
    border-bottom: 1px solid #c5c1c1;
    min-height: 55px;
    width: 90%;
    margin: 0 5%;
}

.itme_info span {
    line-height: 55px;
}

.itme_title {
    padding: 15px;
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.itme_title p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

p.itme_brief {
    white-space: break-spaces;
}

.job_item {
    color: #7d7d7d;
}

p.itme_name.selected {
    background: #b72727;
    color: #fff;
}
.container{
    padding-bottom: 20px;
}
p.itme_name::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #000;
    top: calc( 50% - 1px);
    cursor: pointer;
}

p.itme_name::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    top: calc( 50% - 1px);
    background: #000;
    transform: rotate(90deg);
    cursor: pointer;
}

p.selected::before {
    background: #b72727;
    cursor: pointer;
}
