/* 头部 */

.site-header {
	height: 40px;
	line-height: 40px;
}

.site-header .head-left a {
	float: left;
	display: block;
	font-size: 12px;
	color: #445a65;
	margin-right: 30px;
}

.site-header .head-right .item {
	float: left;
	display: block;
	font-size: 13px;
	color: #445a65;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}

.site-header .head-right .item::after {
	content: '/';
	font-size: 13px;
	color: #d2e1ee;
	position: absolute;
	top: -1px;
	right: -18px;
}

.site-header .head-right .item:last-child{
	margin-right: 0;
}

.site-header .head-right .item:last-child::after {
	display: none;
}

.site-header .head-right .more-item {
	float: left;
	font-size: 13px;
	color: #445a65;
	cursor: pointer;
	/* margin-right: 45px; */
}

.site-header .head-right .more-item::after {
	color: transparent;
}

.site-header a:hover,
.site-header .item:hover,
.site-header .more-item:hover .more-item-text {
	color: #0072e2;
}

.site-header .dropdown-menu>li>a:hover {
	background-color: #0072e2;
	color: #ffffff;
}

.more-item .dropdown-menu {
	min-width: 250px;
	/* left: -165px; */
	left: -108px;
	border: 0px solid #f5f5f5;
	padding: 10px 5px;
}

.more-item .dropdown-menu>li {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}

.more-item .dropdown-menu>li>a {
	color: #445a65;
	line-height: 24px;
}

.more-item .caret {
	transform: rotate(0);
	transition: 0.3s;
}

.more-item.open .caret {
	transform: rotate(180deg);
}


/* 头部搜索 */
.head-search-wrap {
	position: relative;
}
.head-search-wrap .head-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.head-search-wrap .head-bg-wrap img {
	width: 100%;
	height: 100%;
}
.head-search-box {
	/* padding-top: 72px; */
}

.site-search {
	height: 90px;
	/* background-color: #ffffff; */
}

.site-search .search-left,
.site-search .search-left h1,
.site-search .search-right {
	display: block;
	height: 100%;
}

.site-search .search-left h1 {
	line-height: 82px;
}

.site-search .search-left h1 img {
	width: 448px;
	height: 48px;
}

.site-search .search-right .input-box {
	margin-top: 25px;
	box-sizing: border-box;
	padding-left: 10px;
	width: 280px;
	height: 40px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
}

.site-search .search-right .input-box .search-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
}

.site-search .search-right .input-box input {
	width: 230px;
	height: 37px;
	font-size: 13px;
	color: #222222;
}

.site-search .search-right .input-box input::placeholder {
	color: #a7a7a7;
}

.site-search .search-right .xmt {
	box-sizing: border-box;
	padding-left: 18px;
	width: 136px;
	height: 40px;
	margin:25px auto 0;
	line-height: 35px;
	background: #f6f6f6;
	border-radius: 4px;
	margin-left: 16px;
	font-size: 16px;
	color: #222222;
	cursor: pointer;
	position: relative;
}
.xmt-modal {
	display: none;
}
.modal .modal-body.modal-body-xmt {
	padding: 0;
	width: auto;
	height: auto;
	border-radius: 10px;
	background-color: transparent;
}
.modal .modal-body .close-xmt-img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 40px auto 0;
	cursor: pointer;
}


.site-search .search-right .xmt img{
	width:98px;
}
.site-search .search-right .xmt .xmt-img {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translatey(-50%);
}

/* .site-search .search-right .xmt:hover {
	background-color: #0072e2;
	color: #ffffff;
} */

/* .site-search .search-right .xmt:hover path {
	fill: #ffffff;
} */


/* 导航 */

.site-navbar {
	height: 55px;
	background: #eee;
	line-height: 55px;
	margin-bottom: 20px;
	background-color: #002f8e;
}

.site-navbar-bar {
	display: block;
	height: 100%;
}

.site-navbar-bar .item-li {
	float: left;
	max-height: 55px;
	/*margin-right: 2px;*/
}

.site-navbar-bar .item-li:last-child {
	margin-right: 0;
}

.site-navbar-bar .item-li a {
	box-sizing: border-box;
	padding: 15px 20px;
	font-size: 18px;
	color: #ffffff;
	background-color: transparent;
	cursor: pointer;
}

.site-navbar-bar .item-li a:hover {
	background-color: #004eb3;
}

.site-navbar-bar > li.active {
	background-color: #004eb3;
}

.site-navbar-bar .drop-item .dropdown-menu {
	min-width: 100%;
	padding: 0;
	top: 54px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
	border: none;
}

.site-navbar-bar .drop-item .dropdown-menu a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	color: #445a65;
	font-size: 14px;
	/*background-color: #fff;*/
	border-top: 1px solid #f2f2f2;
}

.site-navbar-bar .drop-item .dropdown-menu a:hover {
	background-color: #fff;
	color: #0072e2;
	/* font-weight: 600; */
}

.site-navbar-bar .drop-item .drop-icon {
	transform: rotate(0);
	transition: 0.3s;
}

.site-navbar-bar .drop-item.open .drop-icon {
	transform: rotate(180deg);
}


/* 底部 */

.site-footer {
	box-sizing: border-box;
	padding-top: 42px;
	height: 495px;
	background-color: #f5f7fa;
}

.site-footer .content {
	padding-bottom: 26px;
}

.site-footer .content .footer-con1 {
	width: 94px;
	margin-right: 80px;
}

.site-footer .content .footer-con2 {
	width: 80px;
	margin-right: 80px;
}

.site-footer .content .footer-con3 {
	width: 470px;
}

.site-footer .content .footer-con4 {
	width: 200px;
}

.site-footer .content .footer-title {
	font-size: 20px;
	color: #222222;
	margin-bottom: 24px;
	display: inline-block;
}

.site-footer .content .item-box {
	margin-bottom: 20px;
}

.site-footer .content .item-box a {
	font-size: 16px;
	color: #667287;
}

.site-footer .content .item-box a:last-child {
	float: right;
}

.site-footer .content .item-box a:first-child {
	float: left;
}

.site-footer .content .item-box a:hover {
	color: #0072e2;
}

.site-footer .content .img-wrap {
	width: 1005;
}

.site-footer .content .img-wrap .img-box {
	margin: 0 16px 14px 0;
	float: left;
	width: 146px;
	height: 32px;
	background-color: #ffffff;
}

.site-footer .content .img-wrap .img-box:nth-child(3n) {
	margin-right: 0;
}

.site-footer .content .img-wrap .img-box img {
	width: 100%;
	height: 100%;
}

.site-footer .content .code-wrap {
	width: 100%;
}

.site-footer .content .code-wrap .code-box .img {
	width: 90px;
	height: 90px;
	background: #ffffff;
	box-shadow: 0px 6px 20px #e3e7f1;
	border-radius: 2px;
	margin-bottom: 16px;
	position: relative;
}

.site-footer .content .code-wrap .code-box .img-line {
	width: 83px;
	height: 83px;
	background-color: #f3f5f8;
	background: linear-gradient(180deg, #f3f5f8 0%, rgba(243, 245, 248, 0) 100%);
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.site-footer .content .code-wrap .code-box .img img {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.site-footer .content .code-wrap .code-box .text {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #667287;
}

.site-footer .footer {
	box-sizing: border-box;
	border-top: 1px solid #d3d7de;
	padding-top: 30px;
}

.site-footer .footer .logo {
	width: 80px;
	height: 80px;
	margin-right: 24px;
}

.site-footer .footer .info-wrap {
	box-sizing: border-box;
	padding-top: 4px;
	line-height: 1;
}

.site-footer .footer .info-wrap .info-box {
	margin-bottom: 16px;
}

.site-footer .footer .info-wrap .info-box:last-child {
	margin-bottom: 0;
}

.site-footer .footer .info-wrap .info-box .info-item {
	font-size: 14px;
	color: #58647c;
	margin-right: 20px;
	display: block;
	float: left;
}

.site-footer .footer .info-wrap .info-box .line-item {
	display: block;
	margin-right: 40px;
	position: relative;
}

.site-footer .footer .info-wrap .info-box .line-item::after {
	content: '';
	width: 1px;
	height: 12px;
	background-color: #a6a9b8;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translatey(-50%);
}

.site-footer .footer .info-wrap .info-box .line-item:last-child::after {
	background-color: transparent;
}

.site-footer .footer .info-wrap .info-box a.line-item:hover {
	color: #0072e2;
}

.site-footer .footer .info-wrap .info-box .info-item.logo-item {
	margin-left: 26px;
	position: relative;
}

.site-footer .footer .info-wrap .info-box .info-item.logo-item img {
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translatey(-50%);
}


/* 左侧固定导航 */

.site-left-nav {
	box-sizing: border-box;
	position: fixed;
	width: 120px;
	top: 205px;
	z-index: 999;
	left: 50%;
	margin-left: -680px;
	box-shadow: 0px 2px 6px rgb(5 13 64 / 7%);
	padding: 20px 0px 10px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
}
.home-wrap .site-left-nav {
	top: 277px
}

.site-left-nav ul {
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
}

.site-left-nav .nav-item {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	text-align: right;
}
.site-left-nav .nav-item.nav-item-a {
	box-sizing: border-box;
	padding-right: 15px;
}

.site-left-nav .nav-item a {
	display: inline-block;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 20px;
	height: 100%;
}
.site-left-nav .nav-item a:hover {
	background-color: #0072e2;
	color: #ffffff;
}

.site-left-nav .nav-item-eol {
	line-height: 1;
	text-align: right;
	margin-bottom: 15px;
}

.site-left-nav .nav-item-eol img {
	/*width: 64px;*/
	height: 100%;
}

.site-left-nav .nav-item-zb {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #6f48b7;
}

.site-left-nav .nav-item-zb img {
	width: 26px;
	height: 16px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.site-left-nav .nav-item-zb:hover {
	color: #0072e2;
}

.site-left-nav .nav-item-bd {
	margin-top: 10px;
	margin-left: 15px;
	display: block;
	box-sizing: border-box;
	padding-right: 10px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0072e2;
	border-radius: 2px;
	font-size: 12px;
	color: #0072e2;
	position: relative;
}

.site-left-nav .nav-item-bd .nav-item-bd-img {
	width: 12px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translatey(-50%);
}
.site-left-nav .nav-item-bd:hover {
	color: #ffffff;
	background-color: #0072e2;
}
.site-left-nav .nav-item-bd:hover path {
	fill: #ffffff;
}

.site-left-nav .nav-item-cdce {
	display: block;
	margin-left: 10px;
	margin-top: 15px;
	width: 98px;
	line-height: 1;
}

.site-left-nav .nav-item-cdce img {
	width: 100%;
	height: 100%;
}


/* 右侧返回顶部 */

.site-right-nav {
	display: none;
}

.site-right-nav.active {
	display: block;
	box-sizing: border-box;
	padding: 16px 0;
	position: fixed;
	top: 400px;
	z-index: 999;
	left: 50%;
	margin-left: 560px;
	width: 50px;
	/* height: 144px; */
	background: #ffffff;
	box-shadow: 0px 4px 16px #eceff1;
	border-radius: 4px;
}

.site-right-nav a {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}

.site-right-nav a:last-child {
	margin-bottom: 0;
}

.site-right-nav a div {
	font-size: 12px;
	color: #8a8a94;
	margin-top: 8px;
}

.site-right-nav a:hover div {
	color: #0072e2;
}

.site-right-nav a:first-child:hover g {
	stroke: #0072e2;
}

.site-right-nav a:first-child:hover path {
	fill: #0072e2;
	stroke: transparent;
}

.site-right-nav a:last-child:hover path {
	color: #0072e2;
	stroke: #0072e2;
}


/* 加载更多按钮 */

.load-more {
	box-sizing: border-box;
	margin: 18px auto 0;
	font-size: 16px;
	color: #0072e2;
	line-height: 36px;
	text-align: center;
	width: 140px;
	height: 36px;
	background: #ffffff;
	border: 1px solid #0072e2;
	cursor: pointer;
}

.load-more:hover {
	background-color: #0072e2;
	color: #ffffff;
}


/* 单独banner大图 */

.alone-banner-wrap {
	display: block;
	margin-bottom: 20px;
}

.alone-banner-wrap img {
	width: 100%;
	border-radius: 2px
}


/* 左侧-轮播图样式 */

.category-swiper {
	max-width: 750px;
	height: 320px;
	margin: 0;
	position: relative;
}

.category-swiper .swiper-wrapper {
	height: 100%;
}

.category-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.category-swiper .swiper-slide img {
	width: 100%;
	max-height: 100%;
	border-radius: 2px
}

.category-swiper .swiper-text {
	box-sizing: border-box;
	padding: 5px 20px 0;
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=rgba(0, 0, 0, 0) endcolorstr=rgba(0, 0, 0, 0.8));
	z-index: 999;
}

.category-swiper .swiper-text .item {
	font-size: 20px;
	color: #ffffff;
}

.category-swiper .pagination {
	position: absolute;
	z-index: 20;
	bottom: 9px;
	left: 16px;
	margin: 0;
}

.category-swiper .swiper-pagination-switch {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: rgba(255, 255, 255, .3);
	margin: 0 4px;
	cursor: pointer;
}

.category-swiper .swiper-active-switch {
	background: #ffffff;
}

.category-swiper .prev,
.category-swiper .next {
	width: 28px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .4);
	cursor: pointer;
	position: absolute;
	top: 132px;
	z-index: 999;
}

.category-swiper .prev {
	left: 0;
}

.category-swiper .next {
	right: 0;
}

.category-swiper .prev img,
.category-swiper .next img {
	width: 9px;
	height: 18px;
}

.category-swiper .prev:hover,
.category-swiper .next:hover {
	background-color: rgba(0, 0, 0, .7);
}


/* 右侧-活动 */

.activity-wrap {
	display: block;
	box-sizing: border-box;
	padding-bottom: 15px;
	background-color: #f7f8fa;
	cursor: pointer;
}

.activity-wrap .activity-img {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.activity-wrap .activity-img .activity-logo {
	width: 20%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background:  no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	left: 5px;
}

.activity-wrap .activity-img img {
	width: 100%;
	height: 100%;
}

.activity-wrap .activity-text {
	width: 100%;
	height: 55px;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}

.activity-wrap .activity-time {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	height: 22.5px;
	line-height: 24.5px;
	box-sizing: border-box;
	padding-left: 35px;
	font-size: 13px;
	color: #0072e2;
	position: relative;
}

.activity-wrap .activity-time img {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translatey(-50%);
}

.activity-wrap:hover .activity-text {
	color: #0072e2;
}


/* 右侧-院校公服号/联盟成员 */

.asider-school-box {
	line-height: 1.5;
}

.asider-school-box-right:hover .asider-school-box-w1 {
	color: #0072e2;
}


/* .asider-school-box-right .asider-school-box-p1-left, */

.asider-school-box-right .asider-school-box-p1-right {
	margin-top: 3px;
}

.asider-school-list {
	margin-top: 28px;
}

.asider-school-box-left {
	float: left;
	margin-right: 15px;
}

.asider-school-box-left img {
	width: 60px;
	height: 60px;
}

.asider-school-box-w1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #222222;
}

.asider-school-box-p1 {
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
}

.asider-school-box-p1-left {
	float: left;
	display: inline;
	padding: 0 10px;
	background: #f8f9fa;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #a7a7a7;
}

.asider-school-box-p1-right {
	float: right;
}

.asider-school-box-i1 {
	float: left;
}

.asider-school-box-i1 img{
	height: 12px;
    margin-top: -2px;
    margin-right: 5px;
}

.asider-school-box-w2 {
	float: left;
	font-size: 12px;
	color: #a7a7a7;
}

.asider-school-list .asider-school-box {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 15px;
}

.asider-school-list .asider-school-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

@media screen and (max-width: 767px) {
	.asider-school-list .asider-school-box {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}


/* 专题推荐 */

.special-list-wrap .special-item-box {
	display: block;
}

.special-list-wrap .special-item-box .img {
	position: relative;
}

.special-list-wrap .special-item-box .img img {
	width: 100%;
	height: 100%;
}

.special-list-wrap .special-item-box .img .tag {
	padding: 3px 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 4px;
	left: 4px;
}

.special-list-wrap .special-item-box .title-box {
	width: 100%;
	box-sizing: border-box;
	background-color: #f7f8fa;
	padding: 12px 0;
}
.special-list-wrap .special-item-box .title {
	height: 54px;
	width: 92.3%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 18px;
	color: #222222;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.special-list-wrap .special-item-box {
		margin-bottom: 10px;
	}
	.special-list-wrap .special-item-box .img .tag {
		font-size: 12px;
	}
    .special-list-wrap .special-item-box .title {
		height: auto !important;
		font-size: 14px !important;
		-webkit-line-clamp: 1 !important;
	}
}

.special-list-wrap .special-item-box:hover .title {
	color: #0072e2;
}


/* 右侧-联盟发起单位 */

.alliance-company-wrap {
	width: 100%;
	margin: 0;
	padding: 30px;
	margin-top: 20px;
	position: relative;
	background:  top center no-repeat;
	background-size: 100% 100%;
}

.alliance-company-wrap .item {
	width: 100%;
	margin: 10px auto;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	text-align: center;
	padding: 15px 0;
	/* border-radius: 6px; */
}

.alliance-company-wrap .item:last-child {
	margin-bottom: 0;
}

.alliance-company-wrap .item img {
	width: 60%;
	height: auto
}

/*文章详情 展播 会议 访谈详情*/

.page-article .article-header {
	border-bottom: 1px solid #eee;
	position: relative
}

.page-article .article-title {
	color: #222;
	font-size: 2.5em;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	line-height: 150%;
	font-weight: 700;
	word-break: break-word;
	word-wrap: break-word
}

.page-article .article-title-2 {
	color: #222;
	font-size: 1.8em;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	line-height: 150%;
	font-weight: 700;
	word-break: break-word;
	word-wrap: break-word
}

.page-article .article-meta {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #888;
	font-size: 1.2em;
	width: 100%
}

.page-article .article-meta span {
	margin: 0;
	margin-right: 20px;
	color: #888
}

.page-article .article-meta span a {
	color: #004eb3
}

.page-article .article-tags {
	display: inline-block;
	color: #888
}

.page-article .article-tags a {
	display: inline-block;
	color: #888;
	background: #eee;
	margin-right: 10px;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 0.8em
}

.page-article .article-tags a:hover {
	background-color: #ddd
}

.page-article .bshare-custom {
	position: absolute;
	right: 0;
	bottom: 20px
}

.page-article .article-content {
	line-height: 2;
	position: relative;
	text-align: left;
	padding: 20px 0;
	max-width: 100%;
	overflow: hidden;
	font-size: 120%;
}

.page-article .article-content a {
	color: #337ab7
}

.page-article .article-content img {
	max-width: 100%;
	margin: 10px auto;
	padding: 0;
	text-indent: 0;
	display: block
}

.page-article .article-content table {
	border: 1px solid #666
}

.page-article .article-content table td,
.page-article .article-content table th {
	border: 1px solid #666;
	padding: 0 5px
}

.page-article .article-content table p {
	text-indent: 0
}

.page-article .article-copyright {
	padding: 15px 0;
	color: #888;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 1em;
	line-height: 2;
	margin: 50px 0
}

.page-article .article-copyright a {
	text-decoration: underline
}

.page-article .article-copyright b {
	font-weight: normal;
	color: #444
}

.page-article .article-copyright .source {
	margin-bottom: 1.5em
}

.page-article .article-copyright .qrcode {
	width: 75px;
	text-align: center
}

.page-article .article-copyright .qrcode img {
	width: 100%;
}

.page-article .article-ads img {
	width: 100%
}

.page-article .article-qrcode {
	width: 200px;
	margin: 30px auto
}

.page-article .article-qrcode .code {
	width: 200px;
	height: 200px;
	border: 1px solid #ddd;
	margin-bottom: 10px
}

.page-article .article-qrcode p {
	text-align: center
}

@media (max-width:767px) {
	.page-article .article-title {
		font-size: 1.5em;
		margin-bottom: 15px
	}
	.page-article .article-title-2 {
		font-size: 1.4em
	}
	.page-article .article-meta {
		margin-bottom: 5px;
		font-size: 1em
	}
	.page-article .article-meta span {
		margin-right: 5px;
		display: inline;
		float: left
	}
	.page-article .article-content {
		font-size: 1.3rem;
	}
}

/* crumb */

.page-crumb {
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
	overflow: hidden
}

.page-crumb,
.page-crumb a {
	color: #999
}

.page-crumb span {
	font-size: 1em;
	margin: 0 10px
}

@media (max-width:767px) {
	.page-crumb {
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0 1rem;
		background: #f5f5f5
	}
}


/*training*/

.training-header .page-crumb {
	margin-top: -5px;
}

.training-header-img {
	margin-right: 20px;
}

.training-header-img img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.training-header-title {
	font-size: 2.2rem;
	font-weight: 700;
	margin: 1rem 0 2rem 0;
}

.training-header-item {
	line-height: 30px;
	color: #999;
	padding: 4px 0;
}

.training-header-item span {
	/* float: left; */
	display: inline-block;
	height: 31px;
	color: #333;
}

.baoming-box {
	font-size: 16px;
	color: #fff;
	margin-top: 80px;
}
.baoming-box .time {
	margin-top: 9px;
}
.baoming-box .day,
.baoming-box .hour,
.baoming-box .minute,
.baoming-box .second {
	font-size: 20px;
	margin-left: 5px;
}
.baoming-box .day {
	margin-left: 24px;
}
.baoming-box span {
	font-size: 26px;
}
.baoming {
	display: block;
	height: 40px;
	width: 120px;
	border-radius: 2px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #007eff;
}
@media screen and (max-width: 767px) {
	.baoming {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}

.baoming:hover {
	color: #fff;
	opacity: 0.9;
}

.training-main-title {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 2rem;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.training-main-title span {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	z-index: 1;
	border-bottom: 2px solid #007eff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: -2px
}

@media (max-width:767px) {
	.training-header-img {
		margin-right: 0px;
	}
	.training-header-title {
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}
	.training-header-item {
		padding: 0;
	}
}

.live-page-header {
	position: relative;
	margin-top: -30px;
	overflow: hidden;
}

.live-page-header .live-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	-o-filter:blur(15px);
	-ms-filter:blur(15px);
	filter:blur(15px);
	z-index: 1;
}
.live-page-header .live-background-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #00132d;
	opacity: 0.8;
	z-index: 2;
}

.live-page-header>.container {
	position: relative;
	z-index: 9;
}

.live-page-header-img {
	width: 100%;
	height: 100%;
	padding: 60px;
	padding-left: 0;
}

.live-page-header-img img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.live-page-header-title {
	margin-top: 60px;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
}

.live-teacher {
	display: inline-block;
	/* padding: 4px 10px 4px 34px; */
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, .1);
	color: #007eff;
	margin-top: 20px;
	position: relative;
}
.live-teacher .live-icon {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translatey(-50%);
}
.live-teacher .live-line {
	display: inline-block;
	margin: 0 5px;
	width: 1px;
	height: 8px;
	background-color: #007eff;
}

.live-time {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}