html, body,.warm{
	overflow-x: hidden;
}
.warm_vi,.warm_dh{
	display: flex;
	flex-wrap: wrap;
	padding: 0.4rem 0.22rem 0;
}
.warm_vi li,.warm_dh li{
	width: 50%;
	/* padding: 0.1rem; */
	box-sizing: border-box;
}
.warm_tit{
	padding: 0.1rem;
	/* background-color: #F9F9F9; */
}
.warm_vi p,.warm_dh p{
	font-size: 0.26rem;
	padding: 0.2rem 0;
	text-align: justify;
}
.fotime {
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    padding: 0.2rem 0;
    background-color: #010c89;
}
.warm_dh .tit_mc{
	height: 2.02rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.fm_img{
	width: auto;
	height: 100%;
}

.warm_tan,.warm_tan2{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.warm_tan2{
	background-color: rgba(0,0,0,1);
}
.warm_od{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.3rem;
	box-sizing: border-box;
}
video{
	width: 100%;
	max-height: 72%;
	display: block;
}
.warm_dow{
	width: 0.7rem;
	margin-top: 0.6rem;
}
.tit_mc{
	position: relative;
	/* height: 2.02rem;
	display: flex;
	justify-content: center;
	overflow: hidden; */
}
/* .tit_mc img{
	width: auto;
	height: 100%;
} */
.mc_bf{
	position: absolute;
	top: 0;
	left: 0;
}
/* 列表 */
a.title_a {
    color: #262626;
}
.list_cont{
	display: flex;
	padding: 0.4rem 0.3rem 0;
}
.list_left{
	flex: 1;
}
.left_text{
	font-size: 0.32rem;
	color: #262626;
	line-height: 0.48rem;
}
.left_time,.left_timeto{
	font-size: 0.24rem;
	color: #BBBBBB;
	margin-top: 0.15rem;
	display: flex;
	justify-content: space-between;
}
.list_right{
	width: 1.76rem;
	height: 1.4rem;
	border-radius: 0.1rem;
	/*background-color: rgba(255, 139, 28, .3);*/
	margin-left: 0.4rem;
}
.list_right img{
	border-radius: 0.1rem;
}

.hlist_img{
	padding: 0.6rem 0 0 0.2rem;
}