/* 主体内容 */

html,
body {
	background: #edf1f5;
}
/*通知提醒*/
.tz_box>a {
	display: block;
	background: rgba(255, 255, 255, 1);
	border-bottom: 0.02rem solid #f2f2f2;
	display: flex;
	align-items: flex-start;
	padding: .25rem .28rem .32rem .2rem;
}

.tz_box>a:last-child {
	border-bottom: none;
}

.tx_boxr {
	flex: 1;
	margin-left: .1rem;
}

.tx_box_img {
	width: 0.9rem;
	height: 0.9rem;
	background: url(/images/my/noticeIndex_notice.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.tx_boxr .tx_boxr_text {
	font-size: 0.32rem;
	color: rgba(34, 34, 34, 1);
	line-height: 0.48rem;
	margin-bottom: .3rem;
}

.tx_boxr .tx_boxr_date {
	font-size: 0.26rem;
	color: rgba(153, 153, 153, 1);
	line-height: 0.2rem;
}

.has_point .tx_boxl .tx_box_img:after{
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	top:0.08rem;
	right: 0.08rem;
	background: #F35334;
}
.tx_default{
	text-align: center;
	padding-top: 3.5rem;
	width: 100%;
	overflow: hidden;
}
.tx_default img{
	display: block;
	width: 1.81rem;
	margin: 0 auto;
	margin-bottom: .32rem;
}
.tx_default p{
	color: #999;
	font-size: .28rem;
	margin-left: 0.5rem;
}
/*通知详情*/
.tz_details{
	padding: .28rem .32rem 0 .32rem;
}
.tz_details_tit{
	font-size: .36rem;
	color: #222222;
	line-height: .48rem;
	margin-bottom: .25rem;
}
.tz_details_time{
	font-size: .26rem;
	color: #999999;
	margin-bottom: .4rem;
}
.tz_details_content p{
	font-size: .28rem;
	color: #333333;
	line-height: .48rem;
	margin-bottom: .3rem;
}
.tz_details_content img{
	display: block;
	max-width: 100%;
}