.container:after{
	content: "";
	display: block;
	clear: both;
}

.contentLeft{
	width: 231px;
}
/* 本站公告 */
.notice{
	width: 231px;
	height: 240px;
	border: 2px solid #2C2C2C;
}
.notice_tit{
	width: 100%;
	height: 39px;
	background-image: url(../images/ind_13.gif);
	padding-right: 14px;
}
.more{
	float: right;
	display: block;
	width: 42px;
	height: 39px;
}
.txtMarquee-top{
	padding: 0 2px;
}
.noticeList li{
	height: 27px;
	border-bottom: 1px dotted #A1A1A1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 26px;
}
.noticeList li a{
	font-size: 12px;
	color: #054a39;
}
.noticeList li.top3 a{
	color: #009d76;
	max-width: 180px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.shortcutMenu{
	width: 100%;
	height: 236px;
	border: 2px solid #2C2C2C;
	background-image: url(../images/ind_22.gif);
	margin-top: 4px;
}
.shortcutMenu a{
	display: inline-block;
	width: 104px;
	height: 72px;
}

/* 政策法规 */
.regulations{
	width: 100%;
	height: 244px;
	border: 2px solid #2C2C2C;
	margin-top: 4px;
}
.regulations_tit{
	width: 100%;
	height: 39px;
	background-image: url(../images/ind_35.gif);
}
.regulationsList{
	padding: 0 2px;
}

.content{
	width: 757px;
	border: 1px solid #DBE4E1;
	padding-bottom: 5px;
}

.expertList{
	width: 682px;
	margin: 0 auto;
	border-bottom: 1px dashed #B6B6B6;
	padding-bottom: 30px;
}
.expertList:after{
	display: block;
	content: "";
	clear: both;
}
.expertList li{
	width: 50%;
	float: left;
	margin-top: 30px;
}
.expertItem{
	display: block;
	width: 100%;
	height: 130px;
	position: relative;
	padding-left: 120px;
	padding-right: 10px;
}
.expertItem img{
	width: 110px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.expertName{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}
.expertDes{
	font-size:14px; 
	line-height:25px
}