* {
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei;
	box-sizing: border-box;
}

html,
body {
	min-width: 1200px;
	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;
}

.ai_list{
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
.ai_title{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
.ai_title_le{
	height: 100px;
}
.ai_title_le img{
	width: auto;
	height: 100%;
}
.ai_title_re a{
	color: #333333;
    font-size: 14px;
    text-decoration: revert;
}
.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;
}
.list_qydt li a:visited .text_top {
	color: #551a8b;
}
.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;
}
.text_bot_time{
	padding-right: 20px;
    color: #A7A7A7;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
    text-align: right;
}
.list_qydt{
	margin-bottom: 60px;
}

.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;
}

a.lh_href,.lh_href{
	display: flex;
	align-items: center;
}
a.lh_mouch{
	font-size: 14px;
	color: #0068D0;
}