@charset "utf-8";
/* CSS Document */


.sv_cms{
	padding:10px 0px;
}
.sv_cms_t{
	clear:both;
	border:3px double rgba(128,0,0,0.5);
	font-size:30px;
	color:#800000;
	border-radius:30px 30px 0px 0px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:900;
	padding:0px 50px;
	background:rgba(128,0,0,0.1);
	display:inline-block;
	line-height:45px;
}
.sv_cms_t b{
	height:50px;
	background:rgba(128,0,0,0.8);
	color:#FFF;
	padding:0px 10px;
	margin-right:5px;
	display:inline-block;
	margin-top:-20px;
	font-size:35px;
}
.sv_cms_b1{
	margin:0 auto;
	display:flex;
    flex-wrap: wrap;
}
.sv_cms_b1 section{
	flex:20%;
	/*max-width:25%;*/
	margin:5px;
	background:#FFF;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
	border-radius:10px;
	overflow:hidden;
	transition:ease-in-out 0.2s all;
}
.sv_cms_b1 section:hover{
	background:#f2f2f2;
}
.sv_cms_b1 section aside{
	text-align:left;
}
.sv_cms_b1 section aside img{
	display:block;
	width:100%;
	height:160px;
}
.sv_cms_b1 section aside h2{
	font-size:20px;
	color:#000;
	padding:10px;
	background:#f2f2f2;
}
.sv_cms_b1 section aside p{
	font-size:14px;
	line-height:20px;
	color:#666;
	padding:5px 10px;
}
.sv_cms_b2{
	margin:0 auto;
	display:flex;
    flex-wrap: wrap;
}

.sv_cms_b2 section{
	flex:20%;
	/*max-width:25%;*/
	margin:25px;
	background:#FFF;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
	border-radius:10px;
	transition:ease-in-out 0.2s all;
}
.sv_cms_b2 section:hover{
	background:#f2f2f2;
}
.sv_cms_b2 section aside{
	position:relative;
}
.sv_cms_b2 section span{
	display:inline-block;
	background:#f2f2f2;
	width:55px;
	height:55px;
	border-radius:50%;
	text-align:center;
	margin-top:-27px;
}
.sv_cms_b2 section span img{
	display:inline-block;
	width:35px;
	height:35px;
	margin-top:10px;
}
.sv_cms_b2 section h2{
	font-size:20px;
	color:#000;
	padding:10px;
	padding-bottom:30px;
}