/*更新日志页面css*/
.content{/*background: #f1f1f1;*/border-top: 1px solid #ccc;padding-bottom: 80px;height: 100%}
.center{margin:0 auto;width: 960px;padding-top: 50px;overflow: auto;}
.list{margin-left: 120px;width: 700px;}
.list p{font-size: 28px;/*font-weight: bold;*/margin-bottom: 10px;}
.list p i{font-size: 15px;color: #333;font-weight: 500;}
.list span{display: block;margin-left: 50px;color: #31313F;}
.button{margin: 30px 0 30px 30px;}
.button a{display: inline-block;padding: 0px 15px 0 15px;line-height: 30px;text-align: center;font-size: 12px;background: #fff;border: 1px solid #ccc;
        border-radius: 3px;color: #31313F;margin-right: 10px;}
.button a:hover{background: #2472F2;border-color:#2472F2;color: #fff; }