.line .hd {
	line-height: 59px;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
}

.line .hd li.on {
	border-bottom: 2px solid #016BB5;
}

.leftnav {
	width: 21.14%;
	max-width: 296px;
	border: 1px solid #005293;
	float: left;
	padding-bottom: 80px;
	background: url(../images/ldnavbg.png) no-repeat right bottom;
}

.leftnav h2 {
	width: 100%;
	background: #005293;
	line-height: 92px;
	padding: 0 36px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 40px;
}

.leftnav h2 img {
	width: 38px;
	margin-right: 29px;
}

.ldnav ul {
	border-bottom: 1px solid #5BB1FC;
	padding-bottom: 25px;
}

.ldnav {
	padding: 0 33px;
	box-sizing: border-box;
}

.ldnav ul li {
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #000000;
	margin-top: 30px;
	font-size: 1.625em;
}

.ldnav ul li a span {
	display: inline-block;
	width: 80px;
	text-align: justify;
	text-align-last: justify;
}

.msz {
	border-bottom: none !important;
}

.lddetail {
	width: 76.57%;
	max-width: 1072px;
	float: right;
}

.jj img {
	width: 179px;
}

.jjcont {
	margin-left: 27px;
	width: 80%;

}

.jjcont h2 {
	width: 100%;
	font-size: 1.625em;
	margin-bottom: 46px;
}

.jjcont font {
	color: #005293;
}

.jjcont h2 font {

	font-size: 1.625em;
	margin-right: 25px;
}

.jjcont p {
	line-height: 46px;
}

.jl {
	font-size: 1.75em;
}

/*工作分工*/
.ld-gzfg p {
	line-height: 46px;
}

@media (max-width: 1500px) {
	.leftnav {
		width: 30%;
	}

	.lddetail {
		width: 69%;
	}
}

.sidebar {
	width: 21.14%;
	max-width: 296px;
	border: 1px solid #005293;
	float: left;
	padding-bottom: 80px;
	background: url(../images/ldnavbg.png) no-repeat right bottom;
}

.til h3 {
	padding-bottom: 10px;
	color: #383838;
	font-size: 1.5em;
	font-weight: 400;
	font-family: 'SourceHanSerifCN';
	border-bottom: 1px solid #cecece;
}

.til h3 {
	width: 100%;
	background: #005293;
	line-height: 92px;
	padding: 0 36px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 40px;
}

.til h3 img {
	width: 38px;
	margin-right: 29px;
}

@media (max-width: 1500px) {
	.sidebar .til h3 {
		padding: 0 30px;
	}
}

@media (max-width: 1080px) {
	.container {
		margin-top: 30px;
	}

	.container>.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.sidebar {
		width: auto;
		max-width: inherit;
		float: none;
		margin: 0 0 30px;
		padding-bottom: 0;
	}

	.sidebar .til {
		position: relative;
	}

	.sidebar .til .menu-togglebtn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 13;
		width: 60px;
		background: url(../images/sidenav_open.png) no-repeat center center;
		border-radius: 0 8px 0 0;
		cursor: pointer;
		background-size: 45px 45px;
	}

	.sidebar .til h3 {
		margin-bottom: 0;
		line-height: 1.2;
		padding: 20px 60px 20px 20px;
		border-bottom: none;
	}

	.sidebar .ldnav {
		padding: 10px 5% 80px;
		display: none;
	}

	.lddetail {
		width: 100%;
	}

	.lddetail .jj {
		text-align: center;
	}

	.lddetail .jj img.fl {
		float: none;
	}

	.jjcont {
		margin-left: 0;
		width: 100%;
		text-align: left;
	}

	.jjcont h2 {
		text-align: center;
	}

}

/* 领导日历 */
.calendar-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.calendar-with-controls {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}

.calendar-wrapper {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	flex-grow: 1;
}

.calendar-control-btn {
	cursor: pointer;
	display: flex;
}

.monthBtn {
	width: 35px;
}

.yearBtn {
	width: 25px;
}

.calendar {
	width: 50%;
	font-family: sans-serif;
	background-color: #fff;
	padding: 15px;
}

.calendar-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
}

.calendar-header .current-date {
	font-size: 25px;
	font-weight: bold;
	color: #005293;
}

.calendar-table {
	width: 100%;
	border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
	text-align: center;
	padding: 10px;
}

.calendar-table th {
	font-weight: bold;
	color: #225495;
}

.calendar-table td {
	cursor: pointer;
}

.event-day {
	color: #005293;
	text-decoration: underline;
	font-weight: bold;
}

.custom-popover .popover-body {
	padding: 15px;
}

#year-left,
#month-left,
#year-right,
#month-right {
	margin: 0 10px;
}


@media (max-width: 660px) {
	#calendar-right {
		display: none;
	}

	#calendar-left {
		width: 100%;
	}
}


.activityDate {
	position: relative;
	padding-left: 15px
}

.activityDate a:hover {
	color: #0061B0;
	text-decoration: none;
	font-weight: 600;
}

.activityDate::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0061B0;
}