html,
body {
	overflow-x: initial;
	overflow-x: inherit;
}

.regular-checkbox+label {
	background: #f7f7f700;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
	float: left;
	margin-top: 17px;
	flex-shrink: 0;
	border: 1px solid #a0a0a0;
	margin-right: 10px;
}

.regular-checkbox {
	display: none !important;
}

.regular-checkbox:checked+label::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #38b8ff url(../image/common/delete.png) no-repeat;
	top: 0%;
	left: 0%;
	background-size: 13px 13px;
	background-position: 50%;
}


/*placeholder默认字体颜色修改*/

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

.nav {
	border-bottom: 1px solid #0096de;
}
.page-box {
    text-align: center;
    padding: 80px 0px 0px;
    box-sizing: border-box;
    padding-top: 38px;
}

.page-box .layui-laypage {
    margin: 0;
}

.page-box .layui-laypage a,
.page-box .layui-laypage span {
    border: #dbdbdb 1px solid;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    /* background-color: transparent; */
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 0px;
}

.page-box .layui-laypage a,
.page-box .layui-laypage span,
.page-box .layui-laypage span button,
.page-box .layui-laypage span select,
.page-box .layui-laypage span input {
    /* background: transparent; */
    margin-bottom: 0;
}

.page-box .layui-laypage-count {
    border-color: transparent!important;
}

.page-box .layui-laypage-limits {
    border-color: transparent!important;
}

.page-box .layui-laypage-skip {
    border-color: transparent!important;
}

.page-box .layui-laypage-curr {
    border-color: transparent!important;
}

.page-box .layui-laypage-curr .layui-laypage-em {
    background: #fe862f!important;
    border-radius: 0px;
}

.page-box .layui-laypage-curr em {
    color: #ffffff!important;
    font-weight: 700;
}

.page-box .layui-laypage-btn {
    background: #fe862f!important;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

/*新闻资讯*/

.news {
	width: 1226px;
	margin: 0px auto;
}

.new-search {
	height: 87px;
}

.new-search-left {
	float: left;
	padding: 16px 0px;
	box-sizing: border-box;
}

.new-search-left-span {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 2px;
	color: #00a0ea;
}

.new-search-left-p {
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 1px;
	color: #414141;
}

.new-search-right {
	float: right;
	padding: 21px 0px;
	box-sizing: border-box;
}

.new-search-right-input {
	width: 311px;
	height: 45px;
	border: solid 1px #0096de;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0px 18px;
	font-size: 14px;
	background: none;
}

.new-search-right-div {
	width: 100px;
	height: 45px;
	background-color: #0096de;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	float: left;
}

.new-search-right-div-img {
	width: 24px;
	height: 24px;
	display: inline-block;
}

.courseBox {
	width: 100%;
}

.courseBox .courseNav {
	padding: 0px;
}

.new-main {
}

.new-main-left {
	width: 187px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.new-main-left ul {}

.new-main-left ul li {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #00a0ea;
}

.new-main-left ul li:nth-child(1) {
	background-color: #52b4f3;
	color: #fff;
}

.new-main-left ul li {
	border-bottom: 1px dashed #d2d2d2;
}

.new-main-left ul li.active a {
	color: #00a0ea;
}

.new-main-left ul li a {
	color: #414141;
	display: block;
}

.new-main-right {
	display: inline-block;
	vertical-align: top;
	width: 1015px;
	margin-left: 20px;
}

.new-main-right-list {
	display: none;
}

.new-main-rights {
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(174, 174, 174, 0.15);
	border: solid 1px #d2d2d2;
	box-sizing: border-box;
	padding: 20px;
	box-sizing: border-box;
}

.new-list {}

.new-list li {
	padding: 15px 0px;
	box-sizing: border-box;
	border-bottom: dashed 1px #d2d2d2;
	display: flex;
    cursor: pointer;
}

.new-list li:nth-child(1) {
	padding-top: 5px;
}

.new-list li:last-child {
	border: none;
}

.new-list li a {
	display: flex;
}

.new-list-img {
	width: 217px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 16px;
	flex-shrink: 0;
}

.new-list-text {
	float: left;
	width: 100%;
}

.new-list-text-title {
	font-size: 16px;
	color: #494949;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-list-text-ftitle {
	font-size: 15px;
	color: #8b8b8b;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new-list-text-time {
	overflow: hidden;
	padding: 18px 0px 0px;
}

.new-list-text-time-left {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 24px;
	float: right;
}

.new-list-text-time-right {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 24px;
	float: right;
	margin-left: 140px;
}

.new-list li:hover .new-list-text-title {
	color: #0096de;
}

.new-detail {
	width: 100%;
	padding: 70px 80px;
	box-sizing: border-box;
}

.new-detail-title {
	font-size: 20px;
	color: #494949;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.new-detail-time {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 60px;
	text-align: center;
}

.new-detail-time span {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin: 0px 25px;
}

.new-detail-content {}

.new-detail-content p {
	font-size: 15px;
	color: #4b4b4b;
	line-height: 24px;
	margin-bottom: 25px;
}

.new-detail-content img {
	margin-bottom: 25px;
	/* width: 100%; */
	/* display: block; */
}