﻿@charset "utf-8";
/* CSS Document */
.banner{
	height:620px;
	background:url(../images/banner.jpg) center top no-repeat
}
.banner>img{
	display:none
}
.mainBg{
	background-color:white;
	margin-top:-105px;
	border-radius:10px
}
.list02 li{
	width:560px;
	height:100px;
	line-height:60px;
	padding:20px;
	box-sizing:border-box;
	background-color:#f0f7ff;
	margin-bottom:20px
}
.list02 li div{
	font-size:18px;
	float:left;
	width:60px;
	height:40px;
	padding:10px 0;
	line-height:20px;
	border-radius:30px;
	background-color:#065eb5;
	color:white;
	text-align:center
}
.list02 li div h3{
	font-weight:normal;
	font-size:18px
}
.list02 li a{
	float:left;
	width:calc(100% - 80px);
	margin-left:20px;
	line-height:60px;
	white-space:nowrap;
	overflow:hidden; text-overflow:ellipsis
	
}
.list02 li:nth-child(odd){
	float:left
}
.list02 li:nth-child(even){
	float:right
}

.footer{
    margin:0 auto;
    padding-bottom:0;
	width:100%;
    background:#fbfbfb;
    border-top:4px solid #065eb5;
    padding-top:10px;
}
.foot_nav{
	line-height:41px;
	color:#333;
}
.foot_nav a{
	color:#333;
}
.foot_nav a:hover{
	text-decoration:underline;
}
.foot_con{
    position:relative;
	padding:15px 60px;
	padding-bottom:0;
	line-height:24px;
}
.foot_con p{
	padding-bottom:10px;
}
.zhaocuo{text-indent:0;}
.jiucuowx{position:absolute;top:5px;right:100px;}
.govlogo{position:absolute;top:0px;left:150px;}
.footer .foot_nav,.footer .foot_con{padding-left:0; text-align:center}

@media (max-width: 800px) {
	
.w1200{
	width:98%;
	margin:0 1%;
	box-sizing:border-box
}
.banner{
	height:auto;
	background:none
}
.banner>img{
	display:block;
	width:100%
}
.footer img,
.foot_nav{
	display:none
}
.list02 li{
	width:100%;
	height:auto
}
.list02 li a{
	line-height:30px;
	white-space:normal;
	overflow:auto
}
.foot_con{
	padding:0
}

}