#news-info{
    width: 1000px;
    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: -200px auto;
		overflow: hidden;
	}
	
	.news-info .description{
		width: 100%;
		min-height: 500px;
		float: left;
		border-radius: 5px;
	}
	.news-info .description h3{
		    font-size: 20px;
    color:#1a1a1a;
    font-family: "Regular2";
    padding: 10px;
    margin-left: 0px;
    text-align: left;
	}
	.news-info .description h3:after{
	content: "";
    position: absolute;
    width: 100px;
	height:3px;
	left: 12px;
	margin-top: 25px;
	border-radius: 10px;
    background-color:#4e77af;
}
	.news-info .description img
	{
		width: 100%;
		background-size: cover;
		background-position: center center;
		border-radius: 10px;
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	.news-info .description p{
	font-size: 16px;
    line-height: 30px;
    color: #525252;
    padding: 5px;
    margin-left: 5px;
    font-family: "Regular";
    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 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);
	}
	
	
	@media only screen and (max-width:1220px) {
#news-info{
	width: 98%;
}
}
@media only screen and (max-width:1000px) {
.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) {

#logo {
    font-size: 9px;
}

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