@media (min-width: 768px)  {
	.content{
		width: 100%;
		padding: 1vw 0;
		background-image: url('../img/dynamics/back.png');
		background-size: 100% 100%;
		min-height: 50vh;
	}
	.list{
		width: 72.91vw;
		margin: 4vw auto;
		
	}
	.list_item{
	    width: 72.91vw;
		display: flex;
		justify-content: space-between;
		background-color: #FFFFFF;
		border-radius: 1vw;
		margin-bottom: 2vw;
		cursor: pointer;
	}
	.list_item_l{
		width: 25vw;
		height: 15.31vw;
		overflow: hidden;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list_item_l .list_item_l_img{
		width: 25vw;
		height: 15.31vw;
		transition: all 0.5s;
		object-fit: contain;
	}
	.list_item:hover .list_item_l_img{
	    object-fit: contain;
		width: 30vw!important;
		height: 19vw!important;
	}
	.list_item_r{
		display: flex;
		flex-direction: column;
		margin-right: 3.5vw;
		position: relative;
	}
	.list_item_r h3{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size: 1.145vw;
		color: #333333;
		margin-top: 2vw;
		transition: all 0.3s;
	}
	.list_item:hover .list_item_r h3{
		color: #E80707;
	}
	.list_item_r p{
		width: 41.66vw;
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 0.83vw;
		color: #666666;
		line-height: 1.66vw;
		margin-top: 1vw;
	}
	.list_item_r div{
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 0.83vw;
		color: #999999;
		position: absolute;
		bottom: 2vw;
	}
	.list_item_r img{
		width: 1.09vw;
		height: 1.09vw;
		margin-right: 0.2vw;
	}
}
@media (max-width: 768px)  {
	.content{
		width: 100%;
		padding: 1vw 0;
		background-image: url('../img/dynamics/back.png');
		background-size: 100% 100%;
	}
	.list{
		width: 94vw;
		margin: 4vw auto;
	}
	.list_item{
	    width: 94vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #FFFFFF;
		border-radius: 1vw;
		cursor: pointer;
		padding: 0;
	}
	.list_item_l{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list_item_l .list_item_l_img{
		width: 94vw;
		height: 46.6vw;
		transition: all 0.5s;
		/*object-fit: contain;*/
	}
	/*.list_item:hover .list_item_l_img{*/
	/*    object-fit: contain;*/
	/*	width: 30vw!important;*/
	/*	height: 19vw!important;*/
	/*}*/
	.list_item_r{
		display: flex;
		flex-direction: column;
		margin: 4vw;
		position: relative;
	}
	.list_item_r h3{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size: 3.73vw;
		color: #333333;
		transition: all 0.3s;
		margin-bottom: 0;
	}
	.list_item:hover .list_item_r h3{
		color: #E80707;
	}
	.list_item_r p{
		width: 85.3vw;
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 2.6vw;
		color: #666666;
		line-height: 5.2vw;
		margin-top: 2.66vw;
	}
	.list_item_r div{
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 2.6vw;
		color: #999999;
		position: absolute;
		bottom: 0;
	}
	.list_item_r img{
		width: 3.6vw;
		height: 3.6vw;
		margin-right: 0.8vw;
	}
}