html,body{
	margin: 0;
	font-family: "微软雅黑";
}
body{
	background-color: #ffe8e8;
}
table{
	width: 100%;
}
tr,td{
	line-height: 24px;
}
a{
	text-decoration: none;
	color: #292929;
	font-size: 12px;
	font-size: .75rem;
}
span{
	font-size: 12px;
}
#container{
	width: 1012px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.index-left, .index-right{
	width: 275px;
	height: 705px;
	float: left;
	overflow: hidden;
}
.index-left{
	margin-left: 11px;
}
.index-right{
	margin-right: 11px;
}
.index-left .top, .index-left .middle, .index-left .bottom, .index-right .top, .index-right .middle, .index-right .bottom{
	margin-top: 5px;
}
.index-left .title, .index-right .title{
	height: 36px;
	width: 275px;
	background: url(../images/politicalParty_03.png) no-repeat
}
.index-left .title span, .index-right .title span{
	font-size: 15px;
	font-size: .938rem;
	color: #ffffff;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	float: left;
}
.index-left .title a, .index-right .title a{
	font-size: 12px;
	font-size: .75rem;
	color: #ffffff;
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 5px 10px 0 0;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	float: right;
	width: 60px;
	text-align: center;
}
.index-left .top .content, .index-left .middle .content, .index-right .top .content, .index-right .middle .content{
	width: 273px;
	height: 236px;
	border: 1px solid #f0e5e5;
	border-top: none;
}
.index-left .middle .content, .index-right .middle .content{
	height: 261px;
}
.notice .first , .incorrupt .first, .committee .first , .case .first{
	padding-top: 20px;
}
.notice .text a, .incorrupt .text a, .committee .text a, .case .text a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    background: url(../images/arrowRight.png) no-repeat 10px center;
    padding-left: 20px;
    width: 185px;
}
.committee .text a, .case .text a{
	background: url(../images/disc.png) no-repeat 10px center;
}
.committee .point, .case .point{
	width: 15px;
	padding-left: 10px;
}
.index-left .bottom .content{
	width: 273px;
	height: 81px;
	border: 1px solid #f0e5e5;
	border-top: none;
}
.index-left .bottom .content select{
	width: 228px;
	height: 23px;
	border-radius: 3px;
	margin: 12px 0px 0px 23px;
}
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.index-center{
	width: 423px;
	height: 705px;
	float: left;
    margin: 5px 8px 0 9px;
}
.index-center .top{
	width: 423px;
	height: 271px;
}
.index-center .middle, .index-center .bottom{
	margin-top: 7px;
}
.index-center .middle .title, .index-center .bottom .title{
	height: 36px;
	line-height: 36px;
	background: url(../images/red-bl-3px.png) no-repeat left center;
	border-bottom: 3px solid #dedddd;
}
.index-center .middle .title span, .index-center .bottom .title span{
	font-size: 15px;
	font-size: .938rem;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 3px solid #e82111;
	display: block;
    width: 70px;
}
.dynamic .first , .download .first{
	padding-top: 12px;
}
.dynamic .text a, .download .text a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    background: url(../images/disc.png) no-repeat 10px center;
    padding-left: 20px;
    width: 305px;
}
.dynamic .data span, .download .data span{
	color: #292929;
}
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.index-right .bottom .content img{
	border: 1px solid #f0e5e5;
}