/**!
 * 连云港工程建设-办事指南
 * date:2020-06-04
 * author: qxy;
 */

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 40px;
    background-color: #F5FAFF;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 指引标题 */
.guide-title {
    height: 70px;
    margin-top: 20px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    background: rgba(67, 153, 230, 1);
}

.guide-title > h2 {
    display: inline-block;
    padding-left: 20px;
}

.guide-hd {
    float: right;
    margin-top: 17px;
}

.guide-hd li {
    float: left;
    width: 133px;
    height: 36px;
    margin-right: 20px;
    text-align: center;
    line-height: 36px;
    background: rgba(74, 172, 255, 1);
    border-radius: 18px;
    cursor: pointer;
}

.guide-hd li.active {
    font-weight: bold;
    background: url(../images/handleGuide/hd-active.png);
}

.guide-hd li a {
    display: block;
}


/* 指引内容 */

.guide-bd {
    margin-top: 22px;
    padding-bottom: 30px;
    background-color: #fff;
}


/* 申报流程图 */

.download-row {
    padding: 20px 0 22px;
    text-align: center;
    border-bottom: 1px dashed #ebebeb;
}

.download-btn {
    padding: 0 34px 0 52px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background: #4a93ec url(../images/handleGuide/download-ico.png) 23px center no-repeat;
    border-radius: 18px;
}

.flowchart {
    margin: 40px 0;
    text-align: center;
}

.remark-wrap {
    position: relative;
    margin: 0 30px;
    padding: 25px 68px 31px;
    font-size: 16px;
    background: #f1f5f8;
}

.remark-wrap:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 8px;
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(../images/handleGuide/remark-ico.png);
}

.remark-wrap > span {
    font-weight: bold;
}

.remark-wrap .txt {
    margin-top: 20px;
    padding-left: 17px;
    background: url(../images/handleGuide/dot2.png) 0 5px no-repeat;
}


/* 事项材料清单 */

.stage-list {
    margin-bottom: 30px;
    padding-top: 40px;
    text-align: center;
}

.stage-list li {
    position: relative;
    display: inline-block;
    width: 160px;
    margin: 0 44px;
    font-size: 16px;
    cursor: pointer;
}

.stage-list li::after {
    position: absolute;
    top: 35px;
    left: 116px;
    content: "";
    width: 180px;
    height: 2px;
    background-color: #C1D2E0;
}

.stage-list li:last-child::after {
    display: none;
}

.stage-list li .icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin-bottom: 2px;
}

.stage-list li .icon.icon1 {
    background: url(../images/handleGuide/stage-icon1.png);
}

.stage-list li .icon.icon2 {
    background: url(../images/handleGuide/stage-icon2.png);
}

.stage-list li .icon.icon3 {
    background: url(../images/handleGuide/stage-icon3.png);
}

.stage-list li .icon.icon4 {
    background: url(../images/handleGuide/stage-icon4.png);
}

.stage-list li.active {
    color: #257ed7;
}

.stage-list li.active .icon.icon1 {
    background: url(../images/handleGuide/stage-icon1-h.png);
}

.stage-list li.active .icon.icon2 {
    background: url(../images/handleGuide/stage-icon2-h.png);
}

.stage-list li.active .icon.icon3 {
    background: url(../images/handleGuide/stage-icon3-h.png);
}

.stage-list li.active .icon.icon4 {
    background: url(../images/handleGuide/stage-icon4-h.png);
}

.stage-list li.active::after {
    background-color: #0886EA;
}

.stage-bd {
    padding: 0 29px;
}

.tip {
    height: 36px;
    margin: 0 29px;
    line-height: 34px;
    color: #ff9519;
    text-align: center;
    background: #fff2df;
    border: 1px dashed #f88e44;
}

.stage-bd {
    margin-top: 10px;
}

.item-wrap {
    margin-bottom: 16px;
}

.item-hd {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: url(../images/handleGuide/item-hd-bg.png);
}

.item-hd > h3 {
    display: inline-block;
    padding-left: 40px;
    background: url(../images/handleGuide/triangle.png) 20px center no-repeat;
}

.item-hd .slide {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin: 0 10px 0 16px;
    background: url(../images/handleGuide/triangle-down.png) 0 0 no-repeat;
    cursor: pointer;
}

.item-wrap.down .item-hd .slide {
    background: url(../images/handleGuide/triangle-up.png);
}

.item-bd {
    display: none;
}

.material-tb {
    width: 100%;
    margin-top: -1px;
    table-layout: fixed;
    border: 1px solid #D3EAFF;
}

.material-tb th {
    height: 40px;
    color: #666;
    text-align: center;
    background: #EBF6FF;
}

.material-tb tbody tr {
    border-top: 1px dashed #d7d7d7;
}

.material-tb tbody tr:first-child {
    border-top: 0;
}

.material-tb td {
    height: 40px;
    text-align: center;
}

.material-tb td.name {
    padding: 0 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.material-tb .download {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../images/handleGuide/download.png);
    transition: all ease 200ms;
}

.material-tb .download:hover {
    background: url(../images/handleGuide/download-active.png);
}