.charter article{
	padding-top: 40px;
	padding-bottom: 40px;
}
.charter .image{
	width: 380px;
	height: 245px;
	border-radius: 3px;
	border: 1px solid #384b76;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.charter .image:hover ul{
	bottom: 0;
}
.charter ul{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        padding: 10px 15px;
	color: #fff;
	position: absolute;
	display: block;
	left: 0;
	bottom: -50%;
	width: 100%;
	height: 50%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.charter li{
	height: 25px;
	line-height: 25px;	
}
.charter li a{
	font-size: 1.4em;
	color: #64a9ff;
	text-decoration: underline;
		-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.charter li a:hover{
	color: #e81e3f;
}
.charter article:nth-child(2n){
	background-color: #f2f2f2;
}
.charter article:nth-child(2n+1) button{
	float: right;
}
.charter article:nth-child(2n) .content{
	flex-direction: row-reverse;
}
.charter .paragraph{
	width: 540px;
}