@charset "utf-8";

/*列表 start*/

.am-list-news-hd h2 {
	font-size: 2.4rem;
	color: #a40000;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	padding-left: 16px;
	background: url(../../images/column_01.png) no-repeat left center;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	padding-left: 50px;
}

.am-list.no-time .am-list-item-dated a {
	padding-left: 15px;
	background: url(../../images/list_01.png) no-repeat left;
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.4rem;
	height: 31px;
	line-height: 31px;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .417rem 0;
}

.am-list-date {
	left: 0;
	right: auto;
	top: 0.4rem;
	font-size: 1.6rem;
}

.am-list-news-default .am-list-date {
	color: #a40000;
}


/*列表 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/

