@CHARSET "UTF-8";

.wrapper .header {
	position: relative;
	width: 1280px;
	height: 400px;
	background-image: url("../images/news.jpg");
}

.wrapper .news1, .wrapper .news2, .wrapper .news3, .wrapper .news4, .wrapper .news5  {
	position: relative;
	width: 1160px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: thick solid grey;
	background-color: white;
}

.wrapper .news1 .day, .wrapper .news2 .day, .wrapper .news3 .day, .wrapper .news4 .day, .wrapper .news5 .day
	{
	position: relative;
	width: 172px;
	height: 257px;
	margin-left: 30px;
	top: 10px;
	float: left;
}

.wrapper .news1 .day {
	background-image: url("../images/news/20131212.png");
}

.wrapper .news2 .day {
	background-image: url("../images/news/20131202.png");
}

.wrapper .news3 .day {
	background-image: url("../images/news/20131120.png");
}

.wrapper .news4 .day {
	background-image: url("../images/news/2013725.png");
}
.wrapper .news5 .day {
	background-image: url("../images/news/2013618.png");
}

.wrapper .news1 .tittle,.wrapper .news2 .tittle,.wrapper .news3 .tittle,.wrapper .news4 .tittle, .wrapper .news5 .tittle
	{
	position: relative;
	width: 800px;
	font-family: 微软雅黑;
	font-weight: 800;
	font-size: 32px;
	letter-spacing: 6px;
	left: 50px;
	top: 70px;
	float: left;
}

.wrapper .news1 .detail, .wrapper .news2 .detail, .wrapper .news3 .detail, .wrapper .news4 .detail, .wrapper .news5 .detail
	{
	position: relative;
	width: 800px;
	height: 160px;
	left: 30px;
	top: 80px;
	font-family: 微软雅黑;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	text-indent: 2em;
	line-height: 35px;
	display: block;
	float: left;
}

.wrapper .news1 .detail_in,.wrapper .news2 .detail_in,.wrapper .news3 .detail_in,.wrapper .news4 .detail_in, .wrapper .news5 .detail_in
	{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 1050px;
	top: 280px;
	cursor:pointer;
	background-image: url("../images/news/detail_in.png");
}


.wrapper .tittles{
	position: relative;
	width:800px;
	height:76px;
	color:#84C1FF;
	font-size: 30px;
	font-weight: 600;
	font-family: 微软雅黑;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}
.wrapper .news_img{
	position: relative;
	width:800px;
	height:532px;
	margin-left:240px;
	margin-top:30px;
}
.wrapper .details{
	position: relative;
	width: 800px;
	height: autopx;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-family: 微软雅黑;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	text-indent: 2em;
	line-height: 35px;
}