@charset "gb2312";
/* CSS Document */
/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width:768px) {
/**手机端所有需要隐藏的容器class全部加在下面**/
.top, #top, #nav, .position {
	display: none;
}
/**手机端所有需要显示的容器宽度都要变成100%**/
.main {
	width: 100% !important;
	margin: 0 auto !important;
}
/**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
#banner {
	width: 100% !important;
	height: 80px !important;
	border-bottom: #333 solid 2px;
	background: url() no-repeat;
}
/**手机端-文章文调整**/
.wzzw {
	margin: 0 auto;
	padding: 15px 10px;
}
/*手机版页脚高度自适应*/
#footer {
	width: 100% !important;
	height: auto !important;
	line-height: 30px;
}
}
/*内容主体*/
.main {
	width: 1100px;
 *width:1060px;
	padding: 0 20px 20px;
	margin: 20px auto;
	background-color: #fcfcfa;
}
/*当前位置*/
.position {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
}
.wzzw {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding-bottom: 20px;
}




/*增加的样式*/
.gsgl-box{
	width:1100px;
	margin:0 auto;
}
/*banner部分*/
.banner{
	width:1100px;
	height:158px;
	background-repeat:no-repeat;
}
.swsy{
	width:80px;
	height:30px;
	float:right;
	margin-top:120px;
}
.swsy span{
	line-height: 34px;
	margin-left: 9px;
	color:#ffffff;
	font-size:15px;
	font-family:'Microsoft YaHei';
}
/*时间及搜索*/
.time-box{
	width:1100px;
	height:36px;
	background:#fff;
}
.time{
	width:308px;
	height:36px;
	float:left;
	text-align:center;
	line-height:34px;
	font-size:13px;
	font-family: 'Microsoft YaHei'
}
.sousuo{
	width:318px;
	height:36px;
	float:right;
	margin-right:50px;
}
.sousuo-qz{
	float:left;
	width:15px;
	height:15px;
	margin-top:10px;
	background:url(ss-tb_03.jpg);
	margin-right:16px;
}
.input{
	float:left;
	height:22px;
	width:152px;
	margin-top:7px;
}
.input input{
	width:22px;
	width:152px;
	border:1px solid #aaaaaa;
}
.ss-xiao{
	width:43px;
	height:19px;
	float:left;
	margin-left:12px;
	background:url(gsj_search01.jpg);
	margin-top:8px;
}
/*版权*/
.banquan{
	height:110px;
	width:100%;
}
.banquan-box{
	width:1100px;
	height:110px;
	position:relative;
	background:#fff;
}
.banquan-box1{
	width:1100px;
	height:108px;
	margin:0 auto;
	border-top:2px solid #3b8ad7;
	margin-top:10px;
}
.p-box{
	width:1100px;
	float:left;
	height:80px;
	margin-top:30px;
}
.p1{
	font-size:13px;
	text-align:center;
	color:#414141;
	font-family: 'Microsoft YaHei'
}

.banquan-logo{
	position:absolute;
	width:43px;
	height:51px;
	top:28px;
	right:130px;
	background:url(banquan-logo_03.jpg);
}
