* {
	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; */
}
.img_js {
    padding: 0 25px 20px;
    line-height: 40px;
    text-align: justify;
}
.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;
}
.imag_left{
	width: 260px;
	height: 164px;
	margin-right: 28px;
	overflow: hidden;
}
.imag_left img{
	transition: 1s;
	transform-origin: center center;
}
.imag_list{
	padding-bottom: 50px;
}
.imag_list li:hover .imag_left img{
	    transform: scale(1.2);
}
.imag_list li:hover .imag_right h2{
	color: #e12d02;
}
.imag_list li{
	position: relative;
	margin-bottom: 40px;
	padding: 10px 0;
}
.imag_list li:last-child{
	margin-bottom: 0;
}
.imag_list li::after{
    content: '';
    display: block;
    height: 184px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    z-index: -1;
}
.imag_list li:hover::after{
	background-color: #f4f4f4;
	width: 100%;
	transition: 0.3s;
}
.imag_list li a{
	display: flex;
}
.imag_right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0 4px;
}
.imag_right h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: justify;
}
.imag_right p{
	font-size: 14px;
	color: #787373;
	line-height: 24px;
	padding-right: 25px;
	text-align: justify;
}
.ltbt_time {
    font-size: 12px;
    color: #787373;
    line-height: 20px;
}

.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;
}