﻿.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 69px;
	min-height: 879px;

	width: 1260px;
    padding: 0px 30px;
	background-color: #fff;
    padding-bottom: 70px;
    margin-bottom: 0px;
}

.main .lunbo {
	margin-top: 60px;
	float: left;
	position: relative;
	width: 785px;
	border-radius: 4px;
	behavior: url(../src/pie/PIE.htc);
	min-height: 400px
}

.main .lunbo #b04 {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .dots {
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 10;
}

.main .lunbo #b04 .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50%;
	behavior: url(../pie/PIE.htc);
	cursor: pointer;
	margin-right: 10px;
}

.main .lunbo #b04 .dots li.active {
	width: 20px;
	opacity: 1;
	border-radius: 6px;
	behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .arrow {
	position: absolute;
	top: 200px;
}

.main .lunbo #b04 #al {
	left: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .lunbo #b04 #al:hover {
	color: #E30B20;
	opacity: 1;
}

.main .lunbo #b04 #ar {
	right: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .lunbo #b04 #ar:hover {
	color: #E30B20;
	opacity: 1;
}

.main .lunbo #b04 ul li {
	float: left;
	width: 785px;
	height: 435px;
}

.main .lunbo #b04 ul li a {
	width: 785px;
	height: 435px;
	display: block;
}

.main .lunbo #b04 ul li a img {
	width: 785px;
	height: 435px;
	display: block;
}

.main .lunbo .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	line-height: 60px;
	text-indent: 20px;
	color: #fff;
	font-size: 20px;
}

.main .lunbo .text a {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.main .lunbo .jSlider .navigator .prev {
	display: none;
	margin-left: -30px;
}

.main .lunbo .jSlider .navigator .next {
	display: none;
	margin-right: -30px;
}

.main .lunbo .jSlider:hover .navigator .prev {
	display: block;
}

.main .lunbo .jSlider:hover .navigator .next {
	display: block;
}

.main .lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 30px;
	z-index: 10;
}

.main .lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .lunbo .jSlider .controller .indicator .selected {
	background-color: #E30B20;
	width: 20px;
}

.main .lunbo-right {
    float: left;
    margin-left: 20px;
    width: calc(100% - 295px);
    border: 1px #dddddd solid;
    padding: 0 20px;
}

.main .lunbo-width {
    width: 1170px;
}

.main .lunbo-right h4 {
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-right h4:hover a {
	color: #2e8bde;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-right div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-right div:hover a {
	color:  #333;
}
.main .lunbo-right .Semilight:hover a{
	color: #2e8bde !important;
}
.main .lunbo-bottom {
	float: left;
	margin-top: 41px;
	margin-left: 45px;
	width: 370px;
}

.main .lunbo-bottom h4 {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.main .lunbo-bottom h4:hover a {
	color: #E30B20;
}

.main .lunbo-bottom div {
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-bottom div:hover a {
	color: #E30B20;
}

.main .news-left {
	width: 785px;
	float: left;
	margin-top: 60px;
}

.main .news-left .news-header {
	width: 100%;
	background-color: #F5F5F5;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

.main .news-left .news-header ul li {
	font-size: 16px;
	float: left;
	width: 92px;
	text-align: center;
}

.main .news-left .news-header ul li a {
	color: #333;
}

.main .news-left .news-header ul li a:hover {
	color: #E30B20;
}

.main .news-left .news-header ul li.active {
	background-color: #E30B20;
}

.main .news-left .news-header ul li.active a {
	color: #fff;
}

.main .news-left .item {
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #E5E5E5;
}

.main .news-left .item:hover {
	background-color: #F5F5F5;
}

.main .news-left .item .item-left {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 130px;
	width: 220px;
}

.main .news-left .item .item-left img {
	display: block;
	height: 125px;
	width: 220px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-left .item .item-right {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 545px;
	height: 130px;
	position: relative;
}

.main .news-left .item .item-right a {
	color: #333333;
	font-size: 20px;
}

.main .news-left .item .item-right a:hover {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.main .news-left .item .item-right .bottom ul .time {
	margin-right: 160px;
	margin-left: 20px;
	color: #a2a2a2;
}

.main .news-left .item .item-right .bottom ul li {
	font-size: 12px;
	display: inline-block;
	color: #333333;
}

.main .news-left .item .item-right .bottom ul a {
	font-size: 12px;
	color: #333333;
}

.main .news-left .item .item-right .bottom ul li.box {
	float: right;
	margin-left: -20px;
	margin-right: 15px;
}

.main .news-left .item .item-right .bottom ul li.box a {
	display: block;
	float: left;
	margin-left: 20px;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover i {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li i {
	font-size: 14px;
	margin-right: 10px;
	color: #999;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover i {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover span {
	color: #E30B20;
}

.banner ul,
.banner li {
	height: 435px;
}

.main .news-left .item .item-right .addone {
	text-align: center;
	height: 15px;
	line-height: 15px;
	color: #fff;
	background-color: #E30B20;
	font-size: 10px;
	width: 30px;
	border-radius: 20px;
	behavior: url(../src/pie/PIE.htc);
	position: absolute;
	right: 84px;
	bottom: 35px;
}

.main .news-left .loading {
	width: 100%;
	margin: 35px 0;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 4px;
	behavior: url(../src/pie/PIE.htc);
}

.main .news-left .loading {
	font-size: 14px;
	color: #333;
}

.main .news-left .loading:hover {
	background-color: #EDEDED;
	cursor: pointer;
	color: #E30B20;
}

.main .news-left .none-loading {
	font-size: 14px;
	color: #333;
	width: 100%;
	margin: 35px 0 !important;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-right {
	float: left;
	width: 270px;
	overflow: hidden;
}

.main .news-right .hot-search {
	width: 100%;
	position: relative;
	padding-left: 13px;
	font-size: 16px;
}

.main .news-right .hot-search div {
	border-bottom: 1px solid #e5e5e5;
	width: 267px;
	position: absolute;
	top: 11px;
	left: 100px;
}

.main .news-right .hot-search .hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .right-tag {
	margin-top: 30px;
	width: 384px;
	margin-right: -14px;
}

.main .news-right .right-tag ul li {
	float: left;
	text-align: center;
}

.main .news-right .right-tag ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	border-radius: 20px;
	behavior: url(../src/pie/PIE.htc);
	margin-right: 14px;
	margin-bottom: 20px;
	padding: 0 25px;
	height: 40px;
	background-color: #F5F5F5;
}

.main .news-right .right-tag ul li a:hover {
	background-color: #E30B20;
	color: #fff;
}

.main .news-right .today-news {
	width: 100%;
	position: relative;
	padding-left: 13px;
	margin-top: 40px;
	font-size: 16px;
	color: #333;
}

.main .news-right .today-news div.cut {
	border-bottom: 1px solid #e5e5e5;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 83px;
}

.main .news-right .today-news div.update {
	border-bottom: 0;
	font-size: 14px;
	position: absolute;
	left: 293px;
	top: 0;
	color: #999999;
}

.main .news-right .today-news div.update i {
	margin-right: 10px;
}

.main .news-right .today-news div.update i {
	display: block;
	float: left;
}

.main .news-right .today-news div.update:hover i {
	transform: rotate(180deg);
	transform-origin: center center;
}

.main .news-right .today-news div.update i:hover {}

.main .news-right .today-news div.update:hover {
	color: #e30b20;
	cursor: pointer;
}

.main .news-right .today-news div.hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .right-main-news {
	width: 100%;
}

.main .news-right .right-main-news .main-news {
	width: 100%;
}

.main .news-right .right-main-news .main-news .left-img {
	float: left;
	margin-right: 20px;
	height: 90px;
	width: 160px;
}

.main .news-right .right-main-news .main-news .left-img img {
	height: 90px;
	width: 160px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-right .right-main-news .main-news .right-text {
	width: 188px;
	height: 89px;
	float: left;
	position: relative;
}

.main .news-right .right-main-news .main-news .right-text a {
	color: #333;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .news-right .right-main-news .main-news .right-text div {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #333;
}

.main .news-right .right-main-news .main-news .right-text div i {
	font-size: 12px;
	margin-right: 10px;
}

.main .news-right .right-main-news .main-news:hover .right-text a {
	color: #e30b20;
}

.main .news-right .hot-sort {
	margin-top: 60px;
	width: 100%;
	position: relative;
	padding-left: 13px;
	color: #333;
	font-size: 16px;
	margin-bottom: 28px;
}

.main .news-right .hot-sort div {
	border-bottom: 1px solid #e5e5e5;
	width: 283px;
	position: absolute;
	top: 10px;
	left: 83px;
}

.main .news-right .hot-sort .hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .sorting .item {
	margin-bottom: 20px;
	font-size: 14px;
}

.main .news-right .sorting .item .number {
	width: 38px;
	font-size: 20px;
	color: #999999;
	font-style: italic;
}

.main .news-right .sorting .item .text {
	color: #333;
	font-size: 16px;
}

.main .news-right .sorting .item .text a:hover {
	color: #E30B20;
}

.main .news-right .sorting .item .before-three {
	color: #E30B20;
}


.md-date{
	float: right;
    line-height: 33px;
}

.lunbo-right a {
    font-size: 16px;
    font-family: Microsoft YaHei Semilight;
    color: #333;
    line-height: 45px;
}
.left-news{
	border: 1px solid #dddddd;
}
.left-news ul{
	width: 100%;
}
.left-news .lszl{
	background: url(/r/cms/www/default/images/20221130lszl.png) center center;
	background-size: 100% 100%;
	height: 65px;
}
.left-news li{
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.left-news a{
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 16px;
    font-family: Microsoft YaHei Light;
    font-weight: bold;
    padding: 12px 15px 15px 40px;
    display: inline-block;
	line-height: 35px;
	letter-spacing: 1px;
}
.left-news li:after{
	content:'';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/r/cms/www/default/images/linkIcon.png);
	background-size: 100% 100%;
}
.left-news li:first-child a{
	text-align: center;
	padding: 15px;
}
.left-news li:first-child:after{
	display: none;
}
.left-news2{
	border: 1px;
	margin-top: 15px;
}
.left-news2 li{
	transform: scale(1);
	transition: transform .3s linear; 
}
.left-news2 li:hover{
	transform: scale(1.05);
	transition: transform .3s linear; 
}

.left-activity{
	background: #ab0707;
	background: #2e8bde;
}

.left-activity a{
	color:white;
}
.left-news .left-activity:after{
	background: url(/r/cms/www/default/images/linkIcon-w.png);
	background-size: 100% 100%;
}

.main .details-guide{
	font-size: 16px;
	margin-bottom: 30px;
}

/* 左侧导航标题 */
.item32{
	display: flex;
	align-items: center;
	height: 55px;
	width: 250px;
	border: 1px solid #eee;
	margin-top: 20px;
	background-color: #eee;
	cursor: pointer;
}
.item32 .leftIcon{
	width: 70px;
	height: 100%;
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-items: center;
}
.item32 .leftIcon img{
	width: 40px;
	height: 40px;
	margin: auto auto;
}
.item32 .rightIcon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.item32 .rightIcon img{
	width: 100%;
	height: 100%;
}
.item32Content{
	padding-left: 15px;
	flex: 1;
	font-weight: bold;
	color: #000;
}
.item32.active{
	background-color: #ECF7FF;
}
.item32.active .leftIcon{
	background-color: #2885D0;
}
.active .item32Content{
	color: #2885D0;
}



/* 新版块 大模块*/
.item33{
	display: flex;
	width: 100%;
	min-height: 700px;
}
/*左模块*/
.item33 .leftModal{
	width: 250px;
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}
/*右模块*/
.item33 .rightModal{
	flex: 1;
	display: flex;
	flex-direction: column;
	border: 1px #eee solid;
	margin-bottom: 30px;
}

/*左边标题头*/
.item34{
	width: 250px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
    color: #fff;
	background-color: #026ABE;
	font-size: 18px;
}
.item34 img{
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

/*左边小节点*/
.item35{
	width: 250px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #000;
	border: 1px solid #eee;
	font-size: 16px;
	cursor: pointer;
}
.item35.active{
background-color: #ecf7ff;
    border: 1px #ccdce8 solid;
}
.item35 .zw{
	margin-right: 20px;
	font-weight: bold;

}
.item35 .dj2em{
	display: inline-block;
	width: 2em;
}
.item35 .dj1em{
	display: inline-block;
	width: 1em;
}
.item35 .dj_5em{
	display: inline-block;
	width: 0.5em;
}


/*右侧标题头*/
.item36{
	height: 65px;
	display: flex;
	align-items: center;
	font-weight: bold;
    color: #fff;
	background-color: #026ABE;
	font-size: 18px;
	padding-left: 20px;
	display: none;
}
.item36.active{
	display: flex;
}
.item36 img{
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

/*右侧 领导介绍*/
.item37{
	margin: 0px 50px;
	padding-bottom: 50px;
}
.ldjsCon{
	display: none;
}
.ldjsCon.active{
	display: block;
}
.item37 .tx{
	margin-bottom: 50px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	text-align: center;
}
.item37 .tx img{
	max-width: 200px;
	width: 200px;
	height: 250px;
	overflow: hidden;
	margin: auto auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.item37 .tx .name{
	font-size: 21px;
	font-family: 仿宋_GB2312;
	font-weight: bold;
	margin-top: 10px;
}
.item37 .ldjj{
	/* font-family: 仿宋_GB2312; */
	line-height: 40px;
	text-indent: 2em;
	letter-spacing: 0;
    /* font-size: 21px; */
}
.item37 .fggz{
	font-weight: bold;
	margin-top: 40px;
}

/*右侧 内容介绍*/
.item38{
	margin: 10px 30px;
	line-height: 40px;
	letter-spacing: 0;
    font-size: 16px;
}
.xfjznCon{
	display: block;
}

/*右侧 新闻模块*/
.item39{
	margin: 10px 30px;
	line-height: 40px;
	letter-spacing: 0;
    font-size: 16px;
	width: -webkit-fill-available;
}
.czysCon,.czjsCon,.jgszCon{
	display: none;
}
.czysCon.active{
	display: block;
}
.czjsCon.active{
	display: block;
}
.jgszCon.active{
	display: block;
}

/*右侧 子新闻*/
.item40 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: -webkit-fill-available;
	cursor: pointer;
}
.item40 .leftContent{
	display: flex;
	align-items: center;
}
.item40 .leftIcon{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333;
	margin-right: 10px;
}
.item40:hover{
	color:#025194;
}

/* 机关职能 */
.item41{
	background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    /* padding: 12px 16px; */
    z-index: 10;
    line-height: 26px;
	display: flex;
	margin: 20px 30px;
	margin-bottom: 20px;
}
.item41Title{
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ecf7ff;
	font-size: 15px;
	padding: 12px 16px;
	text-align: center;
	font-weight: bold;
}
.item41Content{
	font-size: 15px;
	flex: 1;
	padding: 12px 16px;
	display: flex;
	align-items: center;
}