﻿*{
	margin:0;
	padding:0;
	border:0 none;
	font-family:"黑体";
}
.clearfix:before,.clearfix:after{
       content:"";
	   display:table;
	   }
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
@media only screen and (min-width: 1024px) {
	body{
		background-color: #f8f8f8;
		min-width:1240px;
	}
#q{
	display:none;
	}
	#main{
		margin-top: 20px;
	}
	#container{
	min-height: 500px;
	<!--margin:30px 0 30px 0;-->
}
#show{
	width: 790px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 50px;
}
#item{
	float: left;
	width: 100%;
	height:115px;
	border-bottom: 2px dotted #CCCCCC;
}
.tittle{
	font-size: 18px;
	float: left;
	width: 665px;
	height: 30px;
	font-weight:bold;
	margin: 10px 0 10px 0;
}
.d{
	float: right;
	width: 110px;
	height: 30px;
	margin: 10px 0 10px 0;
}
.content{
	float: left;
	height: 55px;
	overflow: hidden;
}
.more{
	color: #0E73CE;
}
#btngroup{
	width:50%;
	margin:0 auto;
        clear:left;
}
.btn1{
	font-family: "黑体";
	font-weight:bold;
	padding:5px;
	box-sizing: border-box;
	border-radius: 5px;
	border-right:3px solid #D0D0D2;
	border-bottom:3px solid #D0D0D2;
	margin-bottom: 20px;
}
.quick{
	width:175px;
	height:50px;
	line-height: 50px;
	display:inline-block;
	border-radius: 5px;
	color:#fff;
	margin-left:20px;
}
#enter1{
	background-color: #5D9CEC;
	margin-top: 10px;
	box-shadow: 0 5px 0  #4B89DC;
}
#enter2{
	margin-bottom: 20px;
	background-color: #4663D9;
	box-shadow: 0 5px 0  #2B44B9;
}
.add{
	width:20px;
	height:20px;
	padding:15px;
	float:left;
}
#add1{
	border-right:3px solid #4B89DC;
}
#add2{
	border-right:3px solid #2B44B9;
}
.sadd{
	float:left;
	color:#fff;
	font-weight:bold;
	margin-left:20px;
}

}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
	body{
		background-color: #ccc;
	}
	.content{
		width:100%;
		font-size: 11px;
		height:40px;
		overflow: hidden;
	}
	#main{
		width:100%;
		min-width: 300px;
	}
	#q{
		width:100%;
		background-color: #F4F2F2;
		z-index: 0;
		height:40px;
		box-shadow:0 10px 20px #D6D6D6;
		padding-top:5px;
		padding-bottom:5px;
	}
	#sub_nav{
		width:300px;
		margin:7px auto;
		background-color: #F4F2F2;
	}
	.default{
		color:#195E9E;
	}
	.b1{
		font-size:16px;
		margin:0 5px;
		float:left;
		display:inline-block;
	}
	.ver{
		background-color: #F4F2F2;
		width:50px;
		margin:0 auto;
		height:2px;
		z-index: 50;
	}
	.ver_default{
		background-color: #195E9E;
		width:50px;
		margin:0 auto;
		height:2px;
		z-index: 50;
	}
	#show{
		margin-top:20px;
	}
	#item{
		background-color: #fff;
		width:94%;
		margin:0 2% 5px 2%;
		/*border-bottom: 5px solid #C0C1C3;*/
		padding:0 5px;
	}
	#d{
		font-size: 9px;
		color: #0E73CE;
	}
	#btngroup{
		width:170px;
		margin:0 auto;
	}
}
