.h333 {
	position: relative;
	padding: 1em 1em;
}
.h333::before,
.h333::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.h333::before {
	top: 0;
	border-top: 2px solid #98d0e9;
	border-bottom: 1px solid #98d0e9;
}
.h333::after {
	bottom: 0;
	border-top: 1px solid #98d0e9;
	border-bottom: 2px solid #98d0e9;
}

.parking {
	width:25%;
	float:left;
	margin-left: 30px;
}

.parking1 {
	width:65%;
	float:left;
	margin-right:20px;
	font-size:16px;
		line-height:180%;
}


.news {
	width:55%;
	float:left;
	margin-right:20px;
	font-size:16px;
		line-height:180%;
}

.news1 {
	width:40%;
	float:left;
	
}



.course{

position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
}

.course:before,h1:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.course:before{
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.course:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}




@media screen and (max-width:980px){
	
	.parking {
	width:98%;
		margin: 30px 1%;
	
}

.parking1 {
	width:98%;
		margin: 30px 1%;
		font-size:16px;
		line-height:180%;
		text-align:center;
	
}

.news {
	width:98%;
		margin: 30px 1%;
		font-size:16px;
		line-height:180%;
	
}

.news1 {
	width:98%;
		
	
}

}