﻿.ml-article-area {
  align-items: flex-start;
}

.ml-article-area .ml-article-type {
  width: 250px;
}

.ml-article-area .ml-article-type div {
  line-height: 97px;
  text-align: center;
  background-color: #216dd5;
  color: #fff;
  font-size: 28px;
}

.ml-article-area .ml-article-type a {
  border-bottom: 1px dashed #fff;
  background-color: #eff3fa;
  padding-left: 30px;
  line-height: 60px;
  font-size: 16px;
  color: #111;
  display: block;
  transition: all .3s;
}

.ml-article-area .ml-article-type a:hover,
.ml-article-area .ml-article-type .ml-active-article-type {
  background-color: #ddecff;
}

.ml-article-area .ml-article-list {
  width: 980px;
  background-color: #fff;
  padding: 20px;
}

.ml-article-list p {
  font-size: 22px;
  color: #2c69bc;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.ml-list-area a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dashed #dddddd;
}

.ml-article-title {
  color: #000;
}

.ml-list-area a:hover .ml-article-title {
  color: #2c69bc;
  font-weight: 600;
}

.ml-article-title img {
  margin-right: 5px;
}

.ml-article-title div {
  color: #666 !important;
  font-weight: normal !important;
}

.ml-article-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #888;
  font-size: 14px;
  line-height: 26px;
  padding-top: 15px;
}

.ml-list-only .ml-article-type {
  display: none;
}

.ml-list-only .ml-article-list {
  width: 100%;
}