
a {
    transition: all 0.3s ease;
}

button:focus {
    outline: none;
}

a:hover,
a:focus {
    color: #0275d8;
    text-decoration: none;
    outline: none;
}

ul, h1 {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    background: #000;
    font-family: 'Î¢ÈíÑÅºÚ';
    padding-left: 60px;
    padding-right: 60px;
    /*overflow-x: hidden;*/
}

p {
    line-height: 2;
}

    p:last-child {
        margin-bottom: 0;
    }

.tm-img {
    padding: 15px;
}

.tm-footer-text {
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 30px 15px;
}

.tm-footer a {
    color: #fff;
}

.tm-container {
    background-color: white;
    margin: 0 auto;
    padding: 0 auto;
    padding: 30px 45px;
    width: 1200px;
    position:relative;
}

.navbar-row {
    position: relative;
}

.navbar-container {
    background-color: #cc9900;
    font-size: 1em;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    z-index: 1000;
}

.navbar {
    color: white;
    font-size: 1em;
    padding: 0;
}

.navbar-container.sticky {
    background-color: rgba(204, 153, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    font-size: 1em;
    padding: 0em 1em;
}

.navbar-brand {
    color: white;
    /*display: inline-block;*/
    margin: 0;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        color: white;
    }

.nav-item {
    float: left;
    list-style: none;
    font-size: 1em;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
    color: white;
    display: block;
    font-weight: bold;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background-color: #9a6600;
        color: white;
        text-decoration: none;
    }

.tm-page-content {
    margin-top: 160px;
}

.tm-section {
    width: 90%;
    margin: 0 auto;
    padding: 0 auto;
    height: 600px;
    color: #000;
    padding-top: 20px;
    border-bottom: solid 2px #dca619;
    position:relative;
}

.tm-footer {
    background-image: url(../img/strip-bg-05.jpg);
    font-weight: 300;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.yearcontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .yearcontent ul li {
        width: 100%;
        border-left: solid 3px #dfbf84;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

        .yearcontent ul li .year_left {
            width: 8.29em;
            height: auto;
            position: relative;
            margin-top: 0.5em;
        }

            .yearcontent ul li .year_left .yearcircle {
                position: absolute;
                left: -0.6em;
                top: 0.6em;
                background-color: #dfbf84;
                width: 1em;
                height: 1em;
                border-radius: 50%;
            }

            .yearcontent ul li .year_left .yearnav {
                background: url('../images/nb_year@2x.png');
                background-size: 100% 100%;
                color: #000;
                width: 6.36em;
                height: 2.29em;
                margin-left: 1em;
                text-align: center;
            }

                .yearcontent ul li .year_left .yearnav b {
                    line-height: 2em;
                    font-size: 1.1em;
                    letter-spacing: 3px;
                }

        .yearcontent ul li .year_right {
            padding: 0px 2px 26px 2px;
            height: auto;
            min-height: 2.3em;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-bottom: 1px solid #dfbf84;
            margin-top: 4px;
        }

.workscontent {
    width: 400px;
    position:absolute;
    left:50%;
    margin-left:-200px;
    margin-top:20px;
}

 