﻿/*百素(1099116749@qq.com)*/


* {
	padding: 0;
	margin: 0;
	font-family: Arial, 'PingFang SC', SimHei, SimSun;
	box-sizing: border-box;
	font-size: 14px;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.kongs {
	width: auto;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

html,
body {}


/**/


/*表格*/

table.style_table_01 {
	width: 100%;
	margin: 0 auto 30px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.style_table_01 td {
	border: 1px solid #92c605;
	padding: 8px;
}

table.style_table_01 td:nth-child(odd) {
	background-color: #92c605;
	color: #ffffff;
}


/**/

h3.style_h3_01 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 22px;
	padding-left: 10px;
	border-left: 6px solid #92c605;
	margin-bottom: 15px;
}

div.style_div_01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.style_div_01 .list {
	width: 32.5%;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border-radius: 0px 0px 35px 0px;
	box-shadow: 0px 0px 4px #ccc;
}
div.style_div_01 .list02{
	width: 66.5%;
}
div.style_div_01 .list-flex-4{
	width: 24%;
}
div.style_div_01 .list p.t1 {
	background-color: #92c605;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}

div.style_div_01 .list p.t2 {
	font-size: 14px;
	line-height: 2;
	color: #555;
	padding: 15px;
}
/*图片*/
div.style_div_01 .list p.t_img{
	display: block;
	width: 100%;
	overflow: hidden;
}
div.style_div_01 .list p.t_img img{
	display: block;
	width: 100%;
}
/*纯文本*/
div.style_div_01 .list_text{
	width: 100%;
	background-color: #92c605;
	padding: 20px;
	color: #555;
	font-size: 14px;
	line-height: 2;
	background-color: #f2f2f2;
		border-radius: 0px 0px 35px 0px;
	box-shadow: 0px 0px 4px #ccc;
}

/**/

.style_div_02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.style_div_02-2{
	display: block;
}

.style_div_02 p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
	margin-bottom: 0 !important;
	text-indent: 0 !important;
}

.style_div_02 p:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	border-radius: 100%;
	background-color: #92c605;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
/*01*/
.style_imgdiv_01{
	width: 100%;
	margin: 30px auto 45px;
}
.style_imgdiv_01 img{
	display: block;
	width: 100%;
	border-radius: 10px;
}

.style_textdiv_01 {
	display: block;
	color: #555;
	line-height: 1.3;
	margin-bottom: 25px;
}

/*margin间距*/
.m-t-20{
	margin-bottom: 20px;
}
