.font1126428{ font-size: 9pt ;}

.jsfc {
    overflow: hidden;}
.jsfc li {    position: relative;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 35px;
    margin: 1%;}
.jsfc li a {
    font-size: 18px;}
.jsfc li a:hover {
    color: #0e4f8f;
    text-decoration: underline;}
.jsfc li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0e4f8f;
    display: block;
    left: 25%;
    position: absolute;
    top: 45%;
    transform: translate(-50%);}
