[v-cloak] {
  display: none; }

body {
  background-color: #fff; }

.header-category {
  border-bottom: 2px solid #e1251b; }

#news-list {
  color: #666;
  font-size: 14px;
  width: 1200px;
  margin: 0 auto; }
  #news-list .new-breaknav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px; }
    #news-list .new-breaknav a, #news-list .new-breaknav p {
      color: #666666; }
  #news-list .list-title, #news-list .list-wrap aside > p, #news-list .list-wrap section > P {
    line-height: 40px;
    background-color: #EEEEEE;
    color: #262B4A;
    font-weight: 700;
    text-align: center;
    font-size: 16px; }
  #news-list .list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    #news-list .list-wrap aside {
      flex: 0 0 230px;
      margin-right: 20px; }
      #news-list .list-wrap aside > ul {
        background-color: #F7F7F7; }
        #news-list .list-wrap aside > ul li {
          line-height: 40px;
          padding-left: 80px;
          transition: all 0.5s;
          cursor: pointer;
          position: relative; }
          #news-list .list-wrap aside > ul li:after {
            content: '';
            position: absolute;
            right: 20px;
            top: 20px;
            width: 4px;
            height: 4px;
            border-top: 1px solid #9A9A9A;
            border-right: 1px solid #9A9A9A;
            transform: rotate(45deg); }
          #news-list .list-wrap aside > ul li.active, #news-list .list-wrap aside > ul li:hover {
            background-color: #EEEEEE; }
            #news-list .list-wrap aside > ul li.active:before, #news-list .list-wrap aside > ul li:hover:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              width: 3px;
              background-color: #e1251b; }
            #news-list .list-wrap aside > ul li.active:after, #news-list .list-wrap aside > ul li:hover:after {
              border-top-color: #e1251b;
              border-right-color: #e1251b; }
    #news-list .list-wrap section {
      flex: 1; }
      #news-list .list-wrap section > P {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px; }
        #news-list .list-wrap section > P .el-input {
          width: 272px; }
          #news-list .list-wrap section > P .el-input .el-input-group__append {
            background-color: #e1251b;
            color: #fff;
            cursor: pointer; }
            #news-list .list-wrap section > P .el-input .el-input-group__append:hover {
              opacity: .9; }
      #news-list .list-wrap section > ul li {
        border-bottom: 1px solid #ebeef5;
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        cursor: pointer;
        transition: all .5s; }
        #news-list .list-wrap section > ul li:hover {
          background-color: #F7F7F7; }
        #news-list .list-wrap section > ul li > div {
          flex: 1;
          padding-top: 10px; }
          #news-list .list-wrap section > ul li > div > p:first-of-type {
            font-weight: 700;
            font-size: 16px;
            color: #333; }
          #news-list .list-wrap section > ul li > div > p:last-of-type {
            margin-top: 10px;
            color: #9A9A9A;
            line-height: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            word-break: break-all;
            display: -webkit-box;
            line-clamp: 2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          #news-list .list-wrap section > ul li > div.left {
            flex: 0 0 140px;
            padding: 20px 0;
            position: relative;
            margin-right: 44px; }
            #news-list .list-wrap section > ul li > div.left:after {
              content: '';
              position: absolute;
              right: 0;
              top: 16px;
              bottom: 16px;
              width: 1px;
              background-color: #ebeef5; }
            #news-list .list-wrap section > ul li > div.left > p {
              text-align: center; }
          #news-list .list-wrap section > ul li > div.right {
            padding-right: 20px; }
      #news-list .list-wrap section .el-pagination {
        text-align: center; }
      #news-list .list-wrap section .el-pagination.is-background .el-pager li:not(.disabled).active, #news-list .list-wrap section .el-pagination.is-background .el-pager aside > ul li:not(.disabled):hover, #news-list .list-wrap aside > ul section .el-pagination.is-background .el-pager li:not(.disabled):hover {
        background-color: #e1251b;
        color: #FFF; }

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