
.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;
		
	}
	.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{
		margin-left: 100px;
	}
	.fa-file-pdf{
		font-size: 40px;
		margin-top: 2px;
		color: #014a73;
		float: left;
	}
	.fa-file-pdf:hover{
		opacity: 0.6;
	}
         .section .description ul{
		margin-left: 20px;
	}
	.section .description ul li{
		margin-top: 10px;
	}
	
	.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;
	}
	.pdf{
		font-family: "Regular2";
		color: #014a73;
		font-size: 17px;
		margin-left: 40px;
		margin-top: 15px;
	}
	.pdf2{
		font-family: "Regular2";
		color: #014a73;
		font-size: 20px;
		
	}
	@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%;
}
}