*{
    box-sizing: border-box;
}
.index-last-foot{
    background: #FFFFFF;
}
.outer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    min-width: 1200px;
}
.center{
    width: 1200px;
}
.link{
    margin: 20px 0 16px;
    line-height: 14px;
}
.link a{
    font-size: 14px;
    color: #666666;
}
.link a:hover{
    color: #F79131 !important;
}
.link a i{
    font-size: 12px;
    color: #666666;
    margin: 0 4px;
}
.siteMap-title{
    line-height: 40px;
    background: #FFFFFF;
    text-align: center;
    font-size: 18px;
    color: #108391;
}
.siteMap-item{
    margin-top: 10px;
    background: #ffffff;
    padding: 20px 30px 30px;
}
.siteMap-item-name{
    font-size: 18px;
    color: #108391;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 16px;
    display: block;
}
.siteMap-item-name:hover{
    text-decoration: underline;
}
.siteMap-item-line{
    display: flex;
    flex-wrap: wrap;
}
.limit-1{
    height: 36px;
    overflow: hidden;
}
.items{
    border-right: 1px solid #CCCCCC;
    padding-right: 20px;
    margin-right: 20px;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    line-height: 16px;
}
.items:hover{
    cursor: pointer;
    color: #108391;
}
.siteMap-item-line .items:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.siteMap-item-sub-name{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}
