* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  margin-top: 100px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 500px;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  width: 1200px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #3396c0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #3396c0;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.newsList {
  margin-top: 69px;
  width: 1200px;
  background-color: #f2f2f2;
  padding: 85px 52px;
  box-sizing: border-box;
}
.newsList .item {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.newsList .item img {
  width: 468px;
  height: 278px;
  margin-right: 54px;
}
.newsList .item .item-right {
  flex: 1;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsList .item .item-right-top a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  text-decoration: none;
}
.newsList .item .item-right-top a:nth-child(2) p {
  margin-top: 28px;
  font-size: 18px;
  text-align: justify;
  color: #666;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsList .item .item-right-bottom {
  color: #666;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsList .item .item-right-bottom span {
  font-size: 20px;
}
.newsList .item:last-child {
  margin-bottom: 0;
}
.inputs {
  margin: 113px 0 134px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 198px;
  height: 48px;
  background-color: #6cb92e;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination {
  margin: 90px 0 0;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.pagination li {
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 3px;
  color: #FFFFFF;
  background: #D5D5D5;
  padding: 0px !important;
}
.pagination li a {
  width: 50px;
  height: 50px;
  display: block;
  color: #FFFFFF;
  background: #D5D5D5;
}
/* .pagination li a:hover{ border: 1px solid #CCCCCC; } */
.pagination .active {
  background: #3396c0;
  color: #FFFFFF;
}
