body{
  background-color: #F4F4F4;
  overflow-x: hidden;
 
}
ul{
  margin:0;
  padding:0
}
.news_model p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_main{
  width: 100%;
   overflow: hidden;
  
}
.new_main_banner {
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.new_main_banner img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.new_main_banner p {
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  width: 1200px;
  margin: auto;
  z-index: 0;
  height: 24vw;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
}
.new_main_banner p span{
  display: inline-block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  background: #000000;
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin-top: 15px;
}
.new_main .news_list {
  width: 1200px;
  margin: auto;
  margin-top: 90px;
}
.new_main .news_list .news_model{
  width: 285px;
  height: 570px;
  margin-right: 14px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 99px;
  cursor: pointer;
}
.new_main .news_list .news_model a{
  text-decoration: none;
}

.new_main .news_list .news_model:nth-child(4n){
  margin-right: 0;
}

.new_main .news_list .news_model:hover{
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.35);
}
.new_main .news_list .news_model img{
  width: 100%;
}

.new_main .news_list .news_model p {
  padding: 33px 19px;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  margin: 0;
}

.new_main .news_list .news_model div {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0 19px;
}
.news_cournt{
  width: 100%;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 99px;
}

.news_cournt div{
  width: 155px;
  height: 45px;
  background: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.news_cournt .last_page {
  margin-right: 20px;
  background-color: #000000;
  color: #fff;
}
