.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.home .banner .text .p1 {
  font-size: 48px;
  font-weight: bolder;
}
.home .banner .text .p2 {
  font-size: 36px;
  margin-top: 15px;
}
.home .main {
  width: 1200px;
  margin: 30px auto;
}
.home .main .smenu {
  display: flex;
  align-items: center;
}
.home .main .smenu a, .home .main .smenu p {
  color: #999999;
}
.home .main .section {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .section .l {
  width: 300px;
}
.home .main .section .l .l1 .pt {
  background: url("../images/nbg.png") no-repeat;
  background-size: cover;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  color: white;
}
.home .main .section .l .l1 .pt .cn {
  font-size: 28px;
}
.home .main .section .l .l1 .pt .en {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
}
.home .main .section .l .l1 .links a {
  display: block;
  border: 1px solid #F1F1F1;
  border-top: none;
  padding: 20px 10px;
  color: #525252;
  font-size: 18px;
}
.home .main .section .l .l1 .links a:hover {
  color: #0075B9;
}
.home .main .section .l .l1 .links .active {
  color: #0075B9;
}
.home .main .section .l .l2 {
  margin-top: 20px;
  border: 1px solid #F1F1F1;
}
.home .main .section .l .l2 .pt {
  background: url("../images/nbg.png") no-repeat;
  background-size: cover;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  color: white;
}
.home .main .section .l .l2 .pt .cn {
  font-size: 28px;
}
.home .main .section .l .l2 .pt .en {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
}
.home .main .section .l .l2 .nr {
  padding: 20px 10px;
}
.home .main .section .l .l2 .nr .cway {
  display: flex;
  align-items: center;
}
.home .main .section .l .l2 .nr .cway .icon {
  width: 39px;
  height: 39px;
  background: #0075B9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.home .main .section .l .l2 .nr .cway p {
  color: #0075B9;
  font-size: 20px;
  margin-left: 10px;
}
.home .main .section .l .l2 .nr .des {
  color: #333333;
  line-height: 1.8;
  margin-top: 15px;
}
.home .main .section .r {
  width: calc(98% - 300px);
}
.home .main .section .r .list a {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
  justify-content: space-between;
}
.home .main .section .r .list a .time {
  width: 125px;
  height: 119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
}
.home .main .section .r .list a .time .day {
  color: #0075B9;
  font-size: 30px;
}
.home .main .section .r .list a .time .date {
  color: #525252;
  font-size: 14px;
}
.home .main .section .r .list a .text {
  width: calc(98% - 125px);
}
.home .main .section .r .list a .text .p1 {
  color: #333333;
  font-size: 20px;
  transition: all 600ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .main .section .r .list a .text .des {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .main .section .r .list a:hover .text .p1 {
  color: #0075B9;
}
.home .main .section .r .pager {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.home .main .section .r .pager a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #F1F1F1;
  font-size: 14px;
  margin: 0 2px;
  transition: all 600ms;
  color: #333333;
}
.home .main .section .r .pager a:hover {
  background: #0075B9;
  color: white;
}
.home .main .section .r .pager .active {
  background: #0075B9;
  color: white;
}
@media screen and (max-width: 1200px) {
  .home .banner img {
    min-height: 240px;
  }
  .home .banner .text .p1 {
    font-size: 24px;
  }
  .home .banner .text .p2 {
    font-size: 18px;
  }
  .home .main {
    width: 90%;
    margin: 15px auto;
  }
  .home .main .section {
    flex-direction: column-reverse;
  }
  .home .main .section .l {
    width: 100%;
  }
  .home .main .section .l .l1 {
    display: none;
  }
  .home .main .section .l .l2 .pt .cn {
    font-size: 24px;
  }
  .home .main .section .r {
    width: 100%;
  }
  .home .main .section .r .list a .text .p1 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=news.css.map */
