*{margin:0; padding: 0; box-sizing: border-box;}
.clearfix:before,.clearfix:after{display: block; content: " "}
.clearfix:after{clear:both;}
body{
	background: url(../../img/templatemo_top_bg.jpg) repeat-x;
	background-color: #272526;
}
.header{
	width: 980px;
	margin: 0 auto;
	height: 100px;
}
.header p{
	line-height: 100px;
	font-size: 28px;
	color: #e6e6e6;
	text-align: center;
	text-shadow: 3px 3px 3px #666;
}
.main{
	background: url(../../img/templatemo_wrapper_bg.png) repeat-y;
	padding:15px;
	width: 990px;
	margin:0 auto;
}
.aside{
	background-color: #1b191a;
	border:1px solid #363435;
	width: 220px;
	padding: 20px 19px;
	padding-bottom: 60px;
	position: relative;
	float: left;
}
.aside h1{
	font-size: 14px;
	color:#fffeff;
	line-height: 18px;
	margin-bottom: 15px;	
}
.menu{
	padding-bottom: 20px;
	background: url(../../img/templatemo_horizontal_divider.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: 180px 2px;
}
.aside ul{
	list-style: none;
}
.menu ul li{
	background-color:#242225;
	width: 180px;
	margin-bottom: 10px;
	height: 40px;
	position: relative;
}
.menu ul li:hover{
	background-color: rgba(0,0,0,0.2);
}
.menu .a1{
	font-size: 20px;
}
.menu .a1:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.2);
}
.menu a{
	color:#b3b2ae;
	font-size: 12px;
	padding-left:15px;
	text-decoration: none;
	line-height: 40px;
	display: block;
}
.aside h1.h2{
	margin-bottom: 10px;
}
.aside .text{
	width: 177px;
	height: 27px;
	/*margin-bottom: 13px;*/
	border: none;
}
.content{
	float:left;
	width: 700px;
	border:1px solid #363435;
	margin:0 10px;
	padding:0 19px 43px 19px;
	position: relative;
	background-color: #1b191a;
}
.content ul{
	list-style: none;
}
.content ul h1{
	line-height: 56px;
	font-size: 18px;
	color:#fffeff;
}
.content ul li{
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.content ul li img{
	display: block;
	padding:4px;
	background-color: #121212;
	margin-right: 20px;
	width: 160px; 
 	height: 160px; 
	object-fit: cover;
}
.content ul li p{
	font-size: 12px;
	color:#999;
	line-height: 18px;
	text-align: justify;
}
.footer{
	width: 980px;
	margin:0 auto;
	background:url(../../img/templatemo_footer.jpg) no-repeat -4px 0;
}
.footer p{
	line-height: 50px;
	text-align: center;
	color:#99999b;
	font-size: 12px;
}
.footer p span{
	color:#fefffb;
}
