/*
 * @Author: mayli 
 * @Date: 2021-03-26 09:24:09 
 * @Last Modified by: mayli
 * @Last Modified time: 2021-06-11 16:19:49
 */
.newslist{
	padding-top: 40px;
}
.newslist .arleft{
	width: 220px;
	font-size: 16px;
	color: #000000;
}
.newslist .arleft .yiji{
	height: 30px;
	line-height: 30px;
}
.newslist .arleft .yiji .icon{
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.newslist .arleft  .erji{
	padding-left: 50px;
	padding-bottom: 110px;
	border-right: 1px solid #EAEDF6;
}
.newslist .arleft  .erji .item_wrap{
	/* padding-right: 10px; */
}
.newslist .arleft  .erji .item{
	height: 80px;
	line-height: 80px;
	text-align: center;

	border-bottom: 1px solid #EAEDF6;
}
.newslist .arleft  .erji .item.active{
	color: #5073FF;
	border-right: 2px solid #5073FF;
}
.newslist .arleft  .erji .item.active::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: linear-gradient(90deg, #5073FF, #FFFFFF);
	border-radius: 50%;
	margin-right: 10px;
}
.newslist .arleft  .erji .item:hover{
	background: linear-gradient(-90deg, rgba(80,115,255, .05), rgba(255, 255, 255, .05));
}
.newslist .nr_r{
	width: 980px;
	/* margin-left: 220px; */
}
.newslist .list{
	width: 980px;
	padding-left: 60px;
	padding-top: 0;
}
.newslist .list .item .thumb{
	width: 240px;
	height: 160px;
}
.newslist .list .item .item_r{
	width: 670px;
}
/* .newslist .arleft .yiji::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(./../images/icon_fenlei.png) no-repeat top center;
	background-size: 100% auto;
	margin-right: 22px;
} */
/* 视频样式 */
.newslist .list.video .item{
	width: 240px;
    margin: 30px 20px 0;
    border: 1px solid #ededef;
   	padding: 0;
}
.newslist .list.video .item .item_r{
	width: 100%;
	padding: 10px;
}
/* 左侧栏目随屏幕滚动 */
.newslist.leftScroll .nr_l{
	position: fixed;
	top: 120px;
	z-index: 10;
}
.newslist.leftScroll .nr_r{
	margin-left: 220px;
}
.newslist {
	position: relative;
}
.newslist .nr_l {
	position: absolute;
}
.newslist .nr_r {
	margin-left: 220px;
}
.newslist .list .item .item_l{
	position: relative;
}
.newslist .list .item .item_l .item_cate{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}