.openLeft{
	width:250px;
}
.openLeft .title{
	width:230px;
	height: 60px;
	background: #FBE0E0;
	padding:10px;
}
.openLeft .title p{
	background: rgba(255,255,255,0.60);
	border-radius: 6px;
	width:230px;
	height: 60px;
	font-size: 18px;
	color: #CD2B2B;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
}
.openList{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.openList>li{
	height:42px;
	border-bottom:1px solid #eee;
	line-height: 42px;
	padding-left:52px;
}
.openList>li>a{
	display: block;
}
.openList>li:hover{
	background:#F5F5F5;
}
.openList>li:hover a{
	color:#D13436;
}
.openList>li.active{
	background:#F5F5F5;
}
.openList>li.active>a{
	color:#D13436;
}
.openList>li:hover>a{
	text-decoration: none;
}
.openRight{
	width:720px;
}
.govBox{
	width:688px;
	border:1px solid #eee;
	margin-top:15px;
	padding:15px;
}
.newslist{

}
.newslist li{
	border-bottom: 1px solid #eee;
	line-height: 35px;
	padding:0 10px;
}
.newslist li .span1{
	margin-right: 10px;
}
.newslist li a{
	display: block;
	width:400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist li .date{
	color:#999;
}
.listRight{
	width:1000px !important;
}
.listRight .govBox{
	width:968px !important;
}


.oldModel .newslist li a{
	width: 75%;
}
.oldModel .openList>li{
	overflow: hidden;
}