.sous input:-webkit-autofill,
.sous input:-webkit-autofill:hover,
.sous input:-webkit-autofill:focus,
.sous input:-webkit-autofill:active {-webkit-transition-delay: 9999s; -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;}

/**组件样式**/
    #twonav {
    list-style: none;
    padding: 0;
    margin: 0;}


    #twonav li {
    position: relative;
    background: #aa040b;}

    #twonav li:last-child {
    border-bottom: none;}


    #twonav a {
    display: block;
    text-decoration: none;
    font-size: 14px;}




    ul#threenav a {
    padding-left: 40px;
    color:#fff;}
    ul#fournav a {
    padding-left: 59px;
        color:#fff;}

    #twonav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;}


    #twonav ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;}

    #twonav ul.expanded {
    max-height: 1000px;
    display: block;}
#vsb_content_501 TABLE{border:none !important; margin: 0px auto !important;}

