html,
body {
	width: 100%;
	background: #F2F2F2;
}

.news-navlist {
	width: 1200px;
	margin: 35px auto;
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	background: #FFFFFF;
	box-shadow: 0px 10px 32px 4px #e5e5e5;
}

.news-navlist>div {
	height: 90px;
	width: 33.333%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.news-navlist>div a{
	display: block;
                color:#ac1e23;
}

.news-navlist .active span {
	display: block;
	height: 6px;
	background-color: #ac1e23;
	margin: -4px auto 0;
}

.news-main {
	width: 100%;
	margin: 40px auto;
	margin-bottom: 20px;
}

.news-main .news-item {
	width: 1200px;
	height: 320px;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
}

.news-main .item-left {
	height: 280px;
	width: 35%;
	float: left;
	padding-left: 10px;
}

.news-main .item-right {
	height: 280px;
	width: 65%;
	float: left;
	padding: 0 40px;
}

.news-main .news-title {
                color:#ac1e23;
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 24px;
	text-align: left;
	overflow: hidden;
}
.news-main .news-title:hover a{
                color:#ac1e23 !important;
}
.news-main .time {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	text-align: left;
	color: #5b5b5b;
}

.news-main .item-content {
	width: 100%;
	height: 120px;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
	font-size: 18px;
	color: #4e4e4e;
}

.news-main .seemore {
	float: right;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 25px;
}

.news-main .more {
	width: 30px;
	height: 30px;
	background: url(../img/more.png) no-repeat;
	display: block;
	float: left;
	background-size: 100% 100%;
	margin: 0;
}

.news-main .seemore span {
	margin: 0 3px;
	color: #333;
	font-size: 20px;
}

.page {
	text-align: center;
	width: 1200px;
	margin: 40px auto;
	height: 40px;
	font-size: 0
}

.page a,
.page b {
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	display: inline-block;
}

.page>b {
	background-color: #ac1e23;
	color: #ffffff;
}

@media screen and (max-width:480px) {
	.news-navlist {
		width: 100%;
		margin: 20px auto;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	.news-navlist>div {
		height: 50px;
	}
	
	.news-navlist .active span {
		height: 4px;
	}
	.news-main {
		width: 100%;
		margin: 40px auto;
		margin-bottom: 20px;
	}
	.news-main .news-item {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-bottom: 20px;
		display: flex;
   		align-items: center;
	}
	.news-main .item-left {
		height: auto;
		width: 38%;
		padding-left: 0;
	}
	.news-main .item-left a{
		width: 100%;
		display: block;
	}
	
	.news-main .item-left a img{
		width: 100%;
		height: auto;
		display: block;
	}
	.news-main .item-right {
		height: auto;
		width: 62%;
		float: left;
		padding: 0 10px;
	}
	.news-main .news-title {
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 18px;
	}
	.news-main .time {
		height: 25px;
		line-height: 25px;
		width: 100%;
		font-size: 13px;
	}
	.news-main .item-content {
		width: 100%;
		height: auto;
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		text-align: justify;
		font-size: 14px;
	}
	.news-main .seemore {
		line-height: 25px;
		height: 25px;
		margin-top: 10px;
	}
	.news-main .more {
		width: 25px;
		height: 25px;
		background: url(../img/more.png) no-repeat;
		background-size: 100% 100%;
		margin: 0;
	}
	.news-main .seemore span {
		color: #333;
		font-size: 16px;
	}
	
	.page {
		width: 100%;
		margin: 30px auto;
		padding: 0 30px;
		height: 40px;
		overflow: hidden;
	}
}


@media (min-width:481px) and (max-width:1199px) {
	.news-navlist {
		width: 100%;
		margin: 20px auto;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	
	.news-navlist>div {
		height: 60px;
	}
	
	.news-navlist .active span {
		height: 4px;
	}
	
	.news-main {
		width: 100%;
		margin: 40px auto;
		margin-bottom: 20px;
	}
	.news-main .news-item {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-bottom: 20px;
		display: flex;
   		align-items: center;
	}
	.news-main .item-left {
		height: auto;
		width: 38%;
		padding-left: 0;
	}
	.news-main .item-left a{
		width: 100%;
		display: block;
	}
	
	.news-main .item-left a img{
		width: 100%;
		height: auto;
		display: block;
	}
	.news-main .item-right {
		height: auto;
		width: 62%;
		float: left;
		padding: 0 10px 0 30px;
	}
	.news-main .news-title {
		height: 40px;
		line-height: 40px;
		width: 100%;
		font-size: 20px;
	}
	.news-main .time {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.news-main .item-content {
		height: auto;
		line-height: 24px;
		font-size: 16px;
	}
	.news-main .seemore {
		margin-top: 20px;
	}
	
	.page {
		width: 100%;
	}
}