#news-info{
    width: 1400px;
    margin: 10px auto;
    position: relative;
    min-height: 500px;
    border-left: 1px solid #e8edf0;
    border-right: 1px solid #e8edf0;
    z-index: 999;
}
.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.title_border h2{
	color: #fff;
	position: relative;
	font-family: 'dejavu_sansbold';
	width: 250px;
	font-size: 35px;
	text-align: center;
}
.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;

}

.news-info{
		max-width: 1200px;
		min-width: 320px;
		margin: auto;
		overflow: hidden;
	}
	.news-info .description{
		width: 68%;
		min-height: 500px;
		float: left;
		border-radius: 5px;
	}
	.news-info .description h3{
		    font-size: 20px;
    color:#1a1a1a;
    font-family: 'dejavu_sansbook';
    padding: 10px;
    margin-left: 0px;
    text-align: left;
	}
	.news-info .description .img
	{
		width: 95%;
		height: 450px;
		margin: 10px;
		background-size: cover;
		background-position: center center;
	}
	.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{
	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%;
}
}