.news-body {
  padding: 0 3rem 0.5625rem;
}
.news-body .title {
  margin-top: 0.75rem;
  font-size: 0.5rem;
  
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  margin-bottom: 0.2rem;
}
.news-body .title::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -0.1rem;
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #17449A;
}
.news-body ul li a {
  padding: 0.5rem 0;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  border-bottom: 0.0125rem solid #D1D1D1;
}
.news-body ul li a .time {
  padding: 0.2125rem 0 0.2125rem 0.25rem;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 1.75rem;
  height: 1.75rem;
  box-sizing: border-box;
  /*flex: 1;*/
  margin-right: 0.5rem;
  border: 0.025rem solid #17449A;
}
.news-body ul li a .time .m-d {
  font-size: 0.375rem;
  
  font-weight: normal;
  color: #17449A;
  position: relative;
}
.news-body ul li a .time .m-d::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.025rem;
  background: #17449A;
  left: 0;
  bottom: -0.2rem;
}
.news-body ul li a .time .year {
  font-size: 0.25rem;
  
  font-weight: normal;
  color: #8DAFF1;
}
.news-body ul li a .content .news-title {
  font-size: 0.3rem;
  
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.25rem;
  width: 100%;
}
.news-body ul li a .content{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /*justify-content: space-between;*/
  /*flex-direction: column;*/
  height: 1.75rem;
}
.news-body ul li a .content .news-content {
  font-size: 0.2rem;
  
  font-weight: normal;
  color: #666666;
  line-height: 0.5rem;
  text-indent: 2em;
}
.news-body ul li a:hover .time {
  background: #17449A;
}
.news-body ul li a:hover .time p {
  color: #FFFFFF;
}
.news-body ul li a:hover .time .m-d::after {
  background: #FFFFFF;
}
.news-body ul li a:hover .news-title {
  color: #17449A;
}
.news-body #pager .layui-laypage-curr {
  width: 0.625rem;
  height: 0.625rem;
  box-sizing: border-box;
  margin-right: 0.125rem;
  border: none;
}
.news-body #pager .layui-laypage-curr em {
  background-color: #17449A;
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.625rem;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.news-body #pager a, .news-body #pager .layui-laypage-spr, .news-body #pager .layui-laypage-last {
  width: 0.625rem;
  height: 0.625rem;
  background: #FFFFFF;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  opacity: 0.5;
  border: 0.0125rem solid #707070;
  font-size: 0.25rem;
  box-sizing: border-box;
  line-height: 0.625rem;
  text-align: center;
  margin-right: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-body #pager .layui-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-body #pager .layui-box .layui-laypage-prev, .news-body #pager .layui-box .layui-laypage-next, .news-body #pager .layui-box .layui-laypage-spr {
  width: auto;
  border: none;
}

@media (max-width: 820px) {
  .news-body {
    margin-top: 2.214rem;
    padding: 0 1.143rem 2.857rem;
  }
  .news-body .title {
    font-size: 1.429rem;
  }
  .news-body .title::after {
    position: absolute;
    display: block;
    width: 2.857rem;
    height: 0.143rem;
    background-color: #17449A;
    border-radius: 0.286rem;
    content: "";
    bottom: -0.714rem;
    left: calc(50% - 1.428rem);
  }
  .news-body .list {
    margin-top: 0.214rem;
  }
  .news-body .list li a {
    padding-bottom: 0.857rem;
    padding-top: 1.5rem;
  }
  .news-body .list li a .time {
    min-width: 5.714rem;
    height: 5.714rem;
    padding: 0.643rem 0 0.643rem 1rem;
    margin-right: 0.571rem;
  }
  .news-body .list li a .time .m-d {
    font-size: 1.286rem;
  }
  .news-body .list li a .time .m-d::after {
    width: 2rem;
    height: 0.071rem;
    bottom: -0.571rem;
  }
  .news-body .list li a .time .year {
    color: #8DAFF1;
    font-size: 1rem;
  }
  .news-body .list li a .content .news-title {
    font-size: 1.024rem;
    margin-bottom: 0.25rem;
  }
  .news-body .list li a .content{
    height: auto;
  }
  .news-body .list li a .content .news-content {
    font-size: 0.768rem;
    line-height: 1.714rem;
  }
  .news-body .list .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-body .list .btn .more {
    border-radius: 0.286rem;
    opacity: 0.6;
    border: 1px solid rgb(102, 102, 102);
    font-size: 0.896rem;
    
    font-weight: 400;
    color: #333333;
    display: inline-flex;
    align-items: center;
    padding: 0.357rem 1.071rem;
    margin: 1.143rem auto 0;
  }
  .news-body .list .btn .no-more.more {
    border: none;
    display: none;
  }
}

/*# sourceMappingURL=news.css.map */
