.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.article .article-box {
  margin: 0 auto;
  padding-top: 30px;
  width: 1400px;
  min-height: 500px;
}
.article .article-box .article-list {
  margin: 0 auto;
  width: 80%;
}
.article .article-box .article-list .article-item {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #505050;
  padding: 20px 20px 20px 40px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.article .article-box .article-list .article-item .article-name {
  font-size: 30px;
  color: #0e85c4;
  margin-bottom: 10px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article .article-box .article-list .article-item .article-desc {
  width: 100%;
  height: auto;
}
.article .article-box .article-list .article-item .article-desc .desc {
  margin-right: 5%;
  width: 75%;
  font-size: 15px;
  line-height: 30px;
  color: #505050;
  max-height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.article .article-box .article-list .article-item .article-desc .img-box {
  position: relative;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  overflow: hidden;
}
.article .article-box .article-list .article-item .article-desc .img-box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.article .article-box .article-list .article-item .article-desc .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article .article-box .article-list .article-item:hover {
  background: #ececec;
}
.article .article-box .article-list .article-item:hover .article-name {
  color: #0060a4;
}
.article .article-box .article-list .article-item:hover .article-desc {
  color: #2c72bf;
}
.article .article-box .article-list .article-item:hover::before {
  background: #0060a4;
}
.article .article-box .article-list .article-item::before {
  display: block;
  content: " ";
  background: #183170;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 37px;
  left: 15px;
}
.article .article-box .article-list .article-item:last-of-type {
  border-bottom: 0px dashed #505050;
}
.article .article-box .page {
  width: 100%;
}
.article .article-box .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2c72bf;
}
.article .article-box .page .layui-laypage a:hover {
  color: #fff;
  background-color: #2c72bf;
}

/*# sourceMappingURL=articleList.css.map */
