table.MsoNormalTable
{
    mso-style-parent:"";
    font-size:10.0pt;
    font-family:"Times New Roman";
}
* {

    list-style: none;
    margin: 0;
    padding: 0;
}
body{
    background: url("../images/bg_wenli.jpg") ;
}
.tpc_content{font-size:10pt;padding:0 2% 0 0.5%;margin:0 0 2%}
.style11 {font-size: 18px; font-weight: bold; font-family: "华文中宋"; color: #DB5426; }
a:link {text-decoration: none;}

.wrapper{
    width: 100%;
    margin: 0 auto;
    background-color: orange;
}
.navbar{
    list-style: none;
    background-color:orange;
    height:30px;
    line-height: 30px;
}
.navbar li{
    float: left;
    padding: 0 20px;
}
.navbar li a{
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
}
.clear{
    clear: both;
}