.Project-title {
    display: flex;
    align-items: flex-end;
    width: 94%;
    padding: .3rem 3%;
}

.Project-title h1 {
    color: #484848;
    font-size: .34rem;
    font-weight: normal;
    margin-right: .1rem;
}

.Project-title p {
    color: #d9d9d9;
    font-size: .3rem;
    text-transform: uppercase;
}

.Project-inner {
    width: 94%;
    margin: 0 auto;
    padding-bottom: .6rem;
}

.Project-inner li {
    padding: 0 .1rem;
    margin-bottom: .35rem;
}

.Project-inner li:nth-child(odd) {
    background: #dcf0ff;
}

.Project-inner li:nth-child(even) {
    background: #f5f5f5;
}

.Project-inner li:nth-child(odd) h1 {
    color: #1e80ff;
}

.Project-inner li:nth-child(even) h1 {
    color: #666666;
}

.Project-inner li h1 {
    font-size: .28rem;
    font-weight: normal;
    line-height: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: .01rem solid #fff;
}

.Project-inner li .state {
    display: flex;
    justify-content: space-between;
    line-height: .8rem;
}

.Project-inner li .state p {
    color: #999;
    font-size: .22rem;
}
