.mw{ 
	overflow: hidden;
	margin: 10px auto;
}

.sectiona{
	float: left;
	position: relative;
	width: 400px;
	height: 480px;
	margin-right: 10px;
	margin-bottom:10px;
}
.sectionaimg{
	position:absolute; 
	top:0; 
	left:0;
}
.sectionacon{
	    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 22px 30px 0 30px;
    font-size: 18px;
    color: #53637a;
}
.sectionacon span{
	font-size: 14px;
	color: #1e1e1e;
	display: inline-block;
	line-height: 18px;
}
.sectionacon p{
	font-size: 36px;
	color: #00923f;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 15px;
}
.about{ 
	float:left; 
	position:relative; 
	width:790px; 
	height:480px; 
	cursor:pointer; 
	overflow:hidden; 
	margin-bottom:10px;
}
.aboutimg{ 
	position:absolute; 
	top:0; 
	left:0;
}
.aboutcon{ 
	position:absolute; 
	z-index:1; 
	bottom:-170px; 
	left:0; 
	width:100%; 
	transition:all ease-out 0.3s;
}
.texthead{
	overflow: hidden;
}
.texthead h3{ 
	display:inline-block; 
	background:rgba(51,51,51,.9); 
	border-radius: 50px;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left:30px; 
	margin-bottom:20px;
    font-size:14px;
    font-weight:normal;
    color: #cccccc;
}
.texthead span{ 
	position:relative; 
	display:block; 
	width:30px; 
	height:30px; 
	border-radius:15px; 
	background:rgba(51,51,51,1); 
	margin:0 auto -15px;
	transition:all ease-out 0.3s;
}
.texthead span b{ 
	background:#00923f; 
	position:absolute; 
	display:inline-block;
}
.texthead span b.vb{ 
	top:4px; 
	left:14px; 
	width:2px; 
	height:10px;
}
.texthead span b.hb{ 
	top:8px; 
	left:10px; 
	width:10px; 
	height:2px;
}
.textcon{ 
	padding:25px 30px; 
	background:rgba(0,0,0,.3); 
}
.textcon .text{ 
	height:60px; 
	margin-bottom:20px;
	overflow: hidden;
	color:white;
}
.textcon .text p,.textcon .text p span{
	    font-size: 14px;
	    color: #ffffff !important;
	    line-height: 20px;
	    height: 70px;
	    /* margin-top: 10px; */
	    overflow: hidden;
}
.textcon .more{ 
	text-align:center;text-transform : capitalize
}
.textcon .more a{ 
	font-size:12px; 
	line-height:40px; 
	display:inline-block; 
	background:#b9c3cd; 
	border-radius:20px; 
	color:#000;
	width: 150px;text-transform : capitalize
}
.about:hover .aboutcon{ 
	bottom:0;
}
.about:hover .texthead span{
	background:rgba(51,51,51,.3); 
}
.about:hover .texthead span b.vb{ 
	top:8px; 
	left:14px; 
	width:2px; 
	height:2px;
}

.sectionc{
	width:600px; 
	height:360px; 
}

.sectiond{
	width:590px; 
	height:360px; 
	margin-left: 10px;
}

.sectione{
	width:400px; 
	height:360px; 
}
.sectionf{
	width:400px; 
	height:360px; 
	margin: 0 10px;
}
.sectiong{
	width:380px; 
	height:360px; 
}

.news{
	width: 700px;
	height: 480px;
	margin-bottom: 0;
}
.news .aboutcon{
	bottom: 0;
}
.news .textcon{
	background: #333333;
}
.news .textcon .text{
	height: 80px;
}
.news .textcon .text a{
	    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    display: block;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .textcon .text time{
	font-size: 12px;
	color: #cccccc;
	line-height: 20px;
}

.sectionh{
	float: left;
	margin-left: 10px;
	width: 490px;
}
.sectionh a{
	display: block;
	font-size: 0;
}
.sectionh div{
	background: #333333;
	margin-top: 10px;
	padding: 21px 30px;
}
.sectionh div h3{
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: bolder;
}
.sectionh div p{
	font-size: 14px;
	color: #cccccc;
	line-height: 20px;
}
