
.list-three {
  width: 100%;
}
.list-three ul {
  overflow: hidden;
}
.list-three li {
  width: 31.66666667%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 40px;
}
.list-three li:nth-child(3n+1) {
  margin-left: 0;
}
.list-three a.img-fa {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.list-three a.img-fa img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.list-three a.img-fa:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.list-three a.list-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-color: #184ca0;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-three a.list-title:hover {
  text-decoration: none;
  color: #9df86d;
}
section.list-news-title {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}
section.list-news-title h3 {
  font-size: 16px;
  line-height: 25px;
  color: #184ca0;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.list-news-title h3 a {
  color: #184ca0;
}
section.list-news-title h3 a:hover {
  color: #3270d3;
  text-decoration: none;
}
section.list-news-title p {
  font-size: 12px;
  line-height: 25px;
  color: #666666;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
section.list-news-title a.details {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 30px;
  background-color: #0a3a86;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
}
section.list-news-title a.details:hover {
  text-decoration: none;
  border-color: #9df86d;
  color: #0a3a86;
  background-color: #ffffff;
}
.list-four {
  width: 100%;
}
.list-four ul {
  overflow: hidden;
}
.list-four li {
  width: 23.125%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 40px;
}
.list-four li:nth-child(4n+1) {
  margin-left: 0;
}
.list-four a.img-fa {
  display: block;
  width: 100%;
  height: 212px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.list-four a.img-fa img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.list-four a.img-fa:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.list-four a.list-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  text-align: center;
  /*background-color: #184ca0;*/
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-four a.list-title:hover {
  text-decoration: none;
  color: #184ca0;
}
figure.graphic {
  overflow: hidden;
}
figure.graphic figcaption {
  height: 300px;
  overflow: hidden;
  float: left;
  width: 64.17%;
  position: relative;
}
figure.graphic figcaption > h2 {
  width: 45px;
  height: 90px;
  border: 1px solid #ffffff;
  padding: 15px 0 0 17px;
}
figure.graphic figcaption > h2 span,
figure.graphic figcaption > h2 i {
  display: inline-block;
  line-height: 33px;
  color: #ffffff;
  background-color: #184ca0;
  width: 150px;
  font-weight: normal;
  text-transform: uppercase;
}
figure.graphic figcaption > h2 span {
  font-size: 23px;
}
figure.graphic figcaption > h2 i {
  font-size: 15px;
  font-style: normal;
}
figure.graphic figcaption > p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 0 0;
}
figure.graphic figcaption > p span,
figure.graphic figcaption > p a {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}
figure.graphic figcaption > p a:hover {
  text-decoration: none;
  color: #ff0000;
}
figure.graphic figcaption > p span {
  position: relative;
}
figure.graphic figcaption > p span:before,
figure.graphic figcaption > p span:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
}
figure.graphic figcaption > p span:before {
  width: 40px;
  height: 1px;
}
figure.graphic figcaption > p span:after {
  width: 1px;
  height: 40px;
}
figure.graphic figcaption > section {
  margin-top: 30px;
  height: 175px;
}
figure.graphic figcaption > section p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
figure.graphic > img {
  width: 33.33%;
  height: 300px;
  float: right;
  overflow: hidden;
}
