.page-topnav {
    width: 1200px;
    margin: 0 auto;
    background: #f4f4f4;
    font-size: 12px;
    font-family: "PingFang SC", "Microsoft YaHei", "STHeiti", "Heiti SC", "SimHei", "SimSun", Arial, sans-serif;
}
.page-topnav a{
    text-decoration: none;
    color: #3e3a39;
    transition: all 300ms ease;
}
.newggtablebox {
    border: 1px solid #dee2e4;
    margin-bottom: 20px;
    margin-top: 10px;
}

.newggtablebox table {
    width: 100%;
    border-collapse: collapse;
}

.newggtablebox table tr td {
    text-align: center;
    border: 1px solid #dee2e4;
    width: 150px;
    overflow: hidden;
}

.newggtablebox table tr td a {
    padding: 0 2px;
    display: block;
    text-align: center;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    color: #999;
    transition: 0s;
    background: #FFFFFF;
}

.newggtablebox table tr td a:hover {
    background: #ff4339;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0px 0 20px #929292;
}


