.about-us-background1{
	height: 358px;
	background-image:url("./img/about-us/background1.png");
	background-size:cover;
	background-position:center;
	/*margin-top:28px;*/
}
.about-us-background3{
	height: 80px;
	background-image:url("./img/about-us/background3.png");
	background-size:cover;
	background-position:center;
	/*margin-top:28px;*/
}
.about-us-background3 a{
	color:#fff;
}
.about-us-background3 a:hover{
	color:#fff;
	/*text-decoration:underline*/
}
.svr-category{
	width:90%;
	min-width: 880px;
	margin: auto;
}
.svr-category li{
	background-color: white;
	display: block;
	/*height: 346px;*/
	overflow: hidden;
	padding: 20px;
	width:66%;
	/*width: 960px;*/
	max-width: 900px;
	min-width: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.svr-list-right {
	float: left;
	 width: 35%;
	/*height: 306px;*/
	margin-top: 5px;
}
.svr-category img {			   
	height: 200px;
	border-width: 0;
   	vertical-align: top;
   	padding: 0px 0px 0px 15%
}
.svr-list-left {
	float: left;
	width: 60%;
	/*height: 306px;*/
}

.svr-explain {
	color: #444;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.news-link li{
display: list-item;
margin: 5px;
padding: 0px;
width: auto;
}
.news-link li::before{
  content:"● ";
  color:#4e9dfa;
  font-size:20px;
}
.news-link a{
color: #444;
}
.news-link a:hover {
    color: #4e9dfa;
}