/* 文章新闻详情 */
.article_detail{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_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_content.newslist{margin-top: -15px;}
.article_item{height: 50px;line-height: 50px;border-bottom: 1px dashed #ccc;display: block;font-size: 14px;}
.article_item:last-of-type{border-bottom: 0;}
.article_item_title{float: left;font-size: 16px;color: #333;width: 760px;}
.article_item_title:hover{cursor: pointer;color: var(--templateCommenColor);}
.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;}