﻿body {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
}

.banner {
    text-align: center;
}

    .banner img {
        width: 100%;
    }


.nav-bg {
    width: 100%;
    height: 48px;
    background-color: #24A750;
}

.nav {
    width: 1000px;
    margin: 0 auto;
}

    .nav ul {
        list-style-type: none;
    }

        .nav ul li {
            width: 110px;
            float: left;
            text-align: center;
            font-family: 'Microsoft YaHei';
        }

            .nav ul li a {
                color: #fff74b;
                text-decoration: none;
                line-height: 48px;
            }

            .nav ul li:hover {
                background-color: #fff;
            }

            .nav ul li a:hover {
                color: #24A750 !important;
            }

.active {
    background-color: #fff;
}

    .active a {
        color: #24A750 !important;
    }

.content {
    margin: 10px auto;
    max-height: 1000px;
    padding: 10px 10px;
    display: table;
}

.left {
    width: 230px;
    border: 1px solid #ededed;
    display: table-cell;
    vertical-align:top
}

.right {
    width: 740px;
    border: 1px solid #ededed;
    display: table-cell;
}

.left-title {
    width: 100%;
    background: #24A750;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    padding: 10px 0px;
}

.left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


    .left ul li {
        text-align: center;
        font-family: 'Microsoft YaHei';
        border-bottom: 1px solid #ededed;
    }

        .left ul li a {
            color: #24A750;
            text-decoration: none;
            line-height: 48px;
        }


.content-table {
    text-align: center;
    width: 100%;
}

.footer {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #24A750;
    color: #fff74b;
    display: table;
}


