/* CSS Document */

body{
	font-size:14px;
}

body a{
	text-decoration:none;
}

#head{
	height:100px;
	background:url(../images/headerBg.png) center no-repeat;
	background-size:cover;
}

#head .headtwo{
	width:980px;
	height:100px;
	margin:auto;
}

.headtwo .logo{
	display: inline-block;
	vertical-align:middle;
}

.headtwo .logo a{
	display: block;
	width:300px;
	height:65px;
	background:url(../images/logo.png) no-repeat;
	background-size:cover;
	text-indent: -9999em;
}

#head .search{
	display: inline-block;
	width:650px;
	height:65px;
	text-align:right;
	vertical-align:middle;
	
}

#head .search .inputso{
	height:29px;
	width:280px;
	text-align:center;
}

#head .search .sok{
	padding:7px 25px 9px 25px;
	background-color:#2B95FF;
	color:#FFF;
	border:#2B95FF solid 1px;
}

#list{
	height:45px;
	background-color:#358ff0;
}
#list .apptype{
	width:980px;
	margin:auto;
	
}

#list .apptype li{
	display: inline-block;
	height:20px;
	padding:10px;
	margin:0px;
	width:100px;
	text-align:center;
	border-right:#FFF solid 1px;
}

#list .apptype a{
	font-size:17px;
	color:#FFF;
}

#gg{
	width:980px;
	height:70px;
	margin:auto;
	background:url(../images/gg.jpg) center no-repeat;
	background-size:100%;
}

#title{
	width:980px;
	margin:auto;
}

#detail{
	width:980px;
	margin:auto;
}

#time{
	width:980px;
	margin:auto;
}

#time li{
	border-bottom:#F0F0F0 dashed 1px;
	margin:13px;
	color:#999;
}

#bottom{
	border:#F0F0F0 solid 1px;
	width:980px;
	height:50px;
	margin:auto;
	margin-bottom:15px;
}

#bottom p{
	display: inline-block;
	width:48%;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}

#bottom p span{
	color:#0080FF;
}

#bottom .p1{
	margin-left:14px;
}

#bottom .p2{
	text-align:right;
}

#foot{
	border-top:#E6E6E6 solid 1px;
}

#foot .copy{
	width:980px;
	height:120px;
	margin:20px auto 10px auto;
	text-align:center;
	color:#666;
}
