
.track_delall{
	width: 950px;
	height: 40px;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: right;
	font-size: 16px;
}

.track_delall a{
	line-height: 40px;
	color: #666666;
	text-align: center;
	margin-right: 20px;
}

/* 列表 start */
.news-list-container .news-list{
	width: 965px;
}

.news-list-container .news-list .news-item{
	float: left;
	position: relative;
	width: 308px;
	height: 312px;
    padding: 16px;
    background: #fff;
    margin: 0 13px 16px 0;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.news-list-container .news-list .news-item:hover{
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}

.news-list-container .news-list .news-item .news-del{
	float: left;
	width: 50px;
	height: 156px;
}

.news-list-container .news-list .news-item .news-del a{
	width: 50px;
	height: 156px;
	display: block;
	background: url(../images/fav_del_icon21.png) no-repeat center center;
}

.news-list-container .news-list .news-item .news-del a:hover {
	background: url(../images/fav_del_icon.png) no-repeat center center !important;
}

.news-list-container .news-list .news-item .news-img{
	width: 276px;
	height: 156px;
}

.news-list-container .news-list .news-item .news-img a{
	display: flex;
	width: 100%;
	height: 100%;
    justify-content: center;
}

.news-list-container .news-list .news-item .news-img img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.news-list-container .news-list .news-item .news-info .title{
	width: 272px;
	min-height: 48px;
	max-height: 48px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2px;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-container .news-list .news-item .news-info .title a{
	color: #333;
	font-weight: bold;
    font-size: 18px;
}

.news-list-container .news-list .news-item .news-info .title:hover,
.news-list-container .news-list .news-item .news-info .title:hover a{
	color: #cb301f;
}

.news-list-container .news-list .news-item .news-info .news-summary{
	display: none;
}

.news-list-container .news-list .news-item .news-info .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.news-list-container .news-list .news-item .news-info .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .news-item .news-info .share-box .icon-wechat{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_wechat.png) no-repeat center center;
	background-size: 100%;
	margin-right: 8px;
	cursor: pointer;
}

.news-list-container .news-list .news-item .news-info .share-box .icon-weibo{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_weibo.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.news-list-container .news-list .news-item .news-info .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.news-list-container .news-list .news-item .news-info .other .left{
	float: left;
}

.news-list-container .news-list .news-item .news-info .other .right{
	float: right;
}

.news-list-container .news-list .news-item .news-info .other .left span{
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .news-item .news-info .other .right .news-type{
	display: inline-block;
	min-width: 36px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cb301f;
	line-height: 16px;
	color: #fff;
	text-align: center;	
	font-size: 12px;
}

.news-list-container .news-list.listview .news-item{
	float: none;
	width: 950px;
	height: 188px;
	/*height: 151px;*/
}

.news-list-container .news-list.listview .news-item:hover{
	-webkit-transform: none !important;
	transform: none !important;
}

.news-list-container .news-list.listview .news-item .news-img{
	float: left;
	display: inline-block;
	/*width: 200px;
	height: 114px;*/
	margin-right: 20px;
}

.news-list-container .news-list.listview .news-item .news-info{
	position: relative;
	display: inline-block;
	width: 572px;
	height: 156px;
	/*width: 696px;
	height: 114px;*/
}

.news-list-container .news-list.listview .news-item .news-info-text {
	position: relative;
	display: inline-block;
	width: 868px;
	height: 156px;
	/*width: 696px;
	height: 114px;*/
}

.news-list-container .news-list.listview .news-item .news-info .title{
	width: 100%;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-top: 0;
}

.news-list-container .news-list.listview .news-item .news-info .title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-container .news-list.listview .news-item .news-info .news-summary{
	display: block;
	margin-top: 5px;
}

.news-list-container .news-list.listview .news-item .news-info .news-summary p{
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-list-container .news-list.listview .news-item .news-info .share-box{
	left: 0;
	bottom: 28px;
}

.news-list-container .news-list.listview .news-item .news-info .other{
	left: 0;
	right: 0;
	bottom: 0;
}
/* 列表 end */