.bannerbox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:400px;
}
.banner {
	width:1920px; /*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px; /*图片宽度的一半*/
}
.main{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:50px auto;
}
.content{
	width:982px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.left{
	width:220px;
	height:auto;
	overflow:hidden;
	float:left;	
}
.left_nav{
	width:218px;
	height:auto;
	overflow:hidden;
	border:1px solid #bcd8f5;
	
}
.left_nav .top{
	width:100%;
	height:70px;
	background:#015ec2;
	text-align:center;
	font-size:14px;
	color:#fff;
}
.left_nav .top h1{
	font-weight:normal;
	color:#fff;
	font-size:18px;
	line-height:42px;
}
.s_nav{
	width:180px;
	height:auto;
	overflow:hidden;
	margin:20px auto;
}
.s_nav h2{
	width:180px;
	text-align:center;
	line-height:38px;
	background:#015ec2;
	font-size:14px;
}
.s_nav h2 a{
	color:#fff;
}
.s_nav ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	padding-bottom:20px;
}
.s_nav ul li{
	width: 100%;
    height: 38px;
    line-height: 36px;
    background: url(../images/left_bg.png)no-repeat center 14px;
    margin-bottom: 5px;
    text-indent: 40px;
    font-size: 14px;
}

.s_nav ul li a{color:#494949;}
.s_nav ul li:hover a{color:#015ec2;}
.s_nav ul .active a{
	color:#015ec2!important;
}
.about{
	width:220px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.about h3 {
	width:100%;
	height:42px;
	background:#015ec2;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	color:#fff;
	font-size:18px;
	line-height:42px;
}
.about ul{
	width:202px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}
.about ul li{
	margin-bottom:10px;
}
.about ul li img{
	width:200px;
	height:144px;
	border:1px solid #bcd8f5;
}
.about ul li:hover img{
	border:1px solid #0069be;
}
.about ul li:hover p{
	color:#0069be;
}
.about ul li p{
	color:#000;
	line-height:36px;
}
.right{
    width: 738px;
    float: right;
    display: inline;
    overflow: hidden;
}
.right_main {
    width: 738px;
	height:auto;
	overflow:hidden;
}
.place{
    background: url(../images/logo_03.png) no-repeat 5px 5px;
    height: 20px;
    line-height: 24px;
    padding: 7px 8px 8px 35px;
    overflow: hidden;
    font-size: 15px;
    border-bottom: 2px solid #015EC2;
    padding-bottom: 8px;
    font-family: "Microsoft Yahei","微软雅黑";
}
.place ul li{
	float:left;
}
.place ul li a{color:#000;}
.place ul li span{
	margin:0px 6px;
}
.place ul li:hover a,.place ul .active a{
	color:#0443ad;
}
.list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.list ul li {
    padding: 12px 20px 4px 0;
    height: 110px;
    overflow: hidden;
    margin: 0 0 30px;
    background: #F7F7F7;
	position:relative;
}
.list ul li .date{
    padding: 20px 5px 0 0;
    text-align: center;
    float: left;
    width: 64px;
    overflow: hidden;
}
.list ul li .date b {
    color: #015EC2;
    font-weight: 100;
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 36px;
    font-family: Arial;
    text-transform: uppercase;
}
.list ul li .date span {
    font-weight: 100;
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    color: #015EC2;
}
.list ul li .introduce{
    padding: 0 14px 0 14px;
    line-height: 26px;
    width: 540px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #666;
}
.list ul li .introduce h2{
    display: block;
    font-weight: 100;
    color: #000000;
	font-size:16px;
}
.list ul li:hover h2{
	color:#0443ad;
}
.list ul li:hover em{
	background:#0443ad;
}
.list ul li:nth-child(2n){
	background:#edf6f4;
}
.list ul li em{
	display:block;
	width:70px;
	height:25px;
	text-align:center;
	line-height:25px;
	background:#999;
	color:#fff;
	position:absolute;
	right:20px;
	top:15px;
	font-style:normal;
	font-size:13px;
}
.page{
	width:700px;
	height:30px;
	margin:0 auto;
	margin-top:28px;
}
.page ul{
	width:600px;
	height:36px;
	margin:0px auto;
	margin-left:160px;
}
.page ul a{
	width:55px;
	height:27px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:27px;
	border:1px solid #0069be;
	color:#000;
	}
.page ul span{
	width:25px;
	height:27px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:27px;
	border:1px solid #0069be;
	color:#0069be;
	text-decoration:none;
	}

.page ul a:hover{
	display:block;
	color:#fff;
	background-color:#0069be;
}
