.location {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.location .location-icon {
  width: 10px;
  height: 12px;
  margin-right: 10px;
  vertical-align: baseline;
}
.location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.location span a {
  color: #333;
  text-decoration: none;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.swiper-news {
  height: 440px;
  margin-bottom: 40px;
}
.swiper-news .left-pic {
  float: left;
  width: 783px;
  height: 440px;
}
.swiper-news .left-pic img {
  width: 783px;
  height: 440px;
}
.swiper-news .right-news {
  float: right;
  width: 400px;
  height: 440px;
  position: relative;
}
.swiper-news .right-news .up {
  width: 17px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  cursor: pointer;
}
.swiper-news .right-news .down {
  width: 17px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  cursor: pointer;
}
.swiper-news .right-news .swiper-news-box {
  width: 100%;
  height: 100%;
  border-top: 1px solid #dce5f5;
  border-bottom: 1px solid #dce5f5;
}
.swiper-news .right-news .swiper-news-box .swiper-news-item {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding-top: 32px;
  border-bottom: 1px dashed #dce5f5;
  cursor: pointer;
}
.swiper-news .right-news .swiper-news-box .swiper-news-item p {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.swiper-news .right-news .swiper-news-box .swiper-news-item p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #c4c4c4;
  border-radius: 50%;
}
.swiper-news .right-news .swiper-news-box .swiper-news-item:last-child {
  border-bottom: none;
}
.swiper-news .right-news .swiper-news-box .active {
  background: url(../img/news-bg.png) no-repeat;
  background-size: 100% 100%;
  border-bottom: none;
}
.swiper-news .right-news .swiper-news-box .active p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.swiper-news .right-news .swiper-news-box .active p::before {
  display: none;
}
.list-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #eef3f6;
  margin-bottom: 20px;
}
.list-nav .nav-box {
  height: 57px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  transition: transform 0.3s ease;
  cursor: grab;
  flex-wrap: nowrap;
  will-change: scroll-position;
  transform: translateZ(0);
}
.list-nav .nav-box::-webkit-scrollbar {
  display: none;
}
.list-nav .nav-box .nav-item {
  display: inline-block;
  width: 206px;
  height: 57px;
  margin-right: 20px;
  background-color: #f4f7fa;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.list-nav .nav-box .nav-item img {
  width: 34px;
  height: 32px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.list-nav .nav-box .nav-item p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 76px;
}
.newslist-cont .newslist-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 13px;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.newslist-cont .newslist-item .news-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 16px;
}
.newslist-cont .newslist-item .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.newslist-cont .newslist-item:hover {
  background-color: #f8f9fa;
}
.newslist-cont .newslist-item:hover .news-title {
  color: #225AA5;
}
.newslist-cont .dantu {
  box-sizing: border-box;
  padding-right: 35px;
}
.newslist-cont .dantu .dantu-cont {
  width: 100%;
  height: 120px;
}
.newslist-cont .dantu .dantu-cont .left-pic {
  float: left;
  width: 208px;
  height: 120px;
}
.newslist-cont .dantu .dantu-cont .left-pic img {
  width: 100%;
  height: 100%;
}
.newslist-cont .dantu .dantu-cont .right-info {
  width: 944px;
  height: 120px;
  float: left;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 13px;
}
.newslist-cont .dantu .dantu-cont .right-info .summary {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist-cont .wutu {
  box-sizing: border-box;
  padding-right: 19px;
}
.newslist-cont .wutu .summary {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}
.newslist-cont .duotu .news-img-cont {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.newslist-cont .duotu .news-img-cont img {
  width: 285px;
  height: 161px;
  display: block;
  float: left;
  margin-right: 20px;
}
.newslist-cont .duotu .news-img-cont img:last-child {
  margin-right: 0;
}
.newslist-cont .datu img {
  width: 100%;
  height: 328px;
  margin-bottom: 20px;
}
.more-btn {
  height: 50px;
  background: #F1F8FE;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #0F4C9E;
  cursor: pointer;
  margin-bottom: 40px;
}
