body {
	margin: 0;
	background-color: #FFF;
	width: 100%;
	min-height: 600px;
  font-family: "Adobe 繁黑體 Std B","微軟正黑體","Arial";
}
.warp {
	width: 100%;
  height: auto;
	position: relative;
}
.content{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;  
  height: auto;
  min-height: 800px;
}
.muen{
  width: 100%;
  height: 30px;
  background-color: rgb(44, 44, 51, 0.9);
  position: absolute;
  top: 42px;
}
.muen ul {
  width: 1200px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.muen ul .logo-s {
  background-image: url(../images/content/logo-s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.muen ul li ,.muen ul li a{
  width: 80px;
  height: 30px;
  float: left;
  display: inline-block;
  color: #afafaf;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.muen ul li a:hover ,.muen ul li a.active{
  width: 80px;
  height: 30px;
  float: left;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  border-bottom: 2px solid #FFFFFF;
  box-sizing: border-box;
}


.header {
  width: 100%;
  height: 300px;
  background-image: url(../images/content/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*-------------------------------------------------------------*/


/*-----------------------標題-------------------------------*/
.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 {
	font-size: 24px;
	line-height: 70px;
	color: #000;
	display: inline-block;
}
.article-title .article-titlebox h2 {
	font-size: 20px;
	color: #000;
	line-height: 70px;
	display: inline-block;
}
.article-title .article-titlebox p {
	text-align: right;
	display: inline-block;
	font-family: "Heiti TC", "微軟正黑體";
	font-size: 12px;
	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: 180px;
}

/*-----------------------------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: 20px;
  line-height: 40px;
  color: #406494;
  text-align: left;
  font-family: "Heiti TC", "微軟正黑體";
  font-size: 16px;
  border-bottom: thin solid #406494;
  box-sizing: border-box;
}
.server_conter .server_box .server_list {
	min-height: 80px;
	overflow: hidden;
  width: 94%;
  margin: 0 auto;
}
.server_conter .server_box .server_list li {
	display: inline-block;
  padding: 1%;
	box-sizing:border-box;
}
.server_conter .server_box .server_list li a {
	font-family: "Heiti TC", "微軟正黑體";
	font-size: 12px;
	line-height: 40px;
	color: #fff;
  height: 40px;
  width: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  transition: all 600ms ease;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #406494;
}
.server_conter .server_box .server_list li a:hover {
  background-color: #5B99EC;
}

/*熱*/
.server_conter .server_box .server_list li a.server-hot {
  background-image: url(../images/content/hot-btn.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/*最新*/
.server_conter .server_box .server_list li a.server-new {
	background-image: url(../images/content/new-btn.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*service 維修*/
.server_conter .server_box .server_list li a.server-service {
	background-image: url(../images/content/vice-btn.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*--------------------------------news-----------------------------------*/

.news_conter .news-classification {
	display: block;
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.news_conter .news-classification ul {
	display: block;
  position: absolute;
  left: 50%;
  margin-left: -240px;
}
.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: #570b75;
	height: 36px;
	width: 100px;
	font-size: 14px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	transition: all 600ms ease;
  
  
}
.news_conter .news-classification ul li a:hover ,.news_conter .news-classification ul li a.active:hover {
	color: #000;
	font-size: 14px;
	line-height: 36px;
	background-color: #FFF;
	border: thin solid #000;
	box-sizing:border-box;
	transition: all 600ms ease;
}
.news_conter .news-classification ul li a.active {
	color: #7200bf;
	font-size: 14px;
	line-height: 36px;
	background-color: #FFF;
	border: thin solid #000;
	box-sizing: border-box;
	transition: all 600ms ease;
}
.news_conter .news-content {
	width: 100%;
	min-height: 100px;
}
.news_conter .news-content ul li {
	display: block;
	height: 80px;
	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: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7200bf;
	box-sizing: border-box;
	transition: all 600ms ease;
  background-color: #e8f0ff;
}

.news_conter .news-content ul li a {
	font-size: 14px;
	line-height: 80px;
	color: #000;
	display: block;
	transition: all 600ms ease;
}
.news_conter .news-content ul li a:hover {
	color: #7200bf;
	transition: all 600ms ease;
}

.news_conter .news-content ul li a .to {
	display: block;
	float: left;
	height: 80px;
	width: 8%;
	text-align: center;
	overflow: hidden;
}
.news_conter .news-content ul li a .laer {
	display: block;
	float: left;
	height: 80px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_conter .news-content ul li a .date {
	display: block;
	float: left;
	height: 80px;
	width: 12%;
	text-align: right;
	overflow: hidden;
  padding-right: 2%;
  box-sizing: border-box;
}
/*-----------------------------games------------------------*/

.games_conter .games-box {
	width: 100%;
}
.games_conter .games-box .games-subtitle {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	box-sizing:border-box;
	margin-top: 50px;
	margin-left: 20px;
	position: relative;
}
.games_conter .games-box .games-subtitle h3 {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #570b75;
	text-align: center;
	display: block;
	height: 30px;
	width: 90px;
	box-sizing:border-box;
	border-radius: 50px 500px 0px 500px;
	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 li {
  float: left;
  height: 30px;
  width: 100px;
  display: block;
  overflow: hidden;
  margin-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom: thin solid #E7E7E7;
  transition: all 600ms ease;
}
.games_conter .games-box .games-list ul li:hover {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 20px;
	transition: all 600ms ease;
	background-color: #570b75;
}

.games_conter .games-box .games-list ul li a {
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: center;
	display: block;
}
.games_conter .games-box .games-list ul li a:hover {
	color: #FFF;
}

/*-------------------------內頁------------------------------------*/

.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: #8325bb;
	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%;
}
