@import './fonts/iconfont';

.oa_tableData_notice {
	li {
		padding: 8px 0;
		font-size: 18px;
		border-bottom: 1px dashed #e8e8e8;
		cursor: pointer;
		.textOverflow();
		i {
			margin-right: 4px;
		}
	}
}
.textOverflow() {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.imgdiv{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
.circle{
    vertical-align: middle;
    width: 4px;
    height: 4px;   
    margin-left:8px;
    background-color:#40a9ff;      
    border-radius: 50%;      
    -moz-border-radius: 50%;      
    -webkit-border-radius: 50%;
}