@charset "utf-8";
/*public 公告*/
.yjcode{text-align:left;}
.main{float:left;padding-bottom:20px;}
.helplist{float:left;font-size:14px;width:859px;text-align:left;padding-top:20px;}
.helplist li{float:left;height:24px;padding-top:2px;}
.helplist .l1{width:687px;padding-left:10px;}
.helplist .l2{width:150px;text-align:right;padding-right:10px;color:#999;}
.helplist .l3{width:837px;border-top:#ADADAD dotted 1px;margin:5px 0 0 10px;height:15px;padding:0;}
.se_tags{
	height: 40px;
	text-align: center;
	background:#f5f8fd;
	margin-top:20px;
	line-height: 40px;
	position: relative;
	font-size:12px;
	z-index: 100;
}
.se_code{
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 0;	
	cursor: pointer;
}
.se_code .handle{
	padding-left:16px;
	background:url("../../images/se_tel.png") no-repeat left center;
}

.main{float:left;width:1150px;background-color:#fff;}

.se_code img{
	display: none;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 15px;
	top: 40px;
}
.se_code:hover img{
	display: block;
}

.se_zy{
	margin:20px 0 0 0;
	padding:16px;
	background:#f5f5f5;
	border-radius:3px;
	font-size:12px;
	line-height: 18px;
}

.se_article{
	line-height: 26px;	
}
.se_article img{max-width:810px;}
.se_article p{
	padding-top:14px;
	text-indent:2em;
}

.se_ot{
	margin-top:50px;
	border-top:1px solid #dfdfdf;
	padding:35px 0;
	position: relative;
}
.se_ot li{
	height: 30px;
	line-height: 30px;
}
.se_ot li a{
	display:inline-block;
	max-width:580px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*public 公告*/