@charset "UTF-8";
.news .banner-container {
  background-image: url(/fore-end/image/gywm/news/banner.png);
  background-repeat: no-repeat;
  background-position: 0 80px;
  background-size: 100% 290px;
  position: relative;
  height: 370px;
  width: 100%;
}
.news .banner-container .title {
  position: absolute;
  top: calc(60% - min(60px, calc(20px + 40 * 100vw / 1920)));
  left: calc((min(100vw, 1920px) - 1200px)/2);
  width: 1200px;
}
@media (max-width: 1200px) {
  .news .banner-container .title {
    left: 15px;
    width: fit-content;
  }
}
.news .banner-container .title h2 {
  font-size: min(60px, calc(20px + 40 * 100vw / 1920));
  font-family: Microsoft YaHei;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  letter-spacing: 12.8px;
  text-shadow: 2px 2px 0px #0069EA;
}
.news .banner-container .title .des {
  margin-top: 24px;
  font-size: min(36px, calc(20px + 16 * 100vw / 1920));
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  letter-spacing: 7.2px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.news .news-title {
  height: 88px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  width: 1200px;
}
.news .news-title .news-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news .news-title .news-title-button .news-item-title {
  width: 120px;
  height: 48px;
  border: 1px solid #0069EA;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  margin-right: 25px;
  background: linear-gradient(120deg, #FFFFFF 37%, #fafafa 38%, #f0f0f0 39%, #e3e3e3 40%, #FFFFFF 41%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.news .news-title .news-title-button .news-item-title:hover {
  animation: load89234 1s;
}
.news .news-title .news-title-button .news-item-title span {
  margin: auto;
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0069EA;
  line-height: 30px;
}
.news .news-title .news-title-button .news-item-title-after {
  background: #0069EA;
}
.news .news-title .news-title-button .news-item-title-after span {
  color: #fff;
}
.news .news-title .news-title-button .news-item-title:hover {
  cursor: pointer;
}
.news .news-title .news-title-button .news-item-title-after:hover {
  cursor: pointer;
}
.news .allnews-item {
  background: #f4f8fd;
  max-height: 1320px;
}
.news .allnews-item .news-Content {
  margin-top: 22px;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.news .allnews-item .news-Content .news-box {
  position: relative;
  width: 100%;
  top: 5px;
  display: flex;
  flex-direction: column;
}
.news .allnews-item .news-Content .news-box .news-box-item {
  position: relative;
  width: 1200px;
  height: 180px;
  margin: 10px 0 15px 0;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 48, 150, 0.16);
  display: flex;
  flex-direction: row;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content {
  padding-top: 20px;
  padding-bottom: 36px;
  height: 100%;
  flex: 1;
  overflow: hidden;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-title {
  margin: 5px 0 0 20px;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-title .box-item-title-text {
  margin-top: 5px;
  max-width: calc(100% - 100px);
  height: 33px;
  opacity: 1;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-title .box-item-title-time {
  margin-top: 5px;
  position: relative;
  right: 0;
  height: 22px;
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-content {
  margin: 5px 0 0 20px;
  width: 95%;
  height: 90px;
  display: flex;
  flex-direction: column;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-content .box-item-content-text {
  width: 100%;
  height: 70%;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-content .box-item-content-route {
  margin-right: 0;
  margin: auto 0;
  font-weight: normal;
  text-align: right;
  opacity: 1;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-content .box-item-content-route > a {
  color: #333;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-content .box-item-content .box-item-content-route > a:hover {
  color: #0069EA;
}
.news .allnews-item .news-Content .news-box .news-box-item .news-item-img {
  border-radius: 2px 0 0px 2px;
  width: 270px;
  height: 180px;
}
.news .allnews-item .news-Content .pageNumber {
  position: relative;
  padding: 10px;
  text-align: right;
  padding-right: 0;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.news .allnews-item .news-Content .pageNumber .active.pageNumber-button-number {
  background: #0069EA;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  color: #FFFFFF;
}
.news .allnews-item .news-Content .pageNumber .disabled.pageNumber-button-next {
  cursor: not-allowed;
}
.news .allnews-item .news-Content .pageNumber .disabled.pageNumber-button-prev {
  cursor: not-allowed;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-next {
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-next .pageNumber-button-next-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-prev {
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-prev .pageNumber-button-prev-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-number {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.news .allnews-item .news-Content .pageNumber .pageNumber-button-number .pageNumber-button-number-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}