*{
  border: 0px solid #606060;
	margin:0;
	padding:0;

}

#top {
	width: 60px;
	height: 60px;
	background-color: #2C7EAA;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
	display: block;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9999;
	font-family:"Century Gothic";
	font-weight: bold;
	border-radius:99em;
	/*box-shadow: .8px .8px 2px #333;*/
	font-size: 22px;
}

body{
	font-size:100%;
	background-color:#CBDEE9;
}


#wrapper{
	width:1200px;
	margin:auto;
  	font-size: 0;  /*font-size: 0;可讓div之間無空隙*/
	background: #FFFFFF;
	box-shadow:4px 4px 3px rgba(20%,20%,40%,0.2);
	}

nav{
  width:1200px;
  position: relative;
  background: #2C7EAA;
  height:70px;
}

.navlogoleft{
position: absolute;
left: 2%;
top: 20%;
}

.navlogoright{
position:absolute;
right: 0%;
top: 15%;
}

.navtxt{
font-size: 15px;
position:absolute;
right: 1%;
top: 60%;
color: white ;
}

li{
  float:left;
  list-style-type:none; /*消除清單前方的點點*/
  display: inline-block;
}

#main{
  float:right;
}

#new{
  float:left;
}

#reading{
  width: 1200px;
  height: 588px;
  background-image: url('http://www.ddc.com.tw/ec/event/2018/05/50ask/img/index_r6_c1.png' );
}

#qa{
  width: 1200px;
  height: 622px;
  background-color: #fff;
}

#qa2{
  width: 1200px;
  height: 622px;
  background-color: #FFFFFF;
}

#qa3{
  width: 1200px;
  height: 622px;
  background-color: #FFFFFF;
}

.text{
  width: 654px;
  height: 622px;
}

footer{
width:1200px;
height:80px;  
background-color: #2C7EAA;
font-size: 12px;
color:white;
text-align:center;
padding-top:18px;/*文字從上往下推*/
}