
.section{
		max-width: 1200px;
		min-width: 320px;
		margin: auto;
		overflow: hidden;
		font-family: "Regular";
	}
	.section .description{
		width: 68%;
		min-height: 500px;
		float: left;
		line-height: 23px;
		font-size: 15px;
		border-radius: 5px;
		color: #5c585a
	}
	.section .description h1{
		color: #000000;
		margin-left: 5px;
	}
	.img {
    width: 95%;
    margin: 5px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
	.section .description p img{
		width: 100%;
	}
	.section .description
	.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;
		-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;
		
	}
@media only screen and (max-width:1220px) {
#news-info{
	width: 98%;
}
}
@media only screen and (max-width:1000px) {
.section .description{
	width: 98%;
	
}
.img{
	    width: 100%;
}
.rand{
	display: none;
}
}

@media only screen and (max-width: 850px) {

#news-info{
	margin-top:-10px;
	width: 98%;
}

.news-info .description .img{
	height: 350px;
	width: 100%;
}
}
@media only screen and (max-width:600px) {



.news-info .description .img{
	height: 300px;
	width: 100%;
}
}