.newslist_main {
  min-height: 600px;
}

.newslistmain_left {
  float: left;
  margin-top: -20px;
  width: 216px;
  background: #ffffff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px 0;
}

.newslistmain_left ul li {
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #505e6a;
}

.newslistmain_left ul li.active,
.newslistmain_left ul li:hover {
  color: #005bac;
}

.newslistmain_left ul li.active::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 32px;
  background: #005bac;
  left: 0;
  top: 8px;
}

.newslistmain_right {
  float: right;
  width: 944px;
}

.newslistmain_right ul li {
  padding: 32px 0;
  border-bottom: 1px solid #e9e9e9;
}

.newsItem {
  font-size: 0;
}

.newsItem::after {
  content: "";
  display: table;
  clear: both;
}

.newsItem_img {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 150px;
  overflow: hidden;
}

.newsItem_img img {
  width: 100%;
}

.newsItem_cont {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
}

.newsItem_img + .newsItem_cont {
  padding-left: 32px;
  max-width: 720px;
  box-sizing: border-box;
}

.newsItem_title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsItem_desc {
  line-height: 24px;
  color: #999999;
  margin-top: 24px;
  height: 48px;
  margin-bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsItem_time {
  height: 21px;
  line-height: 21px;
  color: #666666;
}

.newsItem:hover .newsItem_title {
  color: #005bac;
}

@media only screen and (max-width: 768px) {
  .newslist_main {
    padding: 0 0.32rem;
    min-height: 0;
  }
  .newslistmain_left {
    float: none;
    margin-top: -0.24rem;
    width: auto;
    padding: 0.24rem 0.3rem 0;
  }
  .newslistmain_left ul li {
    cursor: pointer;
    height: 0.74rem;
    line-height: 0.74rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    float: left;
  }
  .newslistmain_left ul li.active::before {
    width: auto;
    height: 2px;
    left: 0.3rem;
    right: 0.3rem;
    top: auto;
    bottom: 0;
  }
  .newslistmain_right {
    float: none;
    width: auto;
  }
  .newslistmain_right ul li {
    padding: 0.32rem 0;
  }
  .newsItem_img {
    width: 2.2rem;
    height: 1.5rem;
  }
  .newsItem_img img {
    width: 100%;
    float: left;
  }
  .newsItem_cont {
    font-size: 0.24rem;
  }
  .newsItem_img + .newsItem_cont {
    padding-left: 0.32rem;
    max-width: calc(100% - 2.3rem);
  }
  .newsItem_title {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.28rem;
  }
  .newsItem_desc {
    line-height: 0.36rem;
    margin-top: 0.1rem;
    height: 0.72rem;
    margin-bottom: 0.08rem;
  }
  .newsItem_time {
    height: 0.22rem;
    line-height: 0.22rem;
  }
}
