@charset 'utf-8';
.banner {
  text-align: center;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .ad-nei {
  width: 100%;
  position: absolute;
  top: 35%;
}
.banner .ad-nei p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}
.banner .ad-nei p span {
  padding: 0 10px;
}
.news-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}
.news-container .news-wrapper {
  width: 100%;
  margin: 0 auto;
}
.news-container .news-wrapper .news-item {
  display: block;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}
.news-container .news-wrapper .news-item .date {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.news-container .news-wrapper .news-item h3 {
  font-size: 24px;
  color: #333;
  height: 60px;
  font-weight: bold;
  overflow: hidden;
}
.news-container .news-wrapper .news-item .hr {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #063073;
  margin: 0 0 20px 0;
}
.news-container .news-wrapper .news-item .img {
  width: 100%;
  height: 150px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: left;
}
.news-container .news-wrapper .news-item .img img {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news-container .news-wrapper .news-item .desc {
  margin: 25px 0 45px 0;
  height: 52px;
  overflow: hidden;
}
.news-container .news-wrapper .news-item .desc p {
  font-size: 16px;
  color: #666;
  font-weight: lighter;
  line-height: 30px;
}
.news-container .news-wrapper .news-item .mr {
  width: 100%;
}
.news-container .news-wrapper .news-item .mr span {
  display: block;
  width: 120px;
  height: 30px;
  background: url("../images/arrow-news.png") no-repeat left center;
}
.news-container .news-wrapper .news-item:nth-of-type(3n) {
  margin-right: 0;
}
.news-container .news-wrapper .news-item:hover {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  background-color: #0b45a0;
}
.news-container .news-wrapper .news-item:hover .date {
  color: #fff;
}
.news-container .news-wrapper .news-item:hover h3 {
  color: #fff;
}
.news-container .news-wrapper .news-item:hover .desc p {
  color: #fff;
}
.news-container .page {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.news-container .page .navigation {
  text-align: center;
}
.news-container .page .navigation .nav-links .page-numbers span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 20px;
  text-align: center;
}
.news-container .page .navigation .nav-links .current span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #04babd;
  text-align: center;
  box-sizing: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}
