.news_cont {
  padding: 100px 20px 0px; }
  .news_cont #news_list {
    padding-bottom: 50px; }
    .news_cont #news_list .news_cont_other {
      display: flex;
      padding-top: 20px;
      flex-direction: column; }
      .news_cont #news_list .news_cont_other .cont_column_top img {
        width: 100%; }
  .news_cont .more {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    background-image: linear-gradient(to bottom, #eeeeef, #fefefe);
    border-radius: 40px;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.225);
    margin: 0 auto 20px;
    width: 330px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    font-size: 26px;
    animation: glow 800ms ease-out infinite alternate; }
    .news_cont .more.nulldata {
      display: none; }

@keyframes glow {
  0% {
    border-color: #b3d8ff; }
  100% {
    border-color: #55acee;
    box-shadow: 0 0 15px rgba(85, 172, 238, 0.4), inset 0 0 10px rgba(85, 172, 238, 0.1), 0 0px 5px #55acee; } }
.cont_title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 30px 12px 40px; }
  .cont_title p {
    font-size: 24px;
    font-family: 'PoppinsRegular'; }
  .cont_title h3 {
    font-size: 36px;
    font-family: 'PoppinsSemiBold';
    padding: 20px 0;
    line-height: 40px; }
  .cont_title i {
    font-size: 24px;
    font-family: 'PoppinsRegular';
    font-style: normal; }

.imgShadow, .news_cont #news_list .news_cont_other .cont_column_top img {
  border-radius: 20px;
  box-shadow: 1px 2px 5px #888888; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px; }
  .pagination li {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: 'PoppinsMedium';
    text-align: center;
    margin: 0 5px;
    box-sizing: border-box;
    cursor: pointer; }
    .pagination li.active {
      color: #000;
      border-bottom: 5px solid #000; }
    .pagination li:hover {
      color: #000;
      border-bottom: 5px solid #000; }
  .pagination .btn-next, .pagination .btn-prev {
    background: #000;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #FFF;
    margin: 0 5px; }
    .pagination .btn-next .el-icon, .pagination .btn-prev .el-icon {
      font-size: 18px; }
    .pagination .btn-next:hover, .pagination .btn-prev:hover {
      color: #FFF;
      border-bottom: 5px solid #000; }

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