.zb_intro{
    width: 100%;
    margin-bottom: 20px;
    border: 10px solid #41c363;
}
.zb_intro td{
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 25px;
	/* border: 1px solid #333; */
    font-size: 14px;
    padding: 0 25px;
}
.zb_intro th{
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 35px;
    /* border: 1px solid #333; */
    /* background-color: #41c363; */
    color: #41c363;
    font-size: 16px;
    text-align: left;
    padding: 0 25px;
}
.zb_intro td:first-child,.zb_intro th:first-child{
    border-right: 2px solid #41c363;
}
