.sub-top-back {
	background-image: url(../images/sub/news/title.jpg);
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,a:hover {
	text-decoration: none;
	color: #000;
}

.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

.news-title {
	font-size: 25px;
	line-height: 40px;
}

.news-small-title {
	font-size: 20px;
}

.news-content {
	font-size: 14px;
	color: #999;
}

.news-item,.news-item-left,.news-item-right {
	height: 210px;
}

.center-section {
	margin: 30px auto;
}

.news-item {
	margin: 25px auto;
}

.news-item-title-font {
	font-size: 20px;
}

@media (max-width: 768px) {
	.news-item,.news-item-right {
		height: auto;
	}
	
	.news-item-right {
		padding: 0;
	}
	
}



