@media screen and (max-width:768px){
	.enterwarp{padding: 0.625rem;}
	.item{overflow: hidden;width:100%;margin-bottom: 30px;}
	.pic{width: 100%;margin-bottom: 0.625rem;}
	.pic img{border-radius: 4px;}
	#pagetext{text-align: center;}
	#pagetext a{border: 1px solid #ccc;padding: 5px 10px;background-color: #fff;margin-right: 5px;}
	#pagetext span{display: none;} 
}
@media screen and (min-width:769px){
	.item{overflow: hidden;width:100%;background-color:  #fff; margin-bottom: 30px;padding: 30px;box-sizing: border-box;border-radius: 5px;position: relative;}
	
	.item dl.picdl{padding-left: 120px;}
	.item dl.nopicdl{width:100%;height: 100px;float: left;}
	.item dl dt a:hover{color: #f60;}
	
	/* 分页 */
	#pagetext{width: 100%;height: 40px;line-height: 40px;overflow: hidden;}
	#pagetext a{border: 1px solid #ccc;padding: 5px 10px;background-color: #fff;margin-right: 5px;}
	#pagetext span{padding: 0 3px;}
}

.item dl dt{font-size: 18px;font-weight: bold;padding-bottom: 6px;}
.item dl dt a{color: blue;text-decoration: underline;}
.item dl dd{padding-bottom: 6px;width: 100%;overflow: h;}
	.item dl dd span{display: block;font-size: 16px;color: #666;padding-bottom: 6px;}
	.item dl dd strong{display: block;font-weight: normal;font-style: normal;}
	.item dl dd strong em{font-style: normal;padding-left: 10px;}
	.item dl dd strong a{color: blue;text-decoration: underline;}
	.item dl dd strong  a:hover{color: #f60;}
	