* {
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei;
	box-sizing: border-box;
}

html,
body {
	min-width: 1200px;
	/* width: 100%; */
	height: 100%;
	display: flex;
	flex-direction: column;
	/* ios刘海屏兼容 */
	padding-bottom: constant(safe-area-inset-bottom); 
	padding-bottom: env(safe-area-inset-bottom);
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}

li {
	list-style: none;
}

.finance {
	min-width: 1200px;
	height: 100%;
	/* overflow-y: auto; */
}


.cgfb {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.ltdt_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}

.title_img {
	width: 38px;
	margin-right: 16px;
}

.title_text {
	font-size: 26px;
	color: #3B3B3B;
}

/* 列表样式 - 保留以备动态加载使用 */
.list_qydt {
	margin-bottom: 60px;
}

.list_qydt li {
	position: relative;
}

.list_qydt li:after {
	content: '';
	display: block;
	height: 205px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	z-index: -1;
}

.list_qydt li:hover:after {
	background-color: #f4f4f4;
	width: 100%;
	transition: 0.3s;
}

.list_qydt a {
	padding: 18px 10px;
	display: flex;
}

.list_le {
	width: 260px;
	height: 165px;
	margin-right: 30px;
	overflow: hidden;
}

.list_le img {
	transition: 1s;
	transform-origin: center center;
}

.list_qydt li:hover .list_le img {
	transform: scale(1.2);
}

.list_re {
	height: 165px;
	flex: 1;
}

.text_top {
	height: 50px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
}

.list_qydt li:hover .text_top {
	color: #e12d02 !important;
}


.text_bot_cen {
	text-decoration: none;
	line-height: 25px;
	color: #5E6B73;
	font-size: 14px;
	height: 50px;
	margin-top: 12px;
	word-break: break-all;
	text-align: justify;
	overflow-y: hidden;
}

.text_bot_time {
	font-size: 12px;
	padding-right: 20px;
	color: #A7A7A7;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	text-align: right;
}

/* 底部样式 */
.bottom {
	height: 80px;
	width: 100%;
	background-color: #000;
	min-width: 700px;
}

.bottom .btop {
	color: #f5f5f5;
	text-align: center;
	height: 40px;
	max-width: 1200px;
	min-width: 700px;
	margin: 0 auto;
	line-height: 40px;
}

.bottom .btop a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	text-decoration: underline;
	margin-left: 10px;
}

.bottom .btop a:hover {
	color: #e12d0a;
}

.bottom .bbottom {
	max-width: 1200px;
	min-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.bottom .bbottom span {
	font-size: 12px;
	color: #f5f5f5;
}

.bottom .bbottom span a {
	display: inline-block;
	color: #f5f5f5;
	text-decoration: underline;
}

.bottom .bbottom span a:hover {
	color: #e12d0a;
}

/* 通用 Flex 布局辅助类，HTML 中 .lh_href 使用到了 */
a.lh_href,
.lh_href {
	display: flex;
	align-items: center;
}

/* 已注释掉 HTML 中的引用，若确定不再使用“更多”链接，可删除以下样式 */
/* 
a.lh_mouch,
.lh_mouch {
	font-size: 14px;
	color: #0068D0;
} 
*/