@charset "utf-8";
/* CSS Document */
/*content*/
.content{
    width:1180px;
    margin:0 auto;
    overflow:hidden
}
.sidebar{
    float:left;
    width:200px
}
.sidebar h2{
    width:200px;
    height:80px;
    color:#FFF;
    background:url(../images/H2-bg.jpg) no-repeat;
    text-align:center;
    line-height:80px;
    margin-top:50px;
    font-size:30px;
    font-family:"宋体";
    font-weight:normal;
}
.sidebar ul{
    width:200px;
}
.sidebar ul li{
    width:200px;
    height:47px;
    text-align:center;
    line-height:47px;
    background:#eeeeee;
    border-bottom:#dad4d4 solid 1px
}
.sidebar ul li a{
    display:block;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal
}
.sidebar ul li a.on{
    background:url(../images/ul-bg.png);
    color:#c71c22;
}

.text{
    float:left;
    width:901px;
    margin-top:50px;
    margin-left:70px;
    font-family:"宋体";
    color:#333333;
}
.text .location {
    width:846px;
    border-bottom:#eeeeee 1px solid;
    font-size:14px; font-weight:normal;
    padding-bottom:7px;
}
.text .location a{
    color:#333333;
}
.text .location a.on{
    color:#323d8d
}
.text .location a:hover{
    color:#323d8d
}



.flip a{
    float:left;
    clear:both;
    color:#333333;
    padding:9px 5px 9px 1px;
    margin-bottom:21px
}


/*footer*/
.footer{
    clear:both
}