.noticeListDl{
	width:94%;
	padding: .8rem 3% .8rem 3%;
	background: #fff;
	clear: both;
	overflow: hidden;
	margin-bottom: .8rem;
}

.noticeListDl .noticeListDt{
	width: 5rem;
	float: left;
}

.noticeListDl .noticeListDd{
	float: right;
	width: calc(100% - 6rem);
}

.noticeListDl .noticeListDt img{
	width:100%;
	height: 4.5rem;
    object-fit: cover;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
}

.noticeListDl .noticeListTitle{
	font-size: 1.15rem;
	color: #333;
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	height:1.5rem;
	line-height:1.5rem;
}

.noticeListDl .noticeListText{
	font-size: .9rem;
	color: #b3b3b3;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin: 0.3rem 0 0.1rem 0;
    height: 1.3rem;
    line-height: 1.3rem;
    width: 100%;
}

.noticeListDl .noticeListDd .noticeListTips{
	width: 100%;
	height: 1.5rem;
}

.noticeListDl .noticeListDd .noticeListTips .noticeListTipsLeft{
	float: left;
	height: 1.5rem;
}

.noticeListDl .noticeListDd .noticeListTips .noticeListTipsLeft .timeLogo{
	height: 1.05rem;
	float: left;
	margin-top: 0.3rem;
	margin-right:0.1rem;
}

.noticeListDl .noticeListDd .noticeListTips .noticeListTipsLeft .noticeTime{
	color: #b3b3b3;
	line-height: 1.05rem;
	font-size: 1.05rem;
	float: left;
	margin-top: 0.3rem;
}

.noticeListDl .noticeListDd .noticeListTips .check{
	display:block;
	float: right;
	font-size: .8rem;
	color: #999;
	height:1.5rem;
	line-height: 1.5rem;
}

.topImg{
	position: fixed;
	right: 0;
	bottom:5rem;
	opacity: 0.8rem;
}

@media screen and (max-width:375px){
    .noticeListDl .noticeListDt{
		width: 7.5rem;
	}
	
	.noticeListDl .noticeListDd{
		width: calc(100% - 8.5rem);
	}
	
	.noticeListDl .noticeListTitle{
		font-size: 1.1rem;
	}
	
	.noticeListDl .noticeListText{
		font-size: 1rem;
		margin: 1px;
	}
	
	.noticeListDl .noticeListDd .noticeListTips .noticeListTipsLeft .timeLogo{
		height: 1rem;
	}
	
	.noticeListDl .noticeListDd .noticeListTips .noticeListTipsLeft .noticeTime{
		font-size: 1rem;
	}
	
	.noticeListDl .noticeListDd .noticeListTips .check{
		font-size: 1rem;
	}
	
	
}

.txtTitle{
	width: 100%;
	padding: 1.2rem 0 1rem 0;
	clear: both;
	overflow: hidden;
	background: url(../img/notice/line.png) no-repeat bottom center;
	background-size:100% 1px;
}

.txtTitle .txt{
	width: 90%;
	text-align: center;
	line-height: 1.5;
	color: #333;
	font-size: 1.2rem;
	margin: 0 auto;
}

.txtTitle .issueTime{
	text-align: center;
	color: #bbb;
	font-size: 1rem;
	margin-top: 0.4rem;
}

.txtMain{
	line-height: 1.5;
	color: #666;
	padding: 1.2rem 4%;
	width:92%;
}

.txtMain img{
	width:100%;
	height:100%;
}

.txtMain p{
	width:100%
}

.txtBtn{
	font-size: 1rem;
	color: #1A93CA;
	border: 1px #1A93CA solid;
	border-radius: 5px;
	height: 2.4rem;
	width: 7rem;
	background: #fff;
}

.mRight{
	margin-right: 9rem;
}

.curTxt{
	background: #ccc;
	border: 0;
	color: #fff;
}

.onload{
	display: inline-block;
	height: 2.3rem;
	-webkit-animation: onloadPhoto 3s linear infinite;
    animation: onloadPhoto 3s linear infinite;
}

@keyframes onloadPhoto{
	0% { 
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	} 
	100% {  
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}

@-webkit-keyframes onloadPhoto{
	0% { 
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {  
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}


@media screen and (max-width:420px){
	.mRight{
		margin-right: 5rem;
	}
}

@media screen and (max-width:375px){
	.mRight{
		margin-right: 4rem;
	}
}

@media screen and (max-width:320px){
	.mRight{
		margin-right: 3rem;
	}
}