@charset "utf-8";
body {
	margin: 0;
	background-color: #f4f4f4;
	width: 100%;
	background-position: center top;
	background-image: url("../images/index/bg.jpg");
	background-repeat: no-repeat;
	max-height: 1700px;
	min-height: 800px;
	overflow-x: hidden;
}

.all-header {
	display: block;
	height: 300px;
	width: 100%;
}

.Server ,.News {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	min-height: 700px;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----標題---*/
.article-title {
	height: 70px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing:border-box;
}
.article-title .article-titlebox {
	float: left;
	height: 70px;
	width: 50%;
	line-height: 70px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
}
.article-title .article-titlebox h1 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  color: #ecfff7;
  display: inline-block;
  background-color: #51978b;
  padding: 0 2%;
}
.article-title .article-titlebox h2 {
	font-size: 20px;
	color: #ecfff7;
	line-height: 70px;
	display: inline-block;
}
.article-title .article-titlebox p {
	text-align: right;
	display: inline-block;
	font-family: "Heiti TC", "微軟正黑體";
	font-size: 14px;
	color: #666;
	float: right;
}
.article-title .article-titlebox p .article-fot {
	color: #666;
}
.article-title .article-titlebox p .article-fot:hover {
	color: #F60;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*伺服器 最新消息 遊戲資料 各文章 內容*/
.server_conter ,.news_conter ,.games_conter ,.essay-content{
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-bottom: 50px;
}


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----server-----*/
.server_conter .server_box {
	width: 100%;
	display: block;
	margin-top: 50px;
}
.server_conter .server_box h1 {
  height: 40px;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
  line-height: 40px;
  color: #51978b;
  text-align: left;
  font-size: 18px;
  border-bottom: thin solid #51978b;
}
.server_conter .server_box .server_list {
	min-height: 80px;
	overflow: hidden;
	padding: 1%;
}
.server_conter .server_box .server_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.server_conter .server_box .server_list li {
	display: inline-block;
	margin: 1%;
}
.server_conter .server_box .server_list li a {
  height: 40px;
  width: 190px;
  display: inline-block;
  transition: all 600ms ease;
  overflow: hidden;
  background-image: url(../images/index/server-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #ecfff7;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.server_conter .server_box .server_list li a:hover {
	height: 40px;
	width: 190px;
	display: inline-block;
	transition: all 600ms ease;
	box-shadow: none;
  background-image: url(../images/index/server-bg-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFF0B3;
  font-size: 16px;
  line-height: 40px;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----news----*/
.news_conter .news-classification {
	display: block;
	height: 80px;
	width: 100%;
	box-sizing: border-box;
}
.news_conter .news-classification ul {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_conter .news-classification ul li {
	height: 36px;
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
}
.news_conter .news-classification ul li a {
	background-color: #51978b;
	height: 36px;
	width: 100px;
	font-size: 14px;
	line-height: 36px;
	color: #ecfff7;
	text-align: center;
	display: block;
	border-radius: 10px;
	transition: all 600ms ease;
}
.news_conter .news-classification ul li a:hover ,.news_conter .news-classification ul li a.active:hover {
	color: #E18014;
	font-size: 16px;
	line-height: 36px;
	background-color: #FFF;
	border: thin solid #51978b;
	box-sizing:border-box;
	transition: all 600ms ease;
}
.news_conter .news-classification ul li a.active {
	color: #E18014;
	font-size: 16px;
	line-height: 36px;
	background-color: #FFF;
	border: thin solid #51978b;
	box-sizing: border-box;
	transition: all 600ms ease;
}
.news_conter .news-content {
	width: 100%;
	min-height:600px;
}
.news_conter .news-content ul li {
	display: block;
	height: 50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	box-sizing: border-box;
	transition: all 600ms ease;
}
.news_conter .news-content ul li:hover {
	display: block;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18014;
	box-sizing: border-box;
	transition: all 600ms ease;
}

.news_conter .news-content ul li a {
	font-size: 14px;
	line-height: 50px;
	color: #000;
	display: block;
	transition: all 600ms ease;
}
.news_conter .news-content ul li a:hover {
	color: #E18014;
	transition: all 600ms ease;
}

.news_conter .news-content ul li a .to {
	display: block;
	float: left;
	height: 50px;
	width: 8%;
	text-align: center;
	overflow: hidden;
}
.news_conter .news-content ul li a .laer {
	display: block;
	float: left;
	height: 50px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_conter .news-content ul li a .date {
	display: block;
	float: left;
	height: 50px;
	width: 12%;
	text-align: right;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-----games-----*/
.games_conter .games-box {
	width: 100%;
}
.games_conter .games-box .games-subtitle {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51978b;
	box-sizing:border-box;
	margin-top: 50px;
	margin-left: 20px;
	position: relative;
}
.games_conter .games-box .games-subtitle h3 {
	font-size: 20px;
	line-height: 40px;
	color: #ecfff7;
	background-color: #51978b;
	text-align: center;
	display: block;
	height: 40px;
	width: 120px;
	box-sizing:border-box;
	border-radius: 0px 500px 0px 200px;
	position:relative;
	z-index:10;
	margin-left:-20px;
}
.games_conter .games-box .games-list {
	display: inline-block;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	overflow: hidden;
	min-height: 100px;
	box-sizing:border-box;
}
.games_conter .games-box .games-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.games_conter .games-box .games-list ul li {
	height: 30px;
	width: 100px;
	display: block;
	overflow: hidden;
	margin-right: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #51978b;
	box-sizing: border-box;
	margin: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	transition: all 600ms ease;
}
.games_conter .games-box .games-list ul li:hover {
	display: block;
	overflow: hidden;
	margin-right: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #51978b;
	box-sizing: border-box;
	margin: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #51978b;
	border-right-color: #51978b;
	border-bottom-color: #51978b;
	transition: all 600ms ease;
	background-color: #51978b;
}

.games_conter .games-box .games-list ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-align: center;
	display: block;
}
.games_conter .games-box .games-list ul li a:hover {
	color: #ecfff7;
}


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------內頁-------*/
.essay_conter .essay-title {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-right: 3%;
	padding-left: 3%;
	box-sizing: border-box;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	overflow: hidden;
}
.essay_conter .essay-title h3 {
	font-size: 22px;
	color: #ecfff7;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.essay_conter .essay-title span {
	font-size: 12px;
	color: #666;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	height: 30px;
}

.essay_conter .essay-content {
	min-height: 600px;
	width: 100%;
}
