body{
    padding-top: 86px;
}
.head{
    height: 86px;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}
.logo{
    position: absolute;
    top: 20px;
    left: 40px;
}
.nav{
    position: absolute;
    right: 0;
    width: 640px;
    top: 32px;
    font-size: 14px;
    color: #666666;
}
.nav>span{
    float: left;
    width: 20%;
    cursor: default ;
}
.img{
    display: block;
    margin: 0 auto;
}
/* 新闻列表 */
.body{
    min-height: 600px;
}
.list{
    width: 1042px;
    margin: 50px auto 0;
    padding-top: 6px;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.list_img{
    width: 180px;
    height: 180px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list_title{
    color: #333333;
}
.list_time{
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}
.list_content{
    color: #808080;
    margin-top: 20px;
    line-height: 2;
    margin-bottom: 20px;
}
.Page{
    text-align: center;
}