@import '../css/reset.css';
@import '../css/base.css';
/* content */
.pageList {
	padding-top: 10px;
}
dl.newsList {
	padding: 10px;
	border-bottom: 1px dashed #E5E5E5;
	max-height: 132px;
	overflow: hidden;
}
	
dt.imgDt {
	/* padding: 0 5px 0 0; */
}
dd.imgDd {
	padding: 0 0 0 5px;
}
dl.newsList dt img {
	width: 100%;
	max-height: 132px;
	display: block;
}
dl.newsList dd h3 {
	margin-bottom: 5px;
}
dl.newsList dd h3 a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}
dl.newsList dd h3 a:hover {
	color: #134EA2;
}
dl.newsList dd p {
	color: #858585;
	font-size: 12px;
}
.text_p {
	margin-top: 5px;
	width: 100%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #858585;
	font-size: 12px;
	line-height: 20px;
}
/* 小分辨率 */
@media screen and (min-width: 992px){
	
}
/* 手机 */
@media screen and (max-width: 768px){
    dl.newsList dd h3 a {
    	display: inline-block;
    	width: 100%;
    	word-break: break-all;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 3;
    	overflow: hidden;
		white-space: inherit;
		font-size: 12px;
    }
	dl.newsList dd h3 {
		margin-bottom: 0;
	}
	dl.newsList dd p {
		font-size: 10px;
	}
    
}