@charset "UTF-8";
.inforemation_content ul { padding: 0; margin: 0; }

.inforemation_content li .row { margin-bottom: 30px; border-bottom: 1px solid #ddd; padding-bottom: 30px; }

.inforemation_content li:last-of-type .row { border-bottom: 0; }

.news_left_date { width: 85px; height: 85px; background: #f2f2f2; border-radius: 3px; }

.news_left_date p { margin: 0; color: #666; }

.news_left_date .left_date_day { font-size: 25px; padding-top: 12px; }

.news_left_date .left_date_years { font-size: 14px; }

.news_right_contents { padding-left: 20px; }

.news_right_contents .right_titles { font-size: 22px; cursor: pointer; line-height: 40px; color: #3d4246; display: inline-block; }

.news_right_contents p { color: #666; }

.right_titles:hover { color: #37b3a0; }

.integrity_content ul li:last-of-type { border: 0; }

.news_right_contents .right_conts { font-size: 14px; line-height: 30px; margin-top: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }

/*没有小于768px，是因为Bootstrap3以移动端优先设计*/
/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) { .inforemation_content li .row { margin-bottom: 15px; padding-bottom: 15px; }
  .news_left_date { width: 75px; height: 75px; display: inline-block; }
  .news_left_date .left_date_day { font-size: 18px; padding-top: 16px; }
  .news_left_date .left_date_years { font-size: 12px; }
  .news_right_contents { padding-left: 30px; }
  .news_right_contents .right_titles { font-size: 16px; line-height: 25px; padding-bottom: 5px; }
  .news_right_contents .right_conts { font-size: 14px; line-height: 24px; } }
@media (min-width: 768px) and (max-width: 991px) { .inforemation_content li .row { margin-bottom: 20px; padding-bottom: 20px; }
  .news_left_date .left_date_day { font-size: 21px; padding-top: 18px; }
  .news_left_date .left_date_years { font-size: 14px; }
  .news_right_contents { padding-left: 16px; }
  .news_right_contents .right_titles { font-size: 18px; line-height: 30px; }
  .news_right_contents .right_conts { font-size: 14px; line-height: 26px; } }
/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 992px) and (max-width: 1199px) { .inforemation_content li .row { margin-bottom: 25px; padding-bottom: 25px; }
  .news_left_date .left_date_day { font-size: 23px; padding-top: 10px; }
  .news_left_date .left_date_years { font-size: 14px; }
  .news_right_contents { padding-left: 18px; }
  .news_right_contents .right_titles { font-size: 20px; line-height: 35px; }
  .news_right_contents .right_conts { font-size: 14px; line-height: 28px; } }
