body{background: #eee;}
.header_box{background: #fff;}
.main_item{border: 1px solid #e5e5e5;padding: 20px;border-radius: 10px;margin-bottom: 30px;}
/* 文章新闻 */
.article_item{margin-bottom: 14px;padding-bottom: 20px;border-bottom: 1px dashed #eee;}
.article_item:last-child{border: 0;padding-bottom: 0;}
.article_item_date{float: left;width: 70px;margin-top: 8px;}
.article_item_date div:nth-of-type(1){font-size: 18px;background: #0F4DAA;color: #fff;height: 40px;line-height: 40px;border-radius: 5px 5px 0 0;text-align: center;}
.article_item_date div:nth-of-type(2){color: #0F4DAA;border: 1px solid #0F4DAA;height: 40px;line-height: 40px;border-radius: 0 0 5px 5px;font-size: 14px;text-align: center;}
.article_item_info{float: left;width: 1068px;margin-left: 20px;}
.article_item_head{font-size: 16px;position: relative;}
.article_item_time{font-size: 14px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);color: #999;}
.article_item_title{line-height: 40px;width: 730px;font-size: 16px;font-weight: bold;}
.article_item_content {color: #999;line-height: 26px;font-size: 14px;}
.jump_info{display: block;width: 130px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #666; border: 1px solid #ccc;box-sizing: border-box;margin-top: 15px;border-radius: 5px;}
.article_item_title:hover{color: #F67406;}
.article_item_title:hover a{color: #F67406;}
/* 分页器 */
.pagination{margin-top: 0;padding-top: 20px;}