.news-title-list {
	display:block;
	color:#003366;
	position:relative;
	padding:0px 24px 0px 24px;
}

.news-title-list a,
.news-title-list a:hover {
	text-decoration:none !important;
	color:inherit;
}

.news-title-list .nt-all {
	display:block;
	font-size:9px;
	font-weight:bold;
	text-transform: uppercase;
	position:absolute;
	top:28px;
	right:0px;
}

.news-title-list .nt-common-head {
	font-size:24px;
	width:100%;
	margin:18px 0px 18px 0px;
}

.nt-news-other .news-title-list .nt-common-head {
	font-size:28px;
}

.news-title-list .nt-row {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.news-title-list .nt-row + .nt-row {
	margin-top:48px;
}

.news-title-list .nt-row > div {
	display:inline-block;
	width:45%;
}

.news-title-list .nt-row > div + div {
	margin-left:24px;
}

.news-title-list .nt-record {
	display:table;
}

.news-title-list .nt-record + .nt-record {
	margin-top:48px;
}

.news-title-list .nt-record .nt-body {
	display:table-row;
}

.news-title-list .nt-record .nt-body > div,
.news-title-list .nt-record .nt-body > a {
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

.news-title-list .nt-record .nt-body .nt-pic-block {
	min-width:100px;
	text-align:center;
}

.news-title-list .nt-record .nt-body .nt-pic-block img {
	max-width:100px;
}

.news-title-list .nt-record .nt-picture {
//	border-radius:8px;
}

.news-title-list .nt-record .nt-text-block {
	width:100%;
	padding-left:24px;
}

.news-title-list .nt-record .nt-text-block > div,
	display:block;
	line-height:1.33;
	margin-left:8px;
}

.news-title-list .nt-record .nt-text-block > div + div {
	margin-top:12px;
}

.news-title-list .nt-record .nt-text-block > a.nt-date {
	margin-top:0px;
}

.news-title-list .nt-record .nt-body .nt-text-block .nt-date {
	font-size:13px;
	text-transform:lowercase;
	font-weight:bold;
	color:#336699;
	margin-top:0px;
}

.news-title-list .nt-record .nt-body .nt-name {
	font-size:16px;
	margin:6px 0px 6px 0px;
	color:#336699;
}

.news-title-list .nt-record .nt-body .nt-preview {
	font-size:14px;
	line-height:1.25;
	color:#003366;
	text-align:justify;
}

.news-title-list .nt-record .nt-body .nt-preview div,
.news-title-list .nt-record .nt-body .nt-preview p {
	color:inherit;
	font-size:inherit;
	margin:0px 0px 6px 0px;
}

.news-title-list .nt-record .nt-body .nt-footer {
	white-space:nowrap;
	margin-top:18px;
}

.news-title-list .nt-record .nt-body .nt-footer > div {
	display:inline-block;
	white-space:normal;
}

.news-title-list .nt-record .nt-body .nt-ref {
	display:block;
	float:right;
	margin:12px 0px 12px 12px;
	font-size:13px;
}

.news-title-list .nt-news-pages {
	text-align:center;
	margin:24px 0px 24px 0px;
	padding:0px;
}

.news-title-list .nt-news-pages > span,
.news-title-list .nt-news-pages > a {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	margin:2px 2px 2px 2px;
	padding:4px 4px 4px 4px;
	min-width:20px;
	border-radius:2px;
}

.news-title-list .nt-news-pages > span {
	color:#999999;
}

.news-title-list .nt-news-pages > .nt-page-curr {
	font-weight:bold;
	background-color:#003366;
	color:#66CCCC;
}

.news-title-list .nt-news-pages > a {
	color:#003366;
	text-decoration:none;
	transition:all 0.4s;
}

.news-title-list .nt-news-pages > a:hover {
	background-color:#66CCCC;
	color:#003366;
	text-decoration:none;
}

