@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}
body {
 margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 14px;
  background-color:#FDECD2;
  font-family: "宋体", Arial;

}
#wrap {
	margin: 0 auto;
}
 
 
.header {
	background-image:  url(../dj-img/dj_01.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:761px;
}
.header .title  {
  padding-top: 250px;
  height: 260px;
  width: 1005x;
  text-align:center;
  margin: 0 auto;
	}
	
.content {
	width: 1200px;
	margin: 0px auto;

}

.nr {
	width:1144px;
	height:100%;
	float: left;
    background-color:#FFF;
	border-bottom: solid #C94431;
	border-top: solid #C94431;
	margin-left:28px;
	margin-bottom: 30px;
}

.left {
	float: left;
	width:558px;
    height:100%;
	margin-left: 28px;
}
.right {
	float: left;
	width:558px;
    height:100%;
	margin-left: 25px;
}

.nr_side {
	width:560px;
	height:100%;
	float: left;
    background-color:#FFF;
	border-bottom: solid #C94431;
	border-top: solid #C94431;
	margin-bottom: 30px;
}
.new
{
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	padding-right: 30px;
	margin-bottom: 0px;
	font-size: 16px;
}
.new li
{
	line-height: 40px;
	text-align: left;	
	margin-left: 30px;
	list-style: none;
}
.new li img {
	height:22px;
	width: 22px;
	padding-top: 20px;
	}
.new a:link{color:#616161;
text-decoration:none;
}
.new a:visited{color:#616161;
text-decoration:none;
}
.new a:hover{color:#616161;
text-decoration:underline;
}
.kong {
	float:left;
	width:100%;
	height: 100px;
}	

