body, h1, h2, h3, h4, p, a, span{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	text-indent: 0;
	font-family: "pingfang sc","lantinghei sc","helvetica neue","helvetica,arial","microsoft yahei","微软雅黑","stheitisc-light,simsun","宋体","wenquanyi zen hei","wenquanyi micro hei","sans-serif";
}

/* 顶部导航 */
.nav {
	width: 100%;
	height: 50px;
	background: #083b90;
	margin-bottom: 10px;
}
.nav .nav_list{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.nav .nav_list a{
	display: inline-block;
	height: 20px;
	color: white;
	font-size: 18px;
	line-height: 20px;
	padding-left: 30px;
	margin: 15px 12px;
	position: relative;
}
.nav .nav_list a:hover{
	color: #ff8900;
	transition: 0.3s;
}
.nav .nav_list a::before{
	display: inline-block;
	width: 2px;
	height: 12px;
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -240px;
	content: "";
	position: absolute;
	left: -13px;
	top: 4px;
}
.nav .nav_list .sy::before{
	content: none;
}
.nav .sy{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 0;	
}
.nav .yw{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -20px;	
}
.nav .zw{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -40px;	
}
.nav .lz{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -60px;	
}
.nav .rs{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -80px;	
}
.nav .wx{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -100px;	
}
.nav .ft{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -120px;	
}
.nav .cj{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -140px;	
}
.nav .yl{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -160px;	
}
.nav .jy{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -180px;	
}
.nav .ly{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -200px;	
}
.nav .rmt{
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -220px;	
}

/* logo行 */
.ldbdj_logo{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

/* banner图 */
.ldbdj_banner{
	width: 100%;
	height: auto;
}
.ldbdj_banner img{
	width: 100%;
	margin-top: 10px;
}

/* 人物列表 */
.rwlb{
	width: 1200px;
	margin: 10px auto;
}
.rwlb .rw_list{
	width: 1200px;
	margin-bottom: 30px;
}
.rwlb .rw_list::after{
	display: block;
	content: "";
	clear: both;
}
/* 人物-left */
.rwlb .rw_list .rw{
	width: 340px;
	border-top: 2px solid #4886ff;
	background: #f6f6f6;
	float: left;
}
.rwlb .rw_list .rw img{
	display: block;
	width: 260px;
	margin: 38px auto 0;
}
.rwlb .rw_list .rw h2{
	font-size: 34px;
	margin: 20px 40px 0;
	color: #083b90;
}
.rwlb .rw_list .rw h2 a{
	color: #083b90;
}
.rwlb .rw_list .rw p{
	font-size: 16px;
	line-height: 26px;
	margin: 20px 40px 40px;
		color: #4c4c4c;
}
.rwlb .rw_list .rw p a{
	color: #4c4c4c;
}
/* 人物-right */
.rwlb .news_list{
	width: 840px;
	float: right;
	border-top: 2px solid #4886ff;
}
.rwlb .news_list .rw_title{
	width: 838px;
	height: 96px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d0e5ed;
	background: #f6fcff;
	position: relative;
}
.rwlb .news_list .rw_title p{
	font-size: 22px;
	line-height: 96px;
	padding-left: 30px;
	color:#4c4c4c;
}
.rwlb .news_list .rw_title p:hover{
	font-weight: bolder;
}
.rwlb .news_list .rw_title p i{
	font-style: normal;
	color: #ff8900;
}
.rwlb .news_list .rw_title p b a{
	color: #ff8900;
}
.rwlb .news_list .rw_title .more{
	font-size: 14px;
	position: absolute;
	line-height: 20px;
	right: 15px;
	bottom: 10px;
}
.rwlb .news_list .rw_title .more:hover{
	font-weight: bolder;
}
.rwlb .news_list .rw_news{
	width: 838px;
	border: 1px solid #f0f0f0;
	border-top: none;
	padding-top: 10px;
}
.rwlb .news_list .rw_news h3{
	font-size: 18px;
	margin: 0 34px;
	padding: 35px;
	padding-right: 0;
	line-height: 40px;
	border-bottom: 1px dashed #d6d6d6;
	font-weight: normal;
}
.rwlb .news_list .rw_news h3:last-child{
	border-bottom: none;
}
.rwlb .news_list .rw_news h3 a{
	color: #4c4c4c;
	position: relative;
}
.rwlb .news_list .rw_news h3 a:hover{
	font-weight: bolder;
	color: #ff8900;
}
.rwlb .news_list .rw_news h3 a::after{
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/uploads/image/xlimgs/page_bg.png) 0 -252px;
	content: "";
	left: -20px;
	top:8px;
}

/* footer */
.footer{
	width: 100%;
	height: 70px;
	padding-top: 30px;
	background: #083b90;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: white;
}

@media screen and (max-width: 1000px) {
	body{
		width: 1200px;
	}
}