#my-video2{
    margin:0 auto;
    max-width: 100%;
}
@media only screen and (max-width: 1200px) {
	.u17 li a{
		border: 1px solid #dedede;
		height: 60px;
		line-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
		padding: 0 15px;
		background-color: #fff;
	}
	.u17 li .tit {
		font-size: 16px;
		width: 70%;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden; 
		white-space: nowrap;
	}
	.u17 li .time {
		color: #b0b0b0;
		font-size: 14px;
	}
	.u17 li:hover a{
		background-color: #0a3c6e;
		color: #fff;
	}
	.u17 li:hover .time {
		color: #fff;
	}
}
@media only screen and (min-width: 1200px) {
	.u17 li a{
		border: 1px solid #dedede;
		height: 60px;
		line-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
		padding: 0 20px;
		background-color: #fff;
	}
	.u17 li .tit {
		font-size: 18px;
		width: 80%;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden; 
		white-space: nowrap;
	}
	.u17 li .time {
		color: #b0b0b0;
		font-size: 16px;
	}
	.u17 li:hover a{
		background-color: #0a3c6e;
		color: #fff;
	}
	.u17 li:hover .time {
		color: #fff;
	}
}

.ab_nr img {
    height: auto !important;
}