a,
a:hover {
	text-decoration: none;
	color: #333;
}

.text-overflow {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-overflow-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bodytitle {
	background: #363b3f;
	color: #fff;
	line-height: 48px;
}

.bodytitle a {
	color: #fff;
	padding: 0px 2px;
}

.navBar {
	margin-bottom: 0;
	border: none;
	padding: 0 10px;
}

.navBar .navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 5px;
}

.navBar .navbar-nav>li {
	margin-left: 4px;
}

.navBar .navbar-nav>li>a {
	width: 110px;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	padding: 0;
	text-align: center;
	color: #333;
}

.navBar li.active,
.navBar li:hover,
.navBar .nav .open>a {
	background: #058fde;
}

.navBar li.active a,
.navBar li:hover a,
.navBar .nav .open>a {
	color: #fff;
}

.navBar.nav>li>a:focus,
.navBar .nav>li>a:hover {
	background-color: #058fde;
}

.navBar .dropdown-menu {
	width: 100%;
	min-width: auto;
	border: none;
	background: #058edd;
	padding: 0;
	border-radius: 0;
}

.navBar .dropdown-menu>li>a {
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

.navBar .dropdown-menu>li>a:focus,
.navBar .dropdown-menu>li>a:hover {
	background: #06a2fb;
}

.banner .swiper-container {
	width: 100%;
	height: auto;
}

.leftBar {
	margin-right: 10%;
	margin-bottom: 40px;
}

.leftBar .head {
	font-size: 20px;
	text-align: center;
	padding: 21px 0;
	background: #058fde;
	color: #fff;
}

.leftBar .head .en {
	font-family: 'Arial';
	font-size: 16px;
	margin-top: 5px;
}

.leftBar .barItem {
	padding: 10px 10%;
	margin-bottom: 40px;
}

.leftBar .barItem a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
	font-size: 16px;
}

.leftBar .contact-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 24px 10%;
	padding: 20px 0;
}

.page {
	/* padding: 30px 5%; */
	margin-bottom: 20px;
}

.page .page-head {
	position: relative;
	font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.page .page-head::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 4.5em;
	height: 1px;
	background: #058fde;
}

.page .list-item {
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding: 10px 6em 10px 0;
}

.page .list-item .date {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 0;
	color: #999;
}

.page .news-title {
	color: #058fde;
	text-align: center;
	line-height: 40px;
	padding-top: 30px;
	font-size: 36px;
}

.page .news-info {
	text-align: center;
	color: #999;
	border: 1px solid #e1e1e1;
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
	padding: 5px 0;
}

.page .news-content img {
	max-width: 100% !important;
}

.page .news-content .next {
	margin-top: 30px;
}

footer {
	padding: 20px 0;
	background: #363b3f;
	color: #fff;
	line-height: 40px;
}

footer a {
	color: #FFF;
}

footer img {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.navBar .navbar-toggle {
		border: 1px solid #ccc;
	}

	.navBar .navbar-toggle .icon-bar {
		background-color: #ccc;
		height: 1px;
		width: 15px;
	}

	.navBar .navbar-brand img {
		height: 40px;
	}

	.leftBar {
		margin: 15px 0 0;
	}

	.leftBar .head {
		padding: 10px 0;
		font-size: 16px;
		text-align: left;
		padding-left: 15px;
	}

	.leftBar .head .en {
		display: inline-block;
		margin: 0;
		font-size: 14px;
	}

	.leftBar .barItem {
		padding: 0;
		display: grid;
		grid-template-columns: auto auto auto;
		border-left: 1px solid #a2d9fa;
		margin-bottom: 15px;
	}

	.leftBar .barItem a {
		text-align: center;
		font-size: 14px;
		padding: 10px 0;
		border-bottom: 1px solid #a2d9fa;
		border-right: 1px solid #a2d9fa;
		background: #e0f4ff;
	}
	
	.leftBar .barItem a:hover{
		color: #058fde;
	}

	.leftBar .contact-info {
		margin: 0;
		font-size: 14px;
		border: none;
		padding: 10px;
	}

	.page .page-head {
		padding: 8px 0;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.page .news-title {
		line-height: 28px;
		padding-top: 10px;
		font-size: 20px;
	}

	footer {
		line-height: 22px;
	}
}
