#nav {
    overflow: hidden;
    font-size: 20px;
    color: #515151;
    background: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    
}

ul, li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#nav .current {
    color: #3e6490;
    padding-left: 4.2%;
}

#nav li {
    float: left;
    padding-right: 10px;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

#nav>ul>li>div {
    display: inline-block;
    position: relative;
}

#nav .current .navHint {
    position: absolute;
    bottom: 1px;
    height: 2px;
    width: 100%;
}

#nav .current .navHint {
    background: #3e6490;
}

.ft {
    
    background-color: #FFF;
}
.topNews .ft li.on {
    height: auto;
    
    line-height: auto;
    padding-top: 5px;
}

.ft li {
    border-bottom: solid 1px #EBEBEB;
    font-size: 16px;
    color:#6f6565;
    padding-left: 5px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    white-space: normal;
    overflow: hidden;
}
.newstu img {
    max-width: 70px;
    height: 52px;
    margin-right: 4%;
    margin-top: 5px;
}

.ft a {
    color: #333333;
}
a, a:visited {
    text-decoration: none;
    color: #000000;
}

a {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.newstu {
    margin-right: 10px;
    float: left;
    display: block;
    text-align: center;
}

.topNews .ft li.on h2 {
    text-align: left;
    height: 25px;
        margin: 0;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    white-space: normal;
}
