/*------------------------------
Important news
------------------------------*/
@media (min-width: 751px) {
  #newsImportant {
    width: 100%;
    max-width: 970px;
    margin: 5px auto;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    padding: 3px 0;
    font-weight: normal;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 3px 3px 3px 12px;
    position: relative;
  }
  #newsImportant li:nth-of-type(n + 2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
@media (max-width: 750px) {
  #newsImportant {
    margin: 5px;
    display: flex;
    font-size: 11px;
    line-height: 1.5;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    padding: 3px 0;
    font-weight: normal;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 5px 3px 5px 12px;
    position: relative;
  }
  #newsImportant li:nth-of-type(n + 2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
/*Important news----------------*/
