*{
    margin: 0;
    padding: 0;
}
.title{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}
.info{
    background: linear-gradient(to right, #667DEA, #4EA8FB);
    font-size: 14px;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}
.touxiang{
    width:100px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.shadow{
    width: 92%;
    margin-left: 4%;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    z-index: 3;
}
.item{
    width: 94%;
    margin-left: 3%;
    border-bottom: 1px solid #DADADA;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.left{
    float: left;
    color: #020202;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: .1em;
    z-index: 20;
}
.right{
    float: right;
    right: 0;
    text-align: right;
    font-size: 13px;
    color: #6E6E6E;
    letter-spacing: .05em;
    z-index: 20;
    position: absolute;
}
.bg{
    position: absolute;
    height: auto;
    width: 80%;
    margin-left: 5%;
    margin-top: 140px;
    opacity: 0.1;
}