html,
body {
	min-height: 600px;
	overflow: auto;
	background: #ffffff;
	width: 100%;
	zoom: 1;
	/* 根元素字体大小 = (1865 / 1366) * 16 ≈ 21.872px */
	font-size: 16px;
}

a:hover {
	color: #000000 !important;
}

a {
	color: #000000;
}

/* 文章列表区 */
.article_list {
	width: 100%;
	height: auto;
	margin-bottom: 2.5rem;
	margin-top: 2.625rem;
}

input {
	text-indent: 16px;
	/* 调整文本距离输入框左侧边框的距离为 10px */
}

textarea {
	text-indent: 6px;
}

.article_list ul {
	width: 100%;
	height: auto;
}

.article_list li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
	background-color: #F7F9FC;
	/* 		padding-bottom: 24px;
	padding-top: 25px; */
}

#pagination {
	width: auto;
}

.article_list li>div:nth-child(1) {
	width: 70%;
	display: flex;
	align-items: center;
	margin-left: 1.5625rem;
	font-size: 26px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
}

.article_list li>div:nth-child(1)>h2 {
	height: auto;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-size: 1.5625rem;
	font-weight: 500;
	text-align: left;
	color: #000000;
	line-height: 40px;
}

.article_list li>div:nth-child(2) {
	width: 17rem;
	height: auto;
	font-size: 1.25rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #7c7c7c;
	line-height: 1.625rem;
	letter-spacing: 0.4px;
	margin-right: 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	/* 禁止换行 */
}

.article_list li>div:nth-child(2)>p:last-child {
	margin-left: 1.25rem;
	white-space: pre;
}

/* 分页器 */
.pagination-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	padding-bottom: 10px;
}

.pagination-btn {
	width: 92px;
	height: 100%;
	background-color: #f7f9fc;
	color: #7C7C7C;
	border-radius: 5px;
	border: none;
	outline: none;
	cursor: pointer;

	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.4px;
}

.pagination-btn:disabled {
	cursor: not-allowed;
}

#pageNumbers {
	color: #7C7C7C;
	height: 100%;
}

.page-number {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	color: #7C7C7C;
	background-color: #ffffff;
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin: 8px 18px;
}

.page-number.current {
	color: #48a0ff;
	;
	text-decoration: underline;
}

.layui-laypage-next,
.layui-laypage-prev {
	display: flex !important;
	height: 45px !important;
	width: 92px !important;
	background-color: #f7f9fc !important;
	border-radius: 5px !important;
	color: #7C7C7C !important;
	padding: 0 !important;
	/* text-align: center; */
	align-items: center;
	justify-content: center;
}

#contentpage {
	width: 1100px;
	height: 544px;
	margin: 0 auto;
}

.layui-laypage a,
.layui-laypage span {
	padding-top: 8px;
	border: none;
	color: #7c7c7c !important;
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
}

.layui-laypage .layui-laypage-spr {
	height: 10px;
	line-height: 30px;
}

.layui-laypage-em {
	background-color: #ffffff !important;
}

.layui-laypage .layui-laypage-curr em {
	color: #48A0FF !important;
	text-decoration: underline;
}

.layui-laypage a,
.layui-laypage span {
	margin-left: 3px;
	margin-right: 3px;
}

.page_fa {
	display: flex;
	justify-content: center;
}

.layui-laypage {
	width: 100%;
	height: 45px;
	display: flex;
}

.ellipsis {
	text-align: center;
	position: absolute;
	bottom: 1px;
}

/* 文章详情区 */
.article_back {
	height: auto;
	background-color: #f7f9fc;
	width: 100%;
}

.article_content {
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 2.5rem;
}

.article_content_left {
	width: 45.375rem;
	margin-bottom: 5rem;
	margin-top: -16px;
	/* background-color: antiquewhite; */
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #000000;
}

.article_content_left p {
	/* background-color: antiquewhite; */
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #000000;
}

.article_content_left p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
	margin: 16px 0;
}

.article_content_right {
	width: 354px;
	height: auto;
	margin-left: 1.25rem;
	/* background-color: blue; */
}

.article_content_right_top {
	width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
	margin-right: 1.125rem;
	background-color: #F7F9FC;
}

.article_content_right_bottom {
	width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
	margin-right: 1.125rem;
	background-color: #F7F9FC;
}

#newArtical {
	margin-left: 1.125rem;
	margin-right: 1.5625rem;
	margin-top: 1.75rem;
}

#radomArtical {
	margin-left: 1.125rem;
	margin-right: 1.5625rem;
	margin-top: 1.75rem;
}

.timefont {
	height: 1.125rem;
	font-size: 1.125rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #7c7c7c;
	line-height: 1.625rem;
	letter-spacing: 0.36px;
}

.timefont>p {
	display: inline-block;
	white-space: pre;
}

.article_content_footer_bottom {
	height: 62.125rem;
}

.titlefont {
	font-size: 1.125rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #000000;
}

.abc {
	height: 1.875rem;
	font-size: 30px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
	margin-left: 1.25rem;
	margin-bottom: 2.875rem;
}

.article_content_right_bottom>div {
	margin-bottom: 0.15rem;
}

.article_content_right_top li {
	/* height: 5.75rem; */
	height: auto;
	border-bottom: 1px solid rgba(152, 151, 161, 0.2);
	margin-bottom: 1.25rem;
}

.article_content_right_bottom li {
	/* height: 5.75rem; */
	height: auto;
	border-bottom: 1px solid rgba(152, 151, 161, 0.2);
	margin-bottom: 1.25rem;
}

.article_content_right_top li:last-child {
	border-bottom: none;
	padding-bottom: 16px;
}

.article_content_right_bottom li:last-child {
	border-bottom: none;
	padding-bottom: 16px;
}

.article_content_right_top>ul>li>div:first-child {
	margin-bottom: 10px;
}

.article_content_right_bottom>ul>li>div:first-child {
	margin-bottom: 10px;
}

.article_content_right_top>ul>li>div:last-child {
	margin-bottom: 1.1875rem;

}

.article_content_right_bottom>ul>li>div:last-child {
	margin-bottom: 1.1875rem;
}

/* 漂浮窗 */
.submit-window {
	position: fixed;
	bottom: 10px;
	right: 5px;
	width: 18rem;
	height: 39.8125rem;
	background-color: #F7F9FC;
	border: 1px solid #48A0FF;
	border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	z-index: 9999;
}

.submit-windowa {
	position: fixed;
	bottom: 1px;
	right: 1px;
	width: 18rem;
	background-color: #F7F9FC;
	border: 1px solid #48A0FF;
	border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	z-index: 9999;
}

#floatWindowHide {
	display: none;
}

#floatWindowShow {
	display: block;
}

.window-header {
	background-color: #48A0FF;
	text-align: center;
	height: 3.375rem;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	color: #ffffff;
}

.delete-icon {
	float: right;
	cursor: pointer;
	width: 0.875rem;
	height: 0.5rem;
}

.delete-icon img {
	position: absolute;
	top: 22px;
	left: 250px;
	width: 0.875rem;
	height: 0.5rem;
}

#name {
	width: 14.75rem;
	height: 3.125rem;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-bottom: 1.25rem;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #b4b4b4;
}

#email {
	width: 14.75rem;
	height: 3.125rem;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 1rem;
	margin-bottom: 1.25rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #b4b4b4;
}

#content {
	width: 216px;
	height: 5.625rem;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	margin-bottom: 0.625rem;
	border-radius: 5px;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #b4b4b4;
	padding: 0 10px;
	padding-top: 10px;
}

.form_style {
	text-align: center;
	margin-top: 1.875rem;
}

.nobianfont {
	color: #48a0ff;
}

.form_btn {
	position: absolute;
	width: 14.75rem;
	height: 3.125rem;
	transform: translateX(-50%);
	background-color: #48A0FF;
	border: 1px solid #48A0FF;
	font-size: 1.125rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 1.25rem;
}

#name::placeholder {
	color: #B4B4B4;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
}

#email::placeholder {
	color: #B4B4B4;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
}

#content::placeholder {
	color: #B4B4B4;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
}

#content:valid {
	color: #000000;
	padding-top: 10px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
}

#email:valid {
	color: #000000;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
}

#name:valid {
	color: #000000;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
}

.qr-code {}

.qr-code>img {
	width: 11.1875rem;
	height: 11.1875rem;
	border: 1px solid #ccc;
	margin-left: 3.4375rem;
	margin-top: 4.375rem;
	margin-bottom: 0.625rem;
}

.qr_text {
	width: 100%;
	height: 0.9375rem;
	font-size: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: center;
	color: #b4b4b4;
}

.brand {
	width: 100%;
	height: 1.0625rem;
	padding-top: 1.0625rem;
	margin-bottom: 1rem;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 28px;
}

.article_title {
	height: auto;
	color: #000000;
	width: 91%;
	font-size: 25px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	line-height: 4.5rem;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}

.Atime {
	width: 100%;
	font-size: 1.25rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	text-align: left;
	color: #7c7c7c;
	line-height: 26px;
	padding-bottom: 2.5rem;
}

/* 底部区 */
.article_content_footer {
	width: 94%;
	height: auto;
	/* background-color: skyblue; */
}

.article_content_footer_top {
	margin-top: 0.7rem;
	margin-bottom: 0.5rem;
}

.article_content_footer_top>div:first-child {
	display: flex;
	flex-direction: column;
}

.article_content_footer_top>div:last-child {
	display: flex;
	flex-direction: column;
}

.article_content_footer_top p {
	margin-top: 0.06rem;
}

/* 免责声明 */
.statement {
	width: 90%;
	height: 170px;
	background-color: #F7F9FC;
	margin-bottom: 3.375rem;
}

.fontAA {
	text-align: center;
	padding-top: 12px;
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
}

.fontBB {
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	padding: 0px 32px;
	line-height: 30px;
	margin-top: -10px;
}

/* 相关推荐 */
.adv_list {
	width: 90%;
	height: 57rem;
	position: relative;
}

/* 相关注释 */
.knf {}

.adv_list li {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	background-color: #F7F9FC;
	margin-bottom: 1.25rem;
}

/* 上盒子 */
.adv_list li>div:nth-child(1) {
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-grow: 3;
	margin-top: 1.6875rem;
	margin-left: 1.375rem;
	margin-bottom: 11px;
}

/* 文章预览 */
.adv_list li>div:nth-child(2) {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #000000;
	flex-grow: 7;
	overflow: hidden;
	margin-left: 1.375rem;
	margin-right: 1.6875rem;
	padding-bottom: 28px;
}

.adv_list li>div:nth-child(2)>p {
	height: 3.4375rem;
}

.adv_list li>div>div:nth-child(1) {
	height: auto;
	width: 74%;
}

.adv_list li>div>div:nth-child(1)>p {
	font-size: 26px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
}

.adv_list li>div>div:nth-child(2) {
	height: 18px;
	font-size: 18px;

	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #7c7c7c;
	line-height: 26px;
	letter-spacing: 0.36px;
	margin-right: 1.6875rem;
}

.adv_list li>div>div:nth-child(2)>p {
	display: inline-block;
	white-space: pre;
}

/* 设置前面的蓝色短线 */
.blueline {
	position: relative;
	height: 1.4375rem;
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
	margin-left: 2.375rem;
	padding-top: 1.875rem;
}

.blueline::before {
	content: "";
	position: absolute;
	top: 2.25rem;
	left: -20px;
	/* 调整竖线的距离 */
	/* 竖线与文字长度一致 */
	width: 0.25rem;
	height: 1.5rem;
	background-color: #48A0FF;
}

.topn {
	margin-top: 0px !important;
}

.centerDiv {
	position: relative;
	width: 75rem;
	height: 100%;
	margin: 0 auto;
}

.welcome {
	height: 23px;
	width: 100px;
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
	margin-bottom: 19px;
}

.nobian {
	height: 3.125rem;
	padding-bottom: 2.5rem;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #000000;
}

.nobian>p:first-child {
	margin-bottom: 0.3125rem;
}

#texttitle {
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #000000;
	padding-bottom: 4.375rem;
}

#texttitle>p>a:hover {
	color: #48a0ff !important;
}

#texttitle>div>p:first-child {
	margin-bottom: 0.3125rem;
}

.bluelineT {
	position: relative;
}

.bluelineT::before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: -16px;
	/* 调整竖线的距离 */
	/* 竖线与文字长度一致 */
	width: 0.25rem;
	height: 1.8125rem;
	background-color: #48A0FF;
}


@media only screen and (max-width: 700px) {
	.article_list {
		height: auto;
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.article_list ul {
		height: 100%;
	}

	.pagination-container {
		padding-right: 15px;
		padding-left: 5px;
	}

	.pagination-btn {
		width: 72px;
		height: 36px;
		font-size: 16px;
	}

	.page-number {
		font-size: 16px;
	}

	#pageNumbers {
		display: flex;
	}

	.article_list li {
		display: block;
		height: auto;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.article_list li>div:nth-child(1)>h2 {
		display: flex;
		margin-top: 0px;
		font-family: Source Han Sans CN, Source Han Sans CN-Medium;
		font-size: 16px;
		align-items: center;
		height: 100%;
	}

	.article_list li>div:nth-child(2) {
		width: 100%;
		height: auto;
		font-size: 10px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		text-align: right;
		color: #7c7c7c;
		line-height: 15px;
		letter-spacing: 0.4px;
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 20px;
		/* margin-bottom: 6px; */
		padding-bottom: 12px;
	}

	.article_list li>div:nth-child(2)>p:last-child {
		margin-left: 4px;
	}

	.article_list li>div:nth-child(2)>div:last-child {
		margin-right: 30px;
	}

	.article_list li>div:nth-child(1) {
		margin-left: 5%;
		width: 90%;
	}

	.article_content_right {
		display: none;
	}

	#floatWindowShow {
		display: none;
	}

	#floatWindowHide {
		display: none;
	}

	.centerDiv {
		width: 100%;
		height: auto;
		margin-left: 20px;
	}

	.article_content_left {
		width: 100%;
		margin-bottom: 2px;
	}

	.brand {
		width: 100%;
		height: 30px;
		padding-top: 11px;
		margin-bottom: 7px;
		font-size: 13px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		text-align: left;
		color: #000000;
		line-height: 20px;
	}

	.article_title {
		height: auto;
		color: #000000;
		width: 90%;
		font-size: 20px;
		font-family: Source Han Sans CN, Source Han Sans CN-Medium;
		font-weight: 500;
		line-height: 28px;
		margin-top: 26px;
		margin-bottom: 10px;
		line-height: 48px;
	}

	.Atime {
		width: 100%;
		font-size: 13px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		text-align: left;
		color: #7c7c7c;
		line-height: 26px;
		padding-bottom: 8px;
	}

	.statement {
		height: auto;
		margin: 0 auto;
		padding-bottom: 16px;
		margin-bottom: 60px;
	}

	.article_content {
		width: 90%;
		height: auto;
		display: flex;
		margin: 20px auto;
	}

	.article_content_footer_top {
		margin-top: 80px;
		margin-bottom: 10px;
		margin-left: 20px;
	}

	.article_content_footer {
		width: 100%;
	}

	.nobian>p:first-child {
		margin-bottom: 1px;
	}

	.nobian {
		height: 90px;
		font-size: 16px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		color: #000000;
		padding-bottom: 1px;
	}

	#texttitle {
		width: 90%;
		font-size: 16px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		color: #000000;
		padding-bottom: 40px;
	}

	#texttitle>p>a:hover {
		color: #48a0ff !important;
	}

	.article_content_footer_bottom {
		height: auto;
	}

	.fontBB {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	#alinik {
		word-break: break-all;
	}

	.layui-laypage a,
	.layui-laypage span {
		margin-left: -6px;
		margin-right: -6px;
	}

	.layui-laypage-curr {
		line-height: 14px !important;
	}

	.layui-laypage .layui-laypage-spr {
		line-height: 14px;
	}

	.layui-laypage a,
	.layui-laypage span {
		font-size: 12px;
	}

	.layui-laypage a {
		line-height: 14px;
	}

	.layui-laypage-prev {
		margin-right: 5px !important;
	}

	.layui-laypage-next {
		margin-left: 5px !important;
	}

	.layui-laypage-next,
	.layui-laypage-prev {
		width: 52px !important;
		height: 30px !important;
		margin-top: 8px;
	}

	.abc {
		height: 50px;
		font-size: 30px;
		font-family: Source Han Sans CN, Source Han Sans CN-Medium;
		font-weight: 500;
		text-align: left;
		color: #000000;
		margin-bottom: 10px;
	}

	.bluelineT::before {
		content: "";
		position: absolute;
		top: 8px;
		left: -16px;
		width: 4px;
		height: 29px;
		background-color: #48A0FF;
	}

	.bluelineT {
		left: -70px;
	}

	.adv_list {
		width: 94%;
		height: auto;
		position: relative;
		margin: 0 auto;
	}

	.article_content_left p {
		font-size: 16px;
	}

	.adv_list li {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		background-color: #F7F9FC;
		margin-bottom: 10px;
	}

	.adv_list li>div:nth-child(1) {
		display: block;
		margin-top: 1px;
		margin-left: 1px;
		padding-top: 14px;
	}

	.adv_list li>div>div:nth-child(2) {
		height: 16px;
		font-size: 16px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		text-align: left;
		color: #7c7c7c;
		line-height: 26px;
		letter-spacing: 0.36px;
		margin-right: 1px;
		margin-bottom: 10px;
	}

	.adv_list li>div:nth-child(2)>p {
		height: auto;
	}

	.adv_list li>div:nth-child(2) {
		font-size: 14px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: 400;
		color: #000000;
		flex-grow: 7;
		overflow: hidden;
		margin-top: 2px;
		margin-left: 1px;
		margin-right: 1px;
	}

	.adv_list li>div>div:nth-child(1)>p {
		font-size: 16px;
		font-family: Source Han Sans CN, Source Han Sans CN-Medium;
		font-weight: 500;
		text-align: left;
		color: #000000;
	}

	.adv_list li>div>div:nth-child(1) {
		height: auto;
		margin-bottom: 4px;
		width: 100%;
	}

}

@media all and (max-width:1367px) and (min-width:800) {}