@charset "utf-8";
/* CSS Document */
@import url("css.css");
/*============================================================
  banner
  =============================================================*/
.banner{
	width:100%;
	height:400px;
	background:url(../images/banner_about.jpg) top center no-repeat;
}
.banner-con{
	width:760px;
	margin:0 auto;
	text-align:right;
	padding-top:145px;
}
.banner-con h3{
	font-size:40px;
	color:#802a00;
}
.banner-con p{
	font-size:24px;
	color:#0d5363;
}
/*============================================================
  list
  =============================================================*/
.list{
	padding:60px 0px 100px;
}
.position{
	width:100%;
	height:30px;
	font-size:26px;
	line-height:30px;
	color:#612002;
	border-left:2px solid #003366;
}
.position span{
	padding-left:10px;
	color:#003366;
}
.position a{
	padding:0px 10px;
	font-size:26px;
	line-height:30px;
	color:#612002;
}
.new-list li{
	padding:40px 30px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin-top:30px;
	clear:both;
	overflow:hidden;
}
.new-list-img{
	float:left;
	width:327px;
	height:177px;
	display:block;
}
.new-list-img img{
	width:327px;
	height:177px;
}
.new-list-xx{
	float:right;
	width:680px;
	max-height:177px;
	overflow:hidden;
}
.new-list-xx .title{
	width:100%;
	font-size:22px;
	line-height:36px;
	display:block;
	color:#802a00;
}
.new-list-xx span{
	font-size:20px;
	color:#a6a6a6;
}
.new-list-xx p{
	font-size:18px;
	color:#000;
	line-height:32px;
	max-height:64px;
	overflow:hidden;
	margin:10px auto;
}
.new-list-xx .title-l{
	width:36px;
	height:30px;
	display:block;
	background:url(../images/lue.png) center no-repeat;
	text-indent: 100000px;
}

.page{
	margin:50px auto 0px;
	text-align:center;
}
.page a{
	width:38px;
	height:38px;
	display:inline-block;
	line-height:38px;
	font-size:24px;
	color:#aaa;
	text-align:center;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	box-sizing: border-box;
}
.page a:first-of-type{
	border-radius:5px 0px 0px 5px;
}
.page a:last-of-type{
	border-right:1px solid #aaaaaa;
	border-radius:0px 5px 5px 0px;
}
.page a:hover,.page a.on{
	background-color:#0d5363;
	color:#fff;
}