/*自治区政府*/
.zizhiqu {
	width: 100%;
	background: #F0F0F0 url("erji_cont_bg.jpg") no-repeat center top;
	overflow: hidden;
	padding-bottom: 20px;
}
.zizhiqu .zizhiqu_jigou {
	width: 315px;
	/*height: 1140px;*/
	height:1002px;
	margin-right: 15px;
	background: #fff;
	float: left;
}
.zizhiqu .zizhiqu_xinwen {
	width: 850px;
	height: 100%;
	background: #fff;
	float: left;
}
.Position {
	line-height: 40px;
}
/*common_list_title*/
.common_list_title {
	height: 54px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0px 16px 20px;
}
.common_list_title h3 {
	font-size: 16px;
	color: #5E8B34;
	height: 24px;
	margin-top: 20px;
	float: left;
	border-left: 7px solid #76b043;
	line-height: 24px;
	text-indent: 8px;
}
.common_list_title .title_more {
	display: block;
	float: right;
	height: 24px;
	margin-top: 30px;
	line-height: 24px;
	font-size: 12px;
	color: #c1c1c1;
	padding-left: 18px;
	background: url("zizhiqu_common_list_title_more.jpg") no-repeat left center;
}
.common_list_title .title_more:hover {
	color: #999;
}
.common_list_title_more {
	margin: 0px 0px 20px;
}
/*新版column_title*/
.xinwen_wrap .column_title_new {
	height: 31px;
	border: 1px solid #E4E4E4;
	margin: 20px 0 10px;
	width: auto;
}
.xinwen_wrap .column_title_new h3 {
	width: 101px;
	height: 40px;
	text-align: center;
	line-height: 31px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #fff;
	float: left;
	background: url("column_title_btn_bg.jpg") no-repeat center center;
	position: relative;
	left: -1px;
	top: -1px;
	border-bottom: none;
	margin-top: 0px;
}
.xinwen_wrap .column_title_new h3.inactive {
	color: #333;
	background: none;
}
.xinwen_wrap .column_title_new .more {
	line-height: 31px;
	padding-right: 10px;
}
.xinwen_wrap .column_title_new .title_more {
	margin-top: 0px;
	line-height: 31px;
	height: 31px;
	margin-right: 10px;
}
/*主席头像*/
.lingdao_zhuxi {
	margin: 10px auto 20px;
	width: 105px;
	height: 161px;
	overflow: hidden;
}
.lingdao_zhuxi .zhuxi_img {
	width: 91px;
	height: 114px;
	padding: 6px;
	background: #fff;
	border: 1px solid #fff;
}
.lingdao_zhuxi .zhuxi_img img {
	width: 91px;
	height: 114px;
}
.lingdao_zhuxi .zhuxi_text {
	margin-top: 5px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.lingdao_zhuxi .zhuxi_text a {
	font-size: 12px;
	color: #2f2f2f;
}
/*副主席头像*/
.lingdao_fuzhuxi_wrap {
	padding: 0px 16px;
	overflow: auto;
}
.lingdao_fuzhuxi {
	float: left;
	margin: 0 5px;
	width: 84px;
	height: 138px;
	overflow: hidden;
	margin-bottom: 20px;
}
.lingdao_fuzhuxi .fuzhuxi_img {
	width: 70px;
	height: 91px;
	padding: 6px;
	background: #fff;
	border: 1px solid #fff;
}
.lingdao_fuzhuxi .fuzhuxi_img img {
	width: 70px;
	height: 91px;
}
.lingdao_fuzhuxi .fuzhuxi_text {
	margin-top: 5px;
	font-size: 12px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.lingdao_fuzhuxi .fuzhuxi_text a {
	font-size: 12px;
	color: #2f2f2f;
}
/*秘书长*/
.lingdao_mishuzhang {
	padding-left: 16px;
	margin: 0px 0px 30px 0;
}
.lingdao_mishuzhang a {
	line-height: 28px;
	font-size: 12px;
	color: #2f2f2f;
	background: #f0f0f0;
	border: 1px solid #eaeaea;
	display: block;
	width: 90px;
	height: 28px;
	text-align: center;
}
.lingdao_mishuzhang a:hover {
	background: #eee;
}
/*职能机构-分类*/
.jigou_sort {
	width: 137px;
	height: 34px;
	line-height: 34px;
	margin-left: 12px;
	margin-top: 20px;
	background: #efefef;
	float: left;
	text-align: center;
	position: relative;
}
.jigou_sort.nobefore:before {
	display: none;
}
.jigou_sort:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 12px;
	top: 15px;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transform-origin: 5px 3px;
}
.jigou_sort:hover:before {
	transform: rotate(180deg) translateY(5px);
	-ms-transform: rotate(180deg) translateY(5px); 	/* IE 9 */
	-moz-transform: rotate(180deg) translateY(5px); 	/* Firefox */
	-webkit-transform: rotate(180deg) translateY(5px); /* Safari 和 Chrome */
	-o-transform: rotate(180deg) translateY(5px); 	/* Opera */
}
.jigou_sort a {
	font-size: 14px;
	color: #333;
}
.jigou_sort:hover .jigou_list {
	display: block;
}
/*职能机构列表*/
.jigou_list {
	width: 440px;
	padding: 10px;
	overflow: hidden;
	display: none;
	position: absolute;
	bottom: 34px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	z-index: 100;
}
.jigou_list a {
	width: 140px;
	float: left;
	/*height: 30px;*/
	line-height: 25px;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
	text-indent: 5px;
}
.jigou_list a:hover {
	text-decoration: underline;
}
/*右侧新闻列表*/
.xinwen_wrap {
	float: left;
	width: 380px;
	height: 290px;
	margin: 0px 0px 10px 30px;
	overflow: hidden;
}
.common_list_title_more h3 {
	text-indent: 0px;
	margin-left: 0px;
	border-left: none;
	border-bottom: 3px solid #8bc05d;
	height: 31px;
}
.xinwen_lingdaohuodong {
}
/*list*/
.xinwen_list_content {
	height: 210px;
	overflow: hidden;
}
.xinwen_list_content li {
	font-size: 14px;
	width: 370px;
	line-height: 30px;
	clear: left;
	overflow: auto;
	padding-left: 10px;
	background: url("zizhiqu_news_list_dot.jpg") no-repeat left 14px;
}
.xinwen_list_content a {
	color: #4a4a4a;
	display: block;
	float: left;
	width: 100%;
}
.xinwen_list_content a:hover {
	text-decoration: underline;
}
.xinwen_list_content span {
	color: #868686;
	float: right;
	display: none;
}
.xinwen_baogao {
	width: 790px;
	height: 410px !important;
}
/*自治区政府报告*/
.baogao_zizhiqu {
	width: 420px;
	float: left;
}
.baogao_title {
	width: 79px;
	height: 25px;
	background: url("zizhiqu_baotao_title_bg.jpg") no-repeat left top;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
.baogao_title a {
	font-weight: bold;
	color: #fff;
}
/*盟市报告*/
.baogao_mengshi {
	width: 320px;
	float: left;
	margin-left: 50px;
}
.baogao_mengshi .baogao_title {
	margin-left: 50px;
}
.baogao_mengshi .mengshi_list a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #444;
	background: #efefef;
	display: block;
	float: left;
	margin: 10px 0px 0px 50px;
	text-align: center;
}
.baogao_mengshi .mengshi_list a:hover {
	background: #d8d8d8;
}
/*政府公报*/
.zhengfugongbao {
	width: 317px;
	height: 43px;
	margin-top: 27px;
}
.zhengfugongbao a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("zizhiqu_zhengfugongbao.jpg") no-repeat left top;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: -9999px;
}
/*领导职称*/
.lingdao_tt {
	height: 10px;
	clear: both;
	border-bottom: #E0E0E0 solid 1px;
	margin: 0px 16px 20px 20px;
}
.lingdao_tt span {
	color: #76b043;
	font-size: 16px;
	text-align: center;
	display: block;
	position: absolute;
	margin-top: -1px;
	margin-left: 105px;
	background-color: #FFFFFF;
	width: 70px;
	height: 20px;
}

/*领导职称*/
.lingdao_tt1 {
	height: 10px;
	clear: both;
	border-bottom: #E0E0E0 solid 1px;
	margin: 0px 16px 20px 20px;
}

.lingdao_tt1 span {
	color: #76b043;
	font-size: 16px;
	text-align: center;
	display: block;
	position: absolute;
	margin-top: -1px;
	margin-left: 85px;
	background-color: #FFFFFF;
	width: 100px;
	height: 20px;
}
.banmishu {
	overflow: hidden;
	width: 280px;
	text-align: center;
	padding-top: 40px;
	margin-left: 15px;
}
.bgms_left {
	float: left;
	width: 127px;
	height: 172px;
}
.banmishu h3 {
	width: 127px;
	height: 10px;
	border-bottom: #E0E0E0 solid 1px;
	font-weight: normal;
	display: block;
	position: absolute;
	margin-top: -40px;
}
.banmishu h3 span {
	color: #76b043;
	font-size: 16px;
	background-color: #FFF;
}
.bgms_right {
	float: right;
	width: 127px;
	height: 172px;
}
.banmishu img {
	width: 70px;
	height: 91px;
}
.banmishu a {
	font-size: 12px;
	line-height: 36px;
}
.zhineng_jigou {
	width: 410px;
	float:right;
}
.zhineng_title {
	font-weight: bold;
    color: #76b043;
    border-bottom: #E0E0E0 solid 1px;
    margin-bottom: 10px;}
.zhineng_title h3{
	width:80px;
	font-size: 16px;
    border-bottom: #76b043 solid 3px;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
	text-align:center
	}
.gongbaohengfu {
	width: 795px;
	height: 75px;
	clear: both;
	margin-left: 30px;
}
.zfldzbox {
	width: 795px;
	height: 287px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zfldzbox .jugune {
	width: 380px;
	height: 287px;
	float: left;
}
.zfldzbox dl dt {
	font-weight: bold;
	color: #76b043;
	border-bottom: #E0E0E0 solid 1px;
	margin-bottom: 10px;
}
.zfldzbox dl dt h3 {
	font-size: 16px;
	border-bottom: #76b043 solid 3px;
	line-height: 36px;
	height: 36px;
	font-weight: normal;
}
.zfldzbox dl dd {
	line-height: 30px;
	background: url(zizhiqu_news_list_dot.jpg) no-repeat 0px 12px;
    padding-left: 10px;
}
.zfldzbox .jugune h3 {
	width: 160px;
}
.zfldzbox .baruna {
	width: 380px;
	height: 287px;
	float: left;
}
.zfldzbox .baruna h3 {
	width: 110px;
}
.zfldzbox dl dt a {
	background: url(zizhiqu_common_list_title_more.jpg) no-repeat 0px 10px;
	padding-left: 18px;
	float: right;
	font-size: 12px;
	color: #c1c1c1;
	display: block;
	line-height: 30px;
	margin-top: -36px;
}
/* 切换 */

.slideTxtBox {
	width: 380px;
}
.slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	background: #fff;
	padding: 0 10px 0 20px;
	border: 1px solid #ddd;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	height: 30px;
	background: #76b043;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
	color:#fff;
}
.slideTxtBox .bd ul {
	padding: 15px 15px 15px 0px;
	zoom: 1;
	width:390px;
}
.slideTxtBox .bd li {
	height: 27px;
	line-height: 27px;
	background: url(zizhiqu_news_list_dot.jpg) no-repeat left 14px;
	padding-left: 10px;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.slideTxtBox .bd .ms_link {
	width: 120px;
	height: 30px;
	margin-bottom: 10px;
	background-color: #efefef;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-right:10px;
}
.slideTxtBox .bd .ms_link a{ display:block; line-height:30px;}
.slideTxtBox .bd .ms_link:hover{ background-color:#f8f8f8;}
