.title_left {
	/*margin: 20px 0;*/
	text-align: center;
	font-weight: bold;
}

.content .col-lg-2 {
	background-color: #FFFFFF;
}

.content .col-lg-2 ul {
	margin-top: 10px;
}

.content .col-lg-2 ul li {
	width: 95%;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	background: #F6F6F6;
	margin: 5px auto 0px auto;
}


.title_right {
	width: 100%;
	height: 47px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.title_right span {
	width: 10%;
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #1F62B3;
}

@media (max-width:768px) {
	.content .col-lg-2 {
		margin-right: 0;
	}
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #333333;
	border-bottom: none;
	background-color: #F1F7FF;
}

/* 通知公告 */
.journalism {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.journalism ul li:hover {
	color: #1F62B3;
}

.journalism ul li .col-lg-2 {
	margin-right: 0;
	text-align: right;
	font-weight: bold;
}
.journalism ul li {
	display: flex;
	padding: 15px 0;
	align-items: center;
	border-bottom: 1px solid #E9E9E9;
}

.journalism ul li:hover {
	color: #1F62B3;
}

.journalism ul li .col-lg-2 {
	margin-right: 0;
	text-align: right;
	font-weight: bold;
}

.journalism ul li a {
	color: #000000;
	text-decoration: none;
}

.journalism ul li a:hover {
	color: #1F62B3;
}

.journalism ul li span {
	display: flex;
	align-items: center;
}

.journalism ul li span p:nth-child(1) {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: red;
}

.journalism ul li span p:nth-child(2) {
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page {
	height: 60px;
	line-height: 60px;
}

#containet {
	display: inline-block;
	border: 1px solid #ed0181;
	padding: 19px;
	margin: auto;
}

#pageMain li {
	list-style: none;
	line-height: 22px;
}

#page {
	padding: 10px 0 0 0;
}

#page span {
	width: 26px;
	color: #fff;
	height: 26px;
	line-height: 28px;
	text-align: center;
	background: #1F62B3;
	display: inline-block;

}

#pageNav {
	display: inline-block;
}

#pageNav a {
	width: 28px;
	height: 28px;
	color: #3a87ad;
	margin-right: 8px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #c1c1c1;
}

#pageNav a.active,
#pageNav a:hover {
	color: #EFEFEF;
	background: #1F62B3;
}

#prev:hover {
	cursor: pointer;
}

#next:hover {
	cursor: pointer;
}
