/* 视觉央音 */
.hot-news{
	margin: 40px 0 40px;
}
.hot-news .content{
	display: flex;
	justify-content: space-between;
}
.hot-news .content .media-box{
	width: 720px;
	height: 406px;
}
.hot-news .content .media-box .item{
	width: 100%;
	height: 100%;
	position: relative;
}
.hot-news .content .media-box .item{
	width: 100%;
	height: 100%;
	position: relative;
}
.hot-news .content .media-box .item img{
	width: 100%;
}
.hot-news .content .media-box .item .play-btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 66px;
	height: 66px;
	background-image: url(/images/pc/play_btn.png);
	background-size: 100%;
	cursor: pointer;
}
.hot-news .content .media-box .item .text{
	position: absolute;
	width: 100%;
	height: 90px;
	bottom: 0;
	background: linear-gradient(0deg,rgba(0,0,0,.7),
	rgba(0,0,0,.2) 60%,rgba(0,0,0,.08) 90%,rgba(0,0,0,0));
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.hot-news  .swiper-pagination{
	text-align: center;
}
.hot-news  .swiper-pagination-bullet{
	width: 14px;
	height: 4px;
	background-color: #525252;
	border-radius: unset;
}
.hot-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cc0345;
}
.hot-news .news-box{
	flex: 1;
	padding: 10px 40px;
}
.hot-news .news-box .tl{
	font-size: 18px;
	text-align: left;
	line-height: 42px;
	color: #000;
	font-weight: bold;
}
.hot-news .news-box .hot-list{
	margin-top: 12px;
}
.hot-news .hot-list .hot-item{
	display: flex;
	margin-bottom: 24px;
}

.hot-news .hot-list .hot-item .time{
	width: 60px;
	height: 60px;
	background-color: #fafafa;
	color: #999999;
	text-align: center;
	line-height: 24px;
}
.hot-news .hot-list .hot-item .time .D{
	font-size: 24px;
	margin-top: 10px;
	font-weight: 500;
}
.hot-news .hot-list .hot-item .time .Y-M{
	font-size: 12px;
}
.hot-news .hot-list .hot-item>p{
	flex: 1;
	word-break: break-word;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	margin-top: 6px;
	margin-left: 25px;
}
