*{
    margin:0;
    padding:0;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {text-decoration: none;color:#f12821;}
a:active {text-decoration: none;color:#333;}
#wrap{
    width:1200px;
    margin:0 auto;
}
/*头部+导航*/
#head{
    width:1200px;
    height:250px;
}
#nav{
    width:1200px;
    height:40px;
    margin:0 auto;
    background:#eb3a28;
}
.navb{
    width:1050px;
    height:40px;
    margin:0 auto;
}
.navb li{
    float:left;
    list-style-type:none;
    padding:0 24px;
    line-height:40px;
}
.navb li a{
    color:#fff;
    font-size:16px;
    text-decoration: none;
}
.navb li a:hover{
    color:#e1e1e1;
}
.clear{clear:both;}
.tw{
    width:1200px;
    height:30px;
    background: #f2f2f2;
}
.time{
    font-size: 12px;
    width:25%;
    height:20px;
    line-height:20px;
    padding-left:10px;
    float:left;
}
.login{
    width:50%;
    height:20px;
    line-height:20px;
    font-size:12px;
    float:left;
    margin-left:20px;
}
.btn1 {
    width: 58px;
    height: 18px;
    background-color: #ccc;
    border:0 solid #fff;
    font-size: 12px;
    color: #333;
}
.search {
    width:20%;
    height:20px;
    line-height:20px;
    font-size:12px;
    float:left;
    margin-left:30px;
}
.btn {
    width: 60px;
    height: 20px;
    background-color:#eb3a28;
    border: 0 solid #fff;
    font-size: 12px;
    color: #fff;
}
.title_right {
    width: 10%;
    float: right;
    line-height: 34px;
    text-align: right;
    padding-right: 10px;
}
.title_right a {
    text-decoration: none;
    color: #f12821;
    display: block;
}
.em
{
    font-style:italic;
    font-size:12px;
    color:#777777;
    float:right;
    padding-right:10px;
}
#footer{
    width:1200px;
    height:260px;
    border-top:4px solid #ff981b;
    background:#ffffed;
    margin:0 auto;
    margin-top:10px;
}
#footer p{
    font-size:12px;
    color:#333;
    line-height:30px;
    text-align:center;
    padding:20px 0 0 0;
}
.ftimg {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.page{ padding:10px 0 12px 0; text-align:center; clear:both; }