.ps-header{
    box-shadow: none;
    text-align: center;
    margin: 10px 0px;
    padding-bottom: 10px;
}
.ps-header .title hr{
    height: 3px;
    background-color: black;
}
fixedwidth.webMap{
    padding-bottom: 50px;
}
article{
    border:0;
    border-left: 1px solid #999;
    margin: 10px;
    padding: 0px;
}
article section{
    padding-bottom: 30px;
    position: relative;
}
article section:last-child{
    padding: 0;
}
article section>a{
    display: block;
    margin-left: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}
article section>a::before{
    content: '';
    width: 15px;
    height: 15px;
    background-color:#3963c5 ;
    display: inline-block;
    /* margin-left: -28px; */
    border-radius: 15px;
    position: absolute;
    left: -8px;
    top: 5px;
}
article section children{
    display:  flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
article section children>a{
    width: 25%;
    padding:8px 20px;
    font-size: 16px;
    color: #999;
}