body {
	background: #F8F9FA;
}

img {
	display: inline-block;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.breadcrumb,
.breadcrumb>a {
	color: #969BA1;
	font-size: 14px;
	line-height: 50px;
}

.side-top {
	display: flex;
	justify-content: space-between;
}

.side-top>div {
	height: 335px;
	overflow: hidden;
}

.side-top img {
	display: block;
	width: 100%;
}

.side-top-left {
	width: 574px;
}

.side-top-left p {
	padding: 280px 20px 0;
}

.side-top-center {
	width: 280px;
}

.side-top-center>a {
	display: block;
	width: 100%;
	height: 160px;
}

.side-top-center>a:nth-child(2) {
	margin-top: 15px;
}

.side-top-center p {
	font-size: 16px !important;
	padding: 126px 10px 0;
}

.side-top-right {
	width: 316px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #334259;
	border-radius: 5px;
}

.side-top-right a {
	color: #fff;
}

.side-top-right h1 {
	font-size: 18px;
	line-height: 18px;
	border-left: 3px solid #fff;
	padding-left: 10px;
	margin-bottom: 12px;
}

.side-top-right p {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0;
}

.side-top-right span {
	font-size: 12px;
	line-height: 18px;
	color: #A9BBD0;
}

.side-top-bg>a {
	position: relative;
	display: block;
}

.side-top-bg>a>img {
	position: absolute;
	top: 0;
	left: 0;
}

.side-top-bg p {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

/*左侧列表内容*/
.content-left {
	width: 870px;
}

.content-left .column-navs {
	background: #fff;
	border: 1px solid #ECF1F7;
	display: flex;
	justify-content: left;
	margin: 20px 0;
}

.content-left .column-navs>.nav {
	display: block;
	font-size: 14px;
	padding: 18px 13px 17px;
	/*border-top: 2px solid #fff;*/
	cursor: pointer;
}

.content-left .column-navs>.nav:hover {
	color: #fff;
	background: #2E9AFE;
}

.content-left .column-navs>.nav.active {
	color: #fff;
	background: #2E9AFE;
}

.content-left .list-box {
	background: #fff;
	padding: 0 20px 20px;
	margin-bottom: 20px;
	min-height: 1923px;
}

.content-left .cate-box {
	display: none;
}

.content-left li {
	display: flex;
	justify-content: left;
	padding: 20px 0;
	border-bottom: 1px dashed #F1F6FC;
}

.content-left li>a {
	display: block;
	width: 230px;
	height: 140px;
	overflow: hidden;
}

.content-left li>a>img {
	width: 100%;
}

.content-left .new-dir {
	width: 580px;
	height: 140px;
	margin-left: 20px;
}

.content-left .new-dir.new-dir2 {
	width: 100%;
	height: 120px;
}

.content-left .new-dir h1 {
	font-size: 18px;
	line-height: 40px;
}

.content-left .new-dir p {
	font-size: 14px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
}

.content-left .new-dir.new-dir2 p {
	height: 20px;
}

.content-left .new-dir span {
	display: block;
	margin-top: 20px;
}

.content-left .load-more {
	width: 100%;
	height: 46px;
	background: #f5f5f5;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #2E9AFE;
	display: block;
	margin-top: 30px;
}

/*分页*/
.pages {
	/*height: 40px;*/
	margin: 30px auto 10px;
	text-align: center;
}

.pages>a {
	display: inline-block;
	width: 32px;
	line-height: 30px;
	background-color: white;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
	border: 1px solid #eee;
}

.pages>span {
	background: #00a3f0;
	color: #FFF;
	display: inline-block;
	width: 32px;
	margin-right: 5px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #00a3f0;
}

.pages .a1 {
	width: 50px;
}

/*右侧列表内容*/
.content-right {
	width: 310px;
}

.content-right>a {
	display: block;
	margin-top: 20px;
}

.content-right .action-con {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 20px;
}

.content-right .action-con>p {
	border-bottom: 1px solid #F4F9FE;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.content-right .action-con>p>span {
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	border-bottom: 2px solid #2E9AFE;
}

.content-right .cont1 ul {
	margin: 20px 0 0 17px;
	border-left: 1px solid #D7E6F5;
}

.content-right .cont1 li {
	margin-left: -9px;
	padding-left: 20px;
	line-height: 38px;
	background: url(../images/icon1.png) no-repeat left center;
}

.content-right .cont1 li>a {
	display: block;
	width: 96%;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content-right .cont1 li>a:hover {
	color: #2E9AFE;
}

.cont2 .action-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.cont2 .action-box a {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	margin-top: 20px;
	font-size: 14px;
	color: #2E9AFE;
	background: #F1F8FF;
	border-radius: 2px;
}

.cont2 .action-box a:hover {
	color: #fff;
	background: #2E9AFE;
}

.cont3 .navs {
	color: #E6EDF8;
	line-height: 24px;
}

.cont3 .navs>a {
	display: inline-block;
	font-size: 14px;
	margin: 20px 10px;
	padding: 0 10px;
	border-radius: 2px;
}

.cont3 .navs>a.active {
	color: #fff;
	background: #2E9AFE;
}

.cont3 .item {
	line-height: 30px;
	font-size: 14px;
	padding: 0 12px;
	display: none;
}

.cont3 .item.active {
	display: block;
}

.cont3 .item p {
	padding-left: 24px;
	background: url(../images/icon2.png) no-repeat left center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont3 .item p:hover {
	color: #2E9AFE;
	background: url(../images/icon2_hover.png) no-repeat left center;
}

.cont4 ul {
	padding: 0 10px;
	padding-top: 20px;
}

.cont4 li {
	display: flex;
	justify-content: left;
	align-items: center;
}

.cont4 li span {
	display: block;
	width: 15px;
	height: 15px;
	background: #BABABA;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
}

.cont4 li:first-child span {
	background: #ED4200;
}

.cont4 li:nth-child(2) span {
	background: #FF6E10;
}

.cont4 li:nth-child(3) span {
	background: #FF9900;
}

.cont4 li a {
	width: 280px;
	font-size: 14px;
	padding: 0 5px;
	border-radius: 20px;
	margin: 5px 0;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont4 li a:hover {
	background: #EFF7FD;
}

.cont5 form {
	padding: 20px 30px;
}

.cont5 form p {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.cont5 form p>img {
	margin-left: 15px;
}

.cont5 form input {
	width: 100%;
	padding-left: 30px;
	margin-left: -25px;
	line-height: 48px;
	border-radius: 5px;
	background: none;
	outline: none;
	border: 1px solid #DBE7F6;
}

.cont5 form input[type=submit] {
	margin: 0 auto;
	padding-left: 0;
	background: #2E9AFD;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}

.cont5>span {
	font-size: 12px;
	color: #A5A6AA;
	display: block;
	margin: 0 30px;
}

/*show页样式开始*/
.article {
	background: #fff;
	padding: 20px 40px 30px;
	font-size: 14px;
}

.article>.title>h1 {
	font-size: 22px;
}

.article>.title>p {
	font-size: 12px;
	color: #969BA1;
	margin-top: 20px;
}

.article>.title>p>img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}

.article>.title>p>span {
	/*margin-right: 20px;*/
	line-height: 40px;
}

.article>.title>p>span.from {
	color: #0561D3;
}

.article>.title {
	border-bottom: 1px solid #E5EDFC;
}

/*文章顶部*/
.article .top-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.article .top-box>div {
	width: 50%;
	display: flex;
	margin-top: 13px;
	font-size: 14px;
	overflow: hidden;
}

.article .top-box>div>span {
	padding-right: 7px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: url(../images/key_bg.png) no-repeat center center;
}

.article .top-box>div>a {
	padding: 0 10px;
	margin-left: 10px;
	line-height: 30px;
	background: #FDF0EF;
}

/*文章内容*/
.article .article-cont {
	color: #3b3b3b !important;
	font-size: 14px !important;
	line-height: 30px;
	font-family: "宋体";
	margin-top: 30px;
}

.article .article-cont p,
.article .article-cont div {
	padding-top: 10px !important;
}

.article .article-cont img {
	display: block;
	max-width: 100% !important;
	margin: 0 auto !important;
	height: auto !important;
}

.article .article-cont table {
	max-width: 100% !important;
	margin: 0 auto !important;
	height: auto !important;
}

.article .random_news {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding: 20px;
	margin: 20px 0;
	background: #F3F6FE;
}

/*文章底部*/
.article .author {
	text-align: right;
	line-height: 90px;
}

.article .qunhao {
	border: 2px dashed #CBDBFC;
	line-height: 50px;
	display: flex;
	margin-top: 30px;
}

.article .qunhao>a {
	width: 50%;
	padding-left: 10px;
	font-size: 16px;
}

.article .qunhao>a>img {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.article .sm-join {
	background: #F9F9F9;
	display: flex;
	padding: 20px;
	justify-content: space-between;
}

.article .sm-join>img {
	width: 200px;
	height: 200px;
}

.article .sm-join>div {
	width: 520px;
}

.article .sm-join>div>h1 {
	font-size: 18px;
	color: #2EB89F;
	line-height: 50px;
	margin-top: 30px;
}

.article .sm-join>div>p {
	font-size: 16px;
	color: #8B8B8B;
}

.article .sm-join>div>p>span {
	color: #FF0101;
}

.article .saoma {
	display: block;
	margin: 22px 0;
}

.share {
	height: 60px;
}

.bshare-custom {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.recommend>p {
	font-size: 22px;
	line-height: 50px;
	border-bottom: 1px solid #DAE5FD;
}

.recommend i {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #303030;
	margin-right: 10px;
}

.recommend-cont {
	display: flex;
}

.recommend-cont div {
	padding: 10px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.recommend-cont div>p {
	display: flex;
	align-items: center;
	width: 50%;
}

.recommend-cont a {
	line-height: 36px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.recommend-cont a:hover {
	color: #2E9AFE;
}

.form-box {
	margin-top: 40px;
	border: 1px solid #81B0E9;
	border-radius: 6px;
	overflow: hidden;
	background: url(../images/form_bg.jpg) no-repeat center top;
}

.form-box .day-box {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding: 12px 20px;
}

.form-box .day-box>div {
	display: flex;
	align-items: center;
}

.form-box .day-box>div>img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.form-box .day-box>.tel {
	background: #fff;
	border: 1px solid #fff;
	color: #0561D3;
}

.form-box .day-box>.tel p {
	display: flex;
	padding-left: 10px;
}

.form-box .day-box>.tel span {
	display: block;
	color: #fff;
	background: #0561D3;
	padding: 0 10px;
	margin-left: 10px;
}

.day-box #timer>span {
	display: inline-block;
	width: 16px;
	margin: 0 2px;
	color: #0561D3;
	text-align: center;
	border-radius: 2px;
	background: url(../images/timer_bg.png) no-repeat;
	background-size: 100% 100%;
}

.form-box form {
	font-size: 18px;
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-box form input {
	width: 200px;
	height: 40px;
	border: 1px solid #bfdafd;
	margin-right: 25px;
	padding-left: 10px;
	box-sizing: border-box;
}

.form-box form input[type=submit] {
	margin-right: 0px;
	width: 136px;
	background: #bfdafd;
	color: #0561D3;
	cursor: pointer;
}

.bottom-box>p {
	font-size: 12px;
	color: #616870;
	text-align: center;
	border: 1px solid #ECF0FC;
	border-radius: 5px;
	line-height: 26px;
	margin-top: 10px;
}

.bottom-box>p>span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #9FC1ED;
	margin-right: 10px;
}

.bottom-box table {
	border-collapse: collapse;
	border: 1px solid #ff6000;
	margin-top: 30px;
}

.bottom-box table th {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #ff6000;
}

.bottom-box table td {
	font-size: 16px;
	font-weight: bold;
	color: #ff6000;
	padding: 2px 10px;
}

.bottom-box table td>a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #2E9AFE;
}

.bottom-box table td>a:hover {
	color: #ff6000;
}

/*右侧栏*/
.content-right.show-right .action-con:first-child {
	margin-top: 0;
}

.list-content .content-right.show-right .action-con:first-child {
	margin-top: 20px;
}

/*视频模板*/
.article .video-cont {
	margin-top: 10px;
}

.v_introduction {
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 20px 15px;
	margin-top: 20px;
}

.v_introduction>p.btn {
	display: flex;
	justify-content: center;
}

.introduction_title {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
}

.introduction_dec {
	line-height: 23px;
	font-size: 14px;
}

.v_prices {
	display: flex;
}

.v_prices>p {
	margin-right: 20px;
}

.red_student,
.orange_consult {
	display: inline-block;
	padding: 10px 50px;
	background-color: #ff4554;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	margin: 10px 30px;
}

.orange_consult {
	background-color: #ffa44b;
}

.v_statement {
	background-color: #F9F9F9;
	font-size: 16px;
	padding: 20px 15px;
}

.v_statement>p {
	line-height: 35px;
}

.statement_message {
	padding-left: 50px;
	background: url(../images/trumpet.png) no-repeat 0px center;
	background-size: auto;
	background-size: 40px;
}

.statement_message>a {
	color: #D81E06;
}

.v_title>p {
	border-bottom: 1px solid #F4F9FE;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.v_title>p>span {
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	border-bottom: 2px solid #2E9AFE;
}

.cont-form {
	text-align: center;
	padding: 10px 0 15px 0;
	background: #F3F6FE;
}

.cont-form h3 {
	font-size: 22px;
	font-weight: bold;
}

.cont-form input {
	width: 25%;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	background: #fff;
	margin: 10px 15px;
	padding-left: 20px;
	border-radius: 5px;
}

.cont-form input[type=submit] {
	color: #fff;
	padding: 0;
	background-image: linear-gradient(to bottom right, #36A0FF, #006CFF);
}

.cont-form>div>p {
	font-size: 16px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
}




/*添加lps */
.article-box .lps_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 25px;
	text-align: left;
	padding: 20px 0 0;
	box-sizing: border-box;
}

.article-box .lps_wrap p {
	/* width: 342px; */
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 36px;
}
.article-box .lps_wrap p.red{
	color: red;
}

.article-box .lps_wrap p:hover {
	color: #0f7aff;
	cursor: pointer;
}
