.list{
	min-height: 920px;
	height:auto;
	overflow:hidden;
	background: url(../images/notice_bg.jpg) no-repeat left bottom;
}
.list_main{

}
.subnav{
	height: 70px;
	
}
.subnav span{
	font-size: 18px;
	height: 70px;
	display: block;
	font-weight: bold;
	color: #292929;
	float: left;
	line-height: 70px;
}
.subnav ul li{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 20px 5px 0 5px;	
	float: left;	
}
.subnav ul li.selected{
	background: #1752a6;
	
}
.subnav ul li.selected a{
	color: white;
}
.subnav ul li a{
	color: #757575;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;	
}
.subnav ul li a:hover{
	background: #1752a6;
	color: white;
}
.position{
	height: 30px;
	font-size: 14px;
	color: #757575;
	line-height: 25px;
	font-weight: bold;
}
.position a{
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
.position a:hover{
	color: #1752A6;
}
.left{
	width: 303px;
	height: 652px;
	background: url(../images/list_left-bg.jpg) no-repeat left top;
	float: left;
}
.right{
	width: 870px;
	float: right;
}
.right .title{
	height: 35px;
	font-size: 24px;
	line-height: 35px;
	color: #1752a6;
	padding-bottom: 10px;
}
.right ul li{
	height: 40px;
	line-height: 40px;
	border-bottom:1px dashed #ccc ;
}
.right ul li a{
	font-size: 14px;
	color: #757575;
	text-decoration: none;
}
.right ul li a:hover{
	color: #1752A6;
}
.right ul li span{
	color: #757575;
	float: right;
}

.right h1{
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}
.right .info{
	font-size: 14px;
	padding: 15px;
	text-align: center;
}
.right .show{
	height:auto;
	overflow:hidden;
	line-height: 25px;
	text-indent: 2em;
	margin-bottom:200px
}
.right .show img{
	text-align: center;
	max-width: 800px;
}
