/*=- /Content/Layouts/Clean/stylesheets/section-news-list.css -=*/

@charset "UTF-8";
/* NEWS LIST */

.section-news-list .news h2 {
  color: #a1c5e5;
}
.section-news-list .news h2 > b,
.news h2 > strong {
  color: #6093bf;
}
.section-news-list .news > ul {
  list-style-type: none;
  display: block;
  height: 411px;
  border-top: 2px solid #a1c5e5;
  border-bottom: 7px solid #6093bf;
  overflow: auto;
}
.section-news-list .news > ul li {
  display: block;
  width: 330px;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
  background: url(../images/design/click_blue.png) no-repeat right 50%;
}
.section-news-list .news > ul h3 {
  color: #115fa4;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px;
}
.section-news-list .news > ul p {
  width: 280px;
  font-size: 13px;
  color: #999999;
}
/* NEWS PAGE */

.news-page .section-news-list {
  float: none;
  height: auto;
  width: auto;
}
.news-page .section-news-list .news h2 {
  color: #a1c5e5;
}
.news-page .section-news-list .news h2 > b,
.news-page .section-news-list .news h2 > strong {
  color: #6093bf;
}
.news-page .section-news-list .news > ul {
  list-style-type: none;
  display: block;
  height: auto;
  -border-top: 2px solid #a1c5e5;
  border-top: 7px solid #6093bf;
  border-bottom: 7px solid #6093bf;
  overflow: auto;
}
.news-page .section-news-list .news > ul li {
  display: block;
  width: auto;
  padding: 25px 5px;
  border-bottom: 1px solid #e2e2e2;
  background-image: url(../images/design/click_blue.png);
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.news-page .section-news-list .news > ul h3 {
  color: #115fa4;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px;
}
.news-page .section-news-list .news > ul p {
  width: auto;
  font-size: 13px;
  color: #999999;
}
.news-page .section-news-list .news > ul li:hover {
  background-color: #dff0ff;
}
