.main_item{margin-bottom: 0;}
.main_content{padding-bottom: 40px;float: none;border-radius: 10px;}

/* 文章新闻 */
.main_content_articlelist .main_item_title{margin-bottom: 20px;}
.article_item{display: block;height: 118px;background-color: #F6F6F6;margin-bottom: 25px;padding: 0 20px;position: relative;font-size: 0;border-radius: 8px;}
.article_item:last-of-type{margin-bottom: 0;}
.article_item_date{display: inline-block;margin-top: 18px;vertical-align: top;margin-right: 20px;text-align: center;}
.article_item_date div:first-of-type{font-size: 20px;color: #b81900;margin-top: 10px;font-weight: bold;}
.article_item_date div:nth-of-type(2){font-size: 16px;color: #b81900;margin-top: 10px;}
.article_item_content{display: inline-block;width: 1130px;line-height: 26px;font-size: 14px;}
.article_item_title{font-size: 16px;color: #343434;font-weight: bold;margin-top: 7px;margin-top: 20px;}
.article_item_title a{display: block;}
.article_item_title a:hover{color: #b81900;}
.article_item_info{width: 70px;height: 30px;line-height: 30px;text-align: center;color: #ffffff;background-color: var(--templateCommenColor);display: inline-block;position: absolute;top: 50%;transform: translateY(-50%);right: 20px;font-size: 12px;border-radius: 5px;}
.article_item_info:hover{background-color: #b81900;color: #fff;}
.article_item_text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;color: #999;margin-top: 5px;}


/* 分页器 */
.pagination{border: 0;padding-top: 40px;}
