img {
	max-width: 100%;
}
a {
		color: rgba(0, 0, 0, .9);
		text-decoration: underline;
	}
@media screen and (max-width: 1000px) {
	img {
		height: unset;
	}
	nav.navbar {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 999;
	}
	header {
		margin-top: 50px;
	}

	
	.justify-content-end {
		display: block!important;
		text-align: center;
	}
}
.zjxm {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.zjxm .swiper-slide {
    width:400px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zjxm .swiper-slide img {
	display: block;
	width:400px;
	width: 100%;
	float: left;
	margin: 0 auto;
}
.zjxm .swiper-slide h3 {
	display: block;
	width:400px;
	width: 100%;
	float: left;
	font-size:16px;
	margin: 0 auto;
	line-height: 3em;
}
.news-catname {
	font-size: 16px;
	line-height: 2em;
	padding: 0 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ececec;
	line-height: 1.3em;
}
.news-catname a {
	color: #2ba0e8;
	text-decoration: none;
}
.news-catname em {
	float: right;
	font-style: normal;
	font-size: 14px;
}
.news-catname em a {
	color: #999;
}
.news-title {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
	margin: 0 5px;
}
.news-title:last-child {
	border: none;
}
.news-title a {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}
.news-title a:hover {
	color: #2ba0e8;
}
.news-title span {
	float: right;
	margin-left: 30px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.nav-item {
	padding: 0 .5em;
	font-size: 18px;
}
.card {
	border: none;
}
.card-header {
	border: none;
	background: none;
}
.nav-tabs .nav-link {
	border: none;
	background: none;
}
.nav-tabs .nav-link.active {
	box-shadow: rgba(43, 160, 232, 0.4) 0px 3px 8px 0px;
	color: #fff;
	background: #2ba0e8;
}
.btn-search, .btn-search:hover {
	background: #2ba0e8;
	color: #fff;
}
.friend {
	background: #42a5f6;
	padding: 10px;
}
.friend a, footer a {
	color: #e9ecef;
	text-decoration: none;
}
.friend .news-catname {
	font-weight: bold;
	color: #fff;
	margin-top: 2em;
}
.news {
	margin: 20px 0;
	height: 170px;
	border-bottom: 1px dashed #d3d3d3;
	overflow: hidden;
}
.news .news-img {
	width: 230px;
	height: 150px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.news .news-img img {
	width: 100%;
	height: 150px;
	transition: .5s;
}
.news .news-img img:hover {
	transform: scale(1.1);
}
.news-right {
	padding-right: 10px;
	padding-top: 10px;
}
.news-right em {
	font-style: normal;
	font-size: 12px;
	background: #f60;
	color: #fff;
	padding: 1px 3px;
	font-weight: normal;
	margin-right: 5px;
}
.news-right a {
	font-size: 18px;
}
.news-right p {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px
}
#page {
	margin: 30px 0;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center
}
#page .pageinfo {
	display: none;
}
#page a {
	border: 1px solid #ddd;
	background: #fff;
	color: #808080;
	padding: 4px 10px;
	margin-left: 5px;
	transition: all 0.2s
}
#page a:hover, #page .curpage {
	background: #2196f3;
	color: #fff;
	text-decoration: none;
	border: 1px solid #2196f3;
}
#page .nopage {
	cursor: not-allowed;
}
#page .nopage:hover {
	background: #fff;
	color: #808080;
	border: 1px solid #ddd;
}
.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #40aae2;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #40aae2;
	border-color: #40aae2;
	cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.badge, .label {
	line-height: 1;
	white-space: nowrap;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.search-pagination>.pagination>li>a {
	margin: 0 3px;
}
.search-pagination {
	text-align: center;
}
.search-pagination>.pagination>.page-active>a {
	background-color: #40aae2;
	color: #fff;
}
.pagination>li>a, .pagination>li>span {
	color: #000;
}
.pagination>li>a:hover {
	cursor: pointer;
	color: #23527c;
}
.lcates {
	margin-top: 1.3em;
	border: 1px solid #42a5f6;
	border-radius: 10px;
}
.lcates li {
	line-height: 2.5em;
	padding-left: .8em;
}
.lcates li a {
	text-decoration: none;
}
.content h1{text-align: center;  line-height: 1.3em; font-size:26px; font-weight:bold;}
.content .content-info{text-align: center;}
.content .content-body img{/* display: block; */margin: 0 auto;}
.content .content-body p{
    line-height: 180%;
    font-size: 20px;
    /*text-indent: 2em;*/
    margin: 10px 0;}
footer 
{
	background: #1f87e8;
	color: #e9ecef;
	padding: 1em;
}
footer p {
	line-height: 2em;
	margin: 0;
}
