
	


.inner-content-new {
		width: 100%;
		margin: 20px auto;
	}
	
	.new-content {
		width: 100%;
		height: 160px;
		border-bottom: solid 1px #DFDFDF;
		cursor: pointer;
	}
	
	.new {
		width: 1200px;
		margin: 0 auto;
		height: 160px;
		/*background: #909090;*/
	}
	
	.new .date {
		width: 250px;
		height: 160px;
		float: left;
	}
	
	.new-date-hover {
		/*background: url(../images/new_line_bg.png) center center no-repeat;*/
	}
	
	.new .date .m_d {
		text-align: center;
		font-size: 50px;
		color: #787878;
		position: relative;
		top: 36px
	}
	
	.new .date .year_ {
		text-align: center;
		font-size: 18px;
		color: #787878;
		font-weight: bold;
		position: relative;
		top: 26px;
		right: -42px;
	}
	
	.new .title_brief {
		width: 800px;
		float: left;
	}
	
	.new .title_brief .nTitle {
		height: 30px;
		padding-top: 45px;
		font-size: 16px;
		font-weight: bold;
		color: #232323;
	}
	
	.new .title_brief .nBrief {
		height: 40px;
		color: #656565;
		font-size: 12px;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		letter-spacing: 1px;
		line-height: 20px;
	}
	
	.new .arrowR {
		width: 150px;
		text-align: center;
		line-height: 160px;
		float: left;
		height: 160px;
	}
	
	.new .arrowR span {
		font-size: 25px;
		color: #232323;
	}
	
		.date {
		position: relative;
		top: 15px
	}
	
	.year_ {
		margin-top: 25px;
	}
	
	#pageList {
		clear: both;
		margin-top: 20px;
	}
