
/*body {*/
    /*background-color: #fff;*/
/*}*/

.grnc_box {
    width: 100%;
    height: 90px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.grnc {
    display: table;
    /*width: 100%;*/
    padding:25px 15px 0;
}
.grnc li {
    float: left;
    width: 85px;
    height: 50px;
    background-color: #999;
    margin-right: 15px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}
.grnc li:hover {
	cursor:pointer;
}	
.grnc li.last {
    margin: 0;
}
.grnc li.black {
    background-color: #111;
    color: #fff;
}

.juemi {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    background-color: #fb563a;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.dingyue {
    position: absolute;
    right: 15px;
    top: 7px;
    width: 50px;
    height: 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    font-size: 10px;
}
.dingyue:hover {
    cursor: pointer;
}
.info {
    display: block;
    width: 100%;
    height: 330px;
    padding: 15px 15px 30px;
    overflow-x: hidden;
    overflow-y: auto;
}
.info li {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    text-indent: 10px;
    cursor:pointer;
    background-image:url(about:blank);
}
.info li a {
    color: #111;
    font-size: 12px;
}
.info li i {
    float: left;
    width: 15%;
    height: 40px;
    line-height: 36px;
}
.info .red span.impot {
    float: left;
    color: #cd091b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    height: 40px;
    width: 85%;
}
.info .yellow span.impot {
    color: #ff663e;
}
.info .yellow span.cont {

}
.grnc .red { background-color: #f66264;}
.grnc .yellow { background-color: #fdbf2d; }
.grnc .blue { background-color: #43b3ec; }
.grnc .green { background-color: #49c6a1; }

#friends .itemContent {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}