/* list page style */
.body_wrapper{
	padding-top: 68px;
    padding-bottom: 80px;
}
.banner{
	width: 1200px;
	height: 170px;
	background: url(../images/list_01.jpg) no-repeat;
}
.sub_bd{
}
.bd_left{
	width: 290px;
}
.bd_left_tit{
	height: 50px;
    background: #3f93e2;
    border-bottom: 9px solid #8cb1ed;
}
.bd_left_tit>h1{
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.bd_left_nav{
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #b2b2b2;
	padding: 0 13px 13px 13px;
	background-color: #ebebeb;
	-moz-box-shadow:0px 5px 6px #dbdbdb; 
	-webkit-box-shadow:0px 5px 6px #dbdbdb; 
	box-shadow:0px 5px 6px #dbdbdb;
}
.bd_left_nav ul{
	overflow: hidden;
	padding: 35px 0 35px 0;
	background-color: #fff;
}
.bd_left_nav ul li{
	width: 214px;
	height: 42px;
	background: url(../images/list_02.png) 18px 14px no-repeat;
	margin: 5px auto;
}
.bd_left_nav ul li a{
	font-size: 20px;
	color: #6d6d6d;
	line-height: 42px;
	margin-left: 38px;
	outline: none;
}
.bd_left_nav .nav_selected{
	background: #8bbeee url(../images/list_03.png) 18px 14px no-repeat;
	border-radius: 20px;
}
.bd_left_nav .nav_selected a{
	color: #fff;
}
.bd_right{
	width: 855px;
	border: 1px solid #b2b2b2;
	padding:13px;
	background-color: #ebebeb;
}
.bd_right ul{
	background-color: #fff;
	overflow: hidden;
	padding: 0px 30px;
}
.bd_right ul li{
	width: 100%;
	border-top: 1px solid #e6dcc8;
	margin-top: -1px;
	height: 220px;
}
.bd_right ul li .bar{
	margin-top: 1px;
	height: 193px;
	padding-top: 26px;
}
.bd_right ul li:hover .bar{
	background-color: #f0f0f0;
}
.bd_right ul li .bar img{
	float: left;
	display: block;
	height: 165px;
	width: 247px;
	margin-left: 8px;
	margin-right: 20px;
}
.bd_right ul li .bar .info{
	overflow: hidden;
	width: 795px;
}
.bd_right ul li .bar .info.img{
	width: 520px;
	float: right;
}
.bd_right ul li .bar .info h1{
	font-size: 20px;
	color: #3b3b3b;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bd_right ul li .bar .info .date{
	height: 18px;
	line-height: 18px;
	color: #9e9e9e;
	font-size: 14px;
	padding: 10px 0;
}
.bd_right ul li .bar .info .date span{
	padding-right: 30px;
}
.bd_right ul li .bar .info p{
	color: #5f5f5f;
	font-size: 14px;
	text-align: justify;
	line-height: 23px;
	height: 115px;
	overflow: hidden;
	text-indent: 2em;
}
.bd_right .pagebar{
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 15px 0 20px 0;
	font-size: 14px;
}

/* detail page style */
.body_wrapper.pt{
	padding-top: 30px;
    padding-bottom: 80px;
}
.detail_bd{
	border: 1px solid #b4b4b4;
	background: #ebebeb;
	width: 1168px;
	padding: 15px;
	-moz-box-shadow:0px 5px 6px #dbdbdb; 
	-webkit-box-shadow:0px 5px 6px #dbdbdb; 
	box-shadow:0px 5px 6px #dbdbdb;
}
.detail_bd .detail_bd_tit{
	width: 100%;
	background-color: #fff;
}
.detail_bd .detail_bd_tit>h1{
	font-size: 30px;
	color: #3b3b3b;
	text-align: center;
	line-height: 50px;
	padding-top: 25px;
}
.detail_bd .detail_bd_tit>h1 i{
	color: #1375ce;
}
.detail_bd .detail_bd_tit .detail_tit_info{
	height: 30px;
	text-align: center;
	border-bottom: 1px solid;
	margin: 0 20px;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #e6dcc8;
}
.detail_bd .detail_bd_tit span{
	  font-size: 14px;
    color: #9e9e9e;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px;
}
.detail_bd_content{
	width: 868px;
	padding: 20px 150px 40px 150px;
	background-color: #fff;
  line-height:175%;
  font-family:"宋体";
  font-size:15pt;
}
.detail_bd_content p{
  padding:5px 0;
}






