.macro_track_title {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

#macro_track {
    font-family: "MicrosoftYaHei-Bold";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.macro_node {
    position: relative;
    min-height: 120px;
    float: left;
    width: 100%;
    clear: both;
}

.macro_node .macro_node_index {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 245px;
    top: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

.macro_node.macro_node_dealing .macro_node_index {
    background: #0c8615 no-repeat center;
    color: #ffffff;
}

.macro_node.macro_node_noaccept .macro_node_index {
    background: #0c8615 no-repeat center;
    color: #ffffff;
}

.macro_node.macro_node_dealed .macro_node_index {
    background: #3e74bb url("images/node_dealed.png") no-repeat center;
    color: transparent;
}

.macro_node.macro_node_dealed.macro_node_back .macro_node_index {
    background: #D9001B url("images/node_dealing.png") no-repeat center;
    color: transparent;
}

.macro_node.macro_node_nostart .macro_node_index {
    background-color: #dddddd;
    color: #ffffff;
}

.macro_node:after {
    position: absolute;
    content: '';
    width: 0;
    height: calc(100% - 36px);
    border: 1px dashed #dddddd;
    left: 263px;
    top: 36px;
}

.macro_node:last-child:after {
    display: none;
}

.macro_node_left {
    float: left;
    width: 210px;
}

.macro_node_right {
    float: left;
    margin-left: 116px;
    width: calc(100% - 450px);
    border-radius: 3px;
    border: solid 1px #e6e6e6;
    padding: 15px 17px 15px 17px;
    position: relative;
    margin-bottom: 20px;
}

.macro_node_right div span {
    color: #2170d9;;
}

.macro_node_right:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-right-color: #e6e6e6;
    position: absolute;
    left: -20px;
    top: 12px;
}

.macro_node_right:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-right-color: #fff;
    position: absolute;
    left: -19px;
    top: 12px;
}

.macro_node_collect {
    margin-left: 326px;
}

.macro_node_collect:before {
    border: 10px transparent solid;
    border-bottom-color: #e6e6e6;
    left: 20px;
    top: -21px;
}

.macro_node_collect:after {
    border: 10px transparent solid;
    border-bottom-color: #fff;
    left: 20px;
    top: -20px;
}

.macro_node_name {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
    margin-top: 14px;
}

.macro_node_deptName, .macro_node_endTime {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 12px;
    color: #999999;
}

.macro_node_opinion_title, .macro_node_collect_title {
    float: left;
    width: 100%;
    font-size: 14px;
    height: 14px;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.macro_node_opinion, .macro_node_collect_info {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
    min-height: 40px;
}