.contents{
    width:1003px;
    height:600px;
    margin:0 auto;
}
.user-contents{
    width:250px;
    height:450px;
    border-radius: 5px;
    background:#fff;
    float:left;
    overflow: hidden;
    border:1px solid #bfbfbf;
    margin-top:10px;
}
.user-contents-one{
    width:100%;
    height:150px;
   background:red url('../images/header_background.jpg')repeat-x  ;
    border-bottom: 2px solid #c82e2d;
}
.user-ico{
    width:90px;
    height:90px;
    background:pink;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
    top:10px;
    overflow: hidden;
}
.user-ico img{
    height:90px;
    width:90px;
}
.user-name{
    height:50px;
    line-height: 50px;
    width:100%;
    text-align: center;
    margin-top:10px;
    font-size:16px;
    font-weight: bold;
}
.user-contents-two{
    height:50px;
    line-height: 50px;
    width:100%;
    border-top:1px solid #bfbfbf;
    border-bottom:2px solid #c82e2d;
  text-indent: 10px;
    margin-top:5px;
}
.user-contents-two a{
    display:block;
    height:50px;
    width:100%;
    color:#000000;
}
.user-contents-two a:hover{
    display:block;
    height:50px;
    width:100%;
    background:#c82e2d;
    text-indent: 40px;
    color:#fff;
}
.user-contents-two a:hover span{
    padding-right:60px;
}
.user-contents-two a span{
    float:right;
    padding-right:20px;
}

.bill-contents{
    width:745px;
    height:450px;
    float:right;
    border-radius: 5px;
    overflow: hidden;
    background:#fff;
    border:1px solid #bfbfbf;
    margin-top:10px;
}
.bill-contents-header{
    height:40px;
    width:100%;
    line-height:40px;
    border-bottom: 2px solid #c5201f;
    font-size:16px;
    font-weight:bold;
    text-indent:10px;
    background:url('../images/index_guangg.jpg')repeat-x 100% 100%;
}
.bill-contents-middle{
    width:100%;
    height:260px;
}
.bill-classification{
    width:320px;
    height:100px;
    background:#0672cc;
    float:left;
    margin:23px;
    border-radius:5px;
    color:#fff;
    overflow: hidden;
}
.fund-inquiry{
    width:300px;
    height:100px;
    line-height: 100px;
    text-align:center;
    background: #e57c38;
    float:left;
    margin:15px;
    border-radius:5px;
    overflow: hidden;
    font-weight:bold;
    font-size:18px;
}
.fund-inquiry a{
    display:block;
     width:100%;
     height:100%;
    color:#fff;
}
.fund-inquiry a:hover{
    background:#6da82b;
}
.fund-inquiry span{
    font-size:30px;
}
.bill-classification-header{
    height:35px;
    line-height: 35px;
    width:100%;
    text-indent: 10px;
    font-size:16px;
    border-bottom: 1px solid #fff;
}
.bill-classification-left{
    display: inline-block;
    height:65px;
    line-height: 65px;
    width:47%;
    float:left;
    text-align:center;
    font-size:14px;

}
.bill-classification-middle{
    display: inline-block;
    height:65px;
    line-height: 65px;
    width:3%;
    float:left;
    text-align:center;
    font-size:25px;
}

.bill-classification-right{
    display: inline-block;
    float:left;
    height:65px;
    line-height: 65px;
    width:50%;
    text-align: center;
    font-size:14px;

}
.bill-classification-right span{
    font-size: 26px;
    padding-left:5px;
    padding-right:5px;
}
.day-bills{
    float:left;
    width:100%;
    height:220px;
    background:#fff;
    margin-top:10px;
    overflow: hidden;
    border-radius: 5px;
    border:1px solid #bfbfbf;
}
.day-bills-header{
    width:1003px;
    height:40px;
    line-height: 40px;
    background:url('../images/index_guangg.jpg')repeat-x;
    background-size:45px 100%;
    border-bottom:2px solid#c5201f;
}
.day-bills-left{
    width:501px;
    height:180px;
    float:left;
}
.day-bills-right{
    width:501px;
    height:180px;
    float:right;

}
.day-bills-btn,.month-bills-btn{
    width:401px;
    height:150px;
    background: #eeeeee;
    border:1px solid #bfbfbf;
    margin:10px auto;
    border-radius:5px;
    overflow: hidden;
}
.day-bills-btn a,.month-bills-btn a{
    display:block;
    width:401px;
    height:150px;
}

.day-bills-btn a:hover,.month-bills-btn a:hover{
    background: rgba(179, 179, 179, 0.56);
}


.day-bills-btn-left,.month-bills-btn-left{
    width:120px;
    height:120px;
    line-height: 120px;
    background:#0672cc;
    border-radius: 50%;
    margin-top:15px;
    margin-left:19px;
    color:#fff;
    text-align: center;
    float:left;
}
.day-bills-btn-right,.month-bills-btn-right{
    width:251px;
    height:150px;
   float:right;
    text-align:center;
}
.day-bills-btn-right h1,.month-bills-btn-right h1{
    display:block;
    padding-top:40px;
    color: #4b4b4b;
}
.day-bills-btn-right span,.month-bills-btn-right span{
    display:block;
    padding-top:10px;
    color: #888888
}


