
.main_item_title{padding: 20px 0;height: auto;}
.main_content{padding-bottom: 50px;margin-bottom: 50px;box-shadow: none;padding: 0;background: unset;}
/* 文章新闻详情 */
.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{box-shadow: 1px 1px 13px 0px rgba(198,198,198,0.4500);padding: 30px;padding-bottom: 35px;margin-bottom: 25px;border-radius: 10px;}
.main_item.article{padding-top: 0;padding-bottom: 22px;}
.article_item{height: 50px;line-height: 50px;border-bottom: 1px dashed #ccc;display: block;}
.article_item:last-of-type{border-bottom: 0;}
.article_item_title{font-size: 14px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.article_item:hover .article_title{color: #FF6537;}
.article_title{width: 700px;float: left;font-size: 16px;}
.article_date{float: right;color: #999;}
.format { display: inline-block; line-height: 30px; text-indent: 2em; font-size: 16px;color: #333;}
.main_item_f2{background: #f1f1f1;margin-top: 50px;padding: 0 20px;}
