.focus .contents .message {
  width: 100%;
  overflow: hidden;
  margin-bottom: 51px;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.focus .contents .message li {
  height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.focus .contents .message li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.focus .contents .message li a #d-box {
  float: left;
  width: 5px;
  height: 5px;
  background-color: #333;
  margin: 14px 9px 0;
  transform: rotate(45deg);
  border-radius: 50%;
}
.focus .contents .message li a h5 {
  width: 100%;
  font-size: 14px;
  color: #444;
  font-weight: 400;
}
.focus .contents .message li a h5:hover {
  color: #00559c;
}
.focus .contents .message li a h5 span {
  float: right;
  font-weight: 400;
}
.focus .contents .message .pag {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 4%;
}
.focus .contents .message .pag .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.focus .contents .message .pag .pagination li {
  width: 40px;
  height: 18px;
  height: auto;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
.focus .contents .message .pag .pagination li a {
  font-size: 12px;
  position: none;
  float: none;
  padding: 0;
  margin-left: 0;
  line-height: 0;
  color: #333;
  text-decoration: none;
  background-color: none;
  border: 0;
}
@media screen and (max-width: 768px) {
  .focus .contents .message {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0 15px;
    /* text-align: center; */
    border: 1px solid #e5e5e5;
  }
  .focus .contents .message li {
    height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .focus .contents .message li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
  }
  .focus .contents .message li a #d-box {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #333;
    margin: 14px 9px 0;
    transform: rotate(45deg);
  }
  .focus .contents .message li a h5 {
    width: 100%;
    font-size: 14px;
    color: #444;
    font-weight: 400;
  }
  .focus .contents .message li a h5 span {
    float: right;
    font-weight: 400;
    display: none;
  }
  .focus .contents .message .pag {
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 4%;
  }
  .focus .contents .message .pag .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
  }
  .focus .contents .message .pag .pagination li {
    width: auto;
    height: 18px;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    padding: 0 5px;
  }
  .focus .contents .message .pag .pagination li a {
    font-size: 12px;
    position: none;
    float: none;
    padding: 0;
    margin-left: 0;
    line-height: 0;
    color: #333;
    text-decoration: none;
    background-color: none;
    border: 0;
  }
}
