.part-1 {
	padding: 50px 0;
}

.part-1-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.part-1-box h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 41px;
}

.part-1-box>.dl {
	width: calc(66.6% - 13px);
}

.part-1-box>.dr {
	width: calc(33.3% - 13px);
}

.part-1-box .dl_con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
}

.part-1-box .left_arc {
	width: calc(50% - 13px);
}

.part-1-box .left_arc img {
	width: 100%;
	height: 196px;
	display: block;
}

.part-1-box .left_arc .time_p {
	font-size: 12px;
	line-height: 14px;
	color: #868B93;
	margin: 15px 0 10px;
}

.part-1-box .left_arc h4 {
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	max-height: 50px;
}

.part-1-box .left_arc .des_p {
	font-size: 14px;
	line-height: 18px;
	color: #868B93;
	max-height: 36px;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part-1-box .left_arc .more_a {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #E58725;
}

.part-1-box .art_list {
	width: calc(50% - 13px);
}

.art_list a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.art_list a img {
	width: 112px;
	height: 78px;
}

.art_list a h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #262D37;
	margin-bottom: 13px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.art_list a div {
	width: calc(100% - 127px);
	margin-left: 15px;
}

.art_list a p {
	font-size: 12px;
	line-height: 14px;
	color: #868B93;
}

.part-1-box h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #262D37;
	padding-top: 22px;
}

.part-1-box .pop_list {
	margin-top: 15px;
	border-top: 1px solid #E58725;
}

.part-1-box .pop_list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}

.part-1-box .pop_list a img {
	width: 112px;
	height: 60px;
}

.part-1-box .pop_list a span {
	display: inline-block;
	width: calc(100% - 127px);
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	max-height: 42px;
}

.h2_tit {
	width: 100%;
	height: 60px;
	background: #F5F7FB;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #E58725;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
}

.h2_tit a {
	background: url(../images/markets_news/jt_r.svg) no-repeat right center;
	padding-right: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #868B93;
	margin-left: 20px;
}

.part-2 {
	padding-bottom: 50px;
}

.part-2-list {
	padding-top: 30px;
}

.part-2-list li {
	float: left;
}

.part-2-list li:nth-child(1) {
	width: 36.6%;
}

.part-2-list li:nth-child(2),
.part-2-list li:nth-child(3),
.part-2-list li:nth-child(4),
.part-2-list li:nth-child(5) {
	width: calc(31.7% - 18px);
	margin-left: 18px;
	margin-bottom: 20px;
}

.part-2-list li:nth-child(2) .img_box,
.part-2-list li:nth-child(3) .img_box,
.part-2-list li:nth-child(4) .img_box,
.part-2-list li:nth-child(5) .img_box {
	width: 100%;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
}

.part-2-list li:nth-child(6),
.part-2-list li:nth-child(7),
.part-2-list li:nth-child(8) {
	width: calc(33.3% - 12px);
}

.part-2-list li:nth-child(6) .img_box,
.part-2-list li:nth-child(7) .img_box,
.part-2-list li:nth-child(8) .img_box {
	width: 100%;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
}

.part-2-list li:nth-child(7),
.part-2-list li:nth-child(8) {
	margin-left: 18px;
}

.part-2-list li:nth-child(1) .img_box {
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
	position: relative;

}

.part-2-list li img {
	width: 100%;
	height: 100%;
	max-width: inherit;
	/* position: absolute; */
	/* opacity: 1; */
	/* top: 0px; */
	/* left: 0px; */
	/* height: auto;
		    transform: scale(1);
		    transition: transform 0.3s ease-in-out 0s;
		    filter: unset; */
	object-fit: cover;
}

.part-2-list .time_p {
	font-size: 12px;
	line-height: 14px;
	color: #868B93;
	margin: 10px 0;
}

.part-2-list h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part-2-list li:nth-child(1) h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part-2-list .des_p {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #868B93;
	margin: 10px 0;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.part-2-list .more_a {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #E58725;
}

.forecast_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #E58725;
	margin-top: 15px;
	padding-top: 40px;
}

.forecast_list li {
	width: calc(33.3% - 20px);
	margin-bottom: 30px;
}

.forecast_list li>a {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.forecast_list .img_box {
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #868B93;
	margin: 15px 0;
	max-height: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.forecast_list .img_box img {
	display: inline-block;
	width: 112px;
	height: 78px;
	float: left;
	margin-right: 12px;
}

.to_full {
	text-align: right;
}

.to_full a {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #E58725;
	background: url(../images/index/jt_rr.svg) no-repeat right center;
	padding-right: 15px;
}

.part-3 .h3_tit {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}

@media only screen and (max-width: 450px) {
	.part-1 {
		padding: 24px 0;
	}

	.part-1-box {
		flex-direction: column;
	}

	.part-1-box h1 {
		font-size: 22px;
		line-height: 22px;
	}

	.part-1-box>div {
		width: 100% !important;
	}

	.part-1-box .dl_con {
		flex-direction: column;
		margin-top: 24px;
	}

	.part-1-box .left_arc {
		width: 100% !important;
	}

	.part-1-box .art_list {
		width: 100% !important;
		padding-top: 16px;
	}

	.left_arc {
		position: relative;
	}

	.m_pos {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(5, 5, 5, 0.6);
		padding: 14px;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.m_pos>div {
		display: flex;
		flex-direction: column-reverse;
	}

	.m_pos>div a {
		color: #fff;
	}

	.part-1-box .left_arc h4 {
		font-size: 16px;
	}

	.part-1-box .left_arc .time_p {
		color: #fff;
		margin: 8px 0;
	}

	.part-1-box .left_arc .des_p {
		color: #fff;
		margin: 0 0 8px;
		font-size: 12px;
	}

	.part-1-box h3 {
		font-weight: 700;
		font-size: 18px;
		line-height: 18px;
	}

	.part-2 {
		padding-bottom: 30px;
	}

	.part-2-list {
		padding-top: 16px;
	}

	.h2_tit {
		justify-content: space-between;
		box-sizing: border-box;
		font-weight: 700;
		font-size: 18px;
		line-height: 18px;
		padding: 0 14px;
		height: 34px;
	}

	.part-2-list li {
		float: initial;
		width: 100% !important;
		box-sizing: border-box;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		margin-top: 16px;
	}

	.h2_tit a {
		font-size: 12px;
	}

	.part-2-list li:nth-child(1) {
		position: relative;
		margin-top: 0 !important;
	}

	.part-2-list li:nth-child(1) .img_box {
		height: 200px;
	}

	.m_pos_2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(5, 5, 5, 0.6);
		padding: 14px;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;

	}

	.m_pos_2>div {
		display: flex;
		flex-direction: column-reverse;

	}

	.m_pos_2 h4 {
		font-size: 16px;
		color: #FFFFFF;
	}

	.m_pos_2 .time_p {
		color: #fff;
		margin: 8px 0;
	}

	.m_pos_2 .des_p {
		color: #fff;
		margin: 0 0 8px;
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}

	.part-2-list>li:not(:first-child) a {
		display: flex;
	}

	.part-2-list>li:not(:first-child) a>div {
		display: flex !important;
		flex-direction: column-reverse;
		flex: 1;
	}

	.part-2-list>li:not(:first-child) .img_box {
		width: 112px !important;
		height: auto !important;
		margin-right: 15px;
		flex: initial !important;
	}

	.part-2-list>li:not(:first-child) .time_ptime_p {
		margin: 20px 0 0;
	}
	.forecast_list{
		flex-direction: column;
		padding-top: 16px;
	}
	.forecast_list li{
		width: 100%!important;
		margin-bottom: 15px!important;
	}
	.forecast_list li:not(:first-child){
		border-top: 0.5px solid #DADCE0;
		padding-top: 15px;
	}
	.forecast_list li>a{
		font-size: 16px;
		line-height: 1.5;
		max-height: 72px;
	}
	.forecast_list .img_box{
		font-size: 14px;
	}
}
