@charset "utf-8";
/*主体*/
.news-tab .am-tabs-nav li {
	border-bottom: #a32018 solid 2px;
	font-weight: 600;
}
.news-tab .am-tabs-nav li.am-active a {
	color: #a32018;
}
#into-art {
	margin-bottom: 1.5rem;
}
#into-art p {
	margin: 0px;
	text-indent: 2em;
	line-height: 1.8em;
	color: #414141;
	margin-bottom: 0.5rem;
}
#into-art p a {
	text-indent: 0em;
}
#icon {
	margin: 15px -0.5rem;
}
#icon li {
	padding: 0.5rem;
	text-align: center;
}
#icon li > a {
	display: block;
	border-radius: 4px;
	background: #e8e9ea;
	padding: 0.3rem.3rem;
}
#icon li > a:hover {
	background: #a32018;
}
#icon li > a:hover {
	color: #fff;
}
#icon li > a > span {
	width: 51px;
	height: 51px;
	margin: 10px auto 0px;
	display: block;
	cursor: pointer;
	background-position: 0 0;
	background-image: url(../images/info-icon.png);
	transition: all 0.3s ease-in-out;
}
#icon li:nth-child(1) > a > span,
#icon li:nth-child(7) > a > span {
	background-position: -24px -30px;
}
#icon li:nth-child(1) > a:hover > span,
#icon li:nth-child(7) > a:hover > span {
	background-position: -24px -125px;
}
#icon li:nth-child(2) > a > span {
	background-position: -122px -30px;
}
#icon li:nth-child(2) > a:hover > span {
	background-position: -122px -125px;
}
#icon li:nth-child(3) > a > span {
	background-position: -226px -30px;
}
#icon li:nth-child(3) > a:hover > span {
	background-position: -226px -125px;
}
#icon li:nth-child(4) > a > span {
	background-position: -326px -30px;
}
#icon li:nth-child(4) > a:hover > span {
	background-position: -326px -125px;
}
#icon li:nth-child(5) > a > span {
	background-position: -427px -30px;
}
#icon li:nth-child(5) > a:hover > span {
	background-position: -427px -125px;
}
#icon li:nth-child(6) > a > span {
	background-position: -528px -30px;
}
#icon li:nth-child(6) > a:hover > span {
	background-position: -528px -125px;
}
/*适配手机*/
@media only screen and (max-width: 640px) {
}
