.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #33784c;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.title2{
	width: 100%;
	text-align:left;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	background-image: url(../images/env_tit_img_2.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding:0 0 0 20px;
	line-height:40px;
}
.title2 .unit{
	font-size: 16px;
	padding:0px;
	text-align:right;
}

.env_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background-image: url(../images/env_cli_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.env_main{
	width: 1200px;
	margin: 0 auto;
	
}
.env_main .env_content{
	width: 1150px;
	float: left;
	padding: 10px 0;
	margin-left: 50px;
}
.env_text{	
    max-width:1200px;
	width: 100%;
    float: left;
}

.img{
    float: left;
	width:382px;
    text-align: center;
	margin:20px 0;
}
.cli_text{
	float: left;
	height:550px;
	width: 100%;
}
.text .year{
	font-size: 20px;
	color: #638c0b;
	background-image: url(../images/cli_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height:40px;
	padding: 10px 0 10px 50px;
}
.text .box_text{
	margin: 0 0 0 50px;
	padding: 5px 0;
	border-bottom: 1px dotted #abd46e;
}
.env_text .text .tit{
	background: url(../images/env_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}

.env_text .text .tit2{
	background: url(../images/env_borBg2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}

.env_text .text table{
	border-left: 1px dashed #69920c;
}
.env_text .text td, .sg_bus .text th{
	padding: 8px 15px;
	border-bottom: 1px solid #69920c;
	border-right: 1px dashed #69920c;
}
.env_text .text tr.bg{
	background: #ceebe9;
}
.env_text .text tr.bg2{
	background: #f8f2e7;
}

.risk_box {
	float: left;
}

.risk_box p {
	margin-top: 1rem;
    font-weight: 700;
    /* color: #6f9a0c; */
}

.riskRemark {
	background-color: #ebf9fc;
	padding: 1rem 2rem;
}
.riskRemark ol {
	list-style: decimal;
}
.mt-2{
	margin-top: 2rem;
}
.content_block {
    width: 1150px;
    float: left;
    padding: 0 0 0 50px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}
.env_risk_btn {
	position: relative;
	width: calc(100% / 3 - 6rem);
	background: #689920;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 5px;
    margin: 10px 10px 20px;
}
.env_risk_btn:nth-child(2), .env_risk_btn:nth-child(3) {
	line-height: 56px;
}
.env_risk_btn:hover {
	background: #5e8307;
	border-radius: 4em;
	transition: ease-in-out 0.3;
}
.env_risk_btn:nth-of-type(even) {
	background: #a0ad31;
}
.env_risk_btn:nth-of-type(even):hover {
	background: #8f9b28;
}
.env_risk_btn::before {
	position: absolute;
	content: "→";
	width: 45px;
	height: 45px;
	line-height: 42px;
	top: -12px;
    right: -10px;
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #8fbd55;
	filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 0.25));
}
.env_risk_btn:hover::before {
	transform: rotate(-30deg);
}
.env_risk_btn .box {
    color: #fff;
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.env_mainBg{
	min-width: 1000px;
}
.env_main{
	width: 970px;
	padding: 0 15px;
}
ul.sub_menu{
	margin: 0;
}
.env_main .env_content{
	margin: 0;
	width: 100%;
}
.env_text{
	width: 670px;
}
.img{
	width: 300px;
}
.content_block {
	width: 100%;
}
.env_risk_btn {
	width: calc(100% / 3 - 2rem);
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.env_mainBg{
	min-width: 320px;
}
.env_main{
	width: 90%;
	padding: 0 5%;
}
.env_main .env_content{
	margin: 0;
	width: 100%;
}
.env_text{
	width: 100%;
}
.img{
	width: 100%;
	text-align: center;
}
.content_block {
	width: 100%;
}
.env_risk_btn {
	width: 100%;
}
}