
.section{
		max-width: 1000px;
		min-width: 320px;
		margin: 10px auto;
		overflow: hidden;
		font-family: "Regular";
	}
	.section .description{
		width: 100%;
		min-height: 500px;
		float: left;
		line-height: 23px;
		font-size: 15px;
		border-radius: 5px;
		color: #5c585a
	}
	.section .description h1{
		color: #000000;
		position: relative;
	}
	.section .description h1::before {
    content: "";
    position: absolute;
    top: 27px !important;
    left: 0px;
    background-color: #ffd801;
    height: 3px;
    width: 100px;
    border-radius: 10px;
}
	.img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    border: 4px solid #fff
}
	.section .description p img{
		width: 100%;
	}
	.section .description
	.section.description ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
        
	.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;
		-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	}
	.section .rand div:hover{
		opacity: 0.6
	}
	
	.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: 25px;
		padding: 10px 5px;
	}
	.section .rand div h4:hover{
		color: #7b7c86;
		
	}
	