/* Write your styles */

@font-face{
     font-family: 'fontawesome'; 
     src: url('../font/fontawesome-webfont.eot');
     src:url('../font/fontawesome-webfont.woff') format('woff'),
     url('../font/fontawesome-webfont.ttf') format('truetype'),
     url('../font/fontawesome-webfont.svg') format('svg');
}
/*
@font-face {
	font-family: 'songti';
	url('../font/-webfont.ttf') format('truetype');
}
*/
html,body {
	font-family: 'fontawesome';
}
a {
	color:#000;
	}
a:hover {
	color:#f00;
	}
.am-cf h2 {
	font-size:22px;
	/*font-family: 'fontawesome'; */
	}
.am-list-thumb {
	height:auto;
	}
.am-list-thumb img {
	 border-radius:2px;
	 max-height:auto;
	 object-fit:cover;
	}	
	
.am-list-item-hd {
	font-size:1.8rem;
	line-height:24px;
	font-weight:bold;
	/*font-family: 'fontawesome'; */
	}
.am-slides li {
	 position:relative;
	}
.am-slides li span {
	display:block;
	width:100%;
	height:auto;
	line-height:18px;
	background:rgba(0,0,0,0);
	position:absolute;
	bottom:30px;
	left:0;
	z-index:9999;
	color:white;
	font-size:12px;
	text-align:center;
	}
.am-slides li img {
	 width:100%;
	 height:220px;
	 object-fit:cover;
	}
#am-list li {
	padding:20px 0px;
	}
.am-menu-toggle-icon {
	font-size:22px;
	}

@media screen and (min-width: 641px) {
		.blog-sidebar {
			font-size: 1.4rem;
		}
	}
@media screen and (min-width:768px) {
		.am-slides li img {
			height:220px;	
		}
	}	
@media screen and (min-width:992px) {
		.am-slides li img {
			height:400px;	
		}
	}	
@media screen and (min-width:1200px) {
		.blog-g-fixed {
			max-width: 1200px;
		}
		.am-slides li img {
	 		height:600px;
		}
	}
	
.blog-footer {
		padding-top:30px;
		text-align: center;
	}	
.blog-footer p {height:10px; line-height:10px;}
.blog-footer .webto{padding-top: 0px;text-align: center; background:#fff;}
.footer {
		display:block; font-size:12px;  
	}
.am-offcanvas-bar {
	 height: 215px; /*add*/
	 
	}	

