@charset "UTF-8";
/**
 * 功能：服务指南详情页
 * @author: wqg
 * @data: 2020-06-10
 */

.service-guide-box {
    width: 1280px;
    padding: 0 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(150,150,150,0.10),
    0 2px 4px rgba(150,150,150,0.22);
}

.page-inner {
    position: relative;
    padding-left: 100px;
}

.page-inner img {
    max-width: 80%;
}

.go-back-btn {
    position: relative;
    margin-left: 15px;
    margin-top: 25px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #11406c;
    line-height: 30px;
    border-radius: 0 4px 4px 0;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.go-back-btn:before {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    border-right: 15px solid #efefef;
    border-left: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.go-back-btn:hover{
    background:rgba(239,239,239,.8);
}

.go-back-btn:hover:before {
    border-right-color: rgba(239,239,239,.8);
}

.service-guide-name h1 {
    min-height: 120px;
    line-height: 120px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.service-guide-nav {
    height: 40px;
    border-top: 1px dashed #11406c;
    border-bottom: 1px dashed #11406c;
    margin-bottom: 15px;
}

.service-guide-nav ul {
    overflow: hidden;
}

.service-guide-nav ul li {
    float: left;
    width: 25%;
    height: 40px;
    text-align: center;
}

.service-guide-nav ul li a {
    position: relative;
    display: block;
    width: 96px;
    height: 40px;
    margin: 0 auto;
}

.service-guide-nav ul li a span {
    display: block;
    font-size: 14px;
    color: #11406c;
    text-align: center;
    line-height: 40px;
}

.service-guide-nav ul li a.disabled span {
    color: #999;
    cursor: no-drop;
}

.service-guide-nav ul li span:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.service-guide-nav ul li span:last-child {
    padding-left: 40px;
}

.service-guide-nav ul li:nth-child(1) a span:first-child {
    background: url("../../images/fusionPortal/icon-btn-handle.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(2) a span:first-child {
    background: url("../../images/fusionPortal/icon-btn-consult.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(3) a span:first-child {
    background: url("../../images/fusionPortal/icon-btn-message.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(4) a span:first-child {
    background: url("../../images/fusionPortal/icon-btn-yuyue.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(1) a.disabled span:first-child {
    background: url("../../images/fusionPortal/icon-btn-handle-disabled.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(2) a.disabled span:first-child {
    background: url("../../images/fusionPortal/icon-btn-consult-disabled.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(3) a.disabled span:first-child {
    background: url("../../images/fusionPortal/icon-btn-message-disabled.png") no-repeat center/20px 20px;
}

.service-guide-nav ul li:nth-child(4) a.disabled span:first-child {
    background: url("../../images/fusionPortal/icon-btn-yuyue-disabled.png") no-repeat center/20px 20px;
}

.service-guide-item {
    margin-bottom: 15px;
    width: 100%;
}

.service-guide-title {
    padding: 10px 0;
}

.service-guide-title h2 {
    height: 20px;
    padding-left: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    border-left: 6px solid #003C88;
}

.service-guide-item img {
    max-width: 100%;
}

.service-item-table-header {
    background: #F6F6F6;
}

.service-guide-item .item-desc {
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.service-guide-item .item-desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.service-guide-item .item-desc ul li {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.service-guide-item .item-desc img {
    width: 100%;
}

/*---------- 基本信息 ----------*/
.basic-info-desc {
    padding: 20px 0 0 10px;
}

.basic-info-desc table {
    border-collapse: collapse;
}

.basic-info table tr td {
    padding: 9px 20px;
    height: 24px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ddd;
}

.basic-info table tr td:nth-child(1),
.basic-info table tr td:nth-child(3) {
    width: 10%;
    max-width: 120px;
    padding: 9px 30px;
}

.basic-info table tr td:nth-child(2),
.basic-info table tr td:nth-child(4) {
    width: 40%;
    max-width: 250px;
}

.item-desc table {
    width: 100%;
    border-collapse: collapse;
}

.item-desc table tr th:first-child {
    width: 495px;
}

.item-desc table tr td,
.item-desc table tr th {
    padding: 9px 20px;
    height: 24px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /*white-space: nowrap;*/
    border: 1px solid #ddd;
}

.service-guide-desc p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 30px;
}

/*---------- 前置条件 ----------*/
.precondition {

}

/*---------- 申请材料 ----------*/
.application-material {

}

.application-material h2 {

}

.application-material .item-desc ul li h2 {
    font-size: 14px;
}

.application-material .item-desc dl {
    margin: 0;
}

.application-material .item-desc dl dt {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.application-material .item-desc dl dd {
    margin: 0;
    line-height: 30px;
    overflow: hidden;
}

.application-material .item-desc dl dd span,
.application-material .item-desc dl dd a {
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.application-material .item-desc dl dd span {
    width: 16px;
    height: 16px;
    padding: 7px 0;
    margin-right: 5px;
}

.application-material .item-desc dl dd span img {
    width: 16px;
    height: 16px;
}

.application-material .item-desc dl dd a {
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.application-material .item-desc dl dd a:hover {
    color: #11406c;
}

/*---------- 办理流程 ----------*/
.handle-process textarea {
    width: 100%;
    min-height: 250px;
    border: 0;
    line-height: 14px;
    overflow:auto;
    resize:none;
}

/*---------- 返回件说明 ----------*/
.return-note {

}
/*---------- 附件 ----------*/
.attachment .item-desc ul li {
    line-height: 30px;
    overflow: hidden;
}

.attachment .item-desc ul li span {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 7px 0;
    margin-right: 5px;
}

.attachment .item-desc ul li span img {
    width: 16px;
    height: 16px;
}

.attachment .item-desc ul li a {
    float: left;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.attachment .item-desc ul li a:hover {
    color: #11406c;
}

/*---------- 固定导航 ----------*/
.handle-center-overflow-show {
    overflow: visible !important;
}

.service-guide-fixed-nav {
    position: fixed;
    top: 217px;
    left: 0px;
    z-index: 999;
    width: 80px;
}

.service-guide-fixed-nav ul {

}

.service-guide-fixed-nav ul li {
    margin-bottom: 10px;
}

.service-guide-fixed-nav ul li a {
    display: block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.service-guide-fixed-nav ul li a.active {
    background: #B84332;
    color: #fff;
}

.service-guide-item .elobby-txts {
    padding: 20px 0 0 10px;
}

.service-guide-item .elobby-txts p  {
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.service-guide-item .elobby-txts table{
    border-collapse: collapse;
}

.service-guide-item .elobby-txts td  {
    border: 1px solid rgb(38, 38, 38) !important;
}

.service-guide-item .default-icon {
    width: 115px;
    margin: 0 auto;
}

.service-guide-item .default-icon span {
    display: block;
    width: 115px;
    height: 115px;
    margin-bottom: 15px;
}

.service-guide-item .default-icon span img {
    width: 115px;
    height: 115px;
}

.service-guide-item .default-icon p {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.service-right-sidebar p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}