.alp-container {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (min-width:0px) and (max-width:1680px) {
	.alp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width:992px) and (max-width:1400px) {

	.top_nav nav.navbar.bootsnav ul.nav>li>a {
		font-size: 15px;
	}

	.top_nav nav.navbar.bootsnav ul.nav>li {
		margin: 15px 7px 5px 7px;
	}
}

@media only screen and (min-width:992px) and (max-width:1140px) {
	.small-top {
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.the-right {
		width: 100%;
	}

	.logo {
		padding-top: 15px;
	}

	.banner {
		padding-top: 100px;
	}

}




.case-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0D6E7C;
	border-color: #0D6E7C;
}

/*  */

.alp-banner {
	position: relative;
}

.alp-banner-txt {
	z-index: 9;
}

.alp-s-icon {
	height: 48px;
}

.alp-content {
	padding-bottom: 40px;
}

.alp-Breadcrumbs {
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 40px 0 20px 0;
}

.alp-Breadcrumbs a {
	color: #000;
}

.alp-Breadcrumbs .alp-space {
	margin: 0 15px;
	color: #999;
}

.alp-Breadcrumbs .alp-lingt {
	color: #0D6E7C;
}

.regional-head {
	padding: 40px;
	margin: 0 0 60px 0;
	background: #cfe2e5 url(../img/pic-5.png) bottom right no-repeat;
}

.regional-head-title h1 {
	color: #000;
	padding-bottom: 15px;
}

.regional-head-title .line {
	width: 62px;
	height: 6px;
	background: #0D6E7C;
}

.regional-head-content {
	padding: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.regional-head-sl {
	width: 33.33%;
	padding: 0 20px;
}

.regional-qrcode img {

	width: 130px;
}

.regional-info h3 {
	color: #000;
	margin-top: 15px;
	font-size: 20px;

}

.regional-info p {
	font-size: 14px;
	color: #5C5C5C;
	padding-top: 5px;
}

.regional-info-more {
	display: flex;

}

.regional-info-li {

	display: flex;
	align-items: center;
	margin-top: 8px;
}

.regional-info-li span img {
	width: 24px;
	margin-right: 5px;
}


.alp-editor-padding {
	padding-bottom: 0;
}

.lecturer {
	margin: 40px 0;
}

.lecturer ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.lecturer ul li {
	width: 33.33%;
	padding: 0 10px 40px 10px;
	margin-bottom: 40px;
	position: relative;
}

.lecturer-info {
	width: calc(100% - 60px);
	height: 72px;
	position: absolute;
	bottom: 0;
	left: 30px;
	padding: 10px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lecturer-info h4 {
	font-weight: bold;
}

a.lecturer-btn {
	border: 1px solid #0D6E7C;
	border-radius: 20px;
	padding: 5px 14px;
	color: #000;
}

.lecturer-tele {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.lecturer-tele img {
	width: 24px;
	margin-right: 5px;
}

.lecturer-tele span {
	color: #414141;
}

.lecturer-title {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 70px;
	background: #0D6E7C;
	border-radius: 6px 6px 0px 0px;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
}

.lecture-more {
	margin: 20px 0 40px 0;
}

.lecture-more-top {
	position: relative;
	z-index: 2;
}

.lecture-more-big-pic {
	display: flex;
	justify-content: center;

}

.big-pic-po {

	position: relative;
}

.lecture-more-info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(13, 110, 124, 0) 0%, #0D6E7C 100%);
	z-index: 22;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}


.lecture-more-name h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 26px;
}

.lecture-more-tele {
	padding: 10px 15px;
	height: 50px;
	background: #31919E;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lecture-more-tele span img {
	width: 24px;
	margin-right: 5px;
}


.lecture-record {
	position: relative;
	background: #F6F6F6;
	margin-top: -300px;
	padding: 370px 40px 40px 40px;
}


.lecture-record h4 {
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #B4B4B4;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.lecturer ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.lecturer {
		margin: 20px 0 0 0;
	}

	.regional-head {
		padding: 20px;
		margin: 0 0 60px 0;
	}

	.regional-head-title h1 {
		font-size: 24px;
	}

}

@media only screen and (min-width:0px) and (max-width:767px) {
	.alp-banner-txt {
		display: none;
	}

	.alp-Breadcrumbs {

		padding: 20px 0;
	}

	.regional-head {
		padding: 20px;
		margin: 0 0 30px 0;
		background: #cfe2e5;
	}

	.regional-head-content {
		padding: 10px 0 0 0;
	}

	.regional-head-title h1 {
		font-size: 24px;
	}

	.regional-head-sl {
		width: 100%;
		padding: 0;
		margin: 15px 0;
	}

	.lecturer {
		margin: 20px 0;
	}

	.lecturer ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.lecture-more-info {
		padding: 15px;
	}

	.lecture-record {

		margin-top: 0;
		padding: 20px;
	}

}
