﻿.vpn_top{
	background-position: center;
	padding: 10%;
	width: 80%;
	background-size: cover;
	background-image: url('../vpn/94170.jpg');
	clear: both;
}
.container{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
h2{
	margin-top: 5%;
	margin-bottom: 5%;
	color: #333333;
}
h5{
	background-color: #C0C0C0;
	padding: 5px;
	font-weight: normal;
	font-size: 1.2em;
}
.youbou {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}
.container2{
	display: flex;
	flex-wrap: wrap;
}
.item{
	 width:33.3%
}

.cir{
     position: relative;
     padding-left: 1em;
}
 
.cir::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #446689;
     border-radius:100%;
}