/* news' article page */

div.news-header h1{
	width: 730px;
	display: block;
	float: left;
}

div.news-header a.news-back {
	display: block;

	float: right;
	color: #378eef;
}

.news-page {

	width: 860px;
	margin: 0 50px;
}

.news-page .news-image {
	width: 430px;
	height: 230px;
	float: left;
	
}

.news-page a.news-back {
	display: block;
	position: relative;
	top: -40px;
	right: -20px;
	float: right;
	color: #378eef;
}

.news-page .news-header {
	/*width: 860px;*/
	
	width: 430px;
	margin-left: 430px;
	height: 40px;
	margin-top: 20px;
}

.news-page .news-header .news-title {
	width: 270px;
	height: 40px;
	float: left;
}

.news-page .news-header .news-date {
	width: 160px;
	height: 40px;
	float: left;
	text-align: right;
	color: #378eef;
}




.news-page .news-anounce {
	width: 430px;
	margin-left: 430px;
	padding-left: 40px;
}

.news-page .news-body {
	width: 860px;
	margin: 50px 0px 15px;
}

.news-page .news-body img {
	margin: 15px;
}

.news-page .news-text {
	margin-top: 40px;
}

.news-page .news-nav {
	margin-top: 50px;
	width: 100%;
	height: 52px;
}

.news-page .news-nav .news-nav-button {
	width: 250px;
	height: 50px;
	color: #c0c0c0;
	border: 1px solid #378eef;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.news-page .news-nav a:hover .news-nav-button {
	background-color: #378eef;
	color: white;
}

.news-page .news-nav .news-next {
	float: left;
}

.news-page .news-nav .news-prev {
	float: right;
}


/* news list page */

.news-preview {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c0c0c0;
	
	width: 100%;
	height: 225px;
	
	position: relative;
}

.news-preview .news-image {

	width: 285px;
	height: 225px;
	float: left;
}

.news-preview .news-image img {
	border: 0;
}

.news-preview .news-block {
	width: 675px;
	height: 225px;
	float: left;
	position: relative;
}

.news-preview .news-title {
	width: 560px;
	margin: 0 30px;
}

.news-preview .news-anounce {
	margin: 5px 30px;
}

.news-preview .news-date {
	color: #378eef;
	position: absolute;
	top: 0;
	right: 0;
}