.important {
	width: 100%;
	font-size: 0.32rem;
	padding: 0.5rem 0.4rem;
	padding-bottom: 0;
	box-sizing: border-box;
}

.important-title {
	height: 0.34rem;
	display: flex;
}

.important-title i {
	width: 0.06rem;
	height: 0.32rem;
	background: rgba(227, 11, 32, 1);
	border-radius: 0 0.06rem 0.06rem 0;
	margin-right: 0.1rem;
	position: relative;
	top: 0.01rem;
}

.important-title span {
	color: #333333;
	font-size: 0.34rem;
	line-height: 0.34rem;
}

.important-list li {
	padding: 0.4rem 0;
	font-size: 0.32rem;
	border-bottom: 1px solid #F0F0F0;
}
.important-list li .duoduoImg{
	width: 100%;
}
.important-top-yes {
	display: flex;
	justify-content: space-between;
}

.important-top-yes .important-top-left {
	width: auto;
	padding-top: 0.15rem;
	margin-right: 0.15rem;
}

.important-top-yes .important-top-right {
	width: auto;
}

.important-top-yes .important-top-left h4 {
	color: #333333;
	font-size: 0.32rem;
	line-height: 0.5rem;
}

.important-top-yes .important-top-left p {
	display: flex;
	margin-top: 0.16rem;
}

.important-top-yes .important-top-left p span:first-child {
	color: #333333;
	font-size: 0.26rem;
	margin-right: 0.2rem;
}

.important-top-yes .important-top-left p span:last-child {
	color: #999999;
	font-size: 0.26rem;
}

.important-top-yes .important-top-right img {
	width:2.18rem;
	height: 1.6rem;
	border-radius: 0.1rem;
}

.important-top-no h4 {
	color: #333333;
	font-size: 0.32rem;
	line-height: 1.5;
}

.important-top-no p {
	display: flex;
	margin-top: 0.2rem;
}

.important-top-no p span:first-child {
	color: #333333;
	font-size: 0.26rem;
	margin-right: 0.2rem;
}

.important-top-no p span:last-child {
	color: #999999;
	font-size: 0.26rem;
}

.important-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 0.56rem;
	line-height: 0.28rem;
	height: 0.28rem;
}
.important-bottom a{
	line-height: 0.28rem;
	height: 0.28rem;
}
.important-bottom a:first-child+a{
	width: 1.1rem;
	display: flex;
	margin-left: 0.55rem;
	line-height: 0.28rem;
}

.important-bottom a div {
	display: flex;
	color: #666666;
	font-size: 0.28rem;
	line-height: 0.28rem;
	align-items: flex-end;
}

.important-bottom a div img {
	margin-right: 0.16rem;
	width: 0.30rem;
	height: 0.28rem;
	line-height: 0.28rem;
}

.important-bottom a div span {
	color: #666666;
	font-size: 0.28rem;
	line-height: 0.28rem;
	align-items: flex-end;
	position: relative;
	bottom: 0;
}

.important-top-video {
	margin-bottom: 0.4rem;
	width: 100%;
}

.important-top-video .video-play {
	position: relative;
	line-height: 1;
	width: 6.7rem;
	height: 3.8rem;
}
.important-top-video .video-play .photoNum{
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
	padding: 0.09rem 0.2rem;
	background: rgba(0, 0, 0, 1);
	opacity: 0.7;
	border-radius: 0.20rem;
	font-size: 0.22rem;
	font-family: PingFang SC;
	color: rgba(255, 255, 255, 1);
}
.important-top-video .video-play .big-img {
	width: 6.7rem;
	height: 3.8rem;
	border-radius: 0.1rem;
}
.important-top-video .video-play .no-img {
	width: 100%;
	height: 3.8rem;
	border-radius: 0.1rem;
	background-image: url('/r/cms/kgjtgw_cn/mobile/images/icon/noImg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 3rem;
	background-color: #f5f7fa;
}
.important-top-video .video-play .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	margin-left: -0.5rem;
	margin-top: -0.5rem;
}

.important-top-video .video-play .play-time {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 0.8rem;
	line-height: 0.8rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.85;
	border-bottom-left-radius: 0.10rem;
	border-bottom-right-radius: 0.10rem;
}
.important-top-video .video-play .no-imgtime {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.important-top-video .video-play .play-time .you {
	display: flex;
	position: absolute;
	right: 0.19rem;
	bottom: 0.20rem;
	align-items: center;
	flex-direction: row;
}

.important-top-video .video-play .play-time img.view {
	width: 25upx;
	height: 20upx;
	position: absolute;
	bottom: 20upx;
	left: 20upx;
}

.important-top-video .video-play .play-time img.bofang {
	width: 0.14rem;
	height: 0.18rem;
	margin-right: 0.13rem;
}

.important-top-video .video-play .play-time span {
	font-size: 0.22rem;
	color: #FFFFFF;
	line-height: 1;
}

.important-top-video video {
	display: none;
	width: 100%;
}
<!--0.00018787384033203-->