.read-list{
    width: 97.2%;
    overflow: hidden;
    margin: 15px 1.4% 0;}
.read-list .item{
    display: inline-block;
    width: 49%;
    height: 38px;
    line-height: 38px;
    float: none;
    padding: 0;
    margin-right: 1%;}
.read-list .item:nth-child(2n){
    margin-right: 0;}
.read-list .item .link{
    width: 97%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;}
.read-list .item .link:hover{
    color: #868383;}
.reading{
    background: #f1f1f1;
    margin-top: 20px;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;}
.read-point{
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c9c9cb;}