.news-box {
  width: 94%;
  max-width: 1260px;
  margin: 40px auto; }
  .news-box ul li {
    border-bottom: 1px solid #76a366;
    padding: 10px 0;
    margin-bottom: 20px; }
    .news-box ul li a {
      display: block; }
      .news-box ul li a strong {
        display: block;
        font-size: 18px;
        color: #000000;
        border-left: 3px solid #76a366;
        margin-bottom: 10px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-box ul li a p {
        font-size: 14px;
        line-height: 2em;
        color: #000000;
        text-indent: 2em; }
    .news-box ul li:hover {
      background-color: #76a366; }
      .news-box ul li:hover a strong,
      .news-box ul li:hover a p {
        color: #ffffff; }
