
/*新闻列表*/

.newslist{
	width: 100%;
}
.newslist ul li{
	padding: 55px 0px;
	transition: all .5s;
}
.newslist ul li:nth-child(even){
	background-color: #f1f2f2;
}
.newslist ul li a{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newslistimg{
	width:343px;
	height: 202px;
}
.newslistimg img{
	transition:all 1s;
	width: 100%;
	height: 100%;
}
.newslisttext{
	width: 935px;
}
.newslisttext span{
	display: block;
	font-size: 20px;
	color: #c0bfbf;
	line-height: 40px;
}
.newslisttext h1{
	color: #333333;
	font-size: 20px;
	line-height: 40px;
	margin-bottom:20px ;
}
.newslisttext p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height: 50px;
}
.newslisttext i{
	font-size: 14px;
	line-height: 35px;
	color: #666;
}
.newslist ul li:hover{
	background-color: #144e89;
}
.newslist ul li:hover .newslisttext h1{
	color: #fff;
}
.newslist ul li:hover .newslisttext p{
	color: #fff;
}
.newslist ul li:hover .newslisttext i{
	color: #fff;
}
/*新闻详情*/

.shownews{
	width: 100%;
}
.shownewstop{
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
}
.shownewsname{
	width: 1300px;
	margin: 0 auto;
}
.shownewsname h1{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	line-height: 55px;
}
.shownewsname p{
	line-height: 30px;
	color: #b0afaf;
	font-size: 14px;
}
.shownewstext{
	width: 1300px;
	margin: 30px auto;
}
.shownewspage{
	width: 1300px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.shownewspage p{
	width: 600px;
	height: 50px;
	border: 1px dashed #144e89;
	border-radius: 50px;
	padding: 0 20px;
	transition: all 1s;
}
.shownewspage p a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #144e89;
	font-size: 16px;
	transition: all 1s;
}
.shownewspage p:hover{
	color: #fff;
	background-color: #0b5198;
}
.shownewspage p:hover a{
	color: #fff;
}


@media only screen and (min-width: 1000px) and (max-width: 1299px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.newslist ul li a{
		width: 95%;
		align-items: center;
	}
	.newslistimg{
		width: 30%;
		height: auto;
	}
	.newslistimg img{
		width: 100%;
	}
	.newslisttext{
		width: 68%;
	}
	.newslisttext h1{
		margin-bottom: 15px;
	}
	.shownewsname,.shownewstext,.shownewspage{
		width: 95%;
	}
	.shownewspage p{
		width: 45%;
	}
}

@media only screen and (min-width: 764px) and (max-width:999px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.newslist ul li a{
		width: 95%;
		align-items: center;
	}
	.newslistimg{
		width: 30%;
		height: auto;
	}
	.newslistimg img{
		width: 100%;
	}
	.newslisttext{
		width: 68%;
	}
	.newslisttext h1{
		margin-bottom: 5px;
		height: 30px;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
	}
	.newslisttext p{
		overflow: hidden;
		font-size: 14px;
	}
	.newslisttext span{
		line-height: 30px;
	}
	.newslist ul li{
		padding: 30px 0px;
	}
	.shownewsname,.shownewstext,.shownewspage{
		width: 95%;
	}
	.shownewspage p{
		width: 43%;
		overflow: hidden;
	}
	.shownewsname h1{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.shownav ul li{
		width: 20%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.newslist ul li a{
		width: 95%;
		align-items: center;
	}
	.newslistimg{
		width: 30%;
		height: auto;
	}
	.newslistimg img{
		width: 100%;
	}
	.newslisttext{
		width: 68%;
	}
	.newslisttext h1{
		margin-bottom: 0px;
		height: 25px;
		overflow: hidden;
		font-size: 16px;
		line-height: 25px;
	}
	.newslisttext p{
		overflow: hidden;
		font-size: 14px;
	}
	.newslisttext i{
		display: none;
	}
	.newslisttext span{
		line-height: 30px;
		display: none;
	}
	.newslist ul li{
		padding: 20px 0px;
	}
	.shownewsname,.shownewstext,.shownewspage{
		width: 95%;
	}
	.shownewspage p,.shownewspage  p a{
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.shownewsname h1{
		font-size: 18px;
		height: auto;
	}
	.shownewstop{
		height: auto;
	}
	.shownewspage{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		
	}
}