body{background: #eee;}
.header_box{background: #fff;}
.main_item{border: 1px solid #e5e5e5;padding: 20px;border-radius: 10px;margin-bottom: 30px;}
/* 文章新闻详情 */
.article_info_title {text-align: center;margin: 0 auto;font-size: 18px;color: #333;margin-bottom: 20px;padding-top: 5px;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:nth-of-type(2){padding-bottom: 0;}
.main_item_content.newslist{margin-top: -15px;}
.article_item{height: 50px;line-height: 50px;border-bottom: 1px dashed #ccc;display: block;}
.article_item:last-of-type{margin-bottom: 20px;border: 0;}
.article_item_title{float: left;font-size: 16px;color: #333;width: 778px;}
.article_item_title:hover{cursor: pointer;color: #F67406;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;}