﻿
/*公告公示-详情-流程节点样式*/
.process_box 
{
    text-align: center;
}

.process_ul {
    position: relative;
    margin: 15px 19px 0;
    padding-top: 21px;
    font-size: 0;
    border-top: 1px solid #e2e2e2;
    z-index: 0;
}

.process_list {
    position: relative;
    display: inline-block;
    width: 145px;
    text-align: center;
}

.process_list > div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    background: #e6e6e6;
    box-shadow: 0px 0px 5px 0px rgba(152, 152, 152, 0.54);
}


.process_list > div.cur {
    background: #ffa44c;
    cursor: pointer;
}

.process_list > div.finish {
    background: #51a6f5;
    cursor: pointer;
}


.process-line {
    position: absolute;
    top: 42px;
    left: 65px;
    right: 65px;
    height: 3px;
    background: #ced9e4;
    z-index: -1;
}

.process_list > p {
    line-height: 38px;
    font-size: 17px;
    padding: 0 3px;
    color: #51a6f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.process_list:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 57px;
    width: 173px;
    height: 15px;
    background: url('../images/icon_arr_line.png')center center no-repeat;
    z-index: -1;
}

.process_list:nth-last-child(1):after {
    content: none;
}


.content-title2 {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    text-align: left;
}
 .xm_lists {
    margin-top: 10px;
    text-align: left;
}

.xm_lists td {
    line-height: 2;
    border-bottom: 1px dashed #dcdcdc !important;
}

.xm_lists td:last-child {
    text-align: right;
}

.xm_lists td a {
    font-size: 16px;
    color: #333;
}
.xm_lists td>a.ayes {
    color: #51a6f5;
}

.xm_lists td span {
    font-size: 14px;
    color: #666;
}
.process_list > p.aNo
{
    color: #c5c3c3;
}
.process_list > p>a.acur
{
    color: #e68d37;
}
.process_list > p>a.ayes {
    color: #51a6f5;
}

/*location面包屑样式*/
.ewb_location {
	font-size: 14px;
    padding-left: 3px;
    font-family: 'Microsoft YaHei';
    line-height: 42px;
    height: 42px;
    text-indent: 19px;
    color: #333;
    margin-bottom: 5px;
}
.ewb_location a {
    color: #333;
}

.ewb_location span {
    color: #ff6603;
}