@charset "UTF-8";
.solution_content .row { margin-bottom: 30px; }

.solution_content .row .solution_cont { margin-bottom: 30px; }

.solution_content .row .solution_content h3 { border-left: 3px solid #37b3a0; font-size: 22px; padding-left: 15px; }

.solution_content .row .solution_content p { font-size: 14px; line-height: 25px; }

.solution_cont_img, .solution_cont_link { width: 50%; height: 200px; line-height: 200px; }

.solution_cont_img { position: relative; text-align: center; }

.solution_cont_img img { height: 100%; max-width: 100%; }

.solution_cont_img p { width: 100%; height: 100%; font-size: 20px; background-color: rgba(0, 0, 0, 0.3); color: #fff; position: absolute; top: 0; left: 0; z-index: 999; }

.solution_cont_link { padding-left: 15px; }

.solution_cont_link a { color: #333; font-size: 16px; line-height: 40px; border-bottom: 1px dashed #ddd; display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.solution_cont_link a:hover { color: #37b3a0; }

/*没有小于768px，是因为Bootstrap3以移动端优先设计*/
/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) { .solution_content .row { margin-bottom: 20px; }
  .solution_content .row .solution_content h3 { font-size: 16px; padding-left: 12px; }
  .solution_content .row .solution_content p { line-height: 23px; }
  .solution_cont_img, .solution_cont_link { height: 110px; line-height: 110px; }
  .solution_cont_img p { font-size: 15px; }
  .solution_cont_link a { font-size: 13px; line-height: 25px; } }
@media (min-width: 768px) and (max-width: 991px) { .solution_content .row { margin-bottom: 30px; }
  .solution_content .row .solution_content h3 { font-size: 18px; padding-left: 13px; }
  .solution_content .row .solution_content p { line-height: 23px; }
  .solution_cont_img, .solution_cont_link { height: 110px; line-height: 110px; }
  .solution_cont_img p { font-size: 16px; }
  .solution_cont_link a { font-size: 14px; line-height: 30px; } }
/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 992px) and (max-width: 1199px) { .solution_content .row { margin-bottom: 40px; }
  .solution_content .row .solution_content h3 { font-size: 20px; padding-left: 14px; }
  .solution_cont_img, .solution_cont_link { height: 160px; line-height: 160px; }
  .solution_cont_img p { font-size: 18px; }
  .solution_cont_link a { font-size: 15px; line-height: 35px; } }
