.article_category .head {
  border-bottom: 1px solid #ccc;
}
.article_category .head .title {
  display: inline-block;
  margin: 0 0 -1px 0;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #ee4d2d;
}
.article_category .body .big a {
  text-decoration: unset;
  color: #333;
  display: inline-block;
  overflow: hidden;
}
.article_category .body .big a img {
  transition: all 0.3s ease-in-out;
}
.article_category .body .big a img:hover {
  transform: scale(1.05);
}
.article_category .body .big a .info {
  background: #fafafa;
  padding: 12px;
}
.article_category .body .big a .info .name {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
}
.article_category .body .big a .info:hover .name {
  color: #ee4d2d;
}
.article_category .body .big a .info:hover .author .name {
  color: #ccc;
  font-weight: normal;
}
.article_category .body .big a .info .des {
  margin-top: 5px;
  margin-bottom: 0px;
}
.article_category .body .big a .info .author {
  color: #ccc;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
.article_category .body .big a .info .author .name {
  text-transform: unset;
  display: inline;
  font-size: unset;
  margin-top: unset;
  font-weight: normal;
}
.article_category .body .small .item {
  background: #fafafa;
  margin-top: 24px;
}
.article_category .body .small .item .img {
  display: inline-block;
  overflow: hidden;
}
.article_category .body .small .item .img img {
  transition: all 0.3s ease-in-out;
}
.article_category .body .small .item .img img:hover {
  transform: scale(1.05);
}
.article_category .body .small .item:first-child {
  margin-top: 0;
}
.article_category .body .small .item .info {
  padding: 12px;
}
.article_category .body .small .item .info .name {
  text-decoration: unset;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article_category .body .small .item .info .name:hover {
  color: #ee4d2d;
}
.article_category .body .small .item .info .des {
  margin-top: 5px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article_category .body .small .item .info .author {
  color: #ccc;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
.article_category .body .small .item .info .author .name {
  display: inline;
  color: #ccc;
  text-transform: unset;
  font-size: unset;
  margin-top: unset;
  font-weight: normal;
}
.article_category .body .small .item .info .author .name:hover {
  color: #ccc;
}
.article_category .box_pagination nav .pagination {
  flex-wrap: wrap;
  justify-content: center;
}
.article_category .box_pagination nav .pagination .page-item {
  margin-top: 10px;
}
.article_category .box_pagination nav .pagination .page-item .page-link {
  color: #ee4d2d;
}
.article_category .box_pagination nav .pagination .page-item .page-link:hover {
  color: #ee4d2d;
}
.article_category .box_pagination nav .pagination .page-item.active .page-link {
  color: white;
  background-color: #ee4d2d;
  border-color: #ee4d2d;
}
