.toolbar{ height:50px; width:500px; float:left; overflow:hidden; }
.toolbar_nav{  height:50px; line-height:50px; border-top:solid 2px #DA0000; background-color:#FFFFFF; }
.toolbar_nav ul li{ list-style:none; height:50px; line-height:50px; font-size:20px; font-weight:800; float:left; width:130px; text-align:center; cursor:pointer; background-color:#F6F6F6; border-radius:0 0 5px 5px; margin-right:3px; margin-left:2px; }
.toolbar_nav ul li.cur{ background-color:#DA0000; color:#FFFFFF; }

.pagebox{  width:1300px; overflow:hidden; background-color:#FFFFFF; padding-top:10px; }

.searchbox{ width:400px; height:40px; margin:4px 0 4px 0; float:right;  padding:0; }
input.text{ width: 250px;border: 0;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px; line-height:20px;
    letter-spacing: 1px;
    outline: none;border:solid 1px #DDDDDD;
    vertical-align: top;
    padding: 0 5px; top: 0; }
input.button{ -webkit-appearance: none;
    border: 0;
    border-radius: 0;border:solid 1px #DDDDDD;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    top: 0;
    vertical-align: top;
    width: 80px;
    background-color: #AE3308;
    color: #FFFFFF;
    font-weight: 800; }
.mianzetips{ height:20px; line-height:20px;  margin-top:10px; text-align:center; }