.aboutPage{
	color: #666;
	margin-bottom: 30px;
}
.aboutPage .aboutSidebar p{
	font-size: 16px;
    margin-top: 15px;
    color: #71b412;
    margin-left: 0px;
}
.aboutPage .aboutSidebar ul li{
	font-size: 13px;
	margin-bottom: 5px;
}
.aboutPage h2:first-child{
	margin-top: 0px;
}
.aboutPage h2{
    font-size: 2.5rem;
    border-left: 5px solid #71b412;
    padding-left: 15px;
    line-height: 2rem;
    margin-top: 60px;
    margin-bottom: 15px;
}
.aboutPage h3{
	font-size: 1.8rem;
	line-height: 2rem;
	margin-left: 20px;
    margin-bottom: 30px;
    color: #87634b;
}
.aboutPage p{
	margin-left: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #777;
}
.sign{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.sign span{
	margin-bottom: 15px;
}
.aboutSidebar img{
	margin: auto;
	margin-bottom: 15px;
}
.aboutContent .title{
	font-size: 18px;
    color: #71b412;
    margin-bottom: 10px;
    margin-top: 15px;
}
.aboutContent ul li{
	font-size: 16px;
	margin-bottom: 5px;
}
.aboutContent ul span{
	color: #71b412;
    border: 1px solid;
    padding: 2px 5px;
    margin-left: 5px;
}
.aboutContent dl{
	margin-bottom: 10px;
	display: flex;
	font-size: 16px;
}
.aboutContent dl dt{
	color: #71b412;
    border: 1px solid;
    padding: 2px 5px;
    margin-right: 10px;
    width: 80px;
    height: 25px;
    text-align: center;

}
.aboutContent dl dd{
	width: calc(100% - 90px);
}
.aboutYearList .title{
    color: #71b412;
    font-size: 2rem;
    font-weight: 400;
}
.aboutYearList ul{
	padding-left: 0px;
	margin-top: 15px;
}
.aboutYearList ul li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
}
.aboutYearList ul li span{
	margin-right: 10px;
}
.aboutP{
	margin-top: 30px;
	padding-left: 0px;
	margin-bottom: 30px;
}
.img-inline{
	display: inline-block;
}
.storeDescr{
	display: flex;
}
.storeDescr .title{
    margin-bottom: 10px;
    background: #71b412;
    padding: 5px 10px;
    color: #fff;
    /* width: 150px; */
    display: inline-block;
    /* border-radius: 10px; */
    text-align: center;
    width: 60px;
    margin-right: 10px;
}
.storeDescr .time{
	width: calc(100% - 70px);
}
.storeDescr span{
	margin-right: 15px;
	padding-right: 15px;
	/*border-right: 1px solid;*/
	color: #b5b4b4;
	line-height: 24px;
	width: 35%;
	display: inline-block;
}
.storeList .title{
	font-size: 18px;
    color: #71b412;
    margin-top: 30px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.storeImg{
	background-size: cover;
    background-position: center;
    height: 130px;
    background-repeat: no-repeat;
    padding: 0px;
}
.store{
	margin-bottom: 15px;
}
.store p{
	text-indent: -20px;
	padding-left: 20px;
}
.store p span{
	margin-right: 5px;
}
.store .storeName{
	font-size: 16px;
    color: #71b412;
    font-weight: bold;
}
.aboutDepartment ul li span{
    width: 100px;
    display: -webkit-inline-box;
    color: #C46564;
}
.btn-104{
	
}
.siProjectPhoto{
	display: flex;
	flex-wrap: wrap;
}
.siProjectPhoto img{
	width: 50%;
}