﻿.main_item{margin-bottom: 50px;padding-bottom: 30px;}

/* 文章新闻 */
.main_item_title{margin-bottom: 8px;}
.article_item {width: 100%;padding: 20px 0;border-bottom: 1px dashed #e4e4e4;font-size: 14px;color: #999;}
.article_item:last-of-type{border-bottom: 0;padding-bottom: 0;}
.article_item_content{width: 1050px;display: block;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;width: 100%;font-weight: bold;}
.article_ic_title:hover{color: var(--templateCommenColor);}
.article_ic_text{width: 100%;font-size: 14px;color: #999;margin-top: 8px;line-height: 22px;}

/* 分页器 */
.pagination{margin:0;padding: 30px 0 10px;}