* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}



.main {
  padding: 3%;
  margin-top: 88px;
}

.banner {
  margin-bottom: 20px;
}

/* banner */
.banner a{
  display:block;
  height:0;
  padding-bottom:66%;
  position:relative;
  overflow:hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}

.swiper-container .swiper-pagination {
  position: relative;
}

.banner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.banner-title p {
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  margin-left: 9px;
}

.swiper-pagination-bullet-active {
  background: #0051a2;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
.news_sum {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
  padding: 0 3%;
  line-height: 2.0;
  width: calc(100% - 5px - 50px);
  /* max-width: 500px; */
}
.news_li:hover .news_sum{
  color:#0051a2;
}
.news_time {
  font-size: 1rem;
  color: #999999;
  display: block;
  width: 50px;
  text-align: right;
}

.news_li em {
  display: block;
  width: 5px;
  height: 5px;
  background: #d6d6d6;
}
.news_ul{
  overflow:hidden;
}
.news_li {
  margin-top: 3%;
}

.news_li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.news_title {
  width: 100%;
  background: #0051a2;
}

.news_title a {
    font-size: 16px;
    color: #fff;
    background: #0051a2;
    display: inline-block;
    text-align: center;
    padding: 3%;
    max-width: 300px;
}

.news_box {
  margin-bottom: 4%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e5e5e5;
}

.news_li_zt{
  width: 50%;
  float: left;
  padding: 1.5%;
}
.news_li_zt img{
  width:100%;
  height:auto;
}
