* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none
}

@media screen and (min-width: 1000px)and (max-width: 10000px) {
	.news {
		width: 1280px;
		/* border: 1px solid red; */
		margin: 0 auto;
		background-color: white;
		margin-top: 50px;
		border-radius: 8px;
		margin-bottom: 100px;
		margin-top: 50px;
	}
	.title {
		height: 35px;
		font-size: 20px;
		padding-top: 5px;
		margin-bottom: 20px;
	}
	.title img {
		margin-top: -3px;
		margin-left: 10px;
	}
	.meg li {
		height: 140px;
		/* border: 1px solid green; */
		cursor: pointer;
	}
	.times {
		width: 18%;
		height: 140px;
		/* border: 1px solid red; */
		float: left;
		text-align: center;
		color: #999999;
	}
	.times div:nth-child(1) {
		font-size: 55px;
		font-weight: bold;
		margin-top: 10px;
	}
	.times div:nth-child(2) {
		font-size: 15px;
	}
	.content_1 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
	}
	.content_1:hover {
		color: #999999;
	}
	.content div:nth-child(2) {
		width: 90%;
		margin-left: 5%;
		text-align: left;
		margin-top: 15px;
		font-size: 17px;
		height: 45px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2s;
		overflow: hidden;
		color: #999999;
	}
	.content {
		width: 81.6%;
		height: 140px;
		/* border: 1px solid blue; */
		float: right;
		text-align: center;
	}
}

@media screen and (min-width: 320px)and (max-width: 1000px) {
	/* 日期隐藏 */
	.times{
		display: none;
	}
	.title{
		display: none;
	}
	.meg{
		width: 85%;
		margin: auto;
		margin-top: 50px;
		background-color: white;
		padding: 40px;
		border-radius: 20px;
		box-shadow:20px 20px 40px rgba(0,0,0,0.2); 
	}
	.meg li{
		height: 15rem;
		overflow: hidden;
	}
	.meg .content div:nth-child(2) {
		font-size: 2.5rem;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #999999;
	}
	.meg .content_1{
		background-color: white;
		font-size: 2.5rem;
		font-weight: bold;
		
		
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
		margin-bottom: 20px;
	}
	
}
