ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    /*width: 100%;*/
    /*height: 10rem;*/
    /*background: #fff;*/
    /*border-bottom: 1px solid #E5E5E5;*/
    /*padding: 2rem;*/
}

.itemLeft {
    float: left;
    margin-right: 2rem;
}

.headImg {
    width: 6rem;
    height: 6rem;
    border-radius: .4rem;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
}

.itemRight {
}

.itemTitle {
    width: 60%;
    height: 3.5rem;
    line-height: 3.5rem;
    overflow: hidden;
    color: #333;
    font-size: 2.6rem;
}

.itemTime {
    float: right;
    color: #999;
    font-size: 1.8rem;
}

.itemContent {
    width: 70%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    color: #999;
    font-size: 2rem;
}

.itemPoint {
    float: right;
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    border-radius: 50%;
    background-color: #FF2D41;
    color: #fff;
    font-size: 1.8rem;
}

.empty {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 0;
}

.emptyImg {
    width: 70%;
    margin-top: 30%;
}

.emptyTip {
    margin-top: 12%;
    color: #999;
    font-size: 2.5rem;
}

.emptyBtn {
    background-color: #ff8328;
    border-radius: .4rem;
    width: 70%;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    margin: 5% auto;
}

.emptyBtn span {
    padding-left: 1rem;
}

.top {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.6rem;
    color: #333;
    padding: 0 3rem;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.top span {
    padding-left: 1rem;
}

.top2 {
    width: 100%;
    height: 10rem;
    line-height: 10rem;
    font-size: 2.6rem;
    color: #333;
    padding: 0 2rem;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.top2 img {
    width: 6rem;
    height: 6rem;
}

.top2 span {
    padding-left: 2rem;
}

#unReadNum {
    min-width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 .8rem;
    border-radius: 1.5rem;
    background: #FF2D41;
    margin-top: -7rem;
    margin-right: 2rem;
    color: white;
    font-size: 2rem;
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
    z-index: 1;
}

#noticeItem {
    width: 100%;
    height: 10rem;
    padding: 2rem;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.clear {
    clear: both;
}

.item-li {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.item-li .item-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.item-li .item-content.animated {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.item-li .item-opts {
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    padding: 1px 0;
    top: 0;
    right: 0;
    z-index: 0;
    font-size: 2.4rem;
    color: #fff;
}

.item-li .item-opts span {
    height: 100%;
    padding: 0 2rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

