﻿h1, h2, h3, h4, h5, h6, td, th, i, p, a img, fieldset, ul, li, form, body, textarea {
    font-size: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    font-weight: normal;
    border: 0;
    font-family: 'Helvetica','Microsoft YaHei';
    color: #333333;
}


img {
    display: block;
}

.hs20 {
    height: 20px;
}


#topNavLink a {
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 30px;
}


    #topNavLink a.top-nav-active {
        background: #006fbc;
        display: block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        border-radius: 50px;
        box-shadow: 0 0 5px 2px rgba(0,111, 188, 0.3);
        cursor: pointer;
        padding: 2px 30px;
    }

.NewsDetail {
    max-width: 85%;
    margin: 40px auto 0 auto;
    padding-bottom: 50px;
}

    .NewsDetail h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .NewsDetail img {
        display: block;
        max-height: 350px;
        margin: 0 auto;
    }

    .NewsDetail p {
        margin-top: 20px;
        line-height: 160%;
        text-indent: 32px;
        font-size: 16px;
    }
