﻿/* 文章新闻 */
.main_item{padding-bottom: 36px;}
.main_item_title{margin-bottom: 0px;}
.article_item {display: block; width: 100%;padding: 20px 0;border-bottom: 1px dashed #e4e4e4;}
.article_item:last-of-type{border-bottom: 0;padding-bottom: 0;}
.article_item_content{display: block;width: 1074px;float: right;}
.article_item .article_item_date{width: 68px;float: left;}
.article_item .article_item_date span{display: block;width: 100%; text-align: center;color: #fff;font-size: 16px;font-weight: bold;height: 40px;line-height: 40px;border-radius: 5px 5px 0 0;background: var(--templateCommenColor);}
.article_item .article_item_date span:nth-of-type(2){color: #666;font-size: 14px;font-weight: 400;height: 36px;line-height: 36px;color: var(--templateCommenColor);border: 1px solid var(--templateCommenColor);box-sizing: border-box;background: #fff;border-radius: 0 0 5px 5px;}
.article_ic_title{font-size: 16px;color: #333;display: block;white-space: nowrap;overflow-x: hidden;text-overflow: ellipsis;font-weight: bold;}
.article_ic_text{width: 100%;font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-top: 8px;line-height: 22px;}
.article_ic_title:hover{color: var(--templateCommenColor);}
/* 分页器 */
.pagination{margin: 0;padding: 36px 0 4px;text-align: center;}