@charset "utf-8";
/* CSS Document */


/*選單內容版面區塊*/

#tabs
{
  width:100%; 
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:left;
  overflow:hidden;

}

/*下方內容版面區塊*/	
#newscontent
{
	width:100%; /*RWD用的自動寬度*/
	background-color:#fff;
	padding:0 0 0 0;
}

#tabs li
{
	width:50%;
    margin: 0;
    padding: 0;
    float:left;
}

#tabs a	{
		width:100%;
		/*邊邊的影子begin*/
		background: #fff;
/*		text-shadow: 0 1px 0 rgba(0,0,0,.5);
*/		color: #3c7ed4;
        text-align:center;
		float: left;
		padding: 5px 20px;
		text-decoration: none;
		font-size: larger;
/*		border:#CCC 1px solid;
*//*		border-radius: 6px 6px 0 0;*/
	}
	ul#tabs li:first-child a{ 
		-moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
		-webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
		box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
    }

#tabs a:hover
{
    background: #c93434;    
}

#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{   
    width:100%;
    background: #d1d0cf;
    text-shadow: none;   
    color: #3c7ed4;
/*	border-radius: 6px 6px 0 0;*/
}









#Pagetabs
{
  width:100%; 
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:left;
  overflow:hidden;

}


#Pagetabs li
{
	width:50%;
    margin: 0;
    padding: 0;
    float:left;
}

#Pagetabs a	{
		width:100%;
		/*邊邊的影子begin*/
		background: #fff;
/*		text-shadow: 0 1px 0 rgba(0,0,0,.5);
*/		color: #3c7ed4;
        text-align:center;
		float: left;
		padding: 20px 20px;
		text-decoration: none;
		font-size: x-large;
/*		border:#CCC 1px solid;
*//*		border-radius: 6px 6px 0 0;*/
	}
	ul#Pagetabs li:first-child a{ 
		-moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
		-webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
		box-shadow: -4px 0 0 rgba(0, 0, 0, .0);
    }

#Pagetabs a:hover
{
    background: #c93434;    
}

#Pagetabs a:focus
{
    outline: 0;
}

#Pagetabs #current a
{   
    width:100%;
    background: #ff0066;
    text-shadow: none;
    color: #fff;
/*	border-radius: 6px 6px 0 0;*/
}








#content div
{
    height: 220px;
}


#about
{
    color: #999;
}

#about a
{
    color: #eee;
}
#newscontent ul{
	width:100%;
	list-style-type:none;
	color: #000;
	padding:0 5px 0 0;
	}
#newscontent ul li{
	width:100%;
	list-style-type:none;
    border-bottom:1px dashed #CCC;
	padding:5px 0 5px 5px;
	color: #F60;
	}
#newscontent ul li a{
	width:75%;
    display:inline-block;
    height: 1.2em;
    overflow:hidden;
    vertical-align:middle;
    text-overflow: -o-ellipsis-lastline;
    color: #000;
    margin:0 0 0 10px;
	}
#newscontent ul li:last-child{
	border:0; 
	color:#396;
	float:right;
	}
#newscontent ul li a:hover{
	color: #F00;
	text-decoration: none;}

#newscontent span{
	color:#F60;
    float:right;
    margin-top:1px;
}
#newscontent span a:hover{
	color: #F00;
}


@media screen and (max-width: 700px) {
	
#tabs li{	width:50%;}


	}
@media screen and (max-width: 440px) {
	#newscontent ul li a{
	width:55%;
	}
	

}