body, ul, span, table, tr, td, tbody, li, a {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    overflow-x: hidden;
}

.split-line {
    margin-top: -3px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul {
    list-style: none;
    -webkit-padding-start: 0px;
}

div.container {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    background-color: white;
}

.context {
    margin: 0 auto;
    width: 1156px;
    padding-top: 15px;
}

div.menu {
    width: 1357px;
    margin: 0 auto;
    height: 70px;
    position: relative;
    background-color: white;
}

    div.menu ul {
        height: 70px;
        width: 1360px;
        position: absolute;
        top: 0px;
    }

        div.menu ul li {
            float: left;
        }

div.friendlink {
    background-color: #DDE2E5;
    width: 100%;
    height: 78px;
}

    div.friendlink ul {
        padding-top: 13px;
        width: 800px;
        margin: 0 auto;
    }

        div.friendlink ul li {
            float: left;
            line-height: 27px;
            width: 30%;
            text-align: center;
            display: inline-block;
            font-size: 16px;
        }

            div.friendlink ul li A {
                text-decoration: none;
                color: #3D503F;
            }

                div.friendlink ul li A:visited {
                    text-decoration: none;
                    color: #663300;
                }

.footer {
    width: 100%;
    background-color: #00a4e3;
    padding: 20px 0;
}

 .footer .footer-bar {
    display: flex;
    align-items: center;
    width: 1156px;
    height: 161px;
    margin: 0 auto;
    justify-content: center;
}

.index-topnews {
    width: 1156px;
    margin: 0 auto;
    height: 47px;
    padding-left: 75px;
}


ul.leftmenu {
    list-style: none;
}

    ul.leftmenu li.top {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f4ce3c;
        font-weight: bold;
        color: #663300;
        font-size: 18px;
        letter-spacing: 5px;
    }

    ul.leftmenu li.active {
        background-color: #00a0e9;
        font-weight: bold;
    }

    ul.leftmenu li {
        text-align: center;
        margin-top: 1px;
        background-color: #e3e2df;
        line-height: 45px;
        margin-bottom: 1px;
        border-color: #e3e2df;
    }

    ul.leftmenu * {
        font-family: "Microsoft YaHei";
        font-size: 16px;
        color: #363636;
    }

    ul.leftmenu li.video {
        font-family: "Microsoft YaHei";
        font-size: 18px !important;
        color: #363636;
    }


li.newsitem {
    border-bottom: 1px dotted gray;
    line-height: 30px;
    width: 100%;
    height: 30px;
}

    li.newsitem span.title {
        display: inline-block;
        float: left;
    }

.list A {
    text-decoration: none;
    font-size: 14px;
    color: #666666;
}

    .list A:visited {
        text-decoration: none;
        color: #006666;
    }

.list .date {
    color: #CC9900;
    font-size: 12px;
    width: 90px;
    text-align: center;
    display: inline-block;
}

.breadline * {
    font-size: 14px;
    color: #333333;
}

.breadline A {
    color: #333366;
}

    .breadline A:visited {
        color: #663300;
    }