@charset "utf-8";
/* CSS Document */
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.item>a{
    display: block;
    height: 100%;
}

.nav-Message ul li{
	line-height:180%;
	}
.Pagination-box{
	width:100%;
	height:400px;
	padding:10px;
	}
.Pagination-left{
	float:left;
	width:100%;
	padding:10px;
	}
.Pagination-right{
	float:left;
	width:50%;
	padding:10px;
	border:1px solid #999;
	}
.ANS{
	font-size:25PX;
	color:#F00;}