.page-bg{
	background: white;
}

.search-div{
	box-sizing: border-box;
	padding: 15px 15px 5px 15px;
    position: relative;
}

.input-img{
	position: absolute;
	top: 26px;
	margin: auto 0;
	left: 25px;
	width: 12px;
}

.search-input{
	background: #F3F4F8;
	border-radius: 100px;
	padding: 10px 0 10px 30px;
    box-sizing: border-box;
	width: 100%;
	outline: none;
    border: none;
}

.weui-cell {
    padding: 16px 10px!important;
}

.notice-item{
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.notice-item-title{
	color: #313131;
    font-size: 16px;
    line-height: 29px;
}

.notice-item-time{
	font-size: 12px;
	color: #8B8A92;
}

.weui-flex__item{
	text-align: center;
}

.weui-flex-bg{
	border-bottom: 1px solid #e4dada;
	padding: 15px 0;
}

.table-hd{
	font-weight: bold;
	font-size: 13px;
}
.table-tr{
	font-size: 12px;
}
.top-img{
    width: 100%;
	display: block;
}
.top-left-img{
	position: absolute;
	left: 0;
    margin-top: 9px;
}
