@charset "UTF-8";

/**!
 * 张掖公共资源
 * author: gaoli;
 */


/* loc */

.ewb-loc {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 36px;
    border-bottom: 2px solid #15c477;
    background: url(../images/home.png) no-repeat 11px center #fff;
}
.ewb-loc a {
    color: #555;
}
.ewb-loc span {
    color: #15c477;
}
.ewb-main-h2 {
    padding-top: 22px;
    font-size: 24px;
    text-align: center;
}
.ewb-main-bar {
    margin-top: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #999;
    background-color: #eee;
}
.ewb-main-bar a {
    color: #999;
}
.ewb-main-sp1 {
    margin: 0 16px;
}
.ewb-main-sp2 {
    margin: 0 9px;
}
.ewb-main-sp3 {
    margin: 0 5px;
}
/* flow */

.ewb-flow {
    height: 121px;
    padding-top: 36px;
    text-align: center;
    background:#fff;
}
.ewb-flow-items{
    display: inline-block;
}
.ewb-flow-item {
    position: relative;
    float: left;
    height: 95px;
    cursor: pointer;
}
.ewb-flow-font{
    position: absolute;
    left:-3px;
    top:72px;
    width:110px;
    color:#15c477;
    text-align: left;

}
.ewb-flow-font.done1{
    left:-20px;
}
.ewb-flow-font.done2{
    left:-15px;
}
.ewb-flow-font.done3{
    left:-8px;
}
.ewb-flow-font.cur{
    left:5px;
}
.ewb-flow-font.done{
    color:#666;
}
.ewb-flow-num {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
}
.ewb-flow-num.cur {
    width:66px;
    height: 66px;
    line-height: 66px;
    margin-top: -8px;
    background-image: url(../images/having.png);
}
.ewb-flow-num.in {
    background-image: url(../images/ing.png);
}
.ewb-flow-num.end {
    background-image: url(../images/done.png);
}
.ewb-flow-item>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.ewb-flow-xian {
    float: left;
    width: 59px;
    height: 50px;
    background: url(../images/flow_in.png) no-repeat center;
}
.ewb-flow-xian.end {
    width:67px;
    background-image: url(../images/flow_done.png);
}

/* 内容 */

.ewb-main-con {
    position: relative;
}
.ewb-tab-hd {
    position: absolute;
    top: 0;
    right: -80px;
    padding-top: 13px;
    width: 100px;
    min-height: 144px;
    background: url(../images/detail_tab_bg.png) 6px 0 no-repeat;
}
.ewb-tab-tt {
    display: block;
    margin-top: 30px;
    padding-left: 39px;
    font-size: 14px;
    color: #666;
    background: url(../images/tab_item_icon.png) 11px 50% no-repeat;
}
.ewb-tab-tt.cur {
    color: #cd8512;
    background: url(../images/tab_item_iconh.png) 0 50% no-repeat;
}
.ewb-main-wrap {
    padding: 0px 45px;
    min-height: 400px;
}
.ewb-up-arr {
    margin-top: 5px;
    display: block;
    width: 17px;
    height: 10px;
    background: url(../images/up_arr.png) center no-repeat;
}
.ewb-tab-con-hd {
    margin: 24px 6px 0;
    background: url(../images/detail_tab_line.png) 97px center no-repeat;
}
.ewb-tab-con-hd a {
    padding-left: 10px;
    width: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 5px solid #cd8512;
}
.ewb-msg {
    padding: 0 45px;
}
.ewb-msg-bd {
        font-size: 12pt;
    line-height: 25pt;
    font-family: 'SimSun';
}
.ewb-msg-tt {
    font-size: 14pt;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.ewb-msg-p {
    line-height: 25pt;
    font-size: 12pt;
    text-indent: 35px;
}
.ewb-msg-add {

    text-indent: 24.1pt;
}
.ewb-msg-add>span {
    font-weight: bold;
}
.ewb-table {
    width: 314.65pt;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
}
.ewb-table tr th {
    border: 1pt solid #333;
    height: 33px;
    text-align: center;
    font-weight: bold;
}
.ewb-tr-th1 {
    width: 64px;
}
.ewb-tr-th2 {
    width: 283px;
}
.ewb-tr-th3 {
    width: 71px;
}
.ewb-table tr td {
    text-align: center;
    border: 1pt solid #333;
    height: 33px;
}
.ewb-msg-add p,
.ewb-msg-add div,
.ewb-msg-indent p {
    margin-left: 5.5pt;
}
.ewb-msg-indent p {
    margin-left: 68px;
}
.ewb-msg-comp{
    text-align: right;
    margin-top: 30px;
}
.ewb-msg-date{
    text-align: center;
    margin-top: 33px;
}