﻿/* 文章新闻详情 */
.main_item_text{margin-bottom: 30px;padding-bottom: 32px;}
.article_info_title {text-align: center;margin: 0 auto;font-size: 18px;color: #333;margin-bottom: 20px;font-weight: bold;}
.article_info_time{margin: 0 auto;}
.article_info_time,.article_info_price{text-align: center; margin: 0 auto;margin-bottom: 20px;font-size: 14px;color: #999;}
.article_info_time span{margin-right: 20px;}
.article_img_list{margin-bottom: 8px;}
.article_img_item{width: 100%;margin: 0;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.article_img_item:last-of-type{margin-bottom: 0;}
.article_img_item img{max-width: 100%;}


/* 文章新闻 */
.main_item_title{margin-bottom: 26px;}
.main_item:nth-of-type(2){padding-bottom: 0;}
.main_item_content.newslist{margin-top: -15px;padding-bottom: 22px;}
.article_item{height: 50px;line-height: 50px;border-bottom: 1px dashed #ccc;display: block;}
.article_item:last-of-type{margin-bottom: 0px;border: 0;}
.article_item_title{float: left;font-size: 16px;color: #333;width: 830px;}
.article_item_title:hover{cursor: pointer;color: var(--templateCommenColor);text-decoration: none;}
.article_item_date{float: right;color: #999;font-size: 14px;}
.format { display: inline-block; line-height: 30px; text-indent: 2em; font-size: 16px;color: #333;}