* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
body{
	margin: 0px;
	padding: 0px;
}



ul ,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none
}
a:hover {
    color: #0082cd;
    text-decoration: none;
}

.header{
	width: 100%;
	height: 200px;
}
.content{
	width: 1000px;
	height: 700px;
	margin: 10px auto 0px auto;
	position: absolute;
	top: 120px;
	left: 200px;
}

.content .nav{
	width: 150px;
	height: 250px;
	float: left;
	
}

.content .nav ul li {
	width:100% ;
	margin-top: 5px;
}
.content .nav ul li:hover {
	background-color: #ff0000;
}
.content .nav ul li a{
	line-height: 50px;
	font-size: 18px;
	color: #000000;
	font-family: "microsoft yahei";
	font-weight: bold;
	display: block;
	text-align: center;
}


.content .nav ul li a:hover{
	color: #ffffff;
}

.content .cont{
	width: 820px;
	height: 1100px;
	background-color: #FFFFFF;
	float: right;
	margin:5px auto 0px 30px;
}
.content .cont .dj{
	height: 470px;
	width:100%;
	box-shadow:20px 20px 20px -20px #b2b2b2
}
.content .cont .dj .col{
	
	height: 50px;
	border-left: #FF0000 5px solid;
}
.content .cont .dj .col span{
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: red;
	font-weight: bold;
	margin-left: 15px;
}
 .content .cont .dj .coldes span{
	 width: 95%;
	 font-size: 14px;
	 margin: auto;
	 display: block;
 	border-bottom: 1px  dashed #ff0000;
 }
 
  .content .cont .dj .tit ul {
	  margin-top: 10px;
  }
 

  .content .cont .dj .tit ul li{
	list-style: disc;
	line-height: 38px;
	margin-top: 5px;
	width: 85%;
	margin: auto;
	border-bottom: #d3d3d3 1px dashed;
 }
 .content .cont .dj .tit ul li a{
 	font-size: 15px;
 	color: #333;
 	float: left;
 }
  .content .cont .dj .tit ul span {
  	  font-size: 14px;
  	  color: #333;
  	  float: right;
	  margin-right: 30px;
  }
 
 
 .content .cont .dj .tit ul li:hover a{
 	font-weight: bold;
	color: #FF0000;

 }
 .content .cont .dj .tit ul li:hover span{
 	font-weight: bold;
 	color: #FF0000;
 }

.footer{
	position: absolute;
	top: 1400px;
	z-index: -10;
}
