*{
    margin: 0;
    padding: 0;
    font-family:  "PingFangSCLight","΢���ź�", "����", "����";
    border: none;
    list-style: none;
}
body{
    background: #f0f0f0;
}
a{
    text-decoration: none;
}

.head{
    position: relative;
    top: 0;
    width: 100%;
    max-width: 777px;
    height: 65px;
    background: white;
    font-size: 22px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
.head img{
    transform: rotate(180deg);
    margin-top: 17.5px;
    position: absolute;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
.head span{
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 65px;
}

ul{
    width: 100%;
    max-width: 777px;
    height: auto;
    margin: auto;
}
ul li{
    width: 100%;
    max-width: 777px;
    word-break:break-all;
    height: auto;
    line-height: 65px;
    border-bottom: 1px solid #ddd;
    background: white;
    font-size: 15px;
}
ul li a{
    display: block;
    height: 100%;

    background: white;
    overflow: hidden;
    word-break:break-all;
    color: #606060;
    padding: 0 15px;
    text-align: justify;

}
ul li:last-child{
    border: none;
}
ul li img.tup{
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 10px;margin-top:15px;
}
ul li span{
    color: #606060;
    float: left;
    margin-left: 15px;
    line-height: 65px;
}
ul li img.jit{
    float: right;
    width: 21px;
    height: 21px;
    margin-top: 22px;

}

i{
    clear: both;
}