body {
    background: #FFF url(../image/bg.jpg) repeat-x;
}

#title {
    height: 60px;
    width: 1197px;
    margin: 0px auto;
}

    #title #title_img {
        float: left;
    }

    #title #visitnum {
        float: right;
        font-family: 'Microsoft YaHei';
        font-size: 13px;
        font-weight: 600;
        position: relative;
        margin-top: 24px;
    }

#CEN {
    margin: 0px auto;
    width: 1197px;
    position: relative;
    background-color: rgb(192, 217, 235);
}


#header {
    background-color: rgb(9, 46, 80);
    width: 1197px;
    height: 40px;
}

    #header a {
        border-top: solid 2px #FFF;
        color: #FFF;
        font-weight: 800;
        display: block;
        text-decoration: none;
    }

    #header ul {
        width: 1197px;
        height: 40px;
        position: relative;
        left: -40px;
    }


        #header ul li {
            float: left;
            width: 133px;
            text-align: center;
            font-family: 'Microsoft YaHei';
            list-style-type: none;
            cursor: pointer;
            height: 40px;
            color: #FFF;
            line-height: 40px;
        }


#CEN #content {
    margin-top: 50px;
}

    #CEN #content #text {
        margin-left: 500px;
        width: 650px;
        padding-top: 30px;
        margin-bottom: 170px;
        font-family:'Microsoft YaHei';
    }

        #CEN #content #text td {
            height: 50px;
            width: 400px;
        }

            #CEN #content #text td a {
                font-family: 'Microsoft YaHei';
                font-size: 16px;
                font-weight: 700;
                color: #000;
                cursor: pointer;
            }

                #CEN #content #text td a:hover {
                    color: #808080;
                }

    #CEN #content #image {
        padding-top: 30px;
        float: left;
        width: 430px;
        margin-left: 47px;
    }


        #CEN #content #image img {
            width: 340px;
            height: 270px;
            border: solid 10px #FFF;
        }


#CEN #bottomlink {
    background-color: rgb(9, 46, 80);
}

    #CEN #bottomlink .flink {
        color: #FFF;
        font-family: 'Microsoft YaHei';
        width: 200px;
        border-bottom: solid #FFF 2px;
        margin-left: 20px;
        padding-top: 20px;
        margin-right: 190px;
    }

    #CEN #bottomlink #coverlink a {
        color: #FFF;
        text-decoration: none;
    }

        #CEN #bottomlink #coverlink a:hover {
            text-decoration: underline;
        }

    #CEN #bottomlink ul {
        color: #FFF;
        font-family: 'Microsoft YaHei';
        font-size: 12px;
    }

    #CEN #bottomlink #coverlink {
        margin-left: 23px;
    }



    #CEN #bottomlink #footer {
        color: #FFF;
        font-family: 'Microsoft YaHei';
        font-size: 10px;
        font-weight: 700;
        margin-top: 40px;
    }
