.events-inner {
	margin: 0 auto;
}


.events-content .events-img {
	height: auto;
	background-color: #f15a22;
	overflow:hidden;
}
.events-content .events-img img {
	width: 100%;
	height:100%;
}
.events-content .events-txt {
	width: 100%;
	height: auto;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.events-content .events-txt p {
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}
.events-content .row {
	margin-bottom: 100px;
}
.news {
	height: auto;
	background-color: #f15a22
}
.dynamic-wrapper {
	
}
.dynamic-wrapper .dynamic-inner {
	position: relative;
    max-width: 1042px;
    margin-left: auto;
    margin-right: auto;
}
.news .news-content{
	
}
.news .news-content .row{
	padding: 0 0 130px;
}
.news .news-content .news-imgs{
	height: 200px;
	width:400px;
  background-color: #fff;
  overflow:hidden;
}
.news .news-content .news-imgs img{
	width: 100%;
	height:100%;
}
.news .news-content .news-txt {}
.news .news-content .news-txt p{
	color: #fff;
	font-size:13px;
	line-height:24px;
	text-align: justify;
}
.stores .stores-content{
	margin-top: 62px;
}

.stores .stores-content .store-img{
	height: auto;
	background-repeat:no-repeat;
	background-size:100%;
	background-color: #ebebeb;
	margin-bottom: 30px;
	overflow:hidden;
	position:relative;
}

.stores .stores-content .store-img img{
	width: 100%;
	height:100%;
}
.stores .stores-content .store-img .sub-store {
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 40px;
    background-color: rgba(241,90,34,0.7);
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stores .stores-content .store-img .sub-store p{
	color: #fff;
    padding-left: 10px;
	font-size:13px;
	font-weight:600;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.stores .stores-content .store-img:hover .sub-store{
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
}


