p[data-v-dcbb6422] {
  text-indent: 2em;
}
.active[data-v-dcbb6422] {
  background: #004ea2;
  color: #ffffff;
}
.pages[data-v-dcbb6422] {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.pages span[data-v-dcbb6422] {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    cursor: pointer;
}
.news-list > li[data-v-dcbb6422] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 30px 0;
}
.news-list > li > img[data-v-dcbb6422]:nth-of-type(1) {
    width: 184px;
    border-radius: 5px;
}
.news-list > li > div[data-v-dcbb6422] {
    flex: 1;
    margin: 0 56px 0 16px;
    position: relative;
}
.news-list > li > div > h5[data-v-dcbb6422] {
      font-size: 20px;
      font-weight: 500;
      color: #333333;
}
.news-list > li > div > p[data-v-dcbb6422] {
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      color: #888888;
}
.news-list > li > div > button[data-v-dcbb6422] {
      width: 400px;
      height: 51px;
      background: #f9f9f9;
      border: none;
      outline: none;
      margin-top: 10px;
      font-size: 14px;
      color: #004ea2;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      display: none;
}
.news-list > li > div > button[data-v-dcbb6422]::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 6px solid #004ea2;
        border-bottom: 6px solid transparent;
        border-radius: 6px;
        display: block;
        margin-left: 5px;
}
.news-list > li > img[data-v-dcbb6422]:nth-of-type(2) {
    width: 33px;
    height: 33px;
}
@media (max-width: 1088px) {
.news-list > li[data-v-dcbb6422] {
    display: block;
    overflow: hidden;
}
.news-list > li > img[data-v-dcbb6422]:nth-of-type(1) {
      width: 100% !important;
      margin-left: 0px !important;
      float: none !important;
}
.news-list > li > img[data-v-dcbb6422]:nth-of-type(2) {
      display: none;
}
.news-list > li > div[data-v-dcbb6422] {
      margin: 0;
}
.news-list > li > div > p[data-v-dcbb6422] {
        margin-top: 15px;
}
.news-list > li > div > button[data-v-dcbb6422] {
        display: flex;
        width: 100%;
        cursor: inherit;
}
}

