@charset "UTF-8";

/* ======当前位置====== */
.mod_tab {
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.mod_tab span {
	padding: 0 12px;
	color: #888;
}

.mod_tab .go_home {
	display: inline-block;
	padding-left: 40px;
	margin-left: 8px;
	background: url(../images/address_icon.png) no-repeat 0 2px;
}

.mod_tab a {
	color: #888;
}

/* ======新闻列表====== */
.page_news_row {
	padding-top: 58px;
	overflow: hidden;
}

.page_news_row2 {
	padding-top: 18px;
}

/* ===菜单=== */
.page_news_row .news_menu {
	float: left;
	margin: 0 80px 0 0;
	width: 320px;
	min-height: 650px;
	padding-bottom: 40px;
	margin-bottom: 140px;
	background-color: #f8f8f8;
}

.page_news_row .news_menu dt {
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #bf000a;
	overflow: hidden;
}

.page_news_row .news_menu dd {
	padding-left: 50px;
	cursor: pointer;
	font-size: 18px;
	overflow: hidden;
}

.page_news_row .news_menu dd.on {
	font-size: 20px;
	background-color: #fff;
	border-left: 3px solid #bf000a;
}

.page_news_row .news_menu dd a {
	display: block;
	width: 270px;
	height: 70px;
	line-height: 70px;
	color: #111;
	border-bottom: 1px solid #e5e5e5;
}

.page_news_row .news_menu dd:last-child a {
	border-bottom: none;
}

.page_news_row .news_menu dd.on a {
	font-weight: 700;
	color: #bf000a;
	border-bottom: none;
}

.page_news_row .news_menu dd:hover a {
	font-weight: 700;
	color: #bf000a;
}

.page_news_row .news_menu2 {
	display: flex;
	justify-content: space-between;
	padding-right: 82px;
	margin-bottom: 20px;
}

.page_news_row2 .news_menu2 {
	display: flex;
	justify-content: center;
	margin: 40px 0 25px;
}

.page_news_row .news_menu2 li {
	width: 276px;
	text-align: center;
}

.page_news_row2 .news_menu2 li {
	margin: 0 20px;
	min-width: 260px;
	text-align: center;
}

.page_news_row .news_menu2 li,
.page_news_row2 .news_menu2 li {
	height: 70px;
	line-height: 70px;
	box-shadow: 0px 0px 13px 2px rgba(231, 231, 231, 0.9);
	border-radius: 16px 0px 16px 0px;
	background-color: #fff;
	overflow: hidden;
}

.page_news_row2 .news_menu2 li a {
	padding: 0 40px;
}

.page_news_row .news_menu2 li a,
.page_news_row2 .news_menu2 li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #555;
}

.page_news_row .news_menu2 li a:hover,
.page_news_row2 .news_menu2 li a:hover {
	color: #bf000a;
}

.page_news_row .news_menu2 li.on,
.page_news_row2 .news_menu2 li.on {
	background-color: #c20000;
	box-shadow: 0px 0px 11px 4px rgba(255, 221, 221, 0.81);
}

.page_news_row .news_menu2 li.on a,
.page_news_row2 .news_menu2 li.on a {
	font-weight: 700;
	color: #fff;
}

/* ===文字列表=== */
.con_news_row1 {
	width: 1000px;
	float: right;
}

.page_news_row .news_list1 {
	overflow: hidden;
}

.page_news_row .news_list1 li {
	padding: 32px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.page_news_row .news_list1 li h4 {
	float: left;
	width: 82%;
	font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
	overflow: hidden;
}

.page_news_row .news_list1 li a::before {
	content: "";
	float: left;
	margin-top: 12px;
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	margin-right: 18px;
	border: 2px solid #bf000a;
	border-radius: 50%;
}

.page_news_row .news_list1 li span {
	float: right;
	text-align: right;
	color: #888;
}

.page_news_row .news_list1 li span em {
	color: #bf000a;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	padding-right: 10px;
}

/* ===图片列表=== */
.page_news_row2 .news_list2 {
	display: -webkit-flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-bottom: 10px;
}

.page_news_row2 .news_list2 li {
	margin: 40px 55px 0 0;
	width: 430px;
	height: 100%;
	overflow: hidden;
}

.page_news_row2 .news_list2 li:nth-of-type(3n) {
	margin-right: 0;
}

.page_news_row2 .news_list2 li .pic_row {
	position: relative;
	width: 430px;
	height: 242px;
	border-radius: 6px;
	overflow: hidden;
}

.page_news_row2 .news_list2 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_news_row2 .video_list .pic_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 430px;
	height: 242px;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 188px;
	background-size: 39px;
}

.page_news_row2 .video_list a:hover .pic_row::before {
	background-color: rgba(0, 0, 0, 0);
}

.page_news_row2 .news_list2 li a h4 {
	color: #333;
}

.page_news_row2 .news_list2 li h4 {
	margin-top: 28px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_news_row2 .news_list2 li a::after {
	content: "";
	margin-top: 22px;
	display: block;
	width: 54px;
	height: 1px;
	background-color: #b40009;
}

/*======翻页======*/
.page_nav {
	margin: 60px auto 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.page_nav a,
.page_nav span {
	display: block;
	padding: 10px 18px;
	margin: 0 5px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #555;
	background-color: #f8f8f8;
}

.page_nav .page_current,
.page_nav a:hover {
	color: #fff;
	background-color: #bf000a;
}

.page_nav a:first-child,
.page_nav a:last-child {
	margin: 0 15px;
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #e5e5e5;
}

.page_nav a:first-child:hover,
.page_nav a:last-child:hover {
	color: #bf000a;
}

/* ======新闻详情====== */
.ny_news_show {
	padding: 40px 50px 0;
	/* overflow: hidden; */
}

.ny_news_show_tit {
	text-align: center;
	padding: 10px 0 42px;
	border-bottom: 1px solid #e5e5e5;
}

.ny_news_show_tit h3 {
	font-size: 34px;
	line-height: 1.5;
	color: #222;
}

.ny_news_show_tit_con {
	margin-top: 42px;
	line-height: 36px;
	display: flex;
	justify-content: center;
}

.ny_news_show_tit span {
	color: #666;
	padding: 0 20px;
}

.ny_news_show_tit_con .title_time_right {
	display: flex;
	width: 200px;
	height: 36px;
	padding: 0 0 0 20px;
	position: relative;
	top: -2px;
}

.ny_news_show_tit_con .title_time_right .social-share {
	height: 36px;
}

.ny_news_show_tit .detail_font {
	display: inline-block;
	width: 146px;
	height: 32px;
	padding: 0 0 0 25px;
	border-radius: 16px;
	border: solid 1px #e5e5e5;
	background: url(../images/font_size_icon.png) 3px center no-repeat;
}

.ny_news_show_tit .detail_font a {
	padding: 0 7px;
}

.ny_news_show_con {
	padding: 40px 0 70px;
	overflow: hidden;
}

.ny_news_show_con p,
.ny_news_show_con div,
.ny_news_show_con span {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	margin: 20px 0;
	overflow: hidden;
	transition: font-size 0.3s ease;
}

.ny_news_show_con .injection-editor p,
.ny_news_show_con .injection-editor div,
.ny_news_show_con .injection-editor span {
	margin: 10px 0;
}

.ny_news_show_con img,
.ny_news_show_con video {
	display: block;
	max-width: 1080px;
	height: auto !important;
	margin: 15px auto !important;
}

.ny_news_show_con video {
	width: 1080px !important;
}

.ny_news_show_con div.vcp-player video {
	height: 607px !important;
}

/* ======领导介绍====== */
.page_news_row .news_list3 {
	margin: 0 45px 50px 40px;
	display: flex;
	width: 915px;
	background-color: #f7f8fb;
	overflow: hidden;
}

.page_news_row .news_list3:nth-of-type(1) {
	margin-top: 20px;
}

.page_news_row .news_list3:last-of-type {
	margin-bottom: 118px;
}

.page_news_row .news_list3 dt {
	width: 237px;
	height: 295px;
}

.page_news_row .news_list3 dt img {
	max-width: 237px;
	height: auto;
	object-fit: cover;
}

.page_news_row .news_list3 dd {
	padding: 50px 48px 0 40px;
	color: #222;
}

.page_news_row .news_list3 dd h4 {
	font-size: 24px;
	line-height: 100%;
}

.page_news_row .news_list3 dd h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	margin: 28px 0 32px;
}

.page_news_row .news_list3 dd p {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ny_news_show2 {
	padding: 35px 68px 120px 0;
	text-indent: 2em;
}

.ny_news_show2 h3 {
	padding-bottom: 10px;
	font-size: 28px;
	color: #333;
}

.ny_news_show2 p {
	margin-top: 28px;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}

/* ======监督举报====== */
.laws_list {
	padding-left: 60px;
}

.laws_list dt {
	margin: 30px 0 24px 0;
	font-size: 28px;
	font-weight: 700;
	color: #c20000;
	padding-left: 52px;
	background: url(../images/law_icon.png) left center no-repeat;
}

.laws_list dd {
	margin-left: 52px;
	font-size: 18px;
	line-height: 54px;
	padding-left: 38px;
	background: url(../images/list_icon.png) left center no-repeat;
}

a.report_btn {
	display: block;
	margin: 66px auto 180px;
	width: 300px;
	height: 66px;
	line-height: 66px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	padding-left: 128px;
	background: url(../images/report_icon.png) 84px center no-repeat #bf000a;
	border-radius: 6px;
}

/* ===举报须知=== */
.ny_news_show3 {
	margin-bottom: 100px;
}

.ny_news_show3 h4.report_title {
	margin: 20px 0 13px;
	font-size: 28px;
	line-height: 44px;
	color: #c20000;
	padding-left: 58px;
	background: url(../images/report_title.png) left center no-repeat;
}

.ny_news_show3 p {
	text-indent: 2em;
	line-height: 54px;
	font-size: 18px;
	color: #333;
	text-align: justify;
}

.ny_news_show3 a.show_more {
	color: #bf000a;
}

.input_list1 {
	padding-left: 38px;
	margin-top: 16px;
	color: #333;
}

.checkbox_row {
	display: inline-block;
	cursor: pointer;
	position: relative;
	user-select: none;
	line-height: 1;
	vertical-align: middle;
	padding-left: 32px;
}

.checkbox_row input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	z-index: -1;
}

.checkbox_custom {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	transition: background-color 0.3s;
}

.checkbox_row input:checked~.checkbox_custom {
	background-color: #c20000;
	border-color: #c20000;
}

.checkbox_custom:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox_row input:checked~.checkbox_custom:after {
	display: block;
}

.btn_list1 {
	display: flex;
	justify-content: center;
}

.btn_list1 a {
	margin: 60px 20px;
	display: block;
	width: 240px;
	height: 66px;
	line-height: 66px;
	font-size: 22px;
	padding-left: 100px;
	border-radius: 6px;
	background: url(../images/report_icon2.png) 53px 17px no-repeat;
}

.btn_list1 a.btn_red {
	color: #fff;
	background-color: #bf000a;
}

.btn_list1 a.btn_grey {
	color: #fff;
	background-color: #bcbcbc;
}

/* ===弹窗=== */
.popup_con {
	position: fixed;
	pointer-events: auto;
	background-color: rgba(228, 218, 218, 0.2);
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.popup_con.popup_show {
	display: block;
}

.popup_row {
	width: 832px;
	height: 410px;
	padding: 26px 42px;
	background-color: #fff;
	box-shadow: 0px 0px 11px 4px rgba(227, 227, 227, 0.65);
	border: solid 2px #bf000a;
	position: fixed;
	z-index: 50;
	_position: absolute;
	pointer-events: auto;
	bottom: 380px;
	left: 60%;
	transform: translateX(-60%);
}

.popup_row p {
	font-size: 15px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	text-indent: 2em;
	padding: 10px 0;
}

.popup_row a.close_btn {
	cursor: pointer;
	display: block;
	width: 68px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 23px auto 0;
	background-color: #bf000a;
	border-radius: 2px;
}

/* === 检举控告 ===*/
.report_top_menu {
	display: flex;
}

.report_top_menu a {
	display: block;
	width: 206px;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
}

.report_top_menu a:nth-of-type(1) {
	padding-left: 60px;
	color: #fff;
	background-color: #c20000;
}

.report_top_menu a:nth-of-type(2) {
	padding-left: 71px;
	color: #222;
	background-color: #f8f8f8;
}

.report_top_menu a::after {
	content: "";
	position: absolute;
	right: -32px;
	top: 0;
	z-index: 10;
	display: block;
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 32px solid #c20000;
}

.report_top_menu a:nth-of-type(2)::after {
	border-left-color: #f8f8f8;
}

dl.report_list_row {
	padding: 50px 0 35px;
	margin-right: 40px;
}

.report_list_row dt {
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #777;
	width: 100%;
	margin-bottom: 20px;
}

.report_list_row dt em {
	color: #c20000;
	padding: 0 6px;
}

.report_list_row dt h4 {
	font-size: 20px;
	color: #222;
}

.report_list_row dt::before {
	content: '';
	width: 4px;
	height: 22px;
	background-color: #c20000;
	margin-right: 12px;
}

.report_list_row dd {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.report_list_row dd label {
	font-size: 17px;
	color: #333;
	min-width: 116px;
	text-align: right;
	margin-right: 22px;
}

.report_list_row dd label::before {
	content: "*";
	color: #c20000;
	margin-right: 6px;
}

.report_list_row dd label.default_label::before,
.default_list dd label::before {
	content: "";
}

.report_list_row dd input,
.report_list_row dd select,
.report_list_row dd textarea {
	box-sizing: border-box;
	width: 328px;
	padding: 0 12px;
	height: 40px;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #dcdcdc;
}

.report_list_row dd select:focus {
	border-color: #c20000;
	outline: none;
	box-shadow: 0 0 5px rgba(255, 211, 211, 0.8);
}

.infor_list1 {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 6px solid #f0f0f0;
}

.infor_list1 dd:nth-child(2n) {
	flex: 2;
}

.infor_list2 dd {
	margin: 30px 0 0;
}

.infor_list2 dd label {
	width: 132px;
}

.infor_list2 dd input,
.infor_list2 dd select,
.infor_list2 dd textarea {
	flex: 1;
}

.infor_list2 dd textarea {
	height: 330px !important;
	padding: 12px;
	resize: none;
}

.infor_list2 dd.upload_row {
	align-items: baseline;
}

.infor_list2 .upload_list {
	position: relative;
	flex: 1;
}

.infor_list2 dd input.upload_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 32px;
	border: 0;
	opacity: 0;
	z-index: 10;
}

.infor_list2 dd button.el_button {
	width: 96px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #c20000;
	border-radius: 3px;
}

.infor_list2 dd .upload_list p {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-top: 15px;
}

.infor_list2 dd .verify_verify {
	flex: 1;
	display: flex;
}

.infor_list2 dd .verify_verify input {
	flex: 0;
	width: 180px;
}

.infor_list2 dd .verify_verify img {
	width: 90px;
	height: 36px;
	margin: 2px 20px 0;
}

.infor_list2 dd .verify_verify span {
	line-height: 40px;
	color: #bcbcbc;
}

.btn_list2 {
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 135px;
}

.btn_list2 a,
a.back_btn {
	margin: 25px 20px;
	display: block;
	width: 200px;
	height: 56px;
	line-height: 56px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #bf000a;
	border-radius: 8px;
}

a.back_btn {
	margin: 60px auto 160px;
}

.report_text_row h3 {
	font-size: 24px;
	line-height: 100%;
	color: #222;
	text-align: center;
}

.report_text_row p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	margin: 30px 0;
	overflow: hidden;
}

/* ====== 搜索 ====== */
.search_box2 {
	width: 680px;
	margin: 0 auto 76px;
	background-color: #fff;
}

.search_box2 form {
	display: flex;
	height: 54px;
	line-height: 54px;
}

.search_box2 input {
	width: 566px;
	padding: 0 18px;
	color: #333;
	border-radius: 5px 0 0 5px;
	border: 1px solid #dcdcdc;
	border-right: 0;
	background-color: transparent;
	box-sizing: border-box;
}

.search_box2 a {
	display: block;
	width: 112px;
	height: 54px;
	padding-left: 53px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	background: #c20000 url(../images/search-btn2.png) 22px center no-repeat;
}

.search_news_row {
	width: 1300px;
	margin: 0 auto;
}

.list_total {
	color: #888;
	font-size: 18px;
}

.list_total strong {
	color: #111;
	padding-right: 12px;
}

.list_total em {
	color: #c20000;
	font-style: normal;
}

.search_news_list {
	margin-top: 30px;
	border-top: 3px solid #bf000a;
	overflow: hidden;
}

.search_news_list {}

.search_news_list li {
	padding: 40px 0 36px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.search_news_list li h4 {
	display: flex;
	font-size: 20px;
	line-height: 42px;
	overflow: hidden;
}

.search_news_list h4 strong {
	color: #fff;
	padding: 0 21px;
	height: 42px;
	margin-right: 30px;
	background-color: #bf000a;
}

.search_news_list li h4 a {
	flex: 1;
}

.search_news_list li p {
	color: #333;
	font-size: 17px;
	line-height: 32px;
	margin: 18px 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.search_news_list li span {
	float: right;
	text-align: right;
	color: #888;
}

.content_author,
.content_editor,
.content_source {
	display: none !important;
}

/* ======  师资与课程库 ====== */
.teachers_head {
	display: flex;
	justify-content: space-between;
	width: 1300px;
	margin: 0 auto;
	border-bottom: 3px solid #bf000a;
}

.page_news_row .news_menu3 {
	display: flex;
	justify-content: start;
	padding-top: 10px;
}

.page_news_row .news_menu3 li {
	width: 150px;
	height: 56px;
	margin-right: 10px;
}

.page_news_row .news_menu3 li a {
	display: block;
	line-height: 56px;
	font-size: 20px;
	text-align: center;
	color: #555;
}

.page_news_row .news_menu3 li.on a {
	font-weight: 700;
	color: #fff;
	background-color: #bf000a;
}

.teachers_head .search_box2 {
	width: 476px;
	margin: 0 0 18px 0;
}

.teachers_head .search_box2 input {
	width: 366px;
}

.teachers_head .search_box2 form {
	height: 48px;
	line-height: 48px;
}

.teachers_head .search_box2 a {
	height: 48px;
}

.teachers_list_row {
	width: 1300px;
	margin: 0 auto;
	padding-top: 10px;
}

.teachers_list_row dl {
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.teachers_list_row dl dt {
	float: left;
	width: 162px;
	height: 162px;
	margin-right: 50px;
	border-radius: 50%;
	background-color: #f8ede9;
}

.teachers_list_row dl dt h4 {
	padding: 0 20px;
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	color: #bf000a;
}

.teachers_list_row dl dd:nth-of-type(1),
.teachers_list_row dl dd:nth-of-type(2) {
	float: left;
	display: flex;
	width: 544px;
	min-height: 72px;
}

.teachers_list_row dl dd:nth-of-type(3) {
	width: 1088px;
	padding-top: 15px;
	overflow: hidden;
}

.teachers_list_row dl dd {}

.teachers_list_row dl dd h5 {
	width: 110px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #bf000a;
	background-color: #f8ede9;
	border-radius: 3px;
	border: solid 1px #ebb8b7;
}

.teachers_list_row dl dd span {
	margin: 5px 0 0 20px;
	flex: 1;
	font-size: 18px;
	line-height: 32px;
	color: #222;
}

.teachers_list_row dl dd:nth-of-type(1) span {
	margin-right: 10px;
}

.teachers_list_row dl dd:nth-of-type(3) p {
	margin: 18px 0 0 0;
	font-size: 18px !important;
	line-height: 34px !important;
	color: #666;
	text-indent: 0 !important;
}

.teachers_list_row dl.course_list dt {
	border-radius: 0;
}

.teachers_list_row dl.course_list dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teachers_list_row dl.course_list dd {
	width: 1088px;
	height: 40px;
	min-height: auto;
	line-height: 40px;
	margin-top: 19px;
}

.teachers_list_row dl.course_list dd:nth-of-type(2) {
	margin-top: 44px;
}

.teachers_foot {
	display: flex;
	margin: 60px auto 100px;
	justify-content: space-between;
	overflow: hidden;
}

.teachers_foot .contact_row {
	font-size: 18px;
	color: #666;
	line-height: 42px;
}

.teachers_foot .page_nav {
	justify-content: right;
	margin: 0;
}

.teachers_foot .page_nav a:last-child {
	margin-right: 0;
}