@IMPORT url("../common/common.css");
/*------------------------------ 首页  -----------------------------------*/
.link-item-box{
	width: 80%;
	margin: 0 auto;
	margin-top: 1rem;
}
.link-item-box h2{
	color:#575757;
	padding:.5rem 0;
	border-bottom: 2px solid #4caf50;
	margin-bottom: .5rem;
}
.link-item-box ul{
	width: 100%;
}
.link-item-box ul li{
	float: left;
	width: 20%;
	padding: .2rem 0;
	font-size: .7rem;
}
.pageSiteMap .backSiteMap{
	text-align:left;
	float: left;
}
.pageSiteMap .nextSiteMap{
	text-align: right;
	float: right;
}
.link-item-box a{
	color: #F24182;
}
.link-item-box a:hover{
	color: #F2AEB4;
}
.pageSiteMap{
	margin: 1rem 0;
}
.link-item-box ul li a{
	color: #000;
}
.link-item-box ul li a:hover{
	color: #4caf50;
}
/* --------重点链接加红--------- */
.link-item-box ul li a.emphasis{
	color: #ff0000;
}
.link-item-box ul li a:hover.emphasis{
	color: #ff8080;
}
/*------------------------------ 不同屏幕适配 -----------------------------------*/
@media only screen and (max-width:1000px) {
	/*-- 首页  --*/
	.link-item-box ul li{
		width: 33.3%;
	}
}
@media only screen and (max-width:700px) {
	/*-- 首页  --*/
	.link-item-box{
		width:98%;
	}
}
@media only screen and (max-width:500px) {
	/*-- 首页  --*/
	.link-item-box ul li{
		width: 50%;
	}
}