			
			.dkjl {
				position:relative;
				width: 100%;
				float:left;
				padding-top: 61px;
			}
			
			.dkjl-title {
				border-bottom: 1px solid #cbcbcb;
				font-size: 21px;
				color: #000;
				line-height: 35px;
				padding:20px 0;
				font-family: 微软雅黑;
			}
			
			.dk-left {
				width: 70%;
				float: left;
			}
			
			.dk-left
			li {
				float: left;
				width: 100%;
				list-style-type: none;
			}
			.dk-left li{
				border-bottom: 1px dashed #222;
			}
			.dk-left li span {
				float: left;
				width: 25%;
				text-align: left;
				padding: 20px 0;
				font-size: 14px;
			}
			.dk-left li span img{
				width: 12px;
				height: 12px;
			}
			.dk-page {
				float: right;
				margin-top: 15px;
			}
			.dk-page span{
				background: #f6f6f6;
				font-size: 13px;
				float: left;
				padding: 3px 10px;
				margin-left: 5px;
			}
			
			.dk-right{
				width: 25%;
				float: right;
				border: 1px solid #c7c7c7;
				margin-top: 20px;
			}
			.dk-right h6{
				width: 100%;
				text-align: center;
				margin-top: 30px;
				font-size: 13px;
				color: #222;
			}
			.dk-right h1{
				width: 100%;
				text-align: center;
				font-size: 93px;
				color: #363636;
				margin:45px 0;
			}
			.dk-right p{
				width: 100%;
				text-align: center;
				font-size: 13px;
				color: #C7C7C7;
				margin-bottom: 10px;
	}