/**2022年6月6日首页新闻样式**/
.index-news-l{
	width: 67%;
}
.index-news-r{
	width: 30%;
}
.index-news-title{
	background: url(../images/bg3_03.jpg);
	height: 70px;
	line-height: 70px;
	display: flex;
    justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.index-news-tit{
	background: url(../images/newsbg_03.jpg) no-repeat;
	background-position-x: right;
}
.index-news-con .news-b-lf ul img{
	padding-top: 10px;
}
.index-news-con .news-ul{
	padding-top: 11px;
}
.index-news-con .news-ul li{
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: unset;
}
.index-news-con.news-bottom{
	padding-top: unset;
	margin-top: 10px;
}