#news-info{
    width: 1100px;
    margin: 90px auto;
    position: relative;
    min-height: 500px;
    border-left: 1px solid #e8edf0;
    border-right: 1px solid #e8edf0;
}


.news-info{
		max-width: 1200px;
		min-width: 320px;
		margin: auto;
		overflow: hidden;
	}
	.news-info .description{
		width: 100%;
		min-height: 500px;
		float: left;
		border-radius: 5px;
	}
	.news-info .description h1{
	font-size: 20px;
    color:#1a1a1a;
    font-family: "Regular2";
    padding: 10px;
    margin-left: 0px;
    text-align: left;
	}
	.news-info .description h3{
	font-size: 17px;
    color:#009dd9;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 10px;
    margin-left: 0px;
    text-align: left;
	}
	.news-info .description .img
	{
		width: 98%;
		margin: 0px 10px;
		background-size: cover;
		background-position: center center;
		
	}
	.news-info .description .img img{
		width: 100%;
	}
	.news-info .description p{
		    font-size: 16px;
    line-height: 25px;
    color: #1a1a1a;
    padding: 5px;
    margin-left: 5px;
    font-family: 'dejavu_sansbook';
    text-align: left;
	}
	.news-info .description a{
		color: #ff4a4a;
	}
	.news-info .description ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		
	}
         .news-info .description ul li{
		width: 100%;
		border: 1px solid #fff;
		background-image: url('../img/icons/2705.png');
		background-repeat: no-repeat;
		background-position: -0px 14px;
		font-size: 15px;
		font-family: 'dejavu_sansbook';
		cursor: pointer;
		padding: 10px 25px;
		margin-left: 10px;
		-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	}
	
	.news-info .description ul li p{
		margin-left: 30px;
		color: #454246;
	}
	.news-info .rand{
		width: 30%;
		float: right;
	}
	.news-info .rand div{
		width: 100%;
		height: 78px;
		margin-top: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.news-info .rand div img{
		width: 85px;
		height: 70px;
		float: left;
		padding: 5px;
		cursor: pointer;
	}
	.news-info .rand div h4{
		color: #333333;
		text-align: left;
		line-height: 20px;
		margin-top: 0px;
		font-family: 'dejavu_sansbook';
	}
	.news-info .rand div:hover{
			-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
		opacity: 0.6;
		
	}
	@media only screen and (max-width:1220px) {
#news-info{
	width: 98%;
}
}
@media only screen and (max-width:1000px) {
.news-info .description{
	width: 95%;
}
.rand{
	display: none;
}
}

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

#news-info{
	width: 98%;
}

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



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