/* 调整导航栏 */
@media (min-width:768px) {
	.collapse .nav a {
		line-height: 60px;
		font-size: 18px;
		color: #1e2374;
		/* font-weight: unset; */
	}

	.tyxy_navigation {
		background-color: white;
	}

	.navbar-tyxy {
		border: 0;
	}
}

/* 内容 */
.container-displayinfo {
	padding: 21px 5px 50px;
	border-top: 1px solid #ddd;
}

@media (max-width: 769px) {
	.plctrl {
		padding: 0 8px;
	}

	img {
		margin: 0 auto 20px auto;
		display: block;
		max-width: 100%;
		max-height: 100%;
		width: auto !important;
		height: auto !important;
	}
}

.content-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.page-title {
	font-size: 24px;
	border-bottom: 1px solid #214E1B;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: -1px;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
}

.breadcrumb a {
	text-decoration: none !important;
	color: black !important;
}

/* 标题 */
.ctitle {
	text-align: center;
	font-size: 25px;
	font-family: '宋体';
	line-height: 1.5;
	/* padding: 0 0 7px; */
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}

.arti_metas {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
