.bbs{
	margin-top:120px;
	min-height:500px;
}
.bbsBox{
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}
.bbsItem{
	height:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
/* .bbsItem:last-child{
	border-bottom: none;
	margin: 0;
	padding:0;
} */
.bbsItem img{
	width:64px;
	height:64px;
}
.bbsItem ul{
	margin-bottom:5px;
	overflow: hidden;
}
.bbsItem ul li{
	float: left;
	margin-right: 10px;
}
.bbsItem ul li:last-child{
	margin-right: 0;
}
.bbsItem .lastUl{
	margin-bottom:0;
}
.redColor{
	color:red;
}
.titleHandle{
	max-width:50% ;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*.workCenter {
    background-color: white;
    color: rgb(250, 80, 131);
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: -18%;
}*/
.right-view {
	display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: calc(5%);
    position: relative;
}
.right-view .ranking {
    cursor: pointer;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 20px;
    margin-right: 10%;
    color: white;
    font-size: 14px;
}
.rankingView {
    position: absolute;
    background: white;
    color: #1a1a1a;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    line-height: 30px;
    /*left: 54%;*/
    /*margin-left: calc(-10% - 210px);*/
    font-size: 13px;
    top: 50px;
    display: none;
}
.rankingView .arrow {
    position: absolute;
    left: 145px;
    top: -10px;
}
#loading {
    display: none;
    text-align: center;
}
.loadingImg {
    width: 50px;
    height: 50px;
}
.avatar{
   margin-right: 2%;
}
.avatar .item {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.info-view{
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.info-view .info {
    margin-bottom: 2%;
}
.info-view .info .grade {
	display: inline;
	margin-right: 5%;
    color: #fff;
}
.info-view .info .grade-value {
	display: inline;
    color: #fff;
}
.info-view .progress {
	display: block;
	background: white;
    height: 7px;
    position: relative;
    margin-bottom: 0px;
}
.info-view .progress img {
    position: absolute;
    left: 0;
    top: 0;
    width: 58.5%;
    height: 100%;
    width: 150.202px;
}
.zuan{
    margin-left: 5%;
    display: flex;
}
.zuan img {
    display: inline;
    margin-right: 2px;
}
.zuan span {
	display: inline;
	color: #fff;
}
