#baground{
	width: 100%;
	height: 500px;
	background-size: cover;
    background-position: center center;
}
#news_border{
	width: 90%;
	margin: auto;
	background-color: #fff;
	border-radius: 4px;
	 margin: -100px auto;
	 position: relative;
	 
}
 .ul_top_color{
		 	width: 120px;
		 	height: 3px;
		 	right: 330px;
		 	top: 70px;
		 	position: absolute;
		    background-color: #f4bd3b;
		     z-index: 9999;
		 }
		 .ul_top_color_kub{
		 	width: 20px;
		 	height: 20px;
		 	right: 50px;
		 	top: -8px;
		 	position: absolute;
		    background-color: #f4bd3b;
		 }
	nav > ul> li:nth-child(3)>a{
		color: #f4bd3b;
		font-weight: bold;
	}
		.Course-text:focus {
    border-bottom: 1px solid #fc295d;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
body{
	    background-color: #e7eefe;
}

#news{
		max-width: 1500px;
		min-width: 320px;
		min-height: 1000px;
		margin:5px auto;
		background-color: #fff;
		position: relative;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
		border-right: 1px solid rgba(1,4,44,0.2);
		border-left: 1px solid rgba(1,4,44,0.2);
		
		
	}
	.news-border{
		overflow: hidden;
	}
	.news{
		width: 65%;
		float: left;
		border-radius: 5px;
		margin: 5px 30px;
		overflow: hidden;
		
		
	}
	.news h3{
		color: #00acf2;
		margin: 10px;
		font-family: 'dejavu_sansbook';
	}
	.news .img {
    width: 95%;
    margin: 5px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
	.news p{
		font-size: 16px;
		line-height: 20px;
		margin: 10px;
		color: #6c87a2;
        line-height: 22px;
       font-family: 'calibri';
	}
	.news ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
         .news 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;
	}
	.news ul li:hover{
	
		background-image: url('../icon/27051.png');
		
	}
	.news ul li p{
		margin-left: 30px;
		color: #454246;
	}
	 .rand{
		width: 26%;
		float: right;
		margin: 5px 30px;
	}
	 .rand div{
		width: 100%;
		height: 78px;
		box-shadow: 0px 5px 5px #F0F0F0;
		border-radius: 5px;
		margin-top: 10px;
	}
	
	 .rand div img{
		width: 85px;
		height: 70px;
		float: left;
		padding: 5px;
		cursor: pointer;
	}
	 .rand div h4{
		color: #333333;
		text-align: left;
		line-height: 20px;
		margin-top: 0px;
		font-family: 'dejavu_sansbook';
	}
	 .rand div h4:hover{
		color: #7b7c86;
		
	}
	.news_image_tag{
		background-color:#f4bd3b;
		color: #333333;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		padding: 10px;
		width:74px; 
		height: 15px;
		border-radius: 20px;
		position: absolute;
		transform: rotate(90deg);
		z-index: 9999;
		margin-top: 150px;
		margin-left: -79px;
		
	}
		@media only screen and (max-width: 1700px) {
	#news_border{
		 width: 96%;
	}
}
	@media only screen and (max-width: 1500px) {
	#news_border{
		 width: 96%;
	}

	#news{
		 width: 1200px;
	}
	.news{
		width: 60%;
		   
	}
	
}
@media only screen and (max-width: 1320px) {
	#news{
		width: 96%;
	}
	.news{
		width: 95%;
		   
	}
	.news .img{
		width: 99%;
	}
	
	
	
}
@media only screen and (max-width: 1000px) {
	.news{
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
	#news_border {
    width: 98%;
}
.news{
	margin: 5px 10px;
	}
	.news_image_tag {
  
    margin-left: -60px;
}
    
}
