.pear-notice .layui-this {
	color: #5FB878 !important;
}

.pear-notice li {
	border-right: 1px solid whitesmoke;
}

.pear-notice * {
	color: dimgray !important;
}

.pear-notice span{
	margin-left: 20px;
	font-size: 13px;
}

.pear-notice img{
	margin-left: 8px;
	width: 33px!important;
	height: 33px!important;
	border-radius: 50px;
}

.pear-notice-item{
	height: 45px!important;
	line-height: 45px!important;
}


/** 滚动条样式 */
.pear-notice *::-webkit-scrollbar{width:4px;height:4px;}
.pear-notice *::-webkit-scrollbar-track{background: white;border-radius:2px;}
.pear-notice *::-webkit-scrollbar-thumb{background: #E6E6E6;border-radius:2px;}
.pear-notice *::-webkit-scrollbar-thumb:hover{background: #E6E6E6;}
.pear-notice *::-webkit-scrollbar-corner{background: #f6f6f6;}


