.content {
    padding:2% 2%;
}
.content .container {
	padding:2% 4%;
	background:#fff;
}
.content p {
    padding: 0 0 0.5% 0;
    line-height: 2.0;
}
.content img {
    max-width:100% !important;
    height:auto !important;
}
@media screen and (max-width:1024px) {
.content .container {
	padding:8% 4%;
}
}


/*《企业简介》品牌简介*/
.content .about {
	overflow:hidden;

}
.content .about .word  {
	width:45%;
	padding: 2% 0%;
}
.content .about .word .word-item {}
.content .about .word .word-item h1 {
	font-size: 24px;
    color: #3b8b1a;
    font-weight: bold;
	margin-bottom:2%;
	padding-bottom: 2%;
    border-bottom: 1px solid #eee;
}
.content .about .word .word-item p {
	font-size:14px;
	line-height:2;
}

.content .about .word .culture {
	margin-top:5%;
}
.content .about .word .culture ul {}
.content .about .word .culture ul li {
	margin-bottom:5%;
}
.content .about .word .culture ul li h3 {
	font-size: 20px;
    color: #3b8b1a;
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.content .about .word .culture ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #3b8b1a;
    transition: all 0.3s;
}
.content .about .word .culture ul li p {
	font-size: 16px;
    color: #666;
    line-height: 2;
}
.content .photo {
	width:50%;
}
@media screen and (max-width:1024px) {
.content .about .word  {
	width:100%;
}
.content .photo {
	width:100%;
}
}


/*《企业简介》协会章程*/
.content .rules {
}
.content .rules h1 {
	font-size:24px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.content .rules .title {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin-top:5%;
}
.content .rules p {
	font-size:16px;
	color:#3a3a3a;
}