body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #326cf6;
}


select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #E3DFDF;
}

select::-ms-expand {
	display: none;
}

input {
	outline: none;
	border: none;
	font-family: "微软雅黑";
}

body {
	font: 14px/24px -apple-system, BlinkMacSystemFont, 'PingFangSC-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Helvetica, Arial, 'WenQuanYi Micro Hei', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: #f4f5fa;
}

.bgf {
	background: #fff;
}

.bjt {
	background: url(../image/ys_bg.jpg) center no-repeat;
	background-size: cover;
}

.bjs {
	background: #fff;
}

.bjh {
	background: #F4F5FA;
}

.base {
	width: 100%;
	overflow: hidden;
}

.w_1200 {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.mt30 {
	margin-top: 30px;
}

.ws_10 {
	padding: 0 8px;
}

.ws_2 {
	padding: 0 2px 0 3px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_20 {
	margin-top: 20px;
}

.hidden {
	display: none !important;
}

.bg_shadow {
	box-shadow: 0px 2px 12px 0px rgba(192, 207, 230, 0.35);
}

.fixedSubNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mt_20 {
	margin-top: 20px;
}

/* 头部 */

.flex_sc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_sl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.con-top {
	height: 37px;
	color: #7d7d7d;
	font-size: 12px;
	background-color: #edf0f4;
}

.top_l {
	margin-right: 24px;
	white-space: nowrap;
	line-height: 37px;
}

.top_r {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top_rs {
	margin-left: 20px;
	color: #7d7d7d;
}

.top_rs a {
	color: #7d7d7d;
	padding: 0 8px;
	line-height: normal;
	border-right: 1px solid #e7e2e2;
}

.top_rs a:last-child {
	border-right: none;
}

.con-bt {
	height: 77px !important;
	padding-top: 10px;
	align-items: center;
	background: #fff;
}

.con-bt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.con-logo {
	margin-right: 20px;
}

.con-logo img {
	height: 65px;
}

.con-rs img {
	height: 20px;
}

.con-dh {
	display: flex;
	align-items: center;
}

.con-dh .fa-phone {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #326cf6;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.con-dh span {
	margin-left: 15px;
}

.con-dh span em:first-child {
	letter-spacing: 1px;
	color: #326cf6;
	font-size: 22px;
	font-weight: bold;
}

.con-dh span em {
	display: block;
	color: #666;
	font-size: 12px;
	text-align: center;
	letter-spacing: 8px;
}


@keyframes phoneIcon_ani {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.2);
	}
}

/* 菜单 */
.con-meau {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.con-nav {
	display: flex;
	justify-content: flex-start;
}

.con-meau a {
	position: relative;
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	margin: 0 20px;
	padding-bottom: 5px;
}

.con-meau a:hover {
	color: #326cf6 !important;
}

.con-meau a:first-child {
	margin-left: 0;
}

.con-meau .active {
	color: #326cf6 !important;
	font-weight: bold !important;
}

.con-meau .active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 20px;
	height: 4px;
	background-color: #326cf6;
	border-radius: 2px;
}

.index-lbt {
	width: 100%;
	padding-bottom: 10px;
	background: url(../image/banner-bg.jpg) no-repeat;
	background-size: 1920px 398px;
	background-position: center top;
}

.lbt-cd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 20px;
	margin-bottom: 20px
}

.lbt-cdl {
	display: flex;
	align-items: center;
	color: #f7f9ff;
	font-size: 24px;
	letter-spacing: 2px;
}

.lbt-cdl i {
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	margin-right: 8px;
}

.lbt-cdr {
	display: flex;
	justify-content: flex-start;
}

.lbt-cdr a {
	width: 80px;
	height: 29px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #ecf0fb;
	margin-left: 12px;
}

.lbt-cdr a:hover {
	color: #fff !important;
}

.lbt-div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.lbt-lb {
	width: 876px;
	height: 382px;
	border-radius: 5px;
	overflow: hidden;
}

.myBn {
	width: 876px;
	height: 382px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden
}

.myBn .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.myBn .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

/*
.myBn .swiper-slide:hover img{
	transform: scale(1.10);
}
*/

.myBn .swiper-slide img {
	width: 876px;
	height: 382px;
	display: block;
	transition: all .5s;
}

.myBn .swiper-horizontal>.swiper-pagination-progressbar,
.myBn .swiper-pagination-progressbar.swiper-pagination-horizontal,
.myBn .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.myBn .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	height: 6px;
	bottom: 0 !important;
}

.myBn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	/* background: #0b53c1; */
	background-color: #326cf6;
}

.lbt-rt {
	width: 300px;
}

.lbt-rtn {
	position: relative;
	display: flex;
	align-items: center;
	height: 53px;
	line-height: 53px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.lbt-rtn i {
	position: relative;
	color: #1866FE;
	font-size: 22px;
	font-weight: normal;
	padding: 0 13px 0 20px;
	z-index: 1;
}

.lbt-rtl {
	width: 100%;
	height: 284px;
	background: #ffffff;
	border-radius: 10px;
	padding: 16px 0;
	margin-top: 10px;
}

.lbt-rtli {
	position: relative;
	width: 260px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}

.lbt-rtlit:hover {
	background: #1967FF;
	color: #fff;
}

.lbt-rtli:hover .lbt-rtlii {
	background-color: #ecf0fb;
	color: #1967FF;
}

.lbt-rtlii {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #326cf6;
	font-size: 13px;
	color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 13.5px;
	z-index: 10;
}

.lbt-rtlit {
	display: flex;
	height: 45px;
	line-height: 45px;
	background-color: #f8f8f8;
	border-radius: 10px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-size: 15px;
	color: #666666;
	padding-left: 45px;
	transition: 0.5s;
	cursor: pointer;
}

/* 明远教育 */

.index-t {
	width: 100%;
	padding-bottom: 40px;
}

.index-n {
	width: 100%;
	padding: 40px 0;
}

.index-t {
	width: 100%;
	overflow: hidden;
}

.com-bt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #666666;
	font-size: 15px;
	margin-bottom: 25px;
}

.com-btl {
	position: relative;
	display: flex;
	justify-content: flex-start;
	color: #666666;
	font-size: 14px;
}

.com-btl a {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	margin-right: 20px;
}

.com-btl a::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 34px;
	line-height: 34px;
	background-color: #326cf6;
	border-radius: 3px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.com-btu {
	color: #999999;
	font-size: 14px;
}

/* 广告位置 */
.gg_ul {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.gg_li {
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
}

.gg_li_t {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

.gg_li_t span {
	font-weight: 700;
	font-size: 26px;
	color: #326cf6;
	margin-right: 4px;
}

.gg_li_d {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.gg_tpl {
	display: flex;
}

.gg_tpl_l,
.gg_tpl_r {
	margin-top: 3px;
	width: 35px;
	height: 72px;
}

.gg_tpl_l img,
.gg_tpl_r img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}

.gg_tpl_c {
	margin: 0 10px;

	overflow: hidden;
}

.gg_tpl_c1 {
	margin: 0 auto;
	width: 120px;
	overflow: hidden;
}

.gg_tpl_c1 img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
}

.gg_tpl_c2 {
	text-align: center;
	margin-top: 8px;
	font-weight: 500;
	font-size: 12px;
	color: #333;
	line-height: 14px;
}

.gg_tpl_c2 p {
	margin-top: 12px;
	font-weight: 500;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	font-weight: bold;
}

.gg_tpl_c2 p:last-child {
	margin-top: 5px;
}

/* 新闻 */

.dt_flex {
	display: flex;
	justify-content: space-between;
}

.dt_limg {
	width: 588px;
	overflow: hidden;
	flex-shrink: 0;
}

.dt_limgd {
	position: relative;
	width: 100%;
	height: 308px;
	border-radius: 8px;
	margin-top: 20px;
	overflow: hidden;
}

.dt_limgd img {
	width: 588px;
	height: 308px;
	display: flex;
	transition: all .5s;
}

.dt_limgd:hover img {
	transform: scale(1.10);
}

.dt_rdiv {
	width: 100%;
	margin-left: 25px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.dt_rdiv_ul {
	width: 285px;
	overflow: hidden;
}

.dt_rdiv_uti {
	width: 282px;
	height: 167px;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	position: relative;
}

.dt_rdiv_uti img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.dt_rdiv_uti:hover img {
	transform: scale(1.10);
}

.dt_rdiv_utit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 255px;
	height: 34px;
	background-color: rgba(1, 1, 1, 0.6);
	border-radius: 0px 0px 8px 8px;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	padding: 8px 15px;
	font-weight: normal;
}

.dt_rdiv_uli {
	width: 100%;
	overflow: hidden;
}

.dt_rdiv_ulit {
	position: relative;
	color: #333;
	font-size: 14px;
	padding-left: 13px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.dt_rdiv_ulit::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ff6605;
	content: "";
	border-radius: 50%;
}

.dt_limgt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 49px;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	overflow: hidden;
}

.dt_limgtl {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
}

.dt_limgtl i {
	color: #ff6605;
	font-size: 20px;
	font-weight: normal;
	padding: 0 10px 0 16px;
}

.dt_limgtl::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #666666;
	content: "";
}


.dt_limgtr {
	width: 100%;
	height: 25px;
	overflow: hidden;
	padding-left: 15px;
}

.dt_limgtr .swiper-wrapper,
.dt_limgtr .swiper {
	width: 100%;
	height: 25px;
}

.dt_limgtr .swiper-slide {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.dt_limgtr a {
	color: #666;
	height: 25px;
	display: block;
	font-size: 13px;
	font-weight: normal;
}

/* 模块二 */

.gx_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-right: 23px;
}

.gx_li {
	width: 292px;
	height: 124px;
	border-radius: 5px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
}

.gx_lir {
	width: 48px;
	height: 48px;
	overflow: hidden;
}

.gx_lir image {
	width: 48px;
	height: 48px;
	display: block;
}

.gg_tb_a {
	background: #1DBED0;
}

.gg_tb_b {
	background: #AF78F7;
}

.gg_tb_c {
	background: #FFA034;
}

.gx_li_h {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
}

.gx_li_p {
	display: block;
	font-size: 15px;
	color: #f9f9f9;
	padding-top: 10px;
}

.gg_br {
	flex-shrink: 0;
	width: 235px;
	height: 104px;
	padding: 10px;
	background: #FF565E;
	border-radius: 5px;
}

.gg_bra {
	position: relative;
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	height: 51px;
	color: #ffffff;
	box-sizing: border-box;
}


.gg_br .gg_bra:nth-child(1)::before,
.gg_br .gg_bra:nth-child(3)::before {
	position: absolute;
	content: " ";
	width: 1px;
	height: 80%;
	right: 0;
	top: 10%;
	border-right: 1px dashed #f9f9f9;
}

.gg_br .gg_bra:nth-child(1)::after,
.gg_br .gg_bra:nth-child(2)::after {
	position: absolute;
	content: " ";
	width: 90%;
	height: 1px;
	left: 5%;
	bottom: 0;
	border-bottom: 1px dashed #f9f9f9;
}

.gg_bra a {
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	background: url(../image/a_mbg_1.png) right no-repeat;
	background-size: auto 100%;
	padding-right: 28px;
	box-sizing: border-box;
	display: block;
	color: #fff;
}

/* 课程 */
.kc_bj {
	background: url(../image/ys_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.com_kc {
	padding: 35px 20px 35px 20px;
	overflow: hidden;
	border-radius: 15px;
	background: url(../image/ys_main_bg.jpg) center no-repeat;
	background-size: 100% 100%;
	box-shadow: 1px 3px 8px -1px #5990ff;
}

.com_kc_t {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.com_kc_tl {
	color: #fff;
	padding: 8px 20px;
	overflow: hidden;
	border-radius: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}

.com_kc_t .com_kc_tl:nth-child(1) {
	background: #ffa800;
}

.com_kc_t .com_kc_tl:nth-child(2) {
	background: #09b979;
}

.com_kc_t .com_kc_tl:nth-child(3) {
	background: #f94b24;
}

.com_kc_t .com_kc_tl:nth-child(4) {
	background: #2126d7;
}

.com_kc_ti {
	width: 18px;
	height: 18px;
	overflow: hidden;
	margin-right: 10px;
}

.com_kc_ti img {
	width: 18px;
	height: 18px;
	display: block;
	transition: all .5s;
}

.com_kc_n {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	margin-top: 20px;
}

.com_kc_nl {
	width: 365px;
	height: 355px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.com_kc_nlt {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.com_kc_nlta {
	background-color: #ffa800;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	padding: 6px 18px;
	border-radius: 0px 30px 30px 0px;
}

.com_kc_nltb {
	color: #c5c5c5;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 18px;
}

.com_kc_nli {
	padding: 0 15px;
	margin-top: 19px;
}

.com_kc_nlil {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 14px 0px;
}

.com_kc_nlils {
	color: #ffdfb8;
	font-size: 22px;
	font-weight: 600;
	float: left;
	padding-right: 8px;
}

.com_kc_nlild {
	font-size: 17px;
}

.com_kc_tx {
	overflow: hidden;
	padding: 27px 20px 10px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.com_kc_txl {
	width: 78px;
	height: 71px;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
}

.com_kc_txl img {
	width: 78px;
	height: 71px;
	display: block;
	transition: all .5s;
}

.com_kc_txr {
	width: 100%;
	overflow: hidden;
}

.com_kc_txrt {
	margin-top: 5px;
	font-size: 18px;
	color: #333;
}

.com_kc_txrd {
	margin-top: 5px;
	color: #999999;
	font-size: 15px;
}

.com_kc_nltz {
	margin-top: 12px;
	padding: 0 12px;
	overflow: hidden;
}

.com_kc_nltzi {
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
}

.com_kc_nltzia {
	width: 107px;
	font-size: 15px;
	color: #595959;
}

.com_kc_nltzib {
	text-align: center;
	overflow: hidden;
	color: #d1d1d1;
	letter-spacing: 2px;
}

.com_kc_nltzic {
	flex-shrink: 0;
	width: 120px;
	color: #ffa800;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

.com_kc_nlimg {
	width: 324px;
	height: 182px;
	border-radius: 5px;
	overflow: hidden;
	margin: 25px 0 15px 0;
}

.com_kc_nlimg .swiper-slide {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.com_kc_nlimg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.com_kc_nlurl {
	width: 324px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.com_kc_nlua {
	display: block;
	width: 149px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #595959;
	font-size: 18px;
	border-radius: 4px;
	background-color: #f4f4f4;
}

.com_kc_nlua i {
	margin-right: 5px;
}

.com_kc_nd {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.com_kc_zn {
	width: 105px;
	border-right: 1px solid #dddddd;
	height: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.com_kc_znm {
	width: 100%;
	color: #c33200;
	font-size: 20px;
	font-weight: 600;
}

.com_kc_zns {
	width: 100%;
	color: #c33200;
	font-size: 12px;
}

.com_kc_znu {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: #c5c5c5;
}

.com_kc_lb {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.com_kc_lbu {
	width: 233px;
	color: #595959;
	font-size: 15px;
	margin-left: 25px;
	padding: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_kc_lbu i {
	margin-right: 8px;
	color: #c33200;
}

/* 师资力量 */
.sz_ls {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sz_lsi {
	width: 18.6%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e7e9f2;
}

.sz_lsimg {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.sz_lsimg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	object-fit: cover;
	transition: all .5s;
}

.sz_lsit {
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	color: #53586c;
	background: #fff;
}

.sz_lsit span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
}

.sz_lsjs {
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 12;
}

.sz_lsjst {
	font-weight: bold;
	padding: 20px 20px 0 20px;
	font-size: 16px;
	padding-bottom: 5px;
}

.sz_lsjsd {
	padding: 0 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

/* 试听课程 */
.st_div {
	display: flex;
	justify-content: space-between;
	padding: 35px 20px 35px 20px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 1px 3px 8px -1px #f9f9f9;
	background: #fff;
}

.st_l {
	width: 820px;
	overflow: hidden;
	flex-shrink: 0;
}

.st_lz {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.st_lzi {
	width: 258px;
	box-shadow: 0 4px 16px 0 rgba(215, 219, 227, .4);
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.st_lzim {
	width: 100%;
	height: 291px;
	position: relative;
	display: block;
	overflow: hidden;
}

.st_lzim img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	object-fit: cover;
	transition: all .5s;
}

.st_lzim:hover img {
	transform: scale(1.10);
}

.st_rzimb {
	position: absolute;
	background: #ff6605;
	color: #fff;
	top: 15px;
	left: 0;
	width: 80px;
	padding: 4px 0;
	font-size: 14px;
	text-indent: 12px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 12;
}

.st_lzit {
	padding: 0 12px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #202228;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all ease 0.2s;
}

.st_lzid {
	padding: 0 12px 15px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.st_lzitz {
	color: #ff2e30;
	font-size: 14px;
	font-weight: bold;
}

.st_lzity {
	background: #eb3232;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	overflow: hidden;
	width: 55px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.st_r {
	margin-top: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.st_rzi {
	width: 258px;
	box-shadow: 0 4px 16px 0 rgba(215, 219, 227, .4);
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	overflow: hidden;
}

.st_rzim {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.st_rzim img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	object-fit: cover;
	transition: all .5s;
}

.st_rzim:hover img {
	transform: scale(1.10);
}

.st_rzit {
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #202228;
}

/* 右边 */

.st_rbs {
	width: 100%;
	margin-left: 20px;
	overflow: hidden;
}

.st_rbst {
	width: 100%;
	overflow: hidden;
}

.st_rbstb {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #202228;
	margin-bottom: 15px;
}

.st_rbstd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.st_rbstd a {
	display: inline-block;
	width: 96px;
	height: 32px;
	margin-top: 10px;
	background: #f6f6fb;
	border-radius: 4px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	color: #202228;
	text-align: center;
	transition: all .3s;
}

.st_rbstd a:hover {
	background: #D3D3FF;
}

.st_rbstd_vi {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.st_rbstd_vt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.st_rbstd_vti {
	width: 100px;
	height: 48px;
	font-size: 16px;
	color: #202228;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	margin-left: 2px;
}

.st_rbstd_vt .active {
	font-weight: bold;
	position: relative;
}

.st_rbstd_vt .active::after {
	content: " ";
	width: 24px;
	height: 3px;
	background: #e73928;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.st_rbstd_vy {
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
}

.st_rbstd_vyi {
	padding: 7px 5px;

}

.st_rbstd_vyi a {
	display: flex;
}

.st_rbstd_vyvi span {
	font-size: 17px;
	font-weight: 400;
	color: #202228;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	line-break: anywhere;
	flex: 1;
	min-width: 0;
	transition: all .3s;
}

.st_rbstd_vyvi span:hover {
	color: #326cf6;
}

.st_rbstd_vyi a i {
	flex-shrink: 0;
	margin-right: 13px;
	font-size: 20px;
	font-family: dinBoldFont;
	font-weight: 700;
	color: #d6dbe3;
}

.st_rbstd_vyvi .st_rbstd_vyi:nth-child(1) a i,
.st_rbstd_vyi:nth-child(2) a i,
.st_rbstd_vyi:nth-child(3) a i {
	color: #333;
}

/* 报考指导 */

.bkbjs {
	background: url(../image/ys_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.bk_div {
	width: 100%;
	overflow: hidden;
}

.bk_nav {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.bk_navi {
	font-size: 18px;
	color: #333;
	padding: 12px 30px;
	overflow: hidden;
	border-radius: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	margin-right: 20px;
}

.bk_nav .bk_navi:hover {
	background: #056cff;
	color: #fff !important;
}

.bk_nav .active {
	background: #056cff;
	color: #fff;
}

.bk_div .bk_ul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.bk_div .bk_li {
	width: 100%;
	overflow: hidden;
}

.bk_liv {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bk_lia {
	width: 373px;
	height: 38px;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	transition: all ease 0.2s;
}

.bk_lit {
	width: 72px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	position: relative;
	line-height: 38px;
	transition: all ease 0.2s;
}

.bk_lip {
	display: block;
	margin-left: 20px;
	font-size: 16px;
	color: #333333;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease 0.2s;
}

.bk_lia .bk_lit::after {
	position: absolute;
	right: 0;
	top: 14px;
	content: "";
	width: 1px;
	height: 45px;
	background-color: #ccc;
}

.bk_lia .bk_lit::before {
	position: absolute;
	top: 14px;
	right: -4px;
	content: "";
	width: 9px;
	height: 9px;
	background: #056cff;
	border-radius: 50%;
	z-index: 5;
}

.bk_li .bk_lia:nth-last-child(1) .bk_lit::after,
.bk_li .bk_lia:nth-last-child(2) .bk_lit::after,
.bk_li .bk_lia:nth-last-child(3) .bk_lit::after {
	background: none;
}

.bk_lid {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 10px;
}

.bk_lid a {
	font-size: 12px;
	color: #333;
	padding: 0 17px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 25px;
	margin-right: 15px;
	border: 1px solid #e8e8e8;
	color: #8d8a8a;
	flex-shrink: 0;
	display: block;
}

.bk_lid a:hover {
	border: 1px solid #056cff;
	color: #fff;
	background: #056cff;
}

.sq_div {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 1px 3px 8px -1px #f9f9f9;
	background: #fff;
}

.sq_divl {
	width: 600px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
	position: relative;
	padding-right: 25px;
}

.sq_divl:before {
	content: "";
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, #fff, #d5d9d9 49%, #fff);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.sq_gua {
	width: 199px;
	display: flex;
	height: 100px;
	justify-content: center;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	border-bottom: 1px dashed #d5d9d9;
	border-right: 1px dashed #d5d9d9;
}

.sq_divl .sq_gua:nth-child(3),
.sq_divl .sq_gua:nth-child(6),
.sq_divl .sq_gua:nth-child(9) {
	border-right: none;
}

.sq_divl .sq_gua:nth-child(7),
.sq_divl .sq_gua:nth-child(8),
.sq_divl .sq_gua:nth-child(9) {
	border-bottom: none;
}

.sq_guai {
	width: 36px;
	height: 36px;
	margin-right: 8px;
	flex-shrink: 0;
	overflow: hidden;
}

.sq_guai img {
	width: 36px;
	height: 36px;
	display: block;
	transition: all .5s;
}

.sq_guad {
	width: 130px;
	overflow: hidden;
}

.sq_guadt {
	font-size: 14px;
	font-weight: 700;
	color: #202228;
	word-break: break-all;
	white-space: nowrap;
	line-break: anywhere;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
	cursor: default;
}

.sq_guadc {
	cursor: default;
	font-size: 12px;
	font-weight: 400;
	color: #53586c;
	word-break: break-all;
	white-space: nowrap;
	line-break: anywhere;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sq_divr {
	width: 100%;
	overflow: hidden;
}

.sq_divw {
	display: flex;
	justify-content: space-around;
	padding: 0 25px;
	padding-top: 20px;
}

.evm_li {
	width: 140px;
}

.evm_li_img {
	width: 140px;
	height: 140px;
	border-radius: 5px;
	overflow: hidden;
}

.evm_li_img img {
	width: 140px;
	height: 140px;
	display: flex;
	transition: all .5s;
}

.evm_li_bt {
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}

.com_bd_div {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.com_form {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.com_nrform {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.com_form_input {
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-right: 10px;
}

.com_form_input input {
	width: 100%;
	border: none;
	height: 40px;
	background: none;
	padding-left: 10px;
	outline: none;
	line-height: 42px;
	color: #666;
}

.com_form_bd {
	padding: 0 15px;
	height: 40px;
	display: block;
	flex-shrink: 0;
	background: #056cff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}

/* 底部信息 */
.footer {
	width: 100%;
	background: #0554c9;
	padding: 50px 0;
}

.footer_img {
	flex-shrink: 0;
	width: 266px;
	height: 80px;
	margin-right: 20px;
	overflow: hidden;
}

.footer_img img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
}

.footer_nav {
	width: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
}

.footer_navi {
	text-align: center;
}

.footer_navi a:hover {
	color: #fff;
	font-weight: bold;
}

.footer_navit {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer_navid a {
	width: 100%;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 2px 0;
}

.footer_navid a:hover {
	color: #ffa800;
}

.footer_navidav {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}

.footer_taga {
	color: #fff;
	font-size: 10px;
	display: block;
	line-height: normal;
	margin: 0 3px;
	padding: 2px 6px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.footer_l {
	width: 266px;
	flex-shrink: 0;
	overflow: hidden;
	padding-right: 30px;
	position: relative;
}

.footer_l:before {
	content: "";
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, #fff, #d5d9d9 49%, #fff);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.footer_ldh {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	font-size: 26px;
	line-height: 30px;
	color: #ffa800;
	margin-top: 15px;
}

.footer_ldhi {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 15px;
}

.footer_ldhi img {
	width: 30px;
	height: 30px;
	display: block;
	transition: all .5s;
}

.dbxx {
	width: 100%;
	background: #0030af;
	overflow: hidden;
	font-size: 12px;
	padding: 30px 0 15px 0;
}

.db_ul {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.db_uli {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.db_uli .active {
	background: #045bdf;
}

.db_ulia {
	padding: 5px 15px;
	font-size: 14px;
	background: #0751c1;
	color: #fff;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.db_li {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.db_liv {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.db_liv {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.db_liv a {
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.bq_div {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #f9f9f9;
}

.bq_div i {
	padding: 0 10px;
	font-style: normal;
}

/* 单页 */

.about {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 60px 0;
}

.ab_wd {
	overflow: hidden;
}

.ab_wdl {
	width: 240px;
	float: left;
	padding-bottom: 50px;
	background-color: #fff;
	border-radius: 10px;
}

.ab_wdli {
	width: 100%;
	overflow: hidden;
}

.ab_wdli img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	transition: all .5s;
}

.ab_wdlu {
	width: 100%;
	overflow: hidden;
}

.ab_wdlu li a {
	display: block;
	padding-left: 40px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}

.ab_wdlu li a i {
	font-size: 21px;
	margin-right: 15px;
	color: #666;
}

.ab_wdlu .active a,
.ab_wdlu li a:hover {
	color: #ffffff !important;
	background: #1A8CFF;
}

.ab_wdlu .active a i,
.ab_wdlu li a:hover i {
	color: #ffffff !important;
}

.ab_wdr {
	width: 870px;
	background: #fff;
	float: right;
	overflow: hidden;
	padding: 20px 30px;
	border-radius: 6px;
}

.ab_wdrt {
	width: 100%;
	height: 50px;
	position: relative;
	border-bottom: 2px solid #e7e3e2;
}

.ab_wdrtn {
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 15px;
	color: #333;
}

.ab_wdrtn::after {
	position: absolute;
	content: " ";
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1A8CFF;
}

.ab_wdrta {
	flex-shrink: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	color: #666;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}


.ab_wdrtal {
	position: relative;
	height: 28px;
	line-height: 28px;
	color: #666;
}

.ab_wdrta .ab_wdrtal:last-child {
	color: #333;
}

/* 详情 */

.ab_wdrd {
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}

.ab_wdrd img {
	max-width: 100%;
}

.ab_wdrd h2 {
	font-size: 20px;
}

.ab_wdrd div,
.ab_wdrd p,
.ab_wdrd img,
.ab_wdrd h1,
.ab_wdrd h2,
.ab_wdrd h3,
.ab_wdrd h4,
.ab_wdrd h5,
.ab_wdrd h6 {
	padding: 8px 0;
}

/* 列表 */

.dt_nli {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #DCDFEC;
	display: block;
	padding: 15px 0 25px 0;
}

.dt_new .dt_nli:last-child {
	border-bottom: none;
}

.dt_nlia {
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 19px;
	color: #333;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dt_nlia a {
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_rn_lid {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #326cf6;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
}

.dt_nlid {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

.news_rn_lixi {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	overflow: hidden;
}

.news_rn_lixi img {
	width: 18px;
	height: 18px;
	display: block;
}


.dt_nlim {
	width: 180px;
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}

.dt_nlim img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.dt_nli:hover img {
	transform: scale(1.10);
}

.dt_nlid {
	width: 100%;
	overflow: hidden;
}

.dt_nlird {
	color: #737373;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
	margin-bottom: 12px;
	font-size: 16px;
}

.dt_nlird strong {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

.dt_nlivt {
	width: 100%;
	overflow: hidden;
	height: 24px;
	margin-bottom: 5px;
}

.dt_nlivt a {
	padding: 4px 12px;
	line-height: normal;
	background: #f2f3f5;
	border-radius: 4px;
	font-size: 12px;
	margin-left: 14px;
	border-radius: 5px;
	overflow: hidden;
	float: right;
	color: #999999;
}

.dt_nlivt a i {
	margin-right: 5px;
}

.dt_nliv {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
}

.dt_nlivl a {
	padding: 0 12px;
	font-size: 12px;
	border-radius: 5px;
	background: #326cf6;
	color: #ffffff;
	overflow: hidden;
	display: block;
}

.dt_nlivl a:hover {
	background: #326cf6;
	color: #ffffff !important;
}

.dt_nlivr {
	color: #999;
}

/* 列表 */

.news_div {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}

.news_url {
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding-left: 5px;
}


.news_urla {
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #999;
}

.news_url .news_urla:last-child {
	color: #333;
}

.news_url a:hover{
	color:#326cf6 !important;
}

.news_lxs {
	width: 100%;
	overflow: hidden;
}

.news_left {
	padding: 30px 20px 30px 20px;
	width: 810px;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	float: left;
	box-sizing:border-box;
}

.news_left .dt_nli:first-child {
	
}

.news_left .dt_nli:last-child {
	border-bottom: 0;
}

.news_right {
	width:370px;
	border-radius: 6px;
	overflow: hidden;
	float: right;
	box-sizing:border-box;
}

.news_rbm {
	width: 330px;
	padding: 25px 20px;
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
}

.news_rbn {
	width: 100%;
	font-size: 20px;
	padding-bottom: 3px;
	color: #333;
	letter-spacing: 1px;
}

.news_rbnt {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 3px;
	color: #333;
	letter-spacing: 1px;
}

.news_rbnt i {
	padding-left: 4px;
	color: #326cf6;
	font-style: normal;
}

.news_rbnd {
	font-size: 12px;
	color: #c5c5c5;
	margin-bottom: 14px;
}

.news_rbi {
	width: 99%;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-bottom: 15px;
}

.news_rbiv {
	width: 99%;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-bottom: 15px;
}

.news_rbiv input {
	width: 100%;
	border: none;
	height: 40px;
	background: none;
	padding-left: 10px;
	outline: none;
	line-height: 42px;
	color: #666;
}

.news_rbib {
	width: 100%;
	height: 42px;
	display: block;
	background: #326cf6;
	text-align: center;
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}

/* 预约 */

.news_bm {
	margin-bottom: 10px;
	padding: 25px;
	border-left: 3px solid #326cf6;
	background: #ecf0fb;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.wz_bdt {
	padding-top: 25px;
	padding-bottom: 5px;
	border-top: 1px dashed #dfdfdf;
}

.detail_bm {
	margin-bottom: 10px;
	padding: 25px;
	background: #ecf0fb;
	border-radius: 5px;
	overflow: hidden;
}

.news_bmt {
	font-weight: 700;
	font-size: 18px;
	color: #0639b5;
}

.detail_bmt {
	margin-top: 20px;
	font-weight: 700;
	font-size: 18px;
	color: #0639b5;
}

.news_bmd {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.detail_bmd {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.news_bmdi {
	width: 240px;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-right: 20px;
}

.news_bmdi input {
	width: 100%;
	border: none;
	height: 40px;
	background: none;
	padding-left: 10px;
	outline: none;
	line-height: 42px;
	color: #666;
}

.news_bmiout {
	width: 120px;
	height: 42px;
	display: block;
	background: #326cf6;
	text-align: center;
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.sx {
	padding: 10px 30px 20px 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 20px;
}

.sx_tit {
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	font-size: 20px;
	font-weight: bold;
}

.sx_xz {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	color: #333;
}

.sx_xzw {
	border-top: 1px dashed #dfdfdf;
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	color: #333;
}

.sx_xzi {
	padding: 5px 0;
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.sx_xzil {
	width: 80px;
	line-height: 35px;
	flex-shrink: 0;
}

.sx_xzir {
	width: 100%;
}

.sx_xzir .cur {
	color: #326cf6;
	font-weight: bold;
}

.sx_xzir a {
	padding: 0 10px;
	color: #555;
	line-height: 35px;
}

.sx_xul {

	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.sx_xzit {
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	background: #326cf6;
	color: #ffffff;
	overflow: hidden;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}

.sx_xzia {
	width: 100%;
	overflow: hidden;
}

.sx_xzia a {
	margin: 6px 8px;
	padding: 4px 12px;
	line-height: normal;
	background: #f2f3f5;
	border-radius: 4px;
	font-size: 12px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	color: #999999;
}

.sx_xzia a:first-child {
	margin-left: 0;
}

.sx_xzia a i {
	margin-right: 5px;
}

.gz {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 20px;
}

.gz_l {
	width: 670px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.gz_li {
	width: 325px;
	height: 270px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}

.gz_li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	transition: all .5s;
}

.gz_li:hover img {
	transform: scale(1.10);
}

.gz_lit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 8px 10px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gz_r {
	width: 510px;
	height: 270px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gz_ri {
	width: 248px;
	height: 128px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}

.gz_r .gz_ri:nth-child(0),
.gz_r .gz_ri:nth-child(1) {
	margin-bottom: 14px;
}

.gz_ri img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	transition: all .5s;
}

.gz_ri:hover img {
	transform: scale(1.10);
}

.gz_rit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 3px 10px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 右侧样式 */

.com_dt {
	width: 330px;
	border-radius: 6px;
	padding: 0 20px;
	overflow: hidden;
	background: #fff;
}

.com_rt {
	width: 100%;
	height: 55px;
	border-bottom: 2px solid #dcdfec;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com_rtl {
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	position: relative;
	padding: 0 10px;
}

.com_rtl::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #326cf6;
}

.com_rtu {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #326cf6;
	font-size: 14px;
}

.ks_dti {
	padding: 10px 0 15px 0;
	width: 100%;
	overflow: hidden;
}

.ks_dti a {
	position: relative;
	display: block;
	width: 100%;
	text-indent: 20px;
	font-size: 16px;
	color: #414141;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 35px;
}

.ks_dti a:hover{
	color:#326cf6;
}

.ks_dti a::after {
	content: " ";
	position: absolute;
	display: block;
	left: 5px;
	top: 17px;
	width: 5px;
	height: 5px;
	overflow: hidden;
	border-radius: 50%;
	background: #0554c9;
}

.zl_x {
	padding: 10px 5px;
	overflow: hidden;
}

.zl_xli {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.zl_jd {
	width: 100%;
	overflow: hidden;
}

.zl_jdt {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.zl_jdti {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #326cf6;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
}

.zl_jdtt {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

.zl_jd:hover .zl_jdtt {
	color: #326cf6;
}

.zl_jdw {
	display: flex;
	justify-content: flex-start;
	padding-left: 26px;
	border-bottom: 1px dashed #DCDFEC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.zl_x .zl_jd:last-child .zl_jdw {
	border-bottom: none;
}


.zl_jdqi {
	margin-top: 1px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #999;
	color: #fff;
	margin-right: 8px;
	font-size: 12px;
	border-radius: 3px;
}

.zl_jdqt {
	width: 100%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
}

/* 最新列表 */
.com_xlul {
	padding: 10px 5px;
	overflow: hidden;
	overflow: hidden;
}

.com_xlli {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.com_xln {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
	background: #737373;
}

.com_xlli:hover .com_xlt{
	color:#326cf6 !important;
}

.com_xlul .com_xlli:nth-child(1) .com_xln {
	background: #eb3232;
}

.com_xlul .com_xlli:nth-child(2) .com_xln {
	background: #FFA100;
}

.com_xlul .com_xlli:nth-child(3) .com_xln {
	background: #02ABEE;
}

.com_xlul .com_xlli:hover {
	color: #eb3232;
}

.com_xlt {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

/* 直播动态 */

.com_zbt {
	overflow: hidden;
	padding: 5px 5px 10px 5px;
}

.com_zbt .com_zbyg:nth-last-child(2) .com_zbygd {
	border-bottom: none !important;
}

.com_zbyg {
	width: 100%;
	display: flex;
}

.com_zbygi {
	width: 25px;
	overflow: hidden;
	margin-right: 10px;
	flex-shrink: 0;
	position: relative;
}

.com_zbygi::after {
	content: " ";
	position: absolute;
	left: 9px;
	top: 0;
	width: 2px;
	height: 100%;
	z-index: 0;
	background: #dcdfec;
}

.com_zbt .com_zbyg:first-child .com_zbygi::after {
	top: 18px;
}

.com_zbt .com_zbyg:last-child .com_zbygi::after {
	height: 90% !important;
}

.com_zbygi img {
	position: absolute;
	width: 20px;
	display: block;
	left: 0;
	top: 12px;
	height: auto;
	z-index: 8;
}


.com_zbygd {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.com_zbygda {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}

.com_zbygdf {
	font-size: 16px;
	line-height: 25px;
	color: #326cf6;
	letter-spacing: 1px;
	font-weight: bold;
}

.com_zbygdb {
	font-size: 16px;
	padding: 5px 0;
}

.com_zbygdb span {
	color: #326cf6;
	letter-spacing: 1px;
	font-weight: bold;
	margin-right: 3px;
}

.com_zbygdc {
	font-size: 14px;
	color: #999999;
}

.com_zbygdc span {
	color: #326cf6;
}

.com_zbygc {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	margin-left: 10px;
}

.com_zbygc img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* 直播间 */
.com_bszb {
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

.com_bszbi {
	width: 100%;
	display: flex;
	justify-content: center;
}

.com_bszbi img {
	width: 140px;
	height: 140px;
	display: block;
}

.com_bszbt {
	margin-top: 5px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-size: 15px;
}

.com_bszbt span {
	color: #326cf6;
	margin-right: 2px;
	font-weight: bold;
}

/* 试听课 */
.com_xlzx {
	width: 100%;
	padding: 15px 0 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

.com_xlzxi {
	width: 155px;
	border: 1px solid #dcdfec;
	overflow: hidden;
	border-radius: 5px;
}

.com_xlzxi:nth-child(2),
.com_xlzxi:nth-child(1) {
	margin-bottom: 15px;
}

.com_xlzxim {
	width: 155px;
	height: 112px;
	position: relative;
	overflow: hidden;
}

.com_xlzxim img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
    transition: all .5s;
}

.com_xlzxi:hover .com_xlzxim img{
	transform: scale(1.10);
}

.com_xlzximb {
	position: absolute;
	background: #ff6605;
	color: #fff;
	top: 9px;
	left: 0;
	width: 50px;
	line-height: normal;
	padding: 2px 0;
	font-size: 12px;
	text-indent: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 2;
}

.com_xlzxit {
	padding: 0 8px;
	color: #737373;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq_nr {
	padding: 10px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 6px;
}

.xq_nr_bt {
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0;
	letter-spacing: 1px;
}

.xq_nr_st {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #757575;
	height: 25px;
	line-height: 25px;
}

.xq_nr_sts {
	font-size: 14px;
	margin-right: 15px;
}

.xq_nr_std {
	display: flex;
	justify-content: flex-end;
}

.xq_nr_std img {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 3px;
	margin-top: 5px;
}


.xq_nr_js {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border-left: 3px solid #326cf6;
	background: #ecf0fb;
	color: #020202;
	font-size: 16px;
	font-weight: normal;
}

.wz_nr_js {
	margin-bottom: 20px;
	background: #ecf0fb;
	color: #3a3939;
	font-size: 16px;
	font-weight: normal;
}

.xq_nr_detail {
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}

.xq_nr_detail img {
	max-width: 100%;
}

.xq_nr_detail h2 {
	font-size: 20px;
}

.xq_nr_detail div,
.xq_nr_detail p,
.xq_nr_detail img,
.xq_nr_detail h1,
.xq_nr_detail h2,
.xq_nr_detail h3,
.xq_nr_detail h4,
.xq_nr_detail h5,
.xq_nr_detail h6 {
	padding: 8px 0;
}

.xq_nr_gjc {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_gjc #sample {
	color: #666;
}

.xq_nr_gjc a {
	color: #666 !important;
}

.xq_nr_gjc a:hover {
	color: #eb3232;
}

.xq_nr_fy {
	width: 100%;
	margin-top: 10px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_fyli {
	color: #666;
}

.xq_nr_fyli a {
	color: #666;
}

.xq_nr_tag {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.xq_nr_tag li {
	padding: 6px 9px;
	background: #fff5f5;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.xq_nr_tag li a {
	color: #666;
}

.xq_nr_tag li a:hover {
	color: #0c46cf;
}

/* 下载地址 */

.xq_nr_xzdz {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_xzdzi {
	background: #0c46cf;
	color: #fff;
	padding: 6px 15px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 15px;
}

.xq_nr_xzdzi a {
	color: #fff;
}

/* 翻页 */

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 3px;
}

.pagination>li {
	margin-right: 15px;

}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin-left: -1px;
	border-radius: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #326cf6;
	border-color: #326cf6;
}

.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;
	background-color: #326cf6;
	border-color: #326cf6;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #333;
	background-color: #fff;
	border-color: #e6e6e6;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-radius: 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-radius: 2px;
}

.pager .pagination {
	margin: 0;
}

.pager .pager {
	margin: 0;
}

.pager li {
	margin: 0 0.4em;
	display: inline-block;
}

.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
	padding: 0.5em 1.2em;
}

.pager li>a,
.pager li>span {
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: 0.5em 0.93em;
	font-size: 14px;
}

/* 内容页面 */

.wz_nr_gjc {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.wz_nr_gjc #sample {
	color: #666;
}

.wz_nr_gjc a {
	color: #666 !important;
}

.wz_nr_gjc a:hover {
	color: #326cf6;
}

.wz_nr_fy {
	width: 100%;
	margin-top: 10px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.wz_nr_fyli {
	color: #666;
}

.wz_nr_fyli a {
	color: #666;
}

.wz_nr_fyli a:hover {
	color: #326cf6;
	font-weight: bold;
}

.wz_nr_tag {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.wz_nr_tag li {
	padding: 6px 9px;
	background: #eeeeee;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.wz_nr_tag li a {
	color: #666;
}

.wz_nr_tag li:hover{
	color:#fff;
	background: #326cf6;
}

.wz_nr_tag li:hover a{
	color:#fff;
}

/* 下载地址 */

.wz_nr_xzdz {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.wz_nr_xzdzi {
	background: #eb3232;
	color: #fff;
	padding: 6px 12px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 15px;
}

.wz_nr_xzdzi a {
	color: #fff;
}

/* 课堂 */
.kt_nr_video {
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	padding: 25px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}

.kt_auth {
	width: 750px;
	height: 473px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	float: left;
}

.kt_auth_img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kt_auth_dl {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kt_auth_dl img {
	width: 60px;
	height: 60px;
	display: block;
}

.kt_auth_tx {
	position: absolute;
	padding: 0 15px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
}

.kt_auth_tx span {
	color: #326cf6;
	padding: 0 2px;
	font-weight: bold;
}

.kt_auth_txt {
	color: #f1f1f1;
	font-size: 15px;
}

.kt_auth_txd {
	padding: 2px 12px;
	font-size: 12px;
	background: #326cf6;
	border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}

.kt_auth_txd a {
	color: #fff;
}

.kt_auth_txd a:hover {
	color: #fff;
}

.kt_nr_vwrm {
	width: 370px;
	height: 473px;
	overflow: hidden;
	float: right;
	position: relative;
}

.kt_nr_vwrd {
	font-size: 20px;
	line-height: 35px;
	color: #333;
	overflow: hidden;
}

.kt_nr_vwrt {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #eee;
}

.kt_nr_vwrtag {
	float: left;
	padding: 5px 10px;
	font-size: 10px;
	background: #326cf6;
	border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}

.kt_nr_vwrj {
	color: #737373;
	overflow: hidden;
	height: 234px;
	line-height: 26px;
	margin-bottom: 2px;
	margin-top: 10px;
	font-size: 16px;
}

.kt_nr_rd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #666;
	text-align: right;
	font-size: 16px;
}

.kt_nr_rd span {
	color: #eb3232;
	font-weight: bold;
	padding: 0 5px;
}

.kt_nr_other {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.kt_nr_other a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}

.kt_nr_other a i {
	color: #326cf6;
	margin-right: 10px;
}

.kt_nr_dbbt {
	padding: 10px 15px;
	background: #F5F5F5;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 20px;
}

.kt_nr_dbbtl {
	position: relative;
	text-indent: 15px;
	color: #333;
	font-size: 18px;
}

.kt_nr_dbbtl::after {
	position: absolute;
	content: " ";
	z-index: 1;
	left: 0;
	bottom: 0;
	top: 10%;
	width: 3px;
	height: 80%;
	border-radius: 1px;
	background: #326cf6;
}

.sp_play {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_play img {
	width: 60px;
	height: 60px;
	display: block;
}


/* 表单 */
.tc_form {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.tc_bg {
	/* background: linear-gradient(#b5c7f5 0% , #fff 100%);  */
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.tc_bgl {
	width: 245px;
	margin-right: 25px;
	padding-right: 25px;
}

.tc_bglt {
	width: 100%;
	font-size: 22px;
	padding-bottom: 3px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
}

.tc_bglt span {
	color: #0A5CFE;
	padding: 0 3px;
}

.tc_bgld {
	font-size: 14px;
	color: #555;
	margin-bottom: 14px;
	margin-top: 5px;
}

.tc_bgli {
	background: #F6F8F6;
	border: 1px solid #ECEEEC;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 15px;
}

.tc_bgli input {
	box-sizing: border-box;
	padding: 10px 12px;
	height: 40px;
	width: 100%;
	height: 100%;
	background: none;
}

.tc_bglb {
	margin-top: 20px;
	background: #0A5CFE;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}

.tc_bgr {
	overflow: hidden;
}

.tc_bgrt {
	width: 100%;
	font-size: 22px;
	padding-bottom: 15px;
	color: #333;
	letter-spacing: 1px;
	text-indent: 13px;
	font-weight: bold;
}

.tc_bgrt span {
	font-weight: bold;
	color: #0A5CFE;
	padding: 0 3px;
}

.tc_bgrd {
	padding: 10px;
}

.tc_bgrdw {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.tc_bgrdi {
	width: 48px;
	overflow: hidden;
	padding: 0 3px;
	flex-shrink: 0;
}

.tc_bgrdim {
	padding: 0 3px;
	width: 42px;
	height: 42px;
	overflow: hidden;
}

.tc_bgrdim img {
	width: 42px;
	height: 42px;
	display: block;
}

.tc_bgrdit {
	font-size: 12px;
	color: #373737;
	text-align: center;
	width: 100%;
}

.tc_bgrdiz {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.tc_bgrdiz img {
	width: 28px;
	height: 28px;
	display: block;
}

.tc_bgrdd {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2px;
}

.tc_bgrdd img {
	width: 28px;
	height: 28px;
	display: block;
	padding-right: 12px;
}

.tc_close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	z-index: 9;
	cursor: pointer;
}

.tc_close img {
	width: 20px;
	height: 20px;
	display: block;
}

/* 视频列表 */

.video_ul {
	padding: 25px 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.video_li {
	width: 231px;
	margin-bottom: 20px;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.video_ul .video_li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.video_ul .video_li:hover .video_li_bt {
	color: #326cf6;
}

.video_ul .video_li:first-child {
	margin-left: 0;
}

.video_ul .video_li:nth-child(3n+1) {
	margin-left: 0;
}

.video_li_img {
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
	border-radius: 3px;
}

.video_li_img img {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}

.video_li_db {
	padding: 0 10px 15px 10px;
}

.video_li_bt {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 35px;
	height: 35px;
}

.video_li_lb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video_li_lbl {
	padding: 0 12px;
	font-size: 12px;
	border-radius: 5px;
	background: #326cf6;
	color: #ffffff;
	overflow: hidden;
	display: block;
}

.video_li_lbr {
	font-size: 14px;
	color: #326cf6;
	font-weight: bold;
}


.kt_nr_vwlw {
	width: 750px;
	height: 473px;
	background: #000;
	float: left;
	overflow: hidden;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	border-radius: 6px;
}

/* 视频尺寸 */

.wh-video {
	width: 100%;
	height: 473px;
	overflow: hidden;
}

/* 提交反馈 */

.tc_fiex {
	position: fixed;
	top: 180px;
	width: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tc_fct {
	border: 1px solid #0030af;
	border-radius: 5px;
	padding: 10px 40px;
	background: #D1E0FC;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tc_fimg {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
}

.tc_fimg img {
	width: 20px;
	height: 20px;
	display: block;
}

.tc_yy {
	font-size: 18px;
	color:#0030af;
}