﻿.aboutFrame {
    background: #F8F8F8;
    padding-top: 20PX;
}

.about {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.aboutLeft {
    float: left;
    width: 200px;
    margin-right: 20px;
    background: #fff;
}

    .aboutLeft ul li {
        padding: 0px 24px 0px;
        margin: 27px 0px;
        font-family: Arial, Microsoft YaHei;
    }

        .aboutLeft ul li a {
            color: #555;
        }


        .aboutLeft ul li.selection {
            border-left: 2px solid #007CCD;
            padding-left: 22px;
        }

            .aboutLeft ul li.selection a {
                color: #007CCD;
            }

.aboutRight {
    float: left;
    width: 880px;
    background: #fff;
    padding-bottom: 60px;
    min-height: 800px;
}

    .aboutRight .title {
        border-bottom: 1px solid #ECECEC;
        height: 66px;
        line-height: 66px;
        padding-left: 30px;
    }

        .aboutRight .title ul {
            width: 900px;
            overflow: hidden;
        }

            .aboutRight .title ul li {
                float: left;
                color: #999999;
                text-align: center;
                margin-right: 36px;
                font-size: 14px;
            }

                .aboutRight .title ul li a {
                    color: #999999;
                }

                    .aboutRight .title ul li a.selection {
                        border-bottom: 2px #000000 solid;
                        line-height: 66px;
                        display: block;
                        color: #333;
                    }

    .aboutRight .agreement .links {
        font-size: 13px;
        margin-top: 20px;
    }

    .aboutRight .banner {
        width: 820px;
        height: 420px;
        margin: 0 auto;
        background: #E7E7E7;
        margin-top: 32px;
    }

    .aboutRight .content {
        width: 820px;
        margin: 0 auto;
    }

        .aboutRight .content p {
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 28px;
            color: #333;
        }

        .aboutRight .content .titleB {
            font-size: 14px;
            font-weight: bold;
            margin-top: 40px;
        }

    .aboutRight .contentA {
        width: 820px;
        margin: 0 auto;
        padding-bottom: 130PX;
    }

        .aboutRight .contentA p {
            font-size: 15px;
            margin-bottom: 10px;
            line-height: 20px;
            color: #666;
        }

        .aboutRight .contentA .titleB, .aboutRight .agreement .titleB {
            font-size: 15px;
            font-weight: bold;
            margin-top: 40px;
            color: #333;
        }

    .aboutRight .copyright {
        width: 820px;
        margin: 0 auto;
        min-height: 500px; /*padding-bottom:120PX;*/
    }

        .aboutRight .copyright p {
            font-size: 14px;
            margin-top: 25px;
            line-height: 28px;
            color: #333;
        }

            .aboutRight .copyright p a {
                color: #007CCD;
            }

    .aboutRight .agreement {
        width: 820px;
        margin: 0 auto;
        padding-bottom: 10PX;
    }

        .aboutRight .agreement p {
            font-size: 14px;
            margin-top: 25px;
            line-height: 28px;
            color: #333;
        }

    .aboutRight .spacing {
        padding-top: 20px;
    }

    .aboutRight .content p.zi16 {
        font-size: 16px;
    }
