body {
	background: url(bg_dszt.png) top center no-repeat;
}
html,body {
    min-width:1400px;
}
a {
    text-decoration: none;
    color: #202020;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.container {
	width: 1200px;
	margin:0 auto;
	position: relative;
}
.header {
	height: 340px;
}

.header .logo {
	position: absolute;
	left:0;
	top: 10px;
}
.header .backHome {
	position: absolute;
	right:0;
	top: 250px;
	width: 96px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #333;
	background: #fff;
}

.leftNews  {
	width: 769px;
    padding:0 10px;
    margin: 10px 0;
    float: left;
}
.leftNews h3 a{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.leftNews span.summary {
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
    display: block;
}
.leftNews  span.more a{
    color: #d30124;
    font-size: 14px;
    line-height: 30px;
}
.leftNews span.date {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.leftNews ul {
	margin-top: 20px;
	padding: 0;
}
.leftNews li {
    width: 729px;
    float: left;
    line-height: 40px;
    text-align: left;
    background: url(dot_dszt.png)  5px 18px no-repeat;
    padding-left: 25px;
}
.leftNews li a {
	color: #666666;
}

.leftNews li span {
    float: right;
    color: #999;
}
.rightNews {
	width: 360px;
	float: right;
}
.footer {
	background-color: #7d1414;
	width: 100%;
	height: 150px;
	margin-top: 30px;
}
.footer p {
	color: #fff;
	text-align: center;
	padding-top: 65px;
}
