﻿.content{
    background: #f1f1f1;
    font-size: 14px;
}
.box{
    width: 1169px;
    margin: 0 auto;
    padding-top: 10px;
    background: white;
    overflow: hidden;
}
.box .left-box{
    float: left;
    width: 650px;
    margin-left: 50px;
    margin-right: 150px;
}
.left-box .title{
    font-size:22px;
    font-weight: 800;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.left-box .item2{
    padding-left: 20px;
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 20px;
    position: relative;
}
.left-box .item2 >div:first-child{
    margin-bottom: 20px;
}

.left-box .item2 .money{
    color:#fd2439;
}
.left-box .item2 .time{
    color:#c8b0a3;
}
.left-box .item2 .name{
    margin-right: 70px;
    font-size: 16px;
    font-weight: 800;
}
.left-box .item2 .info{
    margin-bottom: 10px;
    font-size: 16px;
    color: #8c8c8a;
}
.left-box .item2 .info>div:first-child{
    width: 300px;
}
.left-box .item2 .info>div{
    display: inline-block;
}
.left-box .item2 .item-btn{
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #bb242b;
    color: #e4eaf8;
    position: absolute;
    top: 1px;
    right: 10px;
}
.right-box{
    float: right;
    width: 280px;
    margin-right: 20px;
}
.right-box .context{
    border: 1px solid #e8e8e8;
}
.right-box .context .top{
  border: 1px solid #e8e8e8;
}
.right-box .context .top div{
    padding-left: 20px;
    padding-top:10px;
    font-size: 24px;
}
.right-box .context .top .more{
    display: block;
    font-size: 12px;
    text-align: right;
}
.right-box .context .item1 img{
    width: 230px;
    height: 200px;
}
.right-box .context .item1{
    text-align: center;
}
.right-box .context .item1>div:last-child{
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
}
.right-box .item1 .img-box {
    height: 200px;
}
.pagination{
    text-align: center;
	margin-bottom:20px;
}
.pagination .btn{
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    background: #2c70c5;
    color: white;
    margin: 0 5px;
}