@charset "gb2312";
.padbtm {
	padding-bottom: 1em;
}

.side_L {
	width: 258px;
	border: 1px solid #e5e5e5;
	padding: 26px 28px 1em 28px;
	background: #fff;
	min-height: 607px;
}

.center {
	text-align: center;
}

.side_title {
	color: #333;
}

.side_title div.center {
	font-size: 1.2em;
}

.side_L h2 {
	font-size: 18px;
}

.side_L .p3 {
	font-size: 0.5em;
}

.side_list {
	width: 258px;
	padding-top: 18px;
	padding-bottom: 22px;
	border-bottom: 1px solid #cacaca;
	font-size: 0.8em;
}

.side_list li {
	margin-bottom: 8px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #fcfcfc url(imagesside_normal.gif) no-repeat;
}

.side_list li.active {
	background: #00bb84 url(imagesside_bg.gif) no-repeat;
}

.side_list li.active a {
	color: #fff;
}

.side_list li:hover {
	background: #00bb84 url(imagesside_bg.gif) no-repeat;
}

.side_list li:hover a {
	color: #fff;
}

.side_list li a {
	display: block;
}

.sidelink_img {
	padding-left: 5%;
}

.else_list {
	/*  height:240px; */
}

.else_list .ggl_title {
	margin-top: 1em;
}


/* 右侧 */

.rcontent {
	min-height: 613px;
	padding: 20px 20px 0 20px;
	width: 602px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding-bottom: 1em;
}

.rcontent .p4,
.p4 {
	color: #4f4f4f;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.rcont_list {
	padding-top: 1em;
}

.rcont_list li {
	padding-bottom: 16px;
	font-size: 14px;
	height: 14px;
}

.rcont_list li a {
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.rcont_list li span {
	float: left;
}


/* 新增右侧菜单tab */

.secon_wrap {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-left: 20px;
	width: 642px;
	padding-bottom: 1em;
}

.second_list {
	border-bottom: 1px solid #e5e5e5;
	background: #fcfcfc;
}

.second_list li {
	height: 46px;
	line-height: 46px;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 0.8em;
}

.second_list li a {
	display: block;
	font-weight: bold;
	border-right: 1px solid #f2f2f2;
}

.second_list li.active {
	background: #e5e5e5;
}

.second_list li a:hover {
	background: #e5e5e5;
	color: #5F5F5F;
}

.secon_cont {
	padding: 20px 0 0 20px;
}


/* 新增右侧三级菜单 tab */

.third_list {
	font-size: 14px;
	font-weight: bold;
	padding-top: 1em;
}

.sec_phone {
	font-size: 0.8em;
	padding-top: 1em;
	line-height: 2em;
	word-break: break-all;
	word-wrap: break-word;
}

.emergency_word {
	margin: 10px;
}


/* 置顶新闻 */
.top_news {
	box-sizing: border-box;
	width: 980px;
	height: 235px;
	overflow: hidden;
}

.top_news_img {
	height: 235px;
	width: 314px;
	border: 1px solid #e5e5e5;
	margin-right: 18px;
	float: left;

}

.top_news_img img {
	width: 100%;
}

.top_content {
	height: 235px;
	width: 644px;
	border: 1px solid #e5e5e5;
	float: left;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

/* 子栏目模块div */
.sec_unit {
	margin-right: 16px;
}

.sec_unit:last-child {
	margin-right: 0;
}



@media (max-width: 768px) {
	/*<=768的设备-平板竖版以下*/
	.side_L {
		display: none;
	}
	.rcontent {
		margin-left: 0;
		height: auto;
		width: 100%;
		padding: 0 0 1em 0;
		min-height: 260px;
	}
	.rcontent .p4,
	.p4 {
		margin: 1em 1em 0 1em;
		line-height: 16px;
	}
	.rcont_list {
		padding-left: 1em;
		padding-right: 1em;
	}
	.rcont_list li {
		height: auto;
	}
	.rcont_list li a {
		width: 100%;
		white-space: normal;
		float: none;
	}
	.secon_wrap {
		margin-left: 0;
		width: 100%;
	}
	.second_list li {
		width: 20%;
	}
	.secon_cont {
		padding-left: 0;
	}
	.third_list {
		padding-left: 1em;
	}
	#FlashID {
		display: none;
	}
}