#contentPage {
	width: 1200px;
	margin: 20px auto;
	position: relative;
}

#bannerPage {
	background: url(banner2.png) no-repeat center center;
	width: 100%;
	height: 400px;
}

#titlePage {
	background: url(pageTitle.png) no-repeat center center;
	width: 100%;
	height: 90px;
}

#contentTab {
	width: 100%;
	height: auto
}

#titleTab {
	width: 247px;
	height: 51px;
	margin: 20px auto;
}

#titleTab li {
	display: inline-block;
	line-height: 51px;
	font-family: "Alibaba PuHuiTi 2.0 55 Regular";
	font-weight: 400;
	font-size: 26px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
}

#titleTab li:nth-child(1) {
	float: left;
}

#titleTab li:nth-child(2) {
	float: right;
}

#titleTab li.active {
	font-family: "Alibaba PuHuiTi 2.0 85 Bold";
	font-weight: 700;
	font-size: 26px;
}


#titleTab li.active::after {
	content: '';
	width: 40%;
	height: 4px;
	display: block;
	margin: 0 auto;
	background-color: #ff9300;
	transition: all 1.2s;
}

#ccTab>li {
	transition: all 0.2s;
} 

/* 按部门 */
#byDeptContent {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.byDeptContentDept,
.selectBox {
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 0.5px solid #707070;
}

.selectBox {
	display: flex;
	/* margin: 10px 0px; */
	padding: 10px 0px;
	/* height: 80px; */
	line-height: 60px;
	justify-content: space-between;
}

.selectBox>span {
	/* line-height: 80px; */
}

.byDeptContentName,
.selectTitle {
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-family: "Alibaba PuHuiTi 2.0 55 Regular";
	font-weight: 400;
	font-size: 20px;
	color: #333;
}
.selectTitle{
	font-size: 18px;
}

#deptList,
.selectList {
	/* width: 89%;
	display: inline-block;
	margin-left: 20px; */

}

.selectList {
	width: 1052px;
	float: right;
	display: flex;
	flex-wrap: wrap;

}

#deptList li,
.selectList li,
.selectItem {
	display: inline-block;
	font-family: "Alibaba PuHuiTi 2.0 55 Regular";
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #999;
	line-height: 38px;
	cursor: pointer;
	padding: 0px 20px;
	/* margin: 0px 0px 10px 0px; */
}
.selectList li{
	font-size: 18px;
}

#deptList li.active,
.selectList li.active,
.selectItem.active {
	border-radius: 25px;
	background: #ff9300;
	color: #fff;
}

/* table样式 */
table {
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
	display: table;
	box-sizing: border-box;
	text-indent: initial;
	border-color: grey;
}

thead {
	background-color: #f2f2f2;
}

tr {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-left: none;
	border-right: none;
}

thead tr {
	height: 40px;
}

thead th {
	font-family: "Alibaba PuHuiTi 2.0 55 Regular" !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	color: #73777a !important;
	text-align: center;
}

tbody tr {
	height: 60px;
}

th {
	text-align: left;
	font-weight: 400;
}

td,
th {
	padding: 15px 20px !important;
	position: relative;
	font-size: 14px;
	display: table-cell;
	text-align: center;
}

table .num {
	width: 100px;
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #2b2f32;
}

table .name {
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #2b2f32;
	width: 600px;
}

table .dept {
	font-family: "Alibaba PuHuiTi 2.0 45 Light";
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #2b2f32;
	width: 200px;
}

/* 办事指南和在线办理按钮 */
table .bszn,
table .zxbl {
	cursor: pointer;
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #df8d00;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 20px;
}

table .sep {
	background-color: #df8d00;
	display: inline-block;
	height: 16px;
	width: 2px;
	vertical-align: middle;
}

.hidden {
	visibility: hidden;
}

.hidden {
	visibility: hidden;
}

/* 页码 */
.pageLeft {
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #73777a;
	width: 75px;
	display: inline-block;
}

.pageOuter {
	margin: 30px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.page li.xl-active {
	background: #df8d00 !important;
	border-color: #df8d00 !important;
}

.page li:hover {
	background: #df8d00 !important;
	border-color: #df8d00 !important;
	color: #FFF
}

.tableBox {
	min-height: 544px;
}

/* 列表布局改版 */
.bmfw_right_cell {
	border-bottom: 1px solid #DBDBDB;
	position: relative;
}

.bmfw_right_cell .r1 {
	height: 60px;
	position: relative;
	/* border-bottom: 1px solid #DBDBDB; */
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.bmfw_right_cell .r1 .r1_tit {
	width: 1200px;
	height: 40px;
	line-height: 32px;
	float: left;
	font-size: 16px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(orgline.png) 6px center no-repeat;

}

.bmfw_right_cell .r1 .r1_tit span {
	display: inline-block;
	float: left;
	color: #333;
}

.bmfw_right_cell .r1_tit .r1_index {
	width: 77px;
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
	background: #f1f2f4 url(sxup.png) no-repeat 50px center;
	padding-left: 12px;
	border-radius: 5px;
	margin-left: 20px;
}

.bmfw_right_cell .r1 span {
	display: inline-block;
}

.r1_titOn {
	margin-left: 20px;
	padding: 0 10px;
	width: 77px;
	height: 32px;
	line-height: 32px;
	background: #f1f2f4 url(sxdown.png) no-repeat 50px center !important;
}

.bmfw_right_cell .r2 {
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	margin-left: 60px;

}

.bmfw_right_cell .r2_pac {
	display: none;
	overflow: hidden;
	transition: all 1.2s;
	-webkit-transition: fadeout 1.2s;
}

/* 移出动画 */
@keyframes fadeout {
	0% {
		opacity: 1;
		display: block;
	}

	100% {
		opacity: 0;
		display: block;
	}
}

/* 进入动画 */
@keyframes fadein {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.25;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.bmfw_right_cell .r2_tit {
	font-size: 16px;
	color: #3472E9;
	margin-left: 38px;
	padding: 14px 0;
}

.r2_tit_first {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 560px;
	text-overflow: ellipsis;
}

.fl {
	float: left;
}

.bmfw_right_cell .r2_tit .r2_tit_first {
	color: #df8d00;
}

.fr {
	float: right;

}

.bmfw_right_cell .r2_bslj {
	margin-top: 10px;
}

.bmfw_right_cell .r2_bslj .banli {
	text-align: center;
}

.bmfw_right_cell .r2_bslj a {
	display: inline-block;
	width: 80px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	line-height: 28px;
	color: #666666;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 11px;
	cursor: pointer;
	/* float: left; */
	border-radius: 5px;
}

.bmfw_right_cell .r1 .r1_title {
	/* margin-left: 78px; */
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #2b2f32;
}

.r1_tit_no {
	/* width: 100px; */
	margin-left: 24px;
	width: 100px;
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #2b2f32;
}

.r2 .dept {
	position: absolute;
	left: 660px;
	width: 200px;
}

.bszn,
.zxbl {
	cursor: pointer;
	font-family: "PingFangSC-Regular ";
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #df8d00;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 20px;
}

.sep {
	background-color: #df8d00;
	display: inline-block;
	height: 16px;
	width: 2px;
	vertical-align: middle;
}

.dept {
	font-family: "Alibaba PuHuiTi 2.0 45 Light";
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #2b2f32;
	width: 400px;
}

.r1 .dept {
	position: absolute;
	left: 720px;
}

.single {
	margin-top: 0px !important;
	position: absolute;
	right: 0px;
}

/* 部门地区弹窗需求 */
.distPop {
	position: fixed;
	width: 1000px;
	/* height: 400px; */
	left: 50%;
	margin-left: -500px;
	top: 20%;
	font-size: 16px !important;
	background-color: #fff;
	z-index: 999;
	/* display: none; */
}

.distPop .banner {
	height: 60px;
	background-color: #f2f2f2;
	padding-left: 20px;
	line-height: 60px;
	margin-bottom: 20px;
}

.distPop .close {
	background: url(close.png) no-repeat center center;
	width: 20px;
	margin-right: 20px;
	display: inline-block;
	float: right;
	height: 60px;
	cursor: pointer;
}

.distPopOne {
	border-bottom: 0.5px solid #707070;
	line-height: 60px;
	position: relative;
	display: flex;
	margin: 10px 0px;
	justify-content: space-between;
}

.distPopOne li {
	display: inline-block;
}

.distPopOne .title {
	margin-left: 40px;
	line-height: 40px;
}

.distBox {
	display: flex;
	flex-wrap: wrap;
	width: 82%;
	align-content: center;
}

.distBox li {
	color: #999;
	display: inline-block;
	font-family: "Alibaba PuHuiTi 2.0 55 Regular";
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 4px 15px;
}

.distBox li.active {
	border-radius: 25px;
	background: #ff9300;
	color: #fff;
}

/* 遮罩 */
.mask {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 998;
	/* display: none; */
}

.choosed {
	margin: 20px 40px;
	height: 40px;
	display: flex;
	align-items: center;
	color: #999;
}

.operation {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.operation span {
	display: inline-block;
	width: 140px;
	padding: 10px 0px;
	text-align: center;
	margin: 20px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.operation #choosedOk {
	background-color: #ff9300;
}

.operation #choosedCancel {
	background-color: #EEEEEE;
	color: #484848;
}

div {
	transition: all 0.2s ease-out 0s;
}

/* 翻页 */

/* .el-icon-arrow-left{
	background: url(prev.png) no-repeat center center;
}
.el-icon-arrow-right{
	background: url(next.png) no-repeat center center;
} */
 
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #df8d00 !important;
    color: #FFF;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color:#df8d00 !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #df8d00 !important;
    color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #fff !important;
}
