#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#blog-cover{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center; 
}
 .description .img {
    width: 95%;
    height: 450px;
    margin: 5px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.section{
		max-width: 1200px;
		min-width: 320px;
		min-height: 1000px;
		margin: auto;
		overflow: hidden;
	}
	.section .description{
		width: 68%;
		min-height: 500px;
		float: left;
		border-radius: 5px;
	}
	.section .description h3{
		color: #333333;
		margin: 10px;
		font-family: 'dejavu_sansbook';
	}
	.section .description img
	{
		width: 95%;
		height: 350px;
		margin: 10px;
		border: 10px solid #dddddd;
	}
	.section .description p{
		font-size: 15px;
		line-height: 20px;
		color: #343434;
    color: #525252;
    padding: 5px;
    font-family: 'dejavu_sansbook';
	}
	.section.description ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
         .section .description ul li{
		width: 100%;
		border: 1px solid #fff;
		background-image: url('../icon/2705.png');
		background-repeat: no-repeat;
		background-position: 8px 18px;
		cursor: pointer;
		padding: 10px;
		-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	}
	.section .description ul li:hover{
	
		background-image: url('../icon/27051.png');
		
	}
	.section .description ul li p{
		margin-left: 30px;
		color: #454246;
	}
	.section .rand{
		width: 30%;
		float: right;
	}
	.section .rand div{
		width: 100%;
		height: 78px;
		box-shadow: 0px 5px 5px #F0F0F0;
		border-radius: 5px;
		margin-top: 10px;
	}
	
	.section .rand div img{
		width: 85px;
		height: 70px;
		float: left;
		padding: 5px;
		cursor: pointer;
	}
	.section .rand div h4{
		color: #333333;
		text-align: left;
		line-height: 20px;
		margin-top: 0px;
		font-family: 'dejavu_sansbook';
	}
	.section .rand div h4:hover{
		color: #7b7c86;
		
	}
	